mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
22c85cfa29
* add gather chains * change short name
24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"name": "Gather Tesnet Network",
|
|
"chain": "GTH",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://testnet.gather.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Gather",
|
|
"symbol": "GTH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gather.network",
|
|
"shortName": "tGTH",
|
|
"chainId": 356256156,
|
|
"networkId": 356256156,
|
|
"explorers": [{
|
|
"name": "Blockscout",
|
|
"url": "https://testnet-explorer.gather.network/",
|
|
"standard": "none"
|
|
}]
|
|
}
|