Skip to content

Commit 204e796

Browse files
committed
chore: fix typo in ws
1 parent 2e8b105 commit 204e796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def mainnet(cls, node='lb'):
146146
def local(cls):
147147
return cls(
148148
lcd_endpoint='http://localhost:10337',
149-
tm_websocket_endpoint='ws://localost:26657/websocket',
149+
tm_websocket_endpoint='ws://localhost:26657/websocket',
150150
grpc_endpoint='localhost:9900',
151151
grpc_exchange_endpoint='localhost:9910',
152152
grpc_explorer_endpoint='localhost:9911',

0 commit comments

Comments
 (0)