From 72ddeb25c1bb0a8132c1a3a73bd8f7764cb01659 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 2 Apr 2024 09:40:12 +0200 Subject: [PATCH] fix: prysm vc (#533) --- src/cl/prysm/prysm_launcher.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cl/prysm/prysm_launcher.star b/src/cl/prysm/prysm_launcher.star index 80565acba..4a8b8c533 100644 --- a/src/cl/prysm/prysm_launcher.star +++ b/src/cl/prysm/prysm_launcher.star @@ -150,7 +150,7 @@ def launch( beacon_http_endpoint = "{0}:{1}".format(beacon_service.ip_address, HTTP_PORT_NUM) beacon_rpc_endpoint = "{0}:{1}".format(beacon_service.ip_address, RPC_PORT_NUM) - beacon_http_url = beacon_http_endpoint + beacon_http_url = beacon_rpc_endpoint # TODO(old) add validator availability using the validator API: https://ethereum.github.io/beacon-APIs/?urls.primaryName=v1#/ValidatorRequiredApi | from eth2-merge-kurtosis-module beacon_node_identity_recipe = GetHttpRequestRecipe( endpoint="/eth/v1/node/identity",