ConnectManagerOptions

type ConnectManagerOptions = {
accountAbstraction?: SmartWalletOptions;
client: ThirdwebClient;
onConnect?: (wallet: Wallet) => void;
};