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
Web3 React distributes connectors in their own package, while wagmi comes battery included. At the time of writing there is only one connector (Argent X) so it makes sense to include it by default.
What should we do in the future when more connectors become available?
The text was updated successfully, but these errors were encountered:
I think doing something similar to wagmi and providing first party supported connectors and an interface for introducing new ones would be a good approach.
I think that interface looks great. The main difference will be with the useConnect hook, let's not use the [{ data }, action] return value like wagmi does.
Web3 React distributes connectors in their own package, while wagmi comes battery included. At the time of writing there is only one connector (Argent X) so it makes sense to include it by default.
What should we do in the future when more connectors become available?
The text was updated successfully, but these errors were encountered: