You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to execute userOP via SessionSigner, validation is being done in two steps.
First step is validating when trying to do estimation for userOp and this is being done by passing the first calldata from above where we need to skip 4 bytes to get the destination contract.
Second step is validating the userOP for execution, and this is being done by passing the second calldata with paymaster where we need to skip 0x4a bytes to get the destination contract.
Add above in the docs https://docs.biconomy.io/Modules/abiSessionValidationModule#rules
The text was updated successfully, but these errors were encountered:
When trying to execute userOP via SessionSigner, validation is being done in two steps.
First step is validating when trying to do estimation for userOp and this is being done by passing the first calldata from above where we need to skip 4 bytes to get the destination contract.
Second step is validating the userOP for execution, and this is being done by passing the second calldata with paymaster where we need to skip 0x4a bytes to get the destination contract.
Add above in the docs https://docs.biconomy.io/Modules/abiSessionValidationModule#rules
The text was updated successfully, but these errors were encountered: