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
I'm trying to configure our testing environment to let us toggle more easily between EOA and Smart Wallet. I can do this if I can manually set the connector I want to connect to and turn on/off the flag for preference: "eoaOnly" | "smartWalletOnly". However, our component forces me to use connectors[0] which prevents me from doing this.
Desired change:
Add an optional prop for connector and use it if provided
If connector is not provided, default to connectors[0] like we have currently
The text was updated successfully, but these errors were encountered:
ilikesymmetry
changed the title
Feature Request: Support optional connector prop for ConnectWallet
Feature Request: Add optional connector prop to ConnectWallet
Jul 25, 2024
Describe the solution you'd like
Use case:
I'm trying to configure our testing environment to let us toggle more easily between EOA and Smart Wallet. I can do this if I can manually set the connector I want to connect to and turn on/off the flag for preference: "eoaOnly" | "smartWalletOnly". However, our component forces me to use connectors[0] which prevents me from doing this.
Desired change:
The text was updated successfully, but these errors were encountered: