Skip to content

Commit

Permalink
add shouldDeeplinkDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Jul 15, 2024
1 parent ba07be3 commit 5224d27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/connectkit/src/wallets/walletConfigs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const walletConfigs: {
getWalletConnectDeeplink: (uri: string) => {
return `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`;
},
shouldDeeplinkDesktop: true,
},
'coinbaseWallet, com.coinbase.wallet, coinbaseWalletSDK': {
name: 'Coinbase Wallet',
Expand Down Expand Up @@ -224,8 +225,8 @@ export const walletConfigs: {
return isAndroid()
? uri
: `https://rnbwapp.com/wc?uri=${encodeURIComponent(
uri
)}&connector=connectkit`;
uri
)}&connector=connectkit`;
},
},
'io.rabby': {
Expand Down

0 comments on commit 5224d27

Please sign in to comment.