We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52018b8 commit 778b647Copy full SHA for 778b647
2 files changed
pyinjective/constant.py
@@ -113,7 +113,8 @@ def mainnet(cls, node='sentry2'):
113
raise ValueError("Must be one of {}".format(nodes))
114
115
return cls(
116
- lcd_endpoint=f"{node}.injective.network:10337",
+ #lcd_endpoint=f"{node}.injective.network:10337",
117
+ lcd_endpoint="https://lcd.injective.network",
118
grpc_endpoint=f"{node}.injective.network:9900",
119
grpc_exchange_endpoint=f"{node}.injective.network:9910",
120
chain_id='injective-1',
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "max@injectiveprotocol.com"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.5.1"
+VERSION = "0.5.5.2"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments