mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
458 B
JSON
24 lines
458 B
JSON
{
|
|
"name": "Ecoball Mainnet",
|
|
"chain": "ECO",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://api.ecoball.org/ecoball/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Ecoball Coin",
|
|
"symbol": "ECO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ecoball.org",
|
|
"shortName": "eco",
|
|
"chainId": 2100,
|
|
"networkId": 2100,
|
|
"explorers": [{
|
|
"name": "Ecoball Explorer",
|
|
"url": "https://scan.ecoball.org/",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|