mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* added icon * changed the image id * Changed icon size * modify json * added new image * added new image cid * remove extra slash from image url * formatted the json * formatted gather.json --------- Co-authored-by: Vinod Kumar Sharma <vinod@sourcebase.in> Co-authored-by: ligi <ligi@ligi.de>
25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"name": "Gather Testnet Network",
|
|
"chain": "GTH",
|
|
"rpc": ["https://testnet.gather.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Gather",
|
|
"symbol": "GTH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gather.network",
|
|
"shortName": "tGTH",
|
|
"chainId": 356256156,
|
|
"networkId": 356256156,
|
|
"icon": "gather",
|
|
"explorers": [
|
|
{
|
|
"name": "Blockscout",
|
|
"url": "https://testnet-explorer.gather.network",
|
|
"icon": "gather",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|