From 4913c690ec1849adbc52053176ad482902b64347 Mon Sep 17 00:00:00 2001 From: Christopher-Li Date: Mon, 6 Nov 2023 12:33:22 -0500 Subject: [PATCH] Update all dev4 endpoints to use https and wss (#117) * Update all dev endpoints to use https and wss * dev4 --- public/configs/env.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/configs/env.json b/public/configs/env.json index 4be2488..aeaf586 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -203,8 +203,8 @@ "endpoints": { "indexers": [ { - "api": "http://indexer.v4dev4.dydx.exchange", - "socket": "ws://indexer.v4dev4.dydx.exchange" + "api": "https://indexer.v4dev4.dydx.exchange", + "socket": "wss://indexer.v4dev4.dydx.exchange" } ], "validators": [