Skip to content

Commit

Permalink
remove lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 12, 2023
1 parent 05fb4a7 commit 5a8bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a8bd4a

Please sign in to comment.