Skip to content

Commit b2d88c5

Browse files
committed
chore: fix chain-id for local env
1 parent c565a1f commit b2d88c5

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
@@ -135,7 +135,7 @@ def local(cls):
135135
lcd_endpoint='http://localhost:10337',
136136
grpc_endpoint='localhost:9900',
137137
grpc_exchange_endpoint='localhost:9910',
138-
chain_id='injective-777',
138+
chain_id='injective-1',
139139
fee_denom='inj',
140140
env='local'
141141
)

0 commit comments

Comments
 (0)