The EntryPoint couldn’t create the smart account using the provided initCode
. This could be due to:
initCode
executioninitCode
reverting during account setupinitCode
is accurate (first 20 bytes of initCode
)initCode
correctnessverificationGasLimit
is sufficient for initCode
completioninitCode
execution using debugging tools like TenderlyBy addressing these potential issues, you can resolve the AA13 error and successfully execute the initCode
.
The EntryPoint couldn’t create the smart account using the provided initCode
. This could be due to:
initCode
executioninitCode
reverting during account setupinitCode
is accurate (first 20 bytes of initCode
)initCode
correctnessverificationGasLimit
is sufficient for initCode
completioninitCode
execution using debugging tools like TenderlyBy addressing these potential issues, you can resolve the AA13 error and successfully execute the initCode
.