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

Feature Request: Add optional connector prop to ConnectWallet #902

Open
ilikesymmetry opened this issue Jul 25, 2024 · 0 comments
Open

Feature Request: Add optional connector prop to ConnectWallet #902

ilikesymmetry opened this issue Jul 25, 2024 · 0 comments

Comments

@ilikesymmetry
Copy link
Contributor

ilikesymmetry commented 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:

  • Add an optional prop for connector and use it if provided
  • If connector is not provided, default to connectors[0] like we have currently
@ilikesymmetry ilikesymmetry changed the title Feature Request: Support optional connector prop for ConnectWallet Feature Request: Add optional connector prop to ConnectWallet Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant