Replies: 1 comment
-
please, Can you upgrade to the latest version and try again ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
We are using
web3modal
in our dApp and we want to exclude the Keplr Wallet from the wallet list. I have set theexcludeWalletIds
parameter, but it is not working as expected. The Keplr Wallet is still displayed in the wallet list.Current Technical Implementation:
React
@web3modal/ethers5: 5.0.11
Configuration Initialization:
Problem Description:
Even though I have added the Keplr Wallet's ID (
6adb6082c909901b9e7189af3a4a0223102cd6f8d5c39e39f3d49acb92b578bb
) to theexcludeWalletIds
parameter, it still appears in the wallet list.Expected Solution:
I would like to be able to correctly exclude the Keplr Wallet or be provided with an alternative solution to achieve this functionality.
Additional Information:
Beta Was this translation helpful? Give feedback.
All reactions