Skip to content

Commit

Permalink
update agglayer rs pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jun 24, 2024
1 parent 1e7cb89 commit e9d8b1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cdk-erigon-sequencer-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ args:
zkevm_contracts_image: leovct/zkevm-contracts # the tag is automatically replaced by the value of /zkevm_rollup_fork_id/

# zkevm_agglayer_image: 0xpolygon/agglayer:0.1.3
zkevm_agglayer_image: ghcr.io/agglayer/agglayer-rs:0.1.0
zkevm_agglayer_image: ghcr.io/agglayer/agglayer:0.1.1
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.4.2
cdk_erigon_node_image: hermeznetwork/cdk-erigon:v1.1.3
panoptichain_image: minhdvu/panoptichain
Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEFAULT_ARGS = {
"cdk_node_image": "0xpolygon/cdk-validium-node:0.6.5-cdk",
"zkevm_da_image": "0xpolygon/cdk-data-availability:0.0.7",
"zkevm_contracts_image": "leovct/zkevm-contracts",
"zkevm_agglayer_image": "ghcr.io/agglayer/agglayer-rs:0.1.0",
"zkevm_agglayer_image": "ghcr.io/agglayer/agglayer:0.1.1",
"zkevm_bridge_service_image": "hermeznetwork/zkevm-bridge-service:v0.4.2",
"panoptichain_image": "minhdvu/panoptichain",
"zkevm_bridge_ui_image": "leovct/zkevm-bridge-ui:multi-network",
Expand Down
2 changes: 1 addition & 1 deletion kurtosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ description: |-
# zkevm_da_image: 0xpolygon/cdk-data-availability:0.0.6
zkevm_contracts_image: leovct/zkevm-contracts # the tag is automatically replaced by the value of /zkevm_rollup_fork_id/
zkevm_agglayer_image: ghcr.io/agglayer/agglayer-rs:0.1.0
zkevm_agglayer_image: ghcr.io/agglayer/agglayer:0.1.1
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.4.2
panoptichain_image: minhdvu/panoptichain
Expand Down
2 changes: 1 addition & 1 deletion params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ args:
zkevm_contracts_image: leovct/zkevm-contracts # the tag is automatically replaced by the value of /zkevm_rollup_fork_id/

# zkevm_agglayer_image: 0xpolygon/agglayer:0.1.3
zkevm_agglayer_image: ghcr.io/agglayer/agglayer-rs:0.1.0
zkevm_agglayer_image: ghcr.io/agglayer/agglayer:0.1.1
zkevm_bridge_service_image: hermeznetwork/zkevm-bridge-service:v0.4.2
panoptichain_image: minhdvu/panoptichain
zkevm_bridge_ui_image: leovct/zkevm-bridge-ui:multi-network
Expand Down

0 comments on commit e9d8b1c

Please sign in to comment.