chains/_data/chains/eip155-61.json

25 lines
530 B
JSON
Raw Normal View History

2019-04-24 15:52:17 +00:00
{
"name": "Ethereum Classic Mainnet",
"chain": "ETC",
2019-06-17 15:45:49 +00:00
"rpc": [
"https://ethereumclassic.network"
],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
"nativeCurrency": {
"name": "Ethereum Classic Ether",
"symbol": "ETC",
"decimals": 18
},
"infoURL": "https://ethereumclassic.org",
"shortName": "etc",
"chainId": 61,
"networkId": 1,
"slip44": 61,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.com/etc/mainnet",
"standard": "none"
}]
}