mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "GateChain Testnet",
|
|
"chainId": 85,
|
|
"shortName": "gttest",
|
|
"chain": "GTTEST",
|
|
"networkId": 85,
|
|
"nativeCurrency": {
|
|
"name": "GateToken",
|
|
"symbol": "GT",
|
|
"decimals": 18
|
|
},
|
|
"rpc": [
|
|
"https://testnet.gatenode.cc"
|
|
],
|
|
"faucets": [
|
|
"https://www.gatescan.org/testnet/faucet"
|
|
],
|
|
"explorers": [
|
|
{
|
|
"name": "GateScan",
|
|
"url": "https://www.gatescan.org/testnet",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"infoURL": "https://www.gatechain.io"
|
|
}
|