add GateChain mainnet&testnet (#263)

* add GateChain mainnet&testnet

* as suggestion

* change short name
This commit is contained in:
Vincent Shen 2021-05-20 18:56:42 +08:00 committed by GitHub
parent 284d5eeda5
commit 18230fd702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

View File

@ -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"
}

View File

@ -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"
}