Skip to content

Commit

Permalink
Add Arthera testnet network support (#864)
Browse files Browse the repository at this point in the history
* Add RPC details

* Adding logo hosted on IPFS

* Add Multicall verified deployment address

* Update src/networks.json

* Update src/networks.json

* Update src/networks.json

---------

Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
bertux and ChaituVR authored Jul 2, 2023
1 parent 85009ef commit 87a4356
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,21 @@
},
"logo": "ipfs://QmWG1p7om4hZ4Yi4uQvDpxg4si7qVYhtppGbcDGrhVFvMd"
},
"10243": {
"key": "10243",
"name": "Arthera Testnet",
"shortName": "Arthera_",
"chainId": 10243,
"network": "testnet",
"testnet": true,
"multicall": "0x27c7FC597aD2E81C4c1cA1769972f79DaF042Da7",
"rpc": ["https://rpc-test.arthera.net"],
"explorer": {
"url": "https://explorer-test.arthera.net"
},
"start": 10523,
"logo": "ipfs://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak"
},
"11437": {
"key": "11437",
"name": "Shyft Testnet",
Expand Down

0 comments on commit 87a4356

Please sign in to comment.