Skip to content

Commit

Permalink
fix: rm helix website port (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 11, 2024
1 parent 398796c commit 82833cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mev/mev_relay/helix_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ def launch_helix_relay(
ports={
"api": PortSpec(
number=HELIX_RELAY_ENDPOINT_PORT, transport_protocol="TCP"
),
"website": PortSpec(
number=HELIX_RELAY_WEBSITE_PORT, transport_protocol="TCP"
)
# "website": PortSpec(
# number=HELIX_RELAY_WEBSITE_PORT, transport_protocol="TCP"
# )
},
env_vars=env_vars,
min_cpu=RELAY_MIN_CPU,
Expand Down

0 comments on commit 82833cb

Please sign in to comment.