AA50 postOp reverted
The paymaster contract's postOp function reverted.
Possible solutions
- If you are using your own paymaster contract, verify that that you have correctly implemented the
postOpfunction (if you are using one). If you do not intent to make use of thepostOpfunction, make sure you do not set thecontextparameter in the paymaster'svalidatePaymasterUserOpfunction. - If you are using a paymaster service like Pimlico and you see this error, reach out to them.
- If all else fails, investigate why the
postOpfunction reverted using tools like Tenderly.