Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 13, 2024
1 parent 76a590c commit 0460c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assertoor/assertoor_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_config(
IMAGE_NAME = assertoor_params.image

if assertoor_params.image == constants.DEFAULT_ASSERTOOR_IMAGE:
if network_params.fulu_fork_epoch < constants.FULU_FORK_EPOCH:
if network_params.fulu_fork_epoch < constants.FAR_FUTURE_EPOCH:
IMAGE_NAME = "ethpandaops/assertoor:fulu-support"

return ServiceConfig(
Expand Down
2 changes: 1 addition & 1 deletion src/dora/dora_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get_config(
IMAGE_NAME = dora_params.image

if dora_params.image == constants.DEFAULT_DORA_IMAGE:
if network_params.fulu_fork_epoch < constants.FULU_FORK_EPOCH:
if network_params.fulu_fork_epoch < constants.FAR_FUTURE_EPOCH:
IMAGE_NAME = "ethpandaops/dora:fulu-support"

return ServiceConfig(
Expand Down

0 comments on commit 0460c4e

Please sign in to comment.