From 5cecc40a1c36340ca835ae0a69f1e869fafb8e91 Mon Sep 17 00:00:00 2001 From: aleka Date: Wed, 24 Jan 2024 15:32:40 -0500 Subject: [PATCH] fix http->https in validator v4dev4 url (#245) * fix http->https in validator v4dev4 url * add faucet url --- public/configs/env.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/configs/env.json b/public/configs/env.json index d05d6d6..8be817e 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -215,10 +215,11 @@ } ], "validators": [ - "http://validator.v4dev4.dydx.exchange" + "https://validator.v4dev4.dydx.exchange" ], "0xsquid": "https://testnet.api.0xsquid.com", - "nobleValidator": "https://noble-testnet-rpc.polkachu.com/" + "nobleValidator": "https://noble-testnet-rpc.polkachu.com/", + "faucet": "https://faucet.v4dev4.dydx.exchange" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -473,7 +474,7 @@ "apps": { "ios": { "minimalVersion": "1.0", - "build":40000, + "build": 40000, "url": "https://apps.apple.com/app/dydx/id1564787350" } } @@ -1156,4 +1157,4 @@ } } } -} +} \ No newline at end of file