From 3936246b79da3c4b48ca446706b1218e5e228e9c Mon Sep 17 00:00:00 2001 From: pingke Date: Tue, 15 Feb 2022 11:06:08 +0800 Subject: [PATCH] add w3q chain id --- _data/chains/eip155-333.json | 23 +++++++++++++++++++++++ _data/chains/eip155-3333.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 _data/chains/eip155-333.json create mode 100644 _data/chains/eip155-3333.json diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json new file mode 100644 index 00000000..a89c319a --- /dev/null +++ b/_data/chains/eip155-333.json @@ -0,0 +1,23 @@ +{ + "name": "W3Q Mainnet", + "chain": "W3Q", + "rpc": [ + "https://mainnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "W3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io", + "shortName": "w3q", + "chainId": 333, + "networkId": 333, + "explorers": [{ + "name": "w3q-mainnet", + "url": "http://explorer.mainnet.web3q.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json new file mode 100644 index 00000000..eff7fb7a --- /dev/null +++ b/_data/chains/eip155-3333.json @@ -0,0 +1,23 @@ +{ + "name": "W3Q Testnet", + "chain": "W3Q", + "rpc": [ + "https://testnet.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "W3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://web3q.io", + "shortName": "w3q-t", + "chainId": 3333, + "networkId": 3333, + "explorers": [{ + "name": "w3q-testnet", + "url": "http://explorer.testnet.web3q.io", + "standard": "EIP3091" + }] +}