diff --git a/src/package_io/input_parser.star b/src/package_io/input_parser.star index 45766500c..3d12e3b91 100644 --- a/src/package_io/input_parser.star +++ b/src/package_io/input_parser.star @@ -286,7 +286,7 @@ def parse_network_params(input_args): blobber_enabled = participant["blobber_enabled"] if blobber_enabled: - if participant["cl_client_type"] == ("teku" or "nimbus" or "prysm"): + if participant["cl_client_type"] == ("teku" or "nimbus" or "prysm" or "lodestar"): # TODO: remove this once teku,nimbus,prysm support blobber participant["blobber_enabled"] = False