Docs

ProviderConfig

interface ProviderConfig extends ContractInfo {
accountAddress: string;
accountInfo: AccountContractInfoInternal;
bundlerUrl: string;
chain: ChainOrRpcUrl;
clientId: string;
entryPointAddress: string;
erc20PaymasterAddress: string;
erc20TokenAddress: string;
factoryAddress: string;
factoryInfo: FactoryContractInfoInternal;
gasless: boolean;
localSigner: Signer;
paymasterAPI: PaymasterAPI;
secretKey: string;
}