Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
actually fix lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jul 6, 2023
1 parent 8b701ca commit 127cae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cl/lodestar/lodestar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_beacon_config(

return ServiceConfig(
image = image,
ports = USED_PORTS,
ports = BEACON_USED_PORTS,
cmd = cmd,
files = {
GENESIS_DATA_MOUNT_DIRPATH_ON_SERVICE_CONTAINER: genesis_data.files_artifact_uuid
Expand Down Expand Up @@ -233,7 +233,7 @@ def get_validator_config(

return ServiceConfig(
image = image,
ports = USED_PORTS,
ports = VALIDATOR_USED_PORTS,
cmd = cmd,
files = {
GENESIS_DATA_MOUNT_DIRPATH_ON_SERVICE_CONTAINER: genesis_data.files_artifact_uuid,
Expand Down

0 comments on commit 127cae8

Please sign in to comment.