You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Ability to connect a wallet outside of the built-in list.
Either by allowing to pass a wallet configuration directly to useWallet().connect() or to allow passing custom wallets to useAllWallets() so that their ids can be then used in useWallet().connect(). Or both, mixed.
Motivation
There are more wallets emerging in the ecosystem than just those hardcoded in the library. Dapps should be free to choose which wallets to support. In particular, they should be also free to limit the supported wallets list.
Feature Request
Suggestion
Ability to connect a wallet outside of the built-in list.
Either by allowing to pass a wallet configuration directly to
useWallet().connect()
or to allow passing custom wallets touseAllWallets()
so that their ids can be then used inuseWallet().connect()
. Or both, mixed.Motivation
There are more wallets emerging in the ecosystem than just those hardcoded in the library. Dapps should be free to choose which wallets to support. In particular, they should be also free to limit the supported wallets list.
Use Cases
Dapps should be able to connect wallets like:
The text was updated successfully, but these errors were encountered: