arrange server list
This commit is contained in:
parent
b9d1065e81
commit
a6109fa387
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ public class CrystalApplication extends Application {
|
||||||
public static String BITSHARES_URL[] =
|
public static String BITSHARES_URL[] =
|
||||||
{
|
{
|
||||||
"wss://de.palmpay.io/ws", // Custom node
|
"wss://de.palmpay.io/ws", // Custom node
|
||||||
"wss://bitshares.nu/ws",
|
//"wss://bitshares.nu/ws",
|
||||||
"wss://bitshares.crypto.fans/ws", // Munich, Germany
|
//"wss://bitshares.crypto.fans/ws", // Munich, Germany
|
||||||
"wss://bitshares.openledger.info/ws", // Openledger node
|
//"wss://bitshares.openledger.info/ws", // Openledger node
|
||||||
};
|
};
|
||||||
|
|
||||||
//This is for testing the equivalent values on the testnet TODO remove
|
//This is for testing the equivalent values on the testnet TODO remove
|
||||||
|
|
Loading…
Reference in a new issue