Merge branch 'develop' of github.com:Agorise/graphenej into develop

develop
Nelson R. Perez 2018-10-01 23:59:34 -05:00
commit 694572b18d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<service
android:name=".api.android.NetworkService"
android:enabled="true"
android:exported="true"></service>
android:exported="true"/>
</application>
</manifest>

View File

@ -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",