Skip to content

Commit dbe7912

Browse files
authored
feat: use eip7732-support image for dora when eip7732 is scheduled for activation (ePBS) (ethereum#881)
uses the `eip7732-support` branch from dora: ethpandaops/dora#227
1 parent 6b7a409 commit dbe7912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dora/dora_launcher.star

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ def get_config(
125125
if dora_params.image == constants.DEFAULT_DORA_IMAGE:
126126
if network_params.fulu_fork_epoch < constants.FULU_FORK_EPOCH:
127127
IMAGE_NAME = "ethpandaops/dora:fulu-support"
128+
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
129+
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
128130

129131
return ServiceConfig(
130132
image=IMAGE_NAME,

0 commit comments

Comments
 (0)