Skip to content

Commit

Permalink
set Arthera as testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bertux committed Oct 16, 2023
1 parent 957c1de commit e8a7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/providers/ethereum/networks/aa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const artheraOptions: EvmNetworkOptions = {
blockExplorerTX: "https://explorer-test.arthera.net/tx/[[txHash]]",
blockExplorerAddr: "https://explorer-test.arthera.net/address/[[address]]",
chainID: "0x2803",
isTestNetwork: false,
isTestNetwork: true,
currencyName: "AA",
currencyNameLong: "Arthera",
node: "wss://ws-test.arthera.net",
Expand Down

0 comments on commit e8a7f82

Please sign in to comment.