From e3609782ed6fd6c33f7418843970cab239e3065c Mon Sep 17 00:00:00 2001 From: John Huang Date: Mon, 23 Oct 2023 14:49:03 -0700 Subject: [PATCH] Indexer and validator are on https for DEV (#97) --- public/configs/env.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/configs/env.json b/public/configs/env.json index 2ecdc0b..afd1c73 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -56,15 +56,15 @@ "endpoints": { "indexers": [ { - "api": "http://indexer.v4dev.dydx.exchange", + "api": "https://indexer.v4dev.dydx.exchange", "socket": "wss://indexer.v4dev.dydx.exchange" } ], "validators": [ - "http://validator.v4dev.dydx.exchange" + "https://validator.v4dev.dydx.exchange" ], "0xsquid": "https://testnet.api.0xsquid.com", - "faucet": "http://faucet.v4dev.dydx.exchange" + "faucet": "https://faucet.v4dev.dydx.exchange" }, "links": { "tos": "https://dydx.exchange/v4-terms",