stackup-bundler
stackup-bundler copied to clipboard
Allow configuring MaxOpsForBundle
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).