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@14dbd5b387 🚀
This commit is contained in:
parent
7298c6fc6f
commit
8cc4c3b3b5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1181,6 +1181,19 @@
|
||||||
"rpc": ["https://mainnet.bmcchain.com/"],
|
"rpc": ["https://mainnet.bmcchain.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://bmc.bytom.io/"
|
"infoURL": "https://bmc.bytom.io/"
|
||||||
|
}, {
|
||||||
|
"name": "BMC Testnet",
|
||||||
|
"chainId": 189,
|
||||||
|
"shortName": "BMCT",
|
||||||
|
"networkId": 189,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BTM",
|
||||||
|
"symbol": "BTM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet.bmcchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://bmc.bytom.io/"
|
||||||
}, {
|
}, {
|
||||||
"name": "BitTorrent Chain Mainnet",
|
"name": "BitTorrent Chain Mainnet",
|
||||||
"chainId": 199,
|
"chainId": 199,
|
||||||
|
|
|
@ -1614,6 +1614,26 @@
|
||||||
"url": "https://bmc.blockmeta.com/",
|
"url": "https://bmc.blockmeta.com/",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "BMC Testnet",
|
||||||
|
"chain": "BMC",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://testnet.bmcchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BTM",
|
||||||
|
"symbol": "BTM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://bmc.bytom.io/",
|
||||||
|
"shortName": "BMCT",
|
||||||
|
"chainId": 189,
|
||||||
|
"networkId": 189,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockmeta",
|
||||||
|
"url": "https://bmc.blockmeta.com/",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "BitTorrent Chain Mainnet",
|
"name": "BitTorrent Chain Mainnet",
|
||||||
"chain": "BTTC",
|
"chain": "BTTC",
|
||||||
|
|
|
@ -90,6 +90,7 @@
|
||||||
"resil": "eip155:172",
|
"resil": "eip155:172",
|
||||||
"Seele": "eip155:186",
|
"Seele": "eip155:186",
|
||||||
"BMC": "eip155:188",
|
"BMC": "eip155:188",
|
||||||
|
"BMCT": "eip155:189",
|
||||||
"BTT": "eip155:199",
|
"BTT": "eip155:199",
|
||||||
"aox": "eip155:200",
|
"aox": "eip155:200",
|
||||||
"EDI": "eip155:211",
|
"EDI": "eip155:211",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user