WalletConnect v2#224
Merged
Merged
Conversation
added 18 commits
May 30, 2023 10:01
3317441 to
1d6ee53
Compare
|
@obernardovieira Would love to know when you merge this PR and hear about your experience using web3modal + wagmi! |
Contributor
Author
Hi. Sorry, I've missed this before. Even though it's still in PR, we updated the website last week and updated the dapp today. So, right now we are using web3modal and wagmi everywhere. The only reason this is still in PR is because we were still testing a few minor things and this is also used on the wallet and there we didn't finish the integration yet. But that doesn't affect anything. It was super easy. I sincerely recommend anyone to use it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR change utils integration to work with WalletConnect v2 with
@web3modal/reactandwagmi. These are two required dependencies. wagmi is in some places used within utils.In terms of hooks, nothing has changed, only the provider has changed.
The README was updated and now has some examples.