Interface ClientConfig

configuration params for wrapProvider

Hierarchy

  • ClientConfig

Index

Properties

bundlerUrl

bundlerUrl: string

url to the bundler

entryPointAddress

entryPointAddress: string

the entry point to use

Optional paymasterAPI

paymasterAPI: PaymasterAPI

if set, call just before signing.

registryAddress

registryAddress: string

the personal account registry to use

Optional walletAddres

walletAddres: string

if set, use this pre-deployed wallet. (if not set, use getSigner().getAddress() to query the "counterfactual" address of wallet. you may need to fund this address so the wallet can pay for its own creation)