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

This commit is contained in:
ligi 2021-12-16 18:30:09 +00:00
parent a092940b1a
commit aac8f71e60
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

@ -1168,6 +1168,19 @@
"rpc": ["https://rpc.seelen.pro/"], "rpc": ["https://rpc.seelen.pro/"],
"faucets": [], "faucets": [],
"infoURL": "https://seelen.pro/" "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", "name": "BitTorrent Chain Mainnet",
"chainId": 199, "chainId": 199,

View File

@ -1594,6 +1594,26 @@
"url": "https://seeleview.net/", "url": "https://seeleview.net/",
"standard": "none" "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", "name": "BitTorrent Chain Mainnet",
"chain": "BTTC", "chain": "BTTC",

View File

@ -89,6 +89,7 @@
"hoosmartchain": "eip155:170", "hoosmartchain": "eip155:170",
"resil": "eip155:172", "resil": "eip155:172",
"Seele": "eip155:186", "Seele": "eip155:186",
"BMC": "eip155:188",
"BTT": "eip155:199", "BTT": "eip155:199",
"aox": "eip155:200", "aox": "eip155:200",
"EDI": "eip155:211", "EDI": "eip155:211",