mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
524 B
JSON
27 lines
524 B
JSON
{
|
|
"name": "GateChain Mainnet",
|
|
"chainId": 86,
|
|
"shortName": "gt",
|
|
"chain": "GT",
|
|
"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"
|
|
}
|