-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add paymaster support #560
Comments
Thanks @lutr0 ! Yes, paymaster and AA support is in the works. |
Related: #591, #596, matter-labs/foundry-zksync-book#24 |
I see there have been some work on adding paymaster support. Trying to deploy the standard
Returns me the error:
This may be due to Sophon having a CBT, but paymaster balance shouldn't be a problem |
I know test usage was the first chunk of work to be delivered. I haven't tested script execution usage yet @Jrigada could you provide some insight here? |
Update, @Jrigada and I were able to deploy successfully using a paymaster: e.g. https://explorer.testnet.sophon.xyz/tx/0xf48f01898c1db3e6542e389176b0fed5343d6aa818373b50389b53c59eaeb393 Closing this issue, thanks for the great work |
Component
Forge, Cast
Describe the feature you would like
I would love to be able to deploy a contract or send a transaction while using a paymaster.
Native AA is a core feature of zkSync Era, and with many zkchains coming (and projects trying to migrate their foundry repos), I see this as necessary to provide a good developer experience.
For example, Sophon will implement paymaster as a service solutions from the early days
Additional context
Currently it's possible to use the
zksync-ethers
andhardhat-zksync-deploy
plugins to deploy a contract (also with proxy) or perform any transaction using a paymaster.Example:
The text was updated successfully, but these errors were encountered: