Commit 1bd55389 authored by Gyanendra Mishra's avatar Gyanendra Mishra

performed some cleanup

parent e6ce43b1
......@@ -70,4 +70,4 @@ def new_cl_client_info(ip_addr, port_num):
return {
"IPAddr": ip_addr,
"PortNum": port_num
}
\ No newline at end of file
}
......@@ -64,4 +64,4 @@ def new_datasource_config_template_data(prometheus_url):
def new_dashboard_providers_config_template_data(dashboards_dirpath):
return {
"DashboardsDirpath": dashboards_dirpath
}
\ No newline at end of file
}
......@@ -67,4 +67,4 @@ def get_service_config(config_files_artifact_uuid):
def new_config_template_data(cl_nodes_metrics_info):
return {
"CLNodesMetricsInfo": cl_nodes_metrics_info
}
\ No newline at end of file
}
......@@ -8,6 +8,7 @@ SYNCHRONOUS_ENTRYPOINT_ARGS = {
}
# this is broken check - https://github.com/ethereum/merge-testnet-verifier/issues/4
def launch_testnet_verifier(params, el_client_contexts, cl_client_contexts):
service_config = get_asynchronous_verification_service_config(params, el_client_contexts, cl_client_contexts)
add_service(SERVICE_ID, service_config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment