Skip to content

Commit 085b6e1

Browse files
authored
fix: add http to teku endpoint (ethereum#622)
1 parent 3a57467 commit 085b6e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cl/teku/teku_launcher.star

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ def get_used_ports(discovery_port):
4141
discovery_port, shared_utils.UDP_PROTOCOL
4242
),
4343
BEACON_HTTP_PORT_ID: shared_utils.new_port_spec(
44-
BEACON_HTTP_PORT_NUM, shared_utils.TCP_PROTOCOL
44+
BEACON_HTTP_PORT_NUM,
45+
shared_utils.TCP_PROTOCOL,
46+
shared_utils.HTTP_APPLICATION_PROTOCOL,
4547
),
4648
BEACON_METRICS_PORT_ID: shared_utils.new_port_spec(
4749
BEACON_METRICS_PORT_NUM, shared_utils.TCP_PROTOCOL

0 commit comments

Comments
 (0)