Skip to content

Commit 50ec581

Browse files
authored
fix: dora override (ethereum#857)
1 parent 56a3197 commit 50ec581

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dora/dora_launcher.star

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ def get_config(
122122

123123
IMAGE_NAME = dora_params.image
124124

125-
if network_params.electra_fork_epoch < constants.ELECTRA_FORK_EPOCH:
126-
IMAGE_NAME = "ethpandaops/dora:master"
127-
128125
return ServiceConfig(
129126
image=IMAGE_NAME,
130127
ports=USED_PORTS,

0 commit comments

Comments
 (0)