We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96335e commit a664cd7Copy full SHA for a664cd7
1 file changed
tests/fixtures.py
@@ -22,7 +22,7 @@
22
23
# bitshares instance
24
bitshares = BitShares(
25
- "wss://node.bitshares.eu", keys=wifs, nobroadcast=True, num_retries=1
+ "wss://bitshares.openledger.info/ws", keys=wifs, nobroadcast=True, num_retries=1
26
)
27
config = bitshares.config
28
0 commit comments