From a2f1662021e24b1a6391ba3057819890d2029aa1 Mon Sep 17 00:00:00 2001 From: Dalgerok Date: Thu, 16 Jan 2025 10:41:11 +0100 Subject: [PATCH] change explorer link to suiscan --- apps/wallet/src/ui/app/components/explorer-link/Explorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts b/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts index 1576968d4d5d3..97805131d42e2 100644 --- a/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts +++ b/apps/wallet/src/ui/app/components/explorer-link/Explorer.ts @@ -13,7 +13,7 @@ const API_ENV_TO_EXPLORER_ENV: Record = { [API_ENV.customRPC]: '', }; -const EXPLORER_LINK = 'https://suiexplorer.com/'; +const EXPLORER_LINK = 'https://suiscan.xyz/'; //TODO - this is a temporary solution, we should have a better way to get the explorer url function getExplorerUrl(path: string, apiEnv: API_ENV = DEFAULT_API_ENV, customRPC: string) {