Skip to content

Commit

Permalink
chore: change explorer link to starkscan
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Dec 11, 2024
1 parent 364ec70 commit 7d66f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export const SendSummaryModalView = ({
wallet.accounts[0] as unknown as string,
wallet.erc20TokenBalanceSelected.address,
10,
10,
chainId,
false,
true,
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-ui/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export const DECIMALS_DISPLAYED_MAX_LENGTH = 11;

export const COINGECKO_API = 'https://api.coingecko.com/api/v3/';

export const STARKNET_MAINNET_EXPLORER = 'https://voyager.online/';
export const STARKNET_MAINNET_EXPLORER = 'https://starkscan.co/';

export const STARKNET_SEPOLIA_TESTNET_EXPLORER =
'https://sepolia.voyager.online/';
'https://sepolia.starkscan.co/';

export const SNAPS_DOC_URL = 'https://docs.metamask.io/guide/snaps.html';

Expand Down

0 comments on commit 7d66f83

Please sign in to comment.