Commented out 4 BitShares nodes that are offline as of the day of this commit.

master
Severiano Jaramillo 2019-03-20 15:36:39 -06:00
parent a95c103d51
commit 6eb3e8c220
1 changed files with 4 additions and 4 deletions

View File

@ -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"
)
}