You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (options && options.headers) {
this.headers = options.headers;
} else {
this.headers = {
// This is replaced by the actual version by a Rollup plugin
"X-Aleo-SDK-Version": "%%VERSION%%",
};
}
}
Testnet3 has been shut down
The text was updated successfully, but these errors were encountered:
at AleoNetworkClient
constructor(host: string, options?: AleoNetworkClientOptions) {
this.host = host + "/testnet3";
}
Testnet3 has been shut down
The text was updated successfully, but these errors were encountered: