Skip to content

Commit dcd4326

Browse files
authored
Merge pull request #299 from bitshares/update-default-node
Update default API node to api.bts.mobi
2 parents edf2384 + 00e587f commit dcd4326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitshares/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111

1212

13-
url = "wss://node.bitshares.eu"
13+
url = "wss://api.bts.mobi"
1414
SqliteConfigurationStore.setdefault("node", url)
1515
SqliteConfigurationStore.setdefault("order-expiration", 356 * 24 * 60 * 60)
1616

0 commit comments

Comments
 (0)