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@16b57b89c3 🚀
This commit is contained in:
parent
f40be57000
commit
8803165c2f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -492,6 +492,19 @@
|
||||||
"rpc": ["https://rpc-testnet.coinex.net"],
|
"rpc": ["https://rpc-testnet.coinex.net"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "http://www.coinex.org/"
|
"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",
|
"name": "Binance Smart Chain Mainnet",
|
||||||
"chainId": 56,
|
"chainId": 56,
|
||||||
|
|
|
@ -622,6 +622,26 @@
|
||||||
"shortName": "tcet",
|
"shortName": "tcet",
|
||||||
"chainId": 53,
|
"chainId": 53,
|
||||||
"networkId": 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",
|
"name": "Binance Smart Chain Mainnet",
|
||||||
"chain": "BSC",
|
"chain": "BSC",
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
"TXDC": "eip155:51",
|
"TXDC": "eip155:51",
|
||||||
"cet": "eip155:52",
|
"cet": "eip155:52",
|
||||||
"tcet": "eip155:53",
|
"tcet": "eip155:53",
|
||||||
|
"ZYX": "eip155:55",
|
||||||
"bnb": "eip155:56",
|
"bnb": "eip155:56",
|
||||||
"Ontology Mainnet": "eip155:58",
|
"Ontology Mainnet": "eip155:58",
|
||||||
"EOS Mainnet": "eip155:59",
|
"EOS Mainnet": "eip155:59",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user