arrange server list

This commit is contained in:
Henry Varona 2018-09-19 11:52:49 -04:00
parent b9d1065e81
commit a6109fa387

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