mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fa6ff64818
* 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>
23 lines
418 B
JSON
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"
|
|
}]
|
|
}
|