mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added EZChain mainnet, testnet and icon
This commit is contained in:
parent
b7860c2431
commit
b8b0d28eb9
24
_data/chains/eip155-2612.json
Normal file
24
_data/chains/eip155-2612.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "EZChain C-Chain Mainnet",
|
||||||
|
"chain": "EZC",
|
||||||
|
"rpc": [
|
||||||
|
"https://api.ezchain.com/ext/bc/C/rpc"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
27
_data/chains/eip155-2613.json
Normal file
27
_data/chains/eip155-2613.json
Normal 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": "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
9
_data/icons/ezchain.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmPKJbYCFjGmY9X2cA4b9YQjWYHQncmKnFtKyQh9rHkFTb",
|
||||||
|
"width": 146,
|
||||||
|
"height": 48,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user