Daniel Sinclair
Daniel Sinclair
Investigating! It seems like WalletConnect recently introduced a change that increased the length of the URIs we embed in QR Codes.
@nfts2me Which framework and framework version are you using?
@nfts2me I was unable to replicate this; can you try cleaning your dependencies and build folder to see if this is mitigated?
@jeanbenoit-richez Was unable to reproduce with the following. Do any of your dependencies differ? ```json "dependencies": { "@rainbow-me/rainbowkit": "^2.2.8", "@tanstack/react-query": "^5.55.3", "next": "14.2.5", "react": "^19.1.0", "react-dom": "^19.1.0", "viem": "2.29.2", "wagmi":...
This is now resolved in Rabby. Wallets occasionally have bugs in their dApp Browser injection scripts, especially on Android, which caused this issue. It does appear Zerion has a unique...
@RobPruzan To be clear, I am seeing this issue with the feature enabled. I was toggling it around for the demo video and must have left it disabled. Here is...
@BrodyHughes Have two of these PRs for App and BX related to a Ledger change to Blind Signing warnings. Just need to test that Ledger functionality is still working as...
@bitsforpeace Can you give our example dApp a try in your Safe Browser? `https://rainbowkit-example.vercel.app` I wasn't able to reproduce there. Lmk if you see any errors. It is possible this...
@magiziz Pushed up a little change to avoid mismatch jsdom and playwright together. I'm not quite sure why `globals` is still necessary in the vitest config though; thought that would...
@sarevok89 This is unfortunately a rare edge case related to how iOS deep link schemas work. The `trust://` scheme is not inherently reserved for Trust Wallet, and other apps can...