chains/_data/chains/eip155-50021.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

27 lines
530 B
JSON

{
"name": "GTON Testnet",
"chain": "GTON Testnet",
"rpc": ["https://testnet.gton.network/"],
"faucets": [],
"nativeCurrency": {
"name": "GCD",
"symbol": "GCD",
"decimals": 18
},
"infoURL": "https://gton.capital",
"shortName": "tgton",
"chainId": 50021,
"networkId": 50021,
"explorers": [
{
"name": "GTON Testnet Network Explorer",
"url": "https://explorer.testnet.gton.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-3"
}
}