Who verifies EIP-6492 signatures on-chain? #1001
Unanswered
afmeirelles
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to sign an ERC-2612 permit with a conterfactual address, but I don't know how to send the transaction. As per my code:
signature
will be a wrapping, according to EIP-6492:EIP-6492 determines that a verifier is responsible for checking whether the signature is valid by asking a multicall contract to 1) deploy the SCA and 2) check the signature.
It's my understanding that the Account Kit backend checks EIP-1271 signatures, so it'd make sense for it to check EIP-6492 signatures as well. But how do I send the wrapped 6492 signature if the target contract expects v, r, s?
Beta Was this translation helpful? Give feedback.
All reactions