From 42399dfa0225f25384ca4ff07e2f9025daecd2bf Mon Sep 17 00:00:00 2001 From: Dmytro Date: Tue, 6 Feb 2024 16:54:41 +0000 Subject: [PATCH] Fix block explorer url for the new testnet --- src/core/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/constants.ts b/src/core/constants.ts index f80b9f5..cbdaf16 100644 --- a/src/core/constants.ts +++ b/src/core/constants.ts @@ -64,7 +64,7 @@ export const BASE_EXPLORER_URLS: { [skaleNetwork: string]: string } = { staging: 'explorer.staging-v3.skalenodes.com', legacy: 'legacy-explorer.skalenodes.com', regression: 'regression-explorer.skalenodes.com', - testnet: 'testnet-explorer.skalenodes.com' + testnet: 'explorer.testnet.skalenodes.com' } export const MAINNET_WS_ENDPOINTS: { [skaleNetwork: string]: string } = {