Skip to content

Commit

Permalink
Update WebSocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Mar 29, 2024
1 parent 00a28f4 commit a48397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_lib_init():

isinstance(skale.web3.provider, HTTPProvider)

ws_endpoint = 'ws://localhost:8080'
ws_endpoint = 'ws://localhost:8545'

skale = Skale(ws_endpoint, get_skale_manager_address(TEST_ABI_FILEPATH), wallet)
assert skale.web3.provider.websocket_timeout == 30
Expand Down

0 comments on commit a48397c

Please sign in to comment.