-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Chain filtering not applied to wallets list #20
Comments
@DamirSQA you can add specific wallets via options https://docs.walletconnect.com/2.0/web/walletConnectModal/modal/options |
Hi @0xasimetriq had a look, but it doesn't seem that it solves it for me. Regarding mentioned |
Filtering by chain id might be an actual bug, I need to look into this, but for your other question
You can use options for explorer to filter out / only specify wallets you want. What issue are you facing there? |
What's displayed on mobile when you add it via |
yeah the |
Link to minimal reproducible example
/
Summary
Greetings,
@web3modal/standalone
package is replaced In favour of@walletconnect/modal
, and it seems thatstandaloneChains[chainId]
property is changed tochains: [chainId]
.Aside from the issue, is there a way to add only specific wallet(s)?
List of related npm package versions
2.5.9
The text was updated successfully, but these errors were encountered: