[ZK Stack] - system-contracts are not compiled during init
command
#924
Answered
by
MexicanAce
thecodingshrimp
asked this question in
ZK Stack
-
Team or ProjectNo response Module Affected
Rust Version1.84.1 Operating System
Issue DescriptionThe following chain of commands don't work right out of the box.
Expected Behaviorzkstack ecosystem should be initialized with default settings. Current Behavior
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
MexicanAce
Feb 12, 2025
Replies: 1 comment 6 replies
-
Thanks for letting us know. Quick question, what version of foundry-zksync are you using? In the mean time I'll test this out and see if I can replicate. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@thecodingshrimp I've followed the repro steps and unfortunately haven't been able to replicate the same issue (the Ecosystem initialized and genesis completed successfully). I wonder if your
zkstack
CLI tool might be out of date, can you runzkstackup --local
and try again?Alternatively, you can also try the following for a more "clean" environment before trying again:
foundryup-zksync
zkstackup --local
zkstack dev clean all