-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feat/aa 7702 #3533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/aa 7702 #3533
Conversation
|
@leekt is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
Closing in favor of #3535. Will add you as a co-author so your contributions here aren't unseen! |
EIP7702 authorization can be added in erc4337 flow, allowing users to use eip7702 accounts with erc4337 bundlers directly.
link to documentation : https://docs.google.com/document/d/1w3xB_B1PUYRDnnCXSsLZXQVerjiw0_72NxvQwhdrWeU/edit?tab=t.0#heading=h.gofdrsh0t6jb
btw, i didn't want to change other files, but formatter keeps changing imports to wrap them in one
type { AA, BB }
instead of{ type AA, type BB }
, so i manually reverted back to original one