From ae0883241e5ebd9ca82196dca5a7f767addece7d Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Thu, 16 Dec 2021 10:25:30 +0000 Subject: [PATCH] Network Explorer: change prod env to round robin DNS --- explorer/.env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/.env.prod b/explorer/.env.prod index 0919c7a499..17c51ea14e 100644 --- a/explorer/.env.prod +++ b/explorer/.env.prod @@ -1,5 +1,5 @@ EXPLORER_API_URL=https://sandbox-explorer.nymtech.net/api/v1 -VALIDATOR_API_URL=https://sandbox-validator1.nymtech.net +VALIDATOR_API_URL=https://sandbox-validator.nymtech.net BIG_DIPPER_URL=https://sandbox-blocks.nymtech.net CURRENCY_DENOM=unymt CURRENCY_STAKING_DENOM=unyxt