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
This commit is contained in:
Cqshinn 2022-05-09 00:25:37 +07:00 committed by GitHub
parent 8d5de4e0e6
commit ea3804bf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"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"
}
]
}

View File

@ -0,0 +1,27 @@
{
"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"
}
]
}

9
_data/icons/ezchain.json Normal file
View File

@ -0,0 +1,9 @@
[
{
"url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb",
"width": 146,
"height": 48,
"format": "png"
}
]