[General] zk init error #779
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It appears that the error you're encountering is due to a mismatch in the base system contracts during the initialization of your ZKsync node. This issue typically arises when the configuration files do not match the actual system contracts deployed or expected by the node framework. Here are a few steps you can take to resolve this issue:
If these steps do not resolve the issue, you might want to provide more details about the configuration and the exact steps you are following so that further assistance can be tailored to your specific setup. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hi @tmors 👋 . I see you're using the zkstack containers
zkstack ecosystem init --dev
zkstack server See the developer docs here for more information about getting started with the |
Beta Was this translation helpful? Give feedback.
-
Maybe be worth to specify the branch/tag you are at. @MexicanAce The zkstack command tool has been consistently failing on my machine as well and need to fix the hash manually (on v25.0.0 at least) |
Beta Was this translation helpful? Give feedback.
Hi @tmors 👋 . I see you're using the
zk
CLI tool, I would recommend switching over to use the newzkstack
CLI tool. So the equivalent command(s) to starting the server would be:See the developer docs here for more information about getting started with the
zkstack
CLI tool.