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@91382e7fd0 🚀
This commit is contained in:
parent
7711b59cc8
commit
a3023f15f4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user