Skip to content

Commit 9b3ee49

Browse files
authored
feat: use eip7805-support image for dora when eip7805 is scheduled for activation (ethereum#900)
1 parent 2e7212a commit 9b3ee49

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
@@ -127,6 +127,8 @@ def get_config(
127127
IMAGE_NAME = "ethpandaops/dora:fulu-support"
128128
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
129129
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
130+
if network_params.eip7805_fork_epoch < constants.EIP7805_FORK_EPOCH:
131+
IMAGE_NAME = "ethpandaops/dora:eip7805-support"
130132

131133
return ServiceConfig(
132134
image=IMAGE_NAME,

0 commit comments

Comments
 (0)