chains/_data/chains/eip155-2613.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
535 B
JSON

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