Skip to content

Commit

Permalink
Merge pull request 0xPolygon#253 from 0xPolygon/bump-cdk
Browse files Browse the repository at this point in the history
chore: bump cdk version
  • Loading branch information
vcastellm authored Sep 5, 2024
2 parents b43806d + 368144d commit aa67298
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agglayer-attach-cdk-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.15
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.16
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.9
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 @@ -10,7 +10,7 @@ DEFAULT_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.15",
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.0.16",
"zkevm_da_image": "0xpolygon/cdk-data-availability:0.0.9",
"zkevm_contracts_image": "leovct/zkevm-contracts",
"zkevm_agglayer_image": "ghcr.io/agglayer/agglayer-rs:main",
Expand Down
2 changes: 1 addition & 1 deletion kurtosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ description: |-
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.15
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.16
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.9
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 params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.15
cdk_node_image: ghcr.io/0xpolygon/cdk:0.0.16
zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.9
zkevm_contracts_image: leovct/zkevm-contracts # the tag is automatically replaced by the value of /zkevm_rollup_fork_id/

Expand Down

0 comments on commit aa67298

Please sign in to comment.