chains/_data/chains/eip155-60.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

24 lines
496 B
JSON

{
"name": "GoChain",
"chain": "GO",
"rpc": ["https://rpc.gochain.io"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": {
"name": "GoChain Ether",
"symbol": "GO",
"decimals": 18
},
"infoURL": "https://gochain.io",
"shortName": "go",
"chainId": 60,
"networkId": 60,
"slip44": 6060,
"explorers": [
{
"name": "GoChain Explorer",
"url": "https://explorer.gochain.io",
"standard": "EIP3091"
}
]
}