Skip to content

Commit b936e49

Browse files
authored
fix: update to 0.29.5 - genesis and contracts (#4476)
## What ❔ * updated genesis hash (by running server and collecting proper hash) * updated contracts to tag zkos-0.29.5
1 parent c28909b commit b936e49

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

contracts

Submodule contracts updated 42 files

etc/env/file_based/genesis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# note: this is not the root, but blake_hash(root, index, number, prev hashes, timestamp) -
33
# it's used in place of root in zksync os. It's called `state_commitment`
44
# (don't confuse it with `commitment` which is about pudata etc)
5-
genesis_root: "0x2cc1bf19e10e0a380b97c55b885b5bef6365d79de28a96d32250bfb3bbdc184b"
5+
# Updated to match zksync-v0.29.5
6+
genesis_root: "0x8ffc4046cfb3c1d91dbd541dcf0202c23ac355df020f6b5edb2e6cb93525871c"
67
genesis_rollup_leaf_index: 0
78
genesis_batch_commitment: "0x0000000000000000000000000000000000000000000000000000000000000001"
8-
genesis_protocol_version: 28
9+
genesis_protocol_version: 29
910
default_aa_hash: 0x010005f72e443c94460f4583fb38ef5d0c5cd9897021c41df840f91465c0392e
1011
bootloader_hash: 0x0100085f9382a7928dd83bfc529121827b5f29f18b9aa10d18aa68e1be7ddc35
1112
l1_chain_id: 9
@@ -15,6 +16,6 @@ prover:
1516
dummy_verifier: true
1617
snark_wrapper_vk_hash: 0x5295a9eef2e9e708cb9d1e840ecd25ca93b6f1a9c83ba44f1cfbec90db7dddbc
1718
fflonk_snark_wrapper_vk_hash: 0x17e8d7931f1314431359233e65c22657a32c335205e3c24ce292c5819becfaa7
18-
genesis_protocol_semantic_version: 0.28.0
19+
genesis_protocol_semantic_version: 0.29.1
1920
evm_emulator_hash: 0x01000d83e0329d9144ad041430fafcbc2b388e5434db8cb8a96e80157738a1da
2021
l1_batch_commit_data_generator_mode: Rollup

0 commit comments

Comments
 (0)