From 18230fd7026465e73de99d3c07e0593aca79123e Mon Sep 17 00:00:00 2001 From: Vincent Shen Date: Thu, 20 May 2021 18:56:42 +0800 Subject: [PATCH] add GateChain mainnet&testnet (#263) * add GateChain mainnet&testnet * as suggestion * change short name --- _data/chains/eip155-85.json | 27 +++++++++++++++++++++++++++ _data/chains/eip155-86.json | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 _data/chains/eip155-85.json create mode 100644 _data/chains/eip155-86.json diff --git a/_data/chains/eip155-85.json b/_data/chains/eip155-85.json new file mode 100644 index 00000000..0e5715f6 --- /dev/null +++ b/_data/chains/eip155-85.json @@ -0,0 +1,27 @@ +{ + "name": "GateChain Testnet", + "chainId": 85, + "shortName": "GTC-T", + "chain": "gatechain", + "network": "testnet", + "networkId": 85, + "nativeCurrency": { + "name": "GateToken", + "symbol": "GT", + "decimals": 18 + }, + "rpc": [ + "https://testnet.gatenode.cc" + ], + "faucets": [ + "https://www.gatescan.org/testnet/faucet" + ], + "explorers": [ + { + "name": "GateScan", + "url": "https://www.gatescan.org/testnet", + "standard": "EIP3091" + } + ], + "infoURL": "https://www.gatechain.io" + } diff --git a/_data/chains/eip155-86.json b/_data/chains/eip155-86.json new file mode 100644 index 00000000..7f392bbf --- /dev/null +++ b/_data/chains/eip155-86.json @@ -0,0 +1,27 @@ + { + "name": "GateChain Mainnet", + "chainId": 86, + "shortName": "GTC", + "chain": "gatechain", + "network": "mainnet", + "networkId": 86, + "nativeCurrency": { + "name": "GateToken", + "symbol": "GT", + "decimals": 18 + }, + "rpc": [ + "https://evm.gatenode.cc" + ], + "faucets": [ + "https://www.gatescan.org/faucet" + ], + "explorers": [ + { + "name": "GateScan", + "url": "https://www.gatescan.org", + "standard": "EIP3091" + } + ], + "infoURL": "https://www.gatechain.io" + }