how to use Web3 with this new version? #3194
Unanswered
quantix-nft
asked this question in
Developer Support
Replies: 1 comment 2 replies
-
You can integrate web3modal with wagmi's ethers adapter and change ethers for web3. A better solution is web3modal v3 but it's still under development. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
just started migrating from v1. All this documentation is just blowing me and I think I won't be able to keep my dapp working.
In v1 I used to get provider object after the modal.connect promise. Then I used to pass that to new Web3 object as constructor.
All my dapp uses provider object and web3 to work, and I cannot change everything now. I would have only wanted to change WalletConnect with the new version not everything :(
Please help me
Beta Was this translation helpful? Give feedback.
All reactions