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

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jul 5, 2023
2 parents ddf3c94 + 4ee96c1 commit 680480e
Showing 1 changed file with 1 addition and 1 deletion.
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 680480e

Please sign in to comment.