Skip to content

Commit a02b2f2

Browse files
committed
chore: set load_balancer as True by default
1 parent f21ff04 commit a02b2f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyinjective/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
self,
7878
network: Network,
7979
insecure: bool = False,
80-
load_balancer: bool = False,
80+
load_balancer: bool = True,
8181
credentials=grpc.ssl_channel_credentials(),
8282
chain_cookie_location=".chain_cookie",
8383
):

pyinjective/denoms_mainnet.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ decimals = 6
592592

593593
[CANTO]
594594
peggy_denom = ibc/D91A2C4EE7CD86BBAFCE0FA44A60DDD9AFBB7EEB5B2D46C0984DEBCC6FEDFAE8
595-
decimals = 18
595+
decimals = 18

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.6.0.2"
20+
VERSION = "0.6.0.3"
2121

2222
REQUIRED = [
2323
"protobuf==3.19.1",

0 commit comments

Comments
 (0)