mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
496 B
JSON
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"
|
|
}
|
|
]
|
|
}
|