mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
530 B
JSON
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"
|
|
}
|
|
}
|