Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configs/genesis/era/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"minor": 31,
"patch": 0
},
"genesis_root": "0x7d4932ede67df2f8c0309e4ba6d589dcd87c83ea89eb15c316346e4adca5e5b4",
"genesis_root": "0x965b335ddadf4ef6b7c40876e7ba82009900fd0aebd00a2136dcba41d15fb421",
"genesis_rollup_leaf_index": 104,
"genesis_batch_commitment": "0xdc11fb3a6d456261f2c1adfc1b1476eb716b4735c2b896e0a6a3f19cfba0c2a8",
"genesis_batch_commitment": "0x3ebab585556322dbb35c80e8858d17f60e72653e077c5f53d277094fc8351dc3",
"bootloader_hash": "0x0100098b957008dda66d37766dc973bac46b3b69405d9cd584aa64548a17f43f",
"default_aa_hash": "0x010005f7622adb24d6b96ff0a770f5d3ed4847c21fbea82ed7bd4e6f8ecd16c6",
"default_aa_hash": "0x010005f77c5bcc9dfe0869ea74a11c79eee954e100d1f79c3fe19f98307b3689",
"evm_emulator_hash": "0x01000d8bae37b82f311186426184866498b357f41d7a02ced11f3e3fbfbacd63",
"prover": {
"recursion_scheduler_level_vk_hash": "0x1ffc56111a5cfaf5db387f6a31408ad20217e9bc1f31f2f5c1bd38b0d6d7968b",
Expand Down
10 changes: 10 additions & 0 deletions l1-contracts/selectors
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,8 @@ ChainTypeManagerBase
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | l1GenesisUpgrade() | 0x3437949a |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | newChainCreationParamsBlock(uint256) | 0x544fed26 |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | owner() | 0x8da5cb5b |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | pendingOwner() | 0xe30c3978 |
Expand Down Expand Up @@ -2200,6 +2202,8 @@ DummyChainTypeManager
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | l1GenesisUpgrade() | 0x3437949a |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | newChainCreationParamsBlock(uint256) | 0x544fed26 |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | owner() | 0x8da5cb5b |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | pendingOwner() | 0xe30c3978 |
Expand Down Expand Up @@ -2392,6 +2396,8 @@ DummyChainTypeManagerWBH
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | l1GenesisUpgrade() | 0x3437949a |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | newChainCreationParamsBlock(uint256) | 0x544fed26 |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | owner() | 0x8da5cb5b |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | pendingOwner() | 0xe30c3978 |
Expand Down Expand Up @@ -2952,6 +2958,8 @@ EraChainTypeManager
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | l1GenesisUpgrade() | 0x3437949a |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | newChainCreationParamsBlock(uint256) | 0x544fed26 |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | owner() | 0x8da5cb5b |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | pendingOwner() | 0xe30c3978 |
Expand Down Expand Up @@ -11650,6 +11658,8 @@ ZKsyncOSChainTypeManager
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | l1GenesisUpgrade() | 0x3437949a |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | newChainCreationParamsBlock(uint256) | 0x544fed26 |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | owner() | 0x8da5cb5b |
|----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
| Function | pendingOwner() | 0xe30c3978 |
Expand Down
Loading