Getting an error when running the AA node.js quick start demo

I am getting the following error running the sample from here:

the wallet account, as well as the EOA being used, both have token balances.
maybe the paymaster is out of the token? Or what would be the step to troubleshoot this?

Thanks

error received {
code: -32508,
message: ‘Transaction reverted in simulation with reason: userOp execution failed. Use handleOpsCallData to simulate transaction to check transaction execution steps’
}

2 Likes

Hello. Can you share more details about your userop generation and package versions you’re using?

this was resolved – I can’t remember what it was specifically, but I was missing a step in setting up the Paymaster in the code.

Thanks

2 Likes