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@f372e5e1f2 🚀
This commit is contained in:
parent
a092940b1a
commit
aac8f71e60
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1168,6 +1168,19 @@
|
|||
"rpc": ["https://rpc.seelen.pro/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://seelen.pro/"
|
||||
}, {
|
||||
"name": "BMC Mainnet",
|
||||
"chainId": 188,
|
||||
"shortName": "BMC",
|
||||
"networkId": 188,
|
||||
"nativeCurrency": {
|
||||
"name": "BTM",
|
||||
"symbol": "BTM",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.bmcchain.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://bmc.bytom.io/"
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chainId": 199,
|
||||
|
|
|
@ -1594,6 +1594,26 @@
|
|||
"url": "https://seeleview.net/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "BMC Mainnet",
|
||||
"chain": "BMC",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://mainnet.bmcchain.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BTM",
|
||||
"symbol": "BTM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://bmc.bytom.io/",
|
||||
"shortName": "BMC",
|
||||
"chainId": 188,
|
||||
"networkId": 188,
|
||||
"explorers": [{
|
||||
"name": "Blockmeta",
|
||||
"url": "https://bmc.blockmeta.com/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chain": "BTTC",
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
"hoosmartchain": "eip155:170",
|
||||
"resil": "eip155:172",
|
||||
"Seele": "eip155:186",
|
||||
"BMC": "eip155:188",
|
||||
"BTT": "eip155:199",
|
||||
"aox": "eip155:200",
|
||||
"EDI": "eip155:211",
|
||||
|
|
Loading…
Reference in New Issue
Block a user