File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -143,17 +143,6 @@ def get_config(
143
143
+ constants .DEFAULT_DORA_IMAGE
144
144
)
145
145
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"
157
146
if network_params .eip7732_fork_epoch < constants .FAR_FUTURE_EPOCH :
158
147
IMAGE_NAME = (
159
148
docker_cache_params .url
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ frontend:
32
32
rainbowkitProjectId: "15fe4ab4d5c0bcb6f0dc7c398301ff0e"
33
33
showSubmitDeposit: true
34
34
showSubmitElRequests: true
35
+ showPeerDASInfos: true
35
36
showSensitivePeerInfos: true
36
37
disableDasGuardianCheck: false
37
38
enableDasGuardianMassScan: true
You can’t perform that action at this time.
0 commit comments