ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

[Bug] #889

Open Unchanged-Is-Changed opened 2 months ago

Unchanged-Is-Changed commented 2 months ago

at AleoNetworkClient

constructor(host: string, options?: AleoNetworkClientOptions) { this.host = host + "/testnet3";

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