-
Notifications
You must be signed in to change notification settings - Fork 130
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
Trying to deploy a contract the application crashed #737
Comments
@L0GYKAL I could not reproduce from a fresh setup. This error happens sometimes when building a project and switching foundry versions, or something that renders the cache invalid but does not refresh. Did you try running |
I just tried, unfortunately it changed nothing
|
@L0GYKAL I believe to have found the root of the problem. Any chance you can change |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.0.2 (420660c 2024-11-21T00:27:54.875617523Z)
What command(s) is the bug in?
forge script
Operating System
Linux
Describe the bug
I tried to execute the script of this repository to deploy an implementation
https://github.com/ondefy/Zyfi-Token-Zkforge
With the following command:
forge script ZfiImplementationScript --zksync --slow --chain-id 324 --build-info --build-info-path deployment --rpc-url https://zksync-mainnet.g.alchemy.com/v2/<API-KEY> -vvvvv --account XXX --password XXX --verifier zksync \ --verifier-url https://zksync2-mainnet-explorer.zksync.io/contract_verification \ --verify --broadcast
and got this error:The text was updated successfully, but these errors were encountered: