chains/_data/chains/eip155-2612.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
478 B
JSON

{
"name": "EZChain C-Chain Mainnet",
"chain": "EZC",
"rpc": ["https://api.ezchain.com/ext/bc/C/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "EZChain",
"symbol": "EZC",
"decimals": 18
},
"infoURL": "https://ezchain.com",
"shortName": "EZChain",
"chainId": 2612,
"networkId": 2612,
"icon": "ezchain",
"explorers": [
{
"name": "ezchain",
"url": "https://cchain-explorer.ezchain.com",
"standard": "EIP3091"
}
]
}