Skip to content

Commit 778b647

Browse files
author
DrunkRandomWalker
committed
fix lcd endpoint
1 parent 52018b8 commit 778b647

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyinjective/constant.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ def mainnet(cls, node='sentry2'):
113113
raise ValueError("Must be one of {}".format(nodes))
114114

115115
return cls(
116-
lcd_endpoint=f"{node}.injective.network:10337",
116+
#lcd_endpoint=f"{node}.injective.network:10337",
117+
lcd_endpoint="https://lcd.injective.network",
117118
grpc_endpoint=f"{node}.injective.network:9900",
118119
grpc_exchange_endpoint=f"{node}.injective.network:9910",
119120
chain_id='injective-1',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "max@injectiveprotocol.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.5.1"
20+
VERSION = "0.5.5.2"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)