Skip to content

Commit

Permalink
chore(helix): log running config
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 11, 2024
1 parent 761c788 commit 21caf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def launch_helix_relay(
),
)

plan.print("Launched Helix relay with configuration: {0}".format(helix_config_template_data))
plan.print(json.indent(json.encode(helix_config_template_data)))

return "http://{0}@{1}:{2}".format(
DUMMY_PUB_KEY, helix.ip_address, HELIX_RELAY_ENDPOINT_PORT
Expand Down

0 comments on commit 21caf21

Please sign in to comment.