Skip to content
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

No way to filter out wallet-standard wallets or the mobile wallet adapter on <WalletProvider> #943

Open
billythedummy opened this issue Apr 7, 2024 · 1 comment

Comments

@billythedummy
Copy link

Is your feature request related to a problem? Please describe.
<WalletProvider> currently does not provide a way to filter out wallet-standard wallets or the mobile wallet adapter. This can be useful if the wallet suddenly stopped working with the dapp for some reason, so that users don't get a broken experience.

Describe the solution you'd like
Provide a prop that enables filtering out of wallets. Perhaps a predicate function prop that returns if the wallet should be included or not is most general.

Describe alternatives you've considered
None

Additional context
Backpack suddenly started returning 403 forbidden for calls to wallet.sendTransaction(). We wish to disable it temporarily while we work on a fix but we can't because it's a standard wallet.

@ghini10
Copy link

ghini10 commented May 14, 2024

No description provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants