From 52136d727ba7ff8616e768735b503d249cf5c4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Walther?= Date: Tue, 6 Dec 2022 11:00:33 +0100 Subject: [PATCH] Set explorer to use rpc.nymtech.net --- explorer/.env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/.env.prod b/explorer/.env.prod index e053bd085a..b1b1fe0d4c 100644 --- a/explorer/.env.prod +++ b/explorer/.env.prod @@ -1,6 +1,6 @@ EXPLORER_API_URL=https://explorer.nymtech.net/api/v1 VALIDATOR_API_URL=https://validator.nymtech.net -VALIDATOR_URL=https://rpc.nyx.nodes.guru +VALIDATOR_URL=https://rpc.nymtech.net BIG_DIPPER_URL=https://blocks.nymtech.net CURRENCY_DENOM=unym CURRENCY_STAKING_DENOM=unyx