Merge branch 'develop' of github.com:Agorise/graphenej into develop
This commit is contained in:
commit
694572b18d
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<service
|
||||
android:name=".api.android.NetworkService"
|
||||
android:enabled="true"
|
||||
android:exported="true"></service>
|
||||
android:exported="true"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
|
@ -6,7 +6,7 @@ package cy.agorise.graphenej.api.bitshares;
|
|||
|
||||
public class Nodes {
|
||||
public static final String[] NODE_URLS = {
|
||||
"wss://dexnode.net/ws", // Dallas, USA
|
||||
//"wss://dexnode.net/ws", // Dallas, USA TODO not working properly, verify
|
||||
"wss://bitshares.crypto.fans/ws", // Munich, Germany
|
||||
"wss://bitshares.openledger.info/ws", // Openledger node
|
||||
"wss://us.nodes.bitshares.ws",
|
||||
|
|
Loading…
Reference in a new issue