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 2d28149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ 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(",")]
beacon_uris = beacon_uris[0] # Only use the first beacon URI

plan.print(beacon_uris)

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

0 comments on commit 2d28149

Please sign in to comment.