Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/dora/dora_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def get_config(
)
+ "ethpandaops/dora:fulu-support"
)
env_vars["FRONTEND_SHOW_SENSITIVE_PEER_INFOS"] = "true"
env_vars["FRONTEND_SHOW_PEER_DAS_INFOS"] = "true"
if network_params.eip7732_fork_epoch < constants.FAR_FUTURE_EPOCH:
IMAGE_NAME = (
Expand Down
5 changes: 5 additions & 0 deletions static_files/dora-config/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ frontend:
showSubmitDeposit: true
showSubmitElRequests: true

api:
enabled: true
corsOrigins:
- "*"

beaconapi:
# CL Client RPC
endpoints:
Expand Down