-
Module Affected
Rust Versionrustc 1.74.0-nightly (5c6a7e71c 2023-08-20) Operating System
Issue DescriptionWhen I execute to Expected BehaviorI can run the zk server in the end Current Behavior2024-04-23T09:43:01.603157Z INFO zksync_merkle_tree::domain: Processed genesis batch; root hash is 0x4434…5141, 49 leaves in total Caused by: Stack backtrace: Repository Link (if applicable)https://github.com/matter-labs/zksync-era/releases/tag/core-v23.1.0 Additional DetailsPrior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I manually changed the GENESIS_ROOT and GENESIS_BATCH_COMMITMENT of GENESIS_ROOT = "0x1920e0154aa7649a645e7931b84796bfec22b58250778b828d9a5b8c7d32f661" GENESIS_BATCH_COMMITMENT = "0xc64914ac5697bf6a73b9cca890ef013a83f8415573f2829b29111598410852a6" |
Beta Was this translation helpful? Give feedback.
I manually changed the GENESIS_ROOT and GENESIS_BATCH_COMMITMENT of
etc/env/base/contracts.toml
file according to the log prompts, then re-executed zk stack init and it ran successfully without any errors.GENESIS_ROOT = "0x1920e0154aa7649a645e7931b84796bfec22b58250778b828d9a5b8c7d32f661"
->
GENESIS_ROOT = "0x4434157983526e20ae9d143257c976ba2ff6da48a3966755a5a3d97eeabf5141"
GENESIS_BATCH_COMMITMENT = "0xc64914ac5697bf6a73b9cca890ef013a83f8415573f2829b29111598410852a6"
->
GENESIS_BATCH_COMMITMENT = "0x25e1d1023a32cb08bf61038d7a76feedb4f117572372a14514f865105f6c5019"