Skip to content

Commit

Permalink
fix: coinbase wallet redirect behavior (#1953)
Browse files Browse the repository at this point in the history
* fix: pass enableMobileWalletLink param to coinbase sdk

* fix: qrcode logo margin increase to improve error correction for cb wallet

* chore: changeset

* Revert "fix: qrcode logo margin increase to improve error correction for cb wallet"

This reverts commit ce9a87b.

* revert: changeset qrcode
  • Loading branch information
DanielSinclair committed May 6, 2024
1 parent ef53ede commit f0b3b25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-rabbits-nail.md
@@ -0,0 +1,5 @@
---
"@rainbow-me/rainbowkit": patch
---

Mitigated behavior in Coinbase Wallet where the user would be captured in the in-app browser upon redirect.
Expand Up @@ -104,6 +104,7 @@ export const coinbaseWallet = ({
appName,
appLogoUrl: appIcon,
headlessMode: true,
enableMobileWalletLink: true,
})(config),
...walletDetails,
})),
Expand Down

0 comments on commit f0b3b25

Please sign in to comment.