Skip to content

Commit

Permalink
chore: bump cdk-node
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 2, 2024
1 parent 51068b1 commit 892815e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agglayer-attach-cdk-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ args:
zkevm_prover_image: hermeznetwork/zkevm-prover:v6.0.3-RC20
zkevm_node_image: hermeznetwork/zkevm-node:v0.7.0
cdk_validium_node_image: 0xpolygon/cdk-validium-node:0.7.0-cdk
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.9
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.14
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.7
zkevm_contracts_image: leovct/zkevm-contracts # the tag is automatically replaced by the value of /zkevm_rollup_fork_id/

Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEFAULT_ARGS = {
"zkevm_aggregator_image": "hermeznetwork/zkevm-aggregator:v0.0.3-RC4",
"zkevm_prover_image": "hermeznetwork/zkevm-prover:v6.0.3-RC21",
"cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.0.0-beta17",
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.0.9",
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.0.14",
"zkevm_pool_manager_image": "hermeznetwork/zkevm-pool-manager:v0.1.0-RC1",
"zkevm_da_image": "0xpolygon/cdk-data-availability:0.0.7",
"zkevm_agglayer_image": "ghcr.io/agglayer/agglayer-rs:main",
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:

#cdk_erigon_node_image: hermeznetwork/cdk-erigon:2.0.0-beta15
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v2.0.0-beta17
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.9
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.14
zkevm_pool_manager_image: hermeznetwork/zkevm-pool-manager:v0.1.0-RC1

zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.7
Expand Down

0 comments on commit 892815e

Please sign in to comment.