Skip to content

Commit

Permalink
Adds Taraxa mainnet and testnet (#847)
Browse files Browse the repository at this point in the history
* adds taraxa mainnet and testnet

* fixes ws and exporer urls
  • Loading branch information
VargaElod23 committed Jun 19, 2023
1 parent 89c3f09 commit d02e85a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,45 @@
"start": 14441039,
"logo": "ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF"
},
"841": {
"key": "841",
"name": "Taraxa Mainnet",
"shortName": "841",
"chainId": 841,
"network": "mainnet",
"multicall": "0xFCe7a3121B42664AaD145712e1c2Bf2e38f60AA1",
"rpc": [
"https://rpc.mainnet.taraxa.io"
],
"ws": [
"wss://ws.mainnet.taraxa.io"
],
"explorer": {
"url": "https://mainnet.explorer.taraxa.io"
},
"start": 1515906,
"logo": "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
},
"842": {
"key": "842",
"name": "Taraxa Testnet",
"shortName": "842",
"chainId": 842,
"network": "testnet",
"testnet": true,
"multicall": "0x7749051abc57e1105941Ea3Eb2a3F873F300E861",
"rpc": [
"https://rpc.testnet.taraxa.io"
],
"ws": [
"wss://ws.testnet.taraxa.io"
],
"explorer": {
"url": "https://testnet.explorer.taraxa.io"
},
"start": 1462328,
"logo": "ipfs://Qmcc6ZCAGESMzZzoj5LsTVcCo2E35x3Ydk71uPJyov6Mwx"
},
"888": {
"key": "888",
"name": "Wanchain",
Expand Down

0 comments on commit d02e85a

Please sign in to comment.