Docs

ProviderConfig

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