Deploying to gh-pages from @ ethereum-lists/chains@16b57b89c3 🚀

This commit is contained in:
ligi 2021-10-30 10:56:16 +00:00
parent f40be57000
commit 8803165c2f
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -492,6 +492,19 @@
"rpc": ["https://rpc-testnet.coinex.net"],
"faucets": [],
"infoURL": "http://www.coinex.org/"
}, {
"name": "Zyx Mainnet",
"chainId": 55,
"shortName": "ZYX",
"networkId": 55,
"nativeCurrency": {
"name": "Zyx",
"symbol": "ZYX",
"decimals": 18
},
"rpc": ["https://rpc-1.zyx.network/", "https://rpc-2.zyx.network/", "https://rpc-3.zyx.network/", "https://rpc-4.zyx.network/", "https://rpc-5.zyx.network/", "https://rpc-6.zyx.network/"],
"faucets": [],
"infoURL": "https://zyx.network/"
}, {
"name": "Binance Smart Chain Mainnet",
"chainId": 56,

View File

@ -622,6 +622,26 @@
"shortName": "tcet",
"chainId": 53,
"networkId": 53
}, {
"name": "Zyx Mainnet",
"chain": "ZYX",
"network": "mainnet",
"rpc": ["https://rpc-1.zyx.network/", "https://rpc-2.zyx.network/", "https://rpc-3.zyx.network/", "https://rpc-4.zyx.network/", "https://rpc-5.zyx.network/", "https://rpc-6.zyx.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Zyx",
"symbol": "ZYX",
"decimals": 18
},
"infoURL": "https://zyx.network/",
"shortName": "ZYX",
"chainId": 55,
"networkId": 55,
"explorers": [{
"name": "zyxscan",
"url": "https://zyxscan.com/",
"standard": "none"
}]
}, {
"name": "Binance Smart Chain Mainnet",
"chain": "BSC",

View File

@ -37,6 +37,7 @@
"TXDC": "eip155:51",
"cet": "eip155:52",
"tcet": "eip155:53",
"ZYX": "eip155:55",
"bnb": "eip155:56",
"Ontology Mainnet": "eip155:58",
"EOS Mainnet": "eip155:59",