Skip to content

Commit

Permalink
feat(sdk): add wallet extension to dapp-kit (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 authored Dec 3, 2024
1 parent ca08313 commit 82c06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/dapp-kit/src/constants/walletDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DEFAULT_WALLET_FILTER = (wallet: WalletWithRequiredFeatures) =>

export const DEFAULT_PREFERRED_WALLETS = [IOTA_WALLET_NAME];

const WALLET_CHROME_EXTENSION_ID = 'TODO';
const WALLET_CHROME_EXTENSION_ID = 'iidjkmdceolghepehaaddojmnjnkkija';

export const WALLET_DOWNLOAD_URL =
'https://chromewebstore.google.com/detail/' + WALLET_CHROME_EXTENSION_ID;

0 comments on commit 82c06b3

Please sign in to comment.