-
Notifications
You must be signed in to change notification settings - Fork 82
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
Unable to deploy contract? #562
Comments
@dutterbutter
|
The error That being said I suggest using |
Got it, thank you for your response. Another question: How can I efficiently use Anvil-ZkSync to execute contract functions? Whenever I call a function, it feels like the execution time is quite long. How can I reduce this time for fuzzing purposes? Example from Anvil-ZkSync. This process costs a long time (a about 3s).
|
You are using an outdated version. Please update to use the latest version via foundryup-zksync here. You can then start anvil-zksync via: If you could provide reproduction steps of what exactly is taking some time we can investigate further. |
🐛 Bug Report for anvil-zksync
Normally, deploying a contract does not require specifying a to address. However, an error occurs when using Anvil-zksync. So, how should the contract be deployed?
The text was updated successfully, but these errors were encountered: