-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore(WalletConnect): Upgrade Wallet connect version and migrate to WalletKit #16468
Conversation
Jenkins BuildsClick to see older builds (7)
|
Hi @alexjba
Actual result: the pop up to sign the connection request shows up on the desktop app, user accepts it and app seems to be connected, however on the dApps end, Status app is not connecting. URL: https://appkit-lab.reown.com/library/wagmi-siwe/ Screen.Recording.2024-10-07.at.10.17.50.PM.movdApp: Rarible Screen.Recording.2024-10-07.at.10.20.36.PM.mov
Console log: Let me know in case I can provide any other information, thanks! |
Thanks for testing. There are a few mentions on your findings. The first one is that the test is targeting BC and BC is not covered in this PR. Srry, should have provided more details here.. What I'm doing in this PR is to update the WalletConnect version we're using in the Status app. |
Hey @alexjba thanks for the clarification It seems WC is also presenting issues. On the build app of this PR, I'm unable to connect to any dApp. I tested with 3 test users with the same results. Tested in https://lido.fi/, https://react-app.walletconnect.com/, https://app.uniswap.org/, https://rarible.com/ Screen.Recording.2024-10-08.at.8.29.28.AM.rarible.movScreen.Recording.2024-10-08.at.8.27.38.AM.stake.lido.mov
|
Thanks @virginiabalducci! Will have a look. It looks like a code error somewhere. Probably in the parent PRs |
1f1c0ce
to
80390e4
Compare
@virginiabalducci Fixed! There's been an issue on the upgrade |
bf61332
to
c498580
Compare
@alexjba conflicts :) |
9178c8c
to
4a5bacb
Compare
Migrate from `Web3Wallet` to `WalletKit`. More details in the WC docs https://docs.reown.com/walletkit/upgrade/from-web3wallet-web
80390e4
to
16c7d60
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested a couple of dApps and looks good!
What does the PR do
Closes #15916
The
web3Wallet
is nowWalletKit
andWalletConnect
is being rebranded toReown
.Updated the packages based on docs https://docs.reown.com/walletkit/upgrade/from-web3wallet-web