Optional
category?: "socialLogin" | "walletLogin"Optional
connectUI?: React.FC<ConnectUIProps<I>>Optional
isIf the wallet can sign transactions without user interaction, set this to true.
false
Optional
isOptional
personalAn array of WalletConfig
that users can use as a personal wallet to connect to your wallet
This is only required if your wallet requires a personal wallet to be connected such as a Safe Wallet or Smart Wallet
providing the personalWallets
ensures that autoconnect and ConnectWallet modal works properly for your wallet.
Optional
recommended?: booleanIf true, this wallet will be tagged as "recommended" in ConnectWallet Modal and will be shown at the top of the list
false
Optional
selectUI?: React.FC<SelectUIProps<I>>UI for selecting wallet - this UI is rendered in the wallet selection screen
Generated using TypeDoc
UI for connecting wallet