Commit 9ef5e2d6 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

Merge branch 'master' into gyani/module-io

parents d9a0db7d 6721cd2d
......@@ -3,8 +3,7 @@ load("github.com/kurtosis-tech/eth2-module/src/shared_utils/shared_utils.star",
SERVICE_ID = "grafana"
# TODO I'm not sure if we should use latest version or ping an specific version instead
IMAGE_NAME = "grafana/grafana-enterprise:latest"
IMAGE_NAME = "grafana/grafana-enterprise:9.2.3"
HTTP_PORT_ID = "http"
HTTP_PORT_NUMBER_UINT16 = 3000
......
# differs from eth2 in the sense it dosen't have the rest_client
# differs from kurtosis-tech/eth2-merge-kurtosis-module in the sense it dosen't have the rest_client
def new_cl_client_context(client_name, enr, ip_addr, http_port_num, cl_nodes_metrics_info):
return struct(
client_name = client_name,
......
......@@ -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