Add DevOps to RPC list for SmartBCH nodes. (#504)

* Add DevOps to RPC list for SmartBCH nodes.

* Fix testnet endpoint for chainid 10001.
This commit is contained in:
Shomari 2021-10-22 08:14:18 -04:00 committed by GitHub
parent b42e9f92df
commit 4f62e4e6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@
"rpc": [
"https://smartbch.greyh.at",
"https://rpc-mainnet.smartbch.org",
"https://smartbch.fountainhead.cash/mainnet"
"https://smartbch.fountainhead.cash/mainnet",
"https://smartbch.devops.cash/mainnet"
],
"faucets": [],
"nativeCurrency": {

View File

@ -3,7 +3,8 @@
"chain": "smartBCHTest",
"network": "testnet",
"rpc": [
"https://rpc-testnet.smartbch.org"
"https://rpc-testnet.smartbch.org",
"https://smartbch.devops.cash/testnet"
],
"faucets": [],
"nativeCurrency": {