mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
b42e9f92df
commit
4f62e4e6d0
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user