[ZK Stack] - "Oneshot_runner" task node_storage_initializer failed. Base system contracts mismatched #716
-
Module Affected
Rust Versionrustc 1.83.0-nightly Operating System
Issue DescriptionSteps I am doing: When initializing the new ecosystem with the command: zk_inception ecosystem init an error pops up: I am using package version: zk_inception v0.1.0 (https://github.com/matter-labs/zksync-era/#2a7e72b0) Expected BehaviorThe system initializes correctly and I can run a server. Current BehaviorWhen initializing the ecosystem with the command: zk_inception ecosystem init │ Error: One or more tasks failed: [TaskFailed(TaskId("oneshot_runner"), Oneshot task node_storage_initializer failed │ 0x01000563374c277a2c1e34659a2a1e87371bb6d852ce142022d497bfb50b9e32 }, Calculated : BaseSystemContractsHashes { Repository Link (if applicable)No response Additional DetailsI would be grateful for any help! :) Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It seems like you are encountering a mismatch between the base system contracts specified in your configuration and those calculated during the initialization of your ZKsync ecosystem. This issue typically arises when there is a discrepancy between the expected contract hashes in your configuration files and the actual hashes of the deployed contracts. Here are a few steps you can take to resolve this issue:
If these steps do not resolve the issue, it might be helpful to consult the documentation or seek further assistance from the ZKsync developer community or support channels. 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.
-
Hey @Szczepoo13 - thanks for your question. Based on the information you provided it looks like you might have modified / out of date contracts. Can you please make sure that:
|
Beta Was this translation helpful? Give feedback.
Hey @Szczepoo13 - thanks for your question. Based on the information you provided it looks like you might have modified / out of date contracts. Can you please make sure that:
git submodule update --recursive
zkt
before usingzk_toolbox
zks clean all