arrange server list

master
Henry Varona 2018-09-19 11:52:49 -04:00
parent b9d1065e81
commit a6109fa387
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@ public class CrystalApplication extends Application {
public static String BITSHARES_URL[] =
{
"wss://de.palmpay.io/ws", // Custom node
"wss://bitshares.nu/ws",
"wss://bitshares.crypto.fans/ws", // Munich, Germany
"wss://bitshares.openledger.info/ws", // Openledger node
//"wss://bitshares.nu/ws",
//"wss://bitshares.crypto.fans/ws", // Munich, Germany
//"wss://bitshares.openledger.info/ws", // Openledger node
};
//This is for testing the equivalent values on the testnet TODO remove