Skip to content

Commit 16dfdfb

Browse files
committed
Add MetaMask deep link
1 parent 5876148 commit 16dfdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/metamask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function metamask(options: CommonWalletOptions): WalletModule {
3434
}
3535
},
3636
type: 'injected',
37-
link: 'https://metamask.io/',
37+
link: `https://metamask.app.link/dapp/${window.location.host}`,
3838
installMessage: extensionInstallMessage,
3939
desktop: true,
4040
mobile: true,

0 commit comments

Comments
 (0)