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 abbb77b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ def launch_helix_relay(
image = mev_params.helix_relay_image

# 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)
beacon_uris = [beacon_uris[0]],

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 abbb77b

Please sign in to comment.