chains/_data/chains/eip155-2613.json
Cqshinn ea3804bf2e
Added EZChain mainnet, testnet and icon (#1109)
* Added EZChain mainnet, testnet and icon

* fix: remove trailing slash

* fix: add faucets empty for mainnet ezchain

* fix: use unique shortname seperate between testnet and mainnet ezchain
2022-05-08 19:25:37 +02:00

28 lines
551 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"
}
]
}