We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a3197 commit 50ec581Copy full SHA for 50ec581
src/dora/dora_launcher.star
@@ -122,9 +122,6 @@ def get_config(
122
123
IMAGE_NAME = dora_params.image
124
125
- if network_params.electra_fork_epoch < constants.ELECTRA_FORK_EPOCH:
126
- IMAGE_NAME = "ethpandaops/dora:master"
127
-
128
return ServiceConfig(
129
image=IMAGE_NAME,
130
ports=USED_PORTS,
0 commit comments