Back to All

verifyEIP6492Signature problem

I tried your verifyEIP6492Signature code on Account abstraction. But the result always returns { data: '0x00' }. I think that code has some bugs. So we couldn't call via the API (eth_sendUserOperation) method. It's always shown an Invalid UserOp signature or paymaster signature. Additionally, I checked the data via viem code using userOperationHash and signature. It's the return's owner address correctly.

ReadMe