1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00
chains/_data/chains/62.json
ligi 150aa21bd1
Add nativeCurrency - closes and add chains_mini.json
also improves  - at least now mainnet is on top again ;-)
2019-05-22 23:41:52 +02:00

16 lines
328 B
JSON

{
"name": "Ethereum Classic Testnet",
"chain": "ETC",
"network": "testnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum Classic Testnet Ether",
"symbol": "TETC",
"decimals": 18
},
"infoURL": "https://ethereumclassic.org",
"shortName": "tetc",
"chainId": 62,
"networkId": 2
}