Skip to content

Commit

Permalink
fix params (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas authored Jul 24, 2024
1 parent 4b0f9d5 commit dcb6ac5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dapps/web3modal/react-ethersv5/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcb6ac5

Please sign in to comment.