mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
332 B
JSON
20 lines
332 B
JSON
{
|
|
"name": "GoChain",
|
|
"chain": "GO",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.gochain.io"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "GoChain Ether",
|
|
"symbol": "GO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gochain.io",
|
|
"shortName": "go",
|
|
"chainId": 60,
|
|
"networkId": 60,
|
|
"slip44": 6060
|
|
}
|