createPimlicoPaymasterClient()
createPimlicoPaymasterClient(
config):PaymasterClient
Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:213
Creates or retrieves a cached Viem Paymaster Client configured with the resolved Pimlico RPC endpoint.
Side effect: stores the client in an in-memory cache keyed by the resolved RPC URL (see clearBundlerCache).
Parameters
config
Pimlico URL configuration.
Returns
PaymasterClient
Cached or newly instantiated PaymasterClient configured for Pimlico gas sponsorship.
Last updated on