Docs

SmartWalletConfig

type SmartWalletConfig = {
bundlerUrl?: string;
chain: ChainOrRpcUrl;
clientId?: string;
entryPointAddress?: string;
erc20PaymasterAddress?: string;
erc20TokenAddress?: string;
factoryAddress: string;
gasless: boolean;
paymasterAPI?: PaymasterAPI;
paymasterUrl?: string;
secretKey?: string;