Deploying to gh-pages from @ ethereum-lists/chains@14dbd5b387 🚀

This commit is contained in:
ligi 2021-12-17 09:38:59 +00:00
parent 7298c6fc6f
commit 8cc4c3b3b5
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

@ -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,

View File

@ -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",

View File

@ -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",