Defined in: enduser/src/UserClient.ts:6
Base configuration for all L2 Business Clients
accountAddress:
`0x${string}`
Defined in: enduser/src/UserClient.ts:7
optionalbundlerClient:any
Defined in: enduser/src/UserClient.ts:14
client:
WalletClient
Defined in: core/dist/clients/types.d.ts:11
Viem WalletClient for write operations. Must have an account attached.
optionalentryPointAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:9
ClientConfig.entryPointAddress
optionalethUsdPriceFeedAddress:`0x${string}`
Defined in: core/dist/clients/types.d.ts:40
ClientConfig.ethUsdPriceFeedAddress
optionalgTokenAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:13
GToken contract address. Required for operations involving token approvals and transfers.
optionalgTokenStakingAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:11
GTokenStaking contract address. Required for role registration that involves staking.
ClientConfig.gTokenStakingAddress
optionalpaymasterFactoryAddress:`0x${string}`
Defined in: core/dist/clients/types.d.ts:38
PaymasterFactory contract address. Required for deploying new PaymasterV4 instances.
ClientConfig.paymasterFactoryAddress
optionalpublicClient:PublicClient
Defined in: core/dist/clients/types.d.ts:18
Optional PublicClient for read operations. If not provided, one will be derived from the WalletClient or created internally if possible (but usually explicit is better). Currently L1 actions use PublicClient | WalletClient, so WalletClient is enough for both if it has a provider. However, explicitly accepting PublicClient encourages separation.
optionalregistryAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:12
Registry contract address. Essential for looking up other contracts if not provided explicitly.
optionalsbtAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:8
optionalsuperPaymasterAddress:`0x${string}`
Defined in: enduser/src/UserClient.ts:10
optionalxpntsFactoryAddress:`0x${string}`
Defined in: core/dist/clients/types.d.ts:39