AA22 Expired or not due
Signature is outside of the specified time range
The signature
of the user operation is not valid because it is outside of the specified time range.
This error occurs when the block.timestamp
is after the validUntil
timestamp or before the validAfter
timestamp.
Solutions
- Check that the
validAfter
andvalidUntil
fields are set to 0 if you aren't using a time-based signature. - Check that the
validAfter
andvalidUntil
fields are set correctly and that the user operation is sent within the specified range.
Updated 7 months ago