We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f397c commit 709b818Copy full SHA for 709b818
1 file changed
bitshares/storage.py
@@ -10,7 +10,7 @@
10
)
11
12
13
-url = "wss://api.bts.mobi"
+url = "wss://api.bitshares.dev"
14
SqliteConfigurationStore.setdefault("node", url)
15
SqliteConfigurationStore.setdefault("order-expiration", 356 * 24 * 60 * 60)
16
0 commit comments