Add smartBCH (#237)

This commit is contained in:
Kui Wang 2021-04-29 14:38:23 +08:00 committed by GitHub
parent 8d7b590fa8
commit fd465f1092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "Smart Bitcoin Cash",
"chain": "smartBCH",
"network": "mainnet",
"rpc": [
"https://rpc-mainnet.smartbch.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"decimals": 18
},
"infoURL": "http://smartbch.org/",
"shortName": "smartbch",
"chainId": 10000,
"networkId": 10000
}

View File

@ -0,0 +1,18 @@
{
"name": "Smart Bitcoin Cash Testnet",
"chain": "smartBCHTest",
"network": "testnet",
"rpc": [
"https://rpc-testnet.smartbch.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcoin Cash Test Token",
"symbol": "BCHT",
"decimals": 18
},
"infoURL": "http://smartbch.org/",
"shortName": "smartbchtest",
"chainId": 10001,
"networkId": 10001
}