Skip to content

Commit b1f4e5c

Browse files
authored
fix: use default dora image for fulu networks (ethpandaops#1128)
1 parent a135268 commit b1f4e5c

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/dora/dora_launcher.star

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,6 @@ def get_config(
143143
+ constants.DEFAULT_DORA_IMAGE
144144
)
145145
if dora_params.image == default_dora_image:
146-
if network_params.fulu_fork_epoch < constants.FAR_FUTURE_EPOCH:
147-
IMAGE_NAME = (
148-
docker_cache_params.url
149-
+ (
150-
docker_cache_params.dockerhub_prefix
151-
if docker_cache_params.enabled
152-
else ""
153-
)
154-
+ "ethpandaops/dora:fulu-support"
155-
)
156-
env_vars["FRONTEND_SHOW_PEER_DAS_INFOS"] = "true"
157146
if network_params.eip7732_fork_epoch < constants.FAR_FUTURE_EPOCH:
158147
IMAGE_NAME = (
159148
docker_cache_params.url

static_files/dora-config/config.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ frontend:
3232
rainbowkitProjectId: "15fe4ab4d5c0bcb6f0dc7c398301ff0e"
3333
showSubmitDeposit: true
3434
showSubmitElRequests: true
35+
showPeerDASInfos: true
3536
showSensitivePeerInfos: true
3637
disableDasGuardianCheck: false
3738
enableDasGuardianMassScan: true

0 commit comments

Comments
 (0)