mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@ea3804bf2e 🚀
This commit is contained in:
parent
b8650a11f2
commit
c54f47ed43
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2910,6 +2910,32 @@
|
|||
"rpc": ["https://api.techpay.io/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://techpay.io/"
|
||||
}, {
|
||||
"name": "EZChain C-Chain Mainnet",
|
||||
"chainId": 2612,
|
||||
"shortName": "EZChain",
|
||||
"networkId": 2612,
|
||||
"nativeCurrency": {
|
||||
"name": "EZChain",
|
||||
"symbol": "EZC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.ezchain.com/ext/bc/C/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ezchain.com"
|
||||
}, {
|
||||
"name": "EZChain C-Chain Testnet",
|
||||
"chainId": 2613,
|
||||
"shortName": "Fuji-EZChain",
|
||||
"networkId": 2613,
|
||||
"nativeCurrency": {
|
||||
"name": "EZChain",
|
||||
"symbol": "EZC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet-api.ezchain.com/ext/bc/C/rpc"],
|
||||
"faucets": ["https://testnet-faucet.ezchain.com"],
|
||||
"infoURL": "https://ezchain.com"
|
||||
}, {
|
||||
"name": "CENNZnet Rata",
|
||||
"chainId": 3000,
|
||||
|
|
|
@ -4009,6 +4009,46 @@
|
|||
"icon": "techpay",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "CENNZnet Rata",
|
||||
"chain": "CENNZnet",
|
||||
|
|
|
@ -223,6 +223,8 @@
|
|||
"VChain": "eip155:2223",
|
||||
"ktoc": "eip155:2559",
|
||||
"tpc": "eip155:2569",
|
||||
"EZChain": "eip155:2612",
|
||||
"Fuji-EZChain": "eip155:2613",
|
||||
"cennz-r": "eip155:3000",
|
||||
"cennz-n": "eip155:3001",
|
||||
"zcrbeach": "eip155:3331",
|
||||
|
|
Loading…
Reference in New Issue
Block a user