Social Login and email smart addresses help with Appkit web3modal latest and ethers 5 as per latest documentation on appkit #4622
-
Im using app.tsx file with Vite.js ill provide file to assist with question . question is regarding the social accounts i cant seem to get them to appear in the modal and on building the auth: returns errors. ive followed the documentation and tested the labs version i have everything running well now with latest package . but i cannot get it to run or build if auth set on file provided the app.tsx file any assistance greatly accepted site is https://thatdamndawg.com |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey brother, I'm in the same boat as you. I've been a long time user of ethers v5 because I couldn't get event listeners to work correctly when v6 first came out. But I guess It's time to get with the program and make the upgrade. Don't want to be left in the dust. Onboarding with email and also smart wallets is gonna be the future if we want mass adoption. web3modal for v6 ethers has the email connector config: web3modal v5 doesn't: There might be support for it down the road, but if you're currently using the ethers v5 version of web3modal It doesn't appear to be supported. |
Beta Was this translation helpful? Give feedback.
Hey brother, I'm in the same boat as you. I've been a long time user of ethers v5 because I couldn't get event listeners to work correctly when v6 first came out. But I guess It's time to get with the program and make the upgrade. Don't want to be left in the dust. Onboarding with email and also smart wallets is gonna be the future if we want mass adoption.
web3modal for v6 ethers has the email connector config:
https://github.com/WalletConnect/web3modal/blob/main/packages/ethers/src/utils/defaultConfig.ts
web3modal v5 doesn't:
https://github.com/WalletConnect/web3modal/blob/main/packages/ethers5/src/utils/defaultConfig.ts
There might be support for it down the road, but if you're current…