[ZK Stack] - Getting Started is failing when Deploying L1 Contracts #927
Answered
by
MexicanAce
web3technologies
asked this question in
ZK Stack
-
Team or ProjectQuasm Module Affected
Rust Version1.84.0 Operating System
Issue DescriptionWhen I follow the Getting Started with ZK Stack I am able to create the ecosystem successfully. When I run zkstack ecosystem init --dev I am getting an error for a missing value in the toml file. Expected BehaviorI am expecting the zk stack walkthrough to allow me to deploy a local instance of a chain so I can run some tests Current BehaviorCurrently when deploying the L1 contracts the script is failing to a missing toml value. Repository Link (if applicable)No response Additional DetailsPrior Research
|
Beta Was this translation helpful? Give feedback.
Answered by
MexicanAce
Feb 12, 2025
Replies: 1 comment 5 replies
-
Hello, thanks for reporting the issue.
And let us know if that helps! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@web3technologies Please try to run
zkstackup --local
and then tryzkstack ecosystem init --dev
again.The addition of the
support_l2_legacy_shared_bridge_test
was added as some point, and so runningzkstackup
will update yourzkstack
cli tool to the latest version.I've confirmed this fixed the issue on my local 👍