Skip to content

Commit

Permalink
test: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 1, 2024
1 parent 869b437 commit 7c85491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def run(plan, args={}):
beacon_uris = ",".join(
["{0}".format(context.beacon_http_url) for context in all_cl_contexts]
)
plan.print(beacon_uris)

first_cl_client = all_cl_contexts[0]
first_client_beacon_name = first_cl_client.beacon_service_name
Expand Down
1 change: 1 addition & 0 deletions src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def launch_helix_relay(

# Convert beacon_uris from a comma-separated string to a list of URIs
beacon_uris = [uri.strip() for uri in beacon_uris.split(",")]
plan.print(beacon_uris)

network_config_dir_path_on_service = "{0}/{1}".format(
HELIX_CONFIG_MOUNT_DIRPATH_ON_SERVICE, HELIX_NETWORK_CONFIG_FILENAME
Expand Down

0 comments on commit 7c85491

Please sign in to comment.