File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,11 @@ def testnet(cls, node="lb"):
218218 cookie_assistant = BareMetalLoadBalancedCookieAssistant ()
219219 use_secure_connection = True
220220 else :
221- lcd_endpoint = "https://testnet.lcd.injective.network"
222- tm_websocket_endpoint = "wss://testnet.tm.injective.network/websocket"
223- grpc_endpoint = "testnet.chain.grpc.injective.network"
224- grpc_exchange_endpoint = "testnet.exchange.grpc.injective.network"
225- grpc_explorer_endpoint = "testnet.explorer.grpc.injective.network"
221+ lcd_endpoint = "https://testnet.lcd.injective.network:443 "
222+ tm_websocket_endpoint = "wss://testnet.tm.injective.network:443 /websocket"
223+ grpc_endpoint = "testnet.chain.grpc.injective.network:443 "
224+ grpc_exchange_endpoint = "testnet.exchange.grpc.injective.network:443 "
225+ grpc_explorer_endpoint = "testnet.explorer.grpc.injective.network:443 "
226226 cookie_assistant = DisabledCookieAssistant ()
227227 use_secure_connection = True
228228
You can’t perform that action at this time.
0 commit comments