This repository was archived by the owner on Dec 11, 2024. It is now read-only.
WalletConnect v2 #344
nicolasbrugneaux
announced in
Announcements
Replies: 1 comment 1 reply
-
We published |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! Following WalletConnect's guideline to have dapps migrate to their V2, we have released a version with WCv2 implemented. It's released as
5.0.1
on npmYou can see the changes here:
You may have noticed it's a major release, it's because it will not work with WalletConnect v1 anymore. Additionally, there is now a mandatory option in the
dapp
property.Upgrade path:
<CeloProvider dapp={{ name: 'your dapp name', description: 'A great dapp description', url: 'https://example.com', icon: 'https://example.com/img', + walletConnectProjectId: 'Your WalletConnect project ID', }} ... </CeloProvider>
If you don't have a project ID yet, create one here: https://cloud.walletconnect.com
Beta Was this translation helpful? Give feedback.
All reactions