Skip to content

Commit

Permalink
Agglayer Version Bump and Genesis Block Config (#385)
Browse files Browse the repository at this point in the history
* fix: moving away from the hard coded geneisis block

* chore: bumping agglayer version
  • Loading branch information
praetoriansentry authored Nov 19, 2024
1 parent d4830fe commit 83d078c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DEFAULT_DEPLOYMENT_STAGES = {
}

DEFAULT_IMAGES = {
"agglayer_image": "ghcr.io/agglayer/agglayer:0.2.0-rc.5", # https://github.com/agglayer/agglayer/pkgs/container/agglayer-rs
"agglayer_image": "ghcr.io/agglayer/agglayer:0.2.0-rc.12", # https://github.com/agglayer/agglayer/pkgs/container/agglayer-rs
"cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.1.2", # https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.4.0-beta10", # https://github.com/0xpolygon/cdk/pkgs/container/cdk
"cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk", # https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags
Expand Down
2 changes: 1 addition & 1 deletion templates/bridge-infra/agglayer-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ send-tx = "unlimited"

[epoch.block-clock]
epoch-duration = 15
genesis-block = 0
genesis-block = {{.zkevm_rollup_manager_block_number}}

[shutdown]
runtime-timeout = 5
Expand Down

0 comments on commit 83d078c

Please sign in to comment.