Skip to content

Commit 63523d2

Browse files
committed
point CTM to EraCTM, bump genesis
1 parent 7f7803f commit 63523d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/lib/contracts/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const BRIDGEHUB_CONTRACT_FILE: (&str, &str) =
4343
("bridgehub", "IBridgehubBase.sol/IBridgehubBase.json");
4444
const STATE_TRANSITION_CONTRACT_FILE: (&str, &str) = (
4545
"state-transition",
46-
"ChainTypeManager.sol/ChainTypeManager.json",
46+
"EraChainTypeManager.sol/EraChainTypeManager.json",
4747
);
4848
const BYTECODE_SUPPLIER_CONTRACT_FILE: (&str, &str) =
4949
("upgrades", "BytecodesSupplier.sol/BytecodesSupplier.json");

etc/env/file_based/genesis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
genesis_protocol_semantic_version: 0.30.0
22
genesis_protocol_version: null
3-
genesis_root: 0xba3ab211944676593a7c0a99b8a7fd4a23cda91a1c46179addbfae1391ffd55b
3+
genesis_root: 0x8f9672c17bc90cc79c342f4b45b404e14166bff53e993a4c9838ce3361fda9be
44
genesis_rollup_leaf_index: 94
5-
genesis_batch_commitment: 0x678a7ca6085e3724ebb201316944ee3ec43ac83140400d21a5e772ec9e060f90
5+
genesis_batch_commitment: 0x7084543f1cb09528eabd78f033875961d94ecaa67265e211a8543b4ae5ba0459
66
bootloader_hash: 0x0100091118d2d6c46d8e646b67026ef848826845d0aff1cb72cddb6b98e4e90c
7-
default_aa_hash: 0x010005f7fc2bd2320582602ba8e850df381b4ada8c613b4efc7883be575083e9
7+
default_aa_hash: 0x010005f7d78318bbb38f09113d18d95c7e3bc79353fe99cbc63d8baba88373c8
88
evm_emulator_hash: 0x01000d8bae37b82f311186426184866498b357f41d7a02ced11f3e3fbfbacd63
99
l1_chain_id: 9
1010
l2_chain_id: 270

0 commit comments

Comments
 (0)