Skip to content

Commit

Permalink
change explorer link to suiscan
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalgerok authored Jan 16, 2025
1 parent 885c2c0 commit a2f1662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const API_ENV_TO_EXPLORER_ENV: Record<API_ENV, string | undefined> = {
[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) {
Expand Down

0 comments on commit a2f1662

Please sign in to comment.