From b680226a72f01bc34c3df133ffeb60406bbedf1d Mon Sep 17 00:00:00 2001 From: noiach Date: Thu, 16 Jun 2022 15:30:40 +1000 Subject: [PATCH] feat: update explorer links --- src/lib/react/environmentVariables.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/react/environmentVariables.ts b/src/lib/react/environmentVariables.ts index ddec7862..fe39532e 100644 --- a/src/lib/react/environmentVariables.ts +++ b/src/lib/react/environmentVariables.ts @@ -22,5 +22,5 @@ export const DEFAULT_REQUEST_TIMEOUT = 60 * 1000; // TODO: Once testnet dev tools are deployed, add link. export const DEV_TOOLS = DEFAULT_REN_NETWORK === "testnet" - ? "https://renproject.github.io/dev-tools-testnet/#" - : "https://renproject.github.io/dev-tools/#"; + ? "https://explorer-testnet.renproject.io" + : "https://explorer.renproject.io";