Commented out 4 BitShares nodes that are offline as of the day of this commit.
This commit is contained in:
parent
a95c103d51
commit
6eb3e8c220
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@ class BitsyApplication : Application() {
|
|||
"wss://nl.palmpay.io/ws",
|
||||
|
||||
// Other public nodes
|
||||
"wss://bitshares.nu/ws", // Stockholm, Sweden
|
||||
// "wss://bitshares.nu/ws", // Stockholm, Sweden
|
||||
"wss://bitshares.openledger.info/ws", // Openledger node
|
||||
"wss://dallas.bitshares.apasia.tech/ws", // Dallas, USA
|
||||
"wss://atlanta.bitshares.apasia.tech/ws", // Atlanta, USA
|
||||
"wss://dex.rnglab.org", // Amsterdam, Netherlands
|
||||
// "wss://dallas.bitshares.apasia.tech/ws", // Dallas, USA
|
||||
// "wss://atlanta.bitshares.apasia.tech/ws", // Atlanta, USA
|
||||
// "wss://dex.rnglab.org", // Amsterdam, Netherlands
|
||||
"wss://citadel.li/node"
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue