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

Update Web3 Modal #20

Closed
julienbrg opened this issue Jul 26, 2024 · 0 comments · Fixed by #21
Closed

Update Web3 Modal #20

julienbrg opened this issue Jul 26, 2024 · 0 comments · Fixed by #21
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@julienbrg
Copy link
Contributor

julienbrg commented Jul 26, 2024

Should allow users to connect with Google, X, Github, and Apple.

const ethersConfig = defaultConfig({
  metadata,
  auth: {
    email: true,
    socials: ['google', 'x', 'github', 'discord', 'apple'],
    showWallets: true,
    walletFeatures: true,
  },
})

https://docs.walletconnect.com/appkit/next/onboarding/socials

In package.json:

"@web3modal/ethers": "^5.0.8",
@julienbrg julienbrg added enhancement New feature or request good first issue Good for newcomers labels Jul 26, 2024
@julienbrg julienbrg linked a pull request Jul 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant