mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
24 lines
478 B
JSON
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"
|
|
}
|
|
]
|
|
}
|