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

Commit

Permalink
Merge branch 'kurtosis-tech:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh authored Jul 3, 2023
2 parents e8de8cd + 6d1ef7b commit 4ee96c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFAULT_CL_IMAGES = {
"lighthouse": "sigp/lighthouse:v3.5.0",
"teku": "consensys/teku:23.1",
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "prysmaticlabs/prysm/beacon-chain:latest,prysmaticlabs/prysm/validator:latest",
"prysm": "prysmaticlabs/prysm-beacon-chain:latest,prysmaticlabs/prysm-validator:latest",
"lodestar": "chainsafe/lodestar:v1.7.2",
}

Expand Down
2 changes: 1 addition & 1 deletion src/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_beacon_config(
"--datadir=" + CONSENSUS_DATA_DIRPATH_ON_SERVICE_CONTAINER,
"--chain-config-file=" + genesis_config_filepath,
"--genesis-state=" + genesis_ssz_filepath,
"--http-web3provider=" + el_client_engine_rpc_url_str,
"--execution-endpoint=" + el_client_engine_rpc_url_str,
"--rpc-host=" + PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--rpc-port={0}".format(RPC_PORT_NUM),
"--grpc-gateway-host=0.0.0.0",
Expand Down

0 comments on commit 4ee96c1

Please sign in to comment.