Skip to content

Commit 3cef390

Browse files
committed
chore: set useDeeplink by to true
1 parent 6371de6 commit 3cef390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/metamask/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function metamask({
6565

6666
sdk = new MetaMaskSDKConstructor({
6767
...options,
68+
useDeeplink: options.useDeeplink ?? true,
6869
dappMetadata: {
6970
name: options.dappMetadata?.name || name || '',
7071
url: options.dappMetadata?.url || window.location.origin,

0 commit comments

Comments
 (0)