Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Nov 4, 2024
1 parent c84a76b commit 6c3954e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devnet/src/engine/rollup-boost/rollup_boost_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def get_used_ports(discovery_port=DISCOVERY_PORT_NUM):
shared_utils.TCP_PROTOCOL,
shared_utils.HTTP_APPLICATION_PROTOCOL,
),
ENGINE_RPC_PORT_ID: shared_utils.new_port_spec(
RPC_PORT_ID, shared_utils.TCP_PROTOCOL
),
}
return used_ports

Expand Down Expand Up @@ -55,7 +52,7 @@ def launch(
)

service = plan.add_service(service_name, config)

http_url = "http://{0}:{1}".format(service.ip_address, RPC_PORT_NUM)

return el_context.new_el_context(
Expand Down

0 comments on commit 6c3954e

Please sign in to comment.