Ethereum Provider configuration not working across wallet implementations #3831
Unanswered
kyle-layerzero
asked this question in
Developer Support
Replies: 1 comment 3 replies
-
Which wallets? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a dApp and are using
@walletconnect/ethereum-provider
to connect via WalletConnect. Based on the discussion here, we tried using onlyoptionalChains
, but found that some mobile wallets will not work without the default chain. So we are stuck choosing between supporting multisig wallets and not some mobile ones, or vice versa, or duplicating the WalletConnect options with two different configurations.Is there a recommended approach to support all wallet implementations via one WalletConnect configuration?
Examples:
Beta Was this translation helpful? Give feedback.
All reactions