Skip to content

Commit

Permalink
Merge pull request #282 from jhkimqd/jihwan/poolmanager-image-update
Browse files Browse the repository at this point in the history
chore: update image for pool manager
  • Loading branch information
jhkimqd authored Sep 24, 2024
2 parents 730f478 + 08d525a commit 60c5b3e
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 @@ -74,7 +74,7 @@ args:
zkevm_bridge_proxy_image: haproxy:3.0-bookworm
zkevm_sequence_sender_image: hermeznetwork/zkevm-sequence-sender:v0.2.0-RC12
cdk_erigon_node_image: jerrycgh/cdk-erigon:c69caf5bf62b2ad9c907184ad257ed2aef5c4bfc
zkevm_pool_manager_image: hermeznetwork/zkevm-pool-manager:v0.1.0-RC1
zkevm_pool_manager_image: hermeznetwork/zkevm-pool-manager:v0.1.0

# Port configuration.
zkevm_hash_db_port: 50061
Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEFAULT_ARGS = {
"zkevm_bridge_proxy_image": "haproxy:3.0-bookworm",
"zkevm_sequence_sender_image": "hermeznetwork/zkevm-sequence-sender:v0.2.0-RC12",
"cdk_erigon_node_image": "hermeznetwork/cdk-erigon:4cf9ba7",
"zkevm_pool_manager_image": "hermeznetwork/zkevm-pool-manager:v0.1.0-RC1",
"zkevm_pool_manager_image": "hermeznetwork/zkevm-pool-manager:v0.1.0",
"zkevm_hash_db_port": 50061,
"zkevm_executor_port": 50071,
"zkevm_aggregator_port": 50081,
Expand Down
2 changes: 1 addition & 1 deletion params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ args:
zkevm_bridge_proxy_image: haproxy:3.0-bookworm
zkevm_sequence_sender_image: hermeznetwork/zkevm-sequence-sender:v0.2.0-RC12
cdk_erigon_node_image: hermeznetwork/cdk-erigon:4cf9ba7
zkevm_pool_manager_image: hermeznetwork/zkevm-pool-manager:v0.1.0-RC1
zkevm_pool_manager_image: hermeznetwork/zkevm-pool-manager:v0.1.0

# Port configuration.
zkevm_hash_db_port: 50061
Expand Down

0 comments on commit 60c5b3e

Please sign in to comment.