chains/_data/chains/eip155-189.json
MartinB fa6ff64818
update eip155-189.json (#788)
* update eip155-189.json

update the testnet explorers to https://bmctestnet.blockmeta.com/

* Update _data/chains/eip155-189.json

Co-authored-by: ligi <ligi@ligi.de>
2022-01-22 16:29:22 +01:00

23 lines
418 B
JSON

{
"name": "BMC Testnet",
"chain": "BMC",
"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://bmctestnet.blockmeta.com",
"standard": "none"
}]
}