Web3modal or WalletConnectModal #3022
Replies: 3 comments 3 replies
-
WalletConnectModal is mostly for users who already manage things like account views, browser extensions etc. them selves and just want to plugin WalletConnect. It is usually used together with Web3Modal is more complete solution with most of functionality that you need pre-made and it is doing so via good integration with wagmi. You should not be having those issues on Web3Modal, I will have a look, but sounds like some issues with walelts. |
Beta Was this translation helpful? Give feedback.
-
Thanks! We definitively need to keep web3modal then. We have a list of the browsers & devices in which we have trouble if you need. We are also sometimes getting this error when we try to connect:
There is some info online about removing some dependencies from babel but it doesn't seem to work. We are using only avalanche in the chains array. |
Beta Was this translation helpful? Give feedback.
-
We did, but when we get this error:
We are just wrapping the routes with WagmiConfig. We tried with Web3modal inside of WagmiConfig as well.
This doesn't happen with wagmi 1.3.4 (it happens with 1.3.7 or 1.3.8) |
Beta Was this translation helpful? Give feedback.
-
Hello, I am using Web3Modal in a React application. In mobile I am having issues with some browsers: sometimes the disconnect button of the modal doesn't work, other times I get an "invalid params" message when trying to send a transaction, sometimes when I connect to Metamask or Core Wallet, it opens that wallet but not "Request Approval" popup appears so I can't really connect.
Should I switch to WalletConnectModal? When should I use each?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions