stackup-bundler icon indicating copy to clipboard operation
stackup-bundler copied to clipboard

Allow configuring MaxOpsForBundle

Open blukat29 opened this issue 2 years ago • 0 comments

Add an optional configuration value ERC4337_BUNDLER_MAX_OPS_FOR_BUNDLE. It controls the maximum number of UserOps in a bundle transaction, by calling b.SetMaxBatch(). The value defaults to 0 (unlimited).

blukat29 avatar Oct 10 '23 07:10 blukat29