mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
ef87da482a
Co-authored-by: fff1995 <1027497323@qq.com>
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"name": "Gon Chain",
|
|
"chain": "GonChain",
|
|
"icon": "gonchain",
|
|
"rpc": [
|
|
"https://node1.testnet.gaiaopen.network",
|
|
"http://database1.gaiaopen.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Gon Token",
|
|
"symbol": "GT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "",
|
|
"shortName": "gon",
|
|
"chainId": 10024,
|
|
"networkId": 10024,
|
|
"explorers": [
|
|
{
|
|
"name": "Gon Explorer",
|
|
"url": "https://gonscan.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|