You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at your Safelite implementation
It does have validateUserOp, so it can be used with erc 4337 bundlers.
However, it misses an "execute" function.
You can use "multiSend" but that would require double signature.
I suggest adding execute and executeBatch methods that require msg.sender==entrypoint
The text was updated successfully, but these errors were encountered:
I looked at your Safelite implementation
It does have validateUserOp, so it can be used with erc 4337 bundlers.
However, it misses an "execute" function.
You can use "multiSend" but that would require double signature.
I suggest adding
execute
andexecuteBatch
methods thatrequire msg.sender==entrypoint
The text was updated successfully, but these errors were encountered: