File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,11 +125,8 @@ def get_config(
125125 if dora_params .image == constants .DEFAULT_DORA_IMAGE :
126126 if network_params .fulu_fork_epoch < constants .FAR_FUTURE_EPOCH :
127127 IMAGE_NAME = "ethpandaops/dora:fulu-support"
128- env_vars ["FRONTEND_PPROF" ] = "true"
129128 env_vars ["FRONTEND_SHOW_SENSITIVE_PEER_INFOS" ] = "true"
130129 env_vars ["FRONTEND_SHOW_PEER_DAS_INFOS" ] = "true"
131- env_vars ["FRONTEND_SHOW_SUBMIT_DEPOSIT" ] = "true"
132- env_vars ["FRONTEND_SHOW_SUBMIT_EL_REQUESTS" ] = "true"
133130 if network_params .eip7732_fork_epoch < constants .FAR_FUTURE_EPOCH :
134131 IMAGE_NAME = "ethpandaops/dora:eip7732-support"
135132 if network_params .eip7805_fork_epoch < constants .FAR_FUTURE_EPOCH :
@@ -158,6 +155,7 @@ def new_config_template_data(
158155):
159156 return {
160157 "Network" : network ,
158+ "PublicRPC" : el_client_info [0 ]["Execution_HTTP_URL" ],
161159 "ListenPortNum" : listen_port_num ,
162160 "CLClientInfo" : cl_client_info ,
163161 "ELClientInfo" : el_client_info ,
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ frontend:
2828 # file or inventory url to load validator names from
2929 validatorNamesYaml: " /validator-ranges/validator-ranges.yaml"
3030
31+ publicRpcUrl: " {{ .PublicRPC }}"
32+ rainbowkitProjectId: " 15fe4ab4d5c0bcb6f0dc7c398301ff0e"
33+ showSubmitDeposit: true
34+ showSubmitElRequests: true
35+
3136beaconapi:
3237 # CL Client RPC
3338 endpoints:
You can’t perform that action at this time.
0 commit comments