Skip to content

Commit

Permalink
removed another one
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeekay committed Jan 25, 2023
1 parent a91d8e1 commit 25cb55f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/participant_network/cl/lodestar/lodestar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ def launch(

beacon_node_identity_recipe = GetHttpRequestRecipe(
service_name = beacon_node_service_name,
method= "GET",
endpoint = "/eth/v1/node/identity",
content_type = "application/json",
port_id = HTTP_PORT_ID,
extract = {
"enr": ".data.enr"
Expand Down
2 changes: 0 additions & 2 deletions src/participant_network/cl/nimbus/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def launch(

cl_node_identity_recipe = GetHttpRequestRecipe(
service_name = service_name,
method= "GET",
endpoint = "/eth/v1/node/identity",
content_type = "application/json",
port_id = HTTP_PORT_ID,
extract = {
"enr": ".data.enr"
Expand Down
2 changes: 0 additions & 2 deletions src/participant_network/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ def launch(
# 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(
service_name = beacon_node_service_name,
method= "GET",
endpoint = "/eth/v1/node/identity",
content_type = "application/json",
port_id = HTTP_PORT_ID,
extract = {
"enr": ".data.enr"
Expand Down

0 comments on commit 25cb55f

Please sign in to comment.