We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17383e8 commit ca172c2Copy full SHA for ca172c2
pyinjective/async_client.py
@@ -96,6 +96,10 @@ def __init__(
96
self.cookie_type = None
97
self.expiration_format = None
98
self.load_balancer = load_balancer
99
+ self.network = network
100
+
101
+ if self.network.string() == "testnet":
102
+ self.load_balancer = False
103
104
if self.load_balancer is False:
105
self.cookie_type = "grpc-cookie"
0 commit comments