Describe the bug
Obol dv-launchpad integrated rainbowkit recently, and we are trying to support walletconnect but this error is blocking the user on sign messages and on doing transactions after a refresh.
Our application is a static site generated (SSG) nextjs application with client-side components.
Versions
Using "@rainbow-me/rainbowkit": "^2.1.3", which is using
@walletconnect/core@2.16.1
We tried downgrading to different versions as well as locking @walletconnect/core to v2.10.0 but same issue.
Expected behavior
indexedDB history key to match the key passed by the wallet.
Screenshots
Additional context
Testing was done using Apple M1 with macOS 14.6.1, Iphone 14 with iOS 17.7 and also android 14. We tested on safe wallet browser/mobile app and on metamask mobile app.
Describe the bug Obol dv-launchpad integrated rainbowkit recently, and we are trying to support walletconnect but this error is blocking the user on sign messages and on doing transactions after a refresh. Our application is a static site generated (SSG) nextjs application with client-side components.
Versions Using "@rainbow-me/rainbowkit": "^2.1.3", which is using @walletconnect/core@2.16.1 We tried downgrading to different versions as well as locking @walletconnect/core to v2.10.0 but same issue.
To Reproduce You can check/run this minimal code with an anchor (to refresh) https://github.com/HananINouman/reproduce-WC-bug
Expected behavior indexedDB history key to match the key passed by the wallet.
Screenshots
Additional context Testing was done using Apple M1 with macOS 14.6.1, Iphone 14 with iOS 17.7 and also android 14. We tested on safe wallet browser/mobile app and on metamask mobile app.