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