Options
caution
This documentation is for Web3Modal v2. You can find Web3Modal v3 docs here
Following options can be passed as arguments to Web3Modal
constructor i.e.
const web3Modal = new Web3Modal({
projectId: '...',
mobileWallets: [{ id: '...' }]
})