Skip to content

Commit

Permalink
feat: use eip7732-support image for dora when eip7732 is scheduled …
Browse files Browse the repository at this point in the history
…for activation (ePBS) (#881)

uses the `eip7732-support` branch from dora:
ethpandaops/dora#227
  • Loading branch information
pk910 authored Jan 31, 2025
1 parent 6b7a409 commit dbe7912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dora/dora_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def get_config(
if dora_params.image == constants.DEFAULT_DORA_IMAGE:
if network_params.fulu_fork_epoch < constants.FULU_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:fulu-support"
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7732-support"

return ServiceConfig(
image=IMAGE_NAME,
Expand Down

0 comments on commit dbe7912

Please sign in to comment.