Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from jeanregisser/jeanregisser/fix-valora-mobi…
Browse files Browse the repository at this point in the history
…le-link

Fix unable to open Valora on iOS
  • Loading branch information
nicolasbrugneaux authored Jun 29, 2023
2 parents 79ee6ca + c912196 commit 3f77b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rainbowkit-celo/wallets/valora.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const Valora = ({
return isAndroid()
? uri
: // ideally this would use the WalletConnect registry, but this will do for now
`https://valoraapp.com/wc?uri=${encodeURIComponent(uri)}`;
`celo://wallet/wc?uri=${encodeURIComponent(uri)}`;
},
},
qrCode: {
Expand Down

0 comments on commit 3f77b72

Please sign in to comment.