From abecc56058aec074c39bc4b11622d8b2b590048e Mon Sep 17 00:00:00 2001 From: pingke Date: Tue, 15 Mar 2022 09:19:13 +0800 Subject: [PATCH] add chain id for galileo --- _data/chains/eip155-3333.json | 2 +- _data/chains/eip155-3334.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-3334.json diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json index 4c7bca7d..6444b138 100644 --- a/_data/chains/eip155-3333.json +++ b/_data/chains/eip155-3333.json @@ -11,7 +11,7 @@ "symbol": "W3Q", "decimals": 18 }, - "infoURL": "https://web3q.io/home.w3q/", + "infoURL": "https://testnet.web3q.io/home.w3q/", "shortName": "w3q-t", "chainId": 3333, "networkId": 3333, diff --git a/_data/chains/eip155-3334.json b/_data/chains/eip155-3334.json new file mode 100644 index 00000000..49093782 --- /dev/null +++ b/_data/chains/eip155-3334.json @@ -0,0 +1,23 @@ +{ + "name": "Web3Q Galileo", + "chain": "Web3Q", + "rpc": [ + "https://galileo.web3q.io:8545" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Web3Q", + "symbol": "W3Q", + "decimals": 18 + }, + "infoURL": "https://galileo.web3q.io/home.w3q/", + "shortName": "w3q-g", + "chainId": 3334, + "networkId": 3334, + "explorers": [{ + "name": "w3q-galileo", + "url": "https://explorer.galileo.web3q.io/", + "standard": "EIP3091" + }] +}