Deploying to gh-pages from @ ethereum-lists/chains@91382e7fd0 🚀

This commit is contained in:
ligi 2021-12-09 18:19:38 +00:00
parent 7711b59cc8
commit a3023f15f4
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

@ -2416,6 +2416,19 @@
"rpc": ["https://testnet.metadot.network"],
"faucets": ["https://faucet.metadot.network/"],
"infoURL": "https://metadot.network"
}, {
"name": "BTCIX Network",
"chainId": 19845,
"shortName": "btcix",
"networkId": 19845,
"nativeCurrency": {
"name": "BTCIX Network",
"symbol": "BTCIX",
"decimals": 18
},
"rpc": ["https://seed.btcix.org/rpc"],
"faucets": [],
"infoURL": "https://bitcolojix.org"
}, {
"name": "Webchain",
"chainId": 24484,

View File

@ -3272,6 +3272,26 @@
"shortName": "mtttest",
"chainId": 16001,
"networkId": 16001
}, {
"name": "BTCIX Network",
"chain": "BTCIX",
"network": "mainnet",
"rpc": ["https://seed.btcix.org/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "BTCIX Network",
"symbol": "BTCIX",
"decimals": 18
},
"infoURL": "https://bitcolojix.org",
"shortName": "btcix",
"chainId": 19845,
"networkId": 19845,
"explorers": [{
"name": "BTCIXScan",
"url": "https://btcixscan.com",
"standard": "none"
}]
}, {
"name": "Webchain",
"chain": "WEB",

View File

@ -185,6 +185,7 @@
"ZERO": "eip155:12052",
"mtt": "eip155:16000",
"mtttest": "eip155:16001",
"btcix": "eip155:19845",
"web": "eip155:24484",
"mintme": "eip155:24734",
"esn": "eip155:31102",