Skip to content

Commit

Permalink
fix: add RollupManagerAddr to L1InfoTreeSync of cdk-node config file (#…
Browse files Browse the repository at this point in the history
…286)

* fix: add RollupManagerAddr to L1InfoTreeSync of cdk-node config file

* fix: change cdk-version to 0.1.2 to fix CI checks

* fix: change cdk-version to 0.1.2 to fix CI checks

* fix: config file for cdk

* chore: update attach-cdk config

---------

Co-authored-by: leovct <[email protected]>
  • Loading branch information
joanestebanr and leovct authored Oct 1, 2024
1 parent df5eb26 commit 9f43411
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agglayer-attach-cdk-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ args:
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1
cdk_validium_node_image: 0xpolygon/cdk-validium-node:0.7.0-cdk

cdk_node_image: ghcr.io/0xpolygon/cdk:0.1.1
cdk_node_image: ghcr.io/0xpolygon/cdk:0.1.2
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.10
agglayer_image: ghcr.io/agglayer/agglayer-rs:pr-96
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEFAULT_ARGS = {
"zkevm_prover_image": "hermeznetwork/zkevm-prover:v8.0.0-RC12-fork.12",
"zkevm_node_image": "hermeznetwork/zkevm-node:v0.7.3-RC1",
"cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk",
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.1.1",
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.1.2",
"zkevm_da_image": "0xpolygon/cdk-data-availability:0.0.10",
"agglayer_image": "ghcr.io/agglayer/agglayer-rs:pr-96",
"zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.6.0-RC1",
Expand Down
2 changes: 1 addition & 1 deletion params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ args:
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.3-RC1
cdk_validium_node_image: 0xpolygon/cdk-validium-node:0.7.0-cdk

cdk_node_image: ghcr.io/0xpolygon/cdk:0.1.1
cdk_node_image: ghcr.io/0xpolygon/cdk:0.1.2
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.10
agglayer_image: ghcr.io/agglayer/agglayer-rs:pr-96
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.6.0-RC1
Expand Down
4 changes: 2 additions & 2 deletions templates/trusted-node/cdk-node-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ SanityCheckRPCURL = "http://{{.sequencer_name}}{{.deployment_suffix}}:{{.zkevm_r
[Aggregator.Synchronizer.Etherman.Validium]
Enabled = {{.is_cdk_validium}}

{{if eq .zkevm_rollup_fork_id "12"}}

[L1InfoTreeSync]
DBPath = "/tmp/L1InfoTreeSync" # TODO: put a more realisitic path here
GlobalExitRootAddr = "{{.zkevm_global_exit_root_address}}"
RollupManagerAddr = "{{.zkevm_rollup_manager_address}}"
SyncBlockChunkSize = 10
BlockFinality = "LatestBlock"
URLRPCL1 = "{{.l1_rpc_url}}"
WaitForNewBlocksPeriod = "1s"
InitialBlock = "{{.zkevm_rollup_manager_block_number}}"
{{end}}

[NetworkConfig.L1]
{{if eq .zkevm_rollup_fork_id "12"}}
Expand Down

0 comments on commit 9f43411

Please sign in to comment.