Skip to content

Commit

Permalink
test: beacon uris
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 1, 2024
1 parent 7c85491 commit 351ecbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ 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 351ecbd

Please sign in to comment.