Skip to content

Commit ef8ea9c

Browse files
committed
Fix build: add new args to all CL launchers.
1 parent 43a0ea9 commit ef8ea9c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/cl/grandine/grandine_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def launch(
5353
participant_index,
5454
network_params,
5555
extra_files_artifacts,
56+
tempo_otlp_grpc_url=None,
5657
):
5758
config = get_beacon_config(
5859
plan,

src/cl/lodestar/lodestar_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def launch(
4545
participant_index,
4646
network_params,
4747
extra_files_artifacts,
48+
tempo_otlp_grpc_url=None,
4849
):
4950
# Launch Beacon node
5051
beacon_config = get_beacon_config(

src/cl/nimbus/nimbus_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def launch(
6666
participant_index,
6767
network_params,
6868
extra_files_artifacts,
69+
tempo_otlp_grpc_url=None,
6970
):
7071
beacon_config = get_beacon_config(
7172
plan,

src/cl/prysm/prysm_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def launch(
4949
participant_index,
5050
network_params,
5151
extra_files_artifacts,
52+
tempo_otlp_grpc_url=None,
5253
):
5354
beacon_config = get_beacon_config(
5455
plan,

src/cl/teku/teku_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def launch(
5353
participant_index,
5454
network_params,
5555
extra_files_artifacts,
56+
tempo_otlp_grpc_url=None,
5657
):
5758
config = get_beacon_config(
5859
plan,

0 commit comments

Comments
 (0)