Entrypoint Errors
AA92: Incorrect EntryPoint Function Call
Resolving issues with bundler’s EntryPoint interaction
The bundler incorrectly attempted to call the EntryPoint’s innerHandleOp
function directly, bypassing the intended handleOps
function.
Resolution Checklist
-
For Self-Hosted Bundlers:
- Review your bundler’s interaction with the EntryPoint
- Ensure all calls are routed through the
handleOps
function
-
For Third-Party Bundler Services:
- If using a provider like JiffyLabs, contact their technical support
By correcting the EntryPoint interaction, you should be able to resolve the AA92 error and ensure proper operation handling.