mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"name": "Smart Bitcoin Cash Testnet",
|
|
"chain": "smartBCHTest",
|
|
"rpc": [
|
|
"https://rpc-testnet.smartbch.org",
|
|
"https://smartbch.devops.cash/testnet"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Bitcoin Cash Test Token",
|
|
"symbol": "BCHT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://smartbch.org/",
|
|
"shortName": "smartbchtest",
|
|
"chainId": 10001,
|
|
"networkId": 10001
|
|
}
|