CoinbaseWalletConfigOptions
type CoinbaseWalletConfigOptions = {  qrmodal?: "coinbase" | "custom";  recommended?: boolean;};
Whether to use the Coinbase's default QR Code modal or show the custom UI in ConnectWallet Modal
 The default is "custom"
type qrmodal = "coinbase" | "custom";
If true, the wallet will be tagged as "recommended" in ConnectWallet Modal
type recommended = boolean;