WalletConnectOptions
type WalletConnectOptions = { projectId?: string; qrcode?: boolean;};
Your project’s unique identifier that can be obtained at cloud.walletconnect.com. Enables following functionalities within Web3Modal: wallet and chain logos, optional WalletConnect RPC, support for all wallets from our Explorer and WalletConnect v2 support. Defaults to undefined.
https://docs.walletconnect.com/2.0/web3modal/options#projectid-required
type projectId = string;
Whether to display the QR Code Modal.
Defaults to true
.
type qrcode = boolean;
WalletConnect's options to customize the QR Code Modal.