mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
530 B
JSON
25 lines
530 B
JSON
{
|
|
"name": "Ethereum Classic Mainnet",
|
|
"chain": "ETC",
|
|
"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"
|
|
}]
|
|
}
|