chains/_data/chains/eip155-86.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
457 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"
}