Content pfp
Content
@
0 reply
0 recast
0 reaction

Marco ◹◺ pfp
Marco ◹◺
@mpeyfuss
I'm looking to integrate smart wallets into our app and a sticking point is the ERC-6492 signature validation. The ERC calls for the offchain verifier to deploy the contract if it's not deployed yet. Is there any way around this? I don't quite see how that scales? Any help appreciated!
2 replies
2 recasts
2 reactions

will pfp
will
@w
i don’t think that’s right? i don’t have the spec in front of me but iirc previous conversations you deploy it inside of an eth_call (eg not a real transaction, just an off chain simulation)
1 reply
0 recast
1 reaction

Marco ◹◺ pfp
Marco ◹◺
@mpeyfuss
I guess I’m looking at this first bullet in the ERC. But you’re right, eth_call isn’t a real tx. Was partly confusing myself there cause .call in solidity does send the tx lol.
0 reply
0 recast
0 reaction