diff --git a/dapps/web3modal/react-ethersv5/src/main.tsx b/dapps/web3modal/react-ethersv5/src/main.tsx index 382ed1a61..ac7e08eaa 100644 --- a/dapps/web3modal/react-ethersv5/src/main.tsx +++ b/dapps/web3modal/react-ethersv5/src/main.tsx @@ -38,12 +38,6 @@ const ethersConfig = defaultConfig({ enableCoinbase: true, // true by default rpcUrl: '...', // used for the Coinbase SDK defaultChainId: 1, // used for the Coinbase SDK - auth: { - email: true, - socials: ['google', 'x', 'github', 'discord', 'apple'], // add social logins (this will create a non-custodial wallet) - showWallets: true, - walletFeatures: false - } }) // 5. Create a Web3Modal instance