Skip to content

Commit

Permalink
fixing missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Oct 30, 2024
1 parent e0d1fcd commit cfd1b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ gen_cl_config(){
cp $tmp_dir/mnemonics.yaml /data/custom_config_data/mnemonics.yaml
# Create deposit_contract.txt and deploy_block.txt
grep DEPOSIT_CONTRACT_ADDRESS /data/custom_config_data/config.yaml | cut -d " " -f2 > /data/custom_config_data/deposit_contract.txt
echo 0 > /data/custom_config_data/deposit_contract_block_hash.txt
echo $CL_EXEC_BLOCK > /data/custom_config_data/deploy_block.txt
echo $CL_EXEC_BLOCK > /data/custom_config_data/deposit_contract_block.txt
echo $BEACON_STATIC_ENR > /data/custom_config_data/bootstrap_nodes.txt
Expand Down

0 comments on commit cfd1b03

Please sign in to comment.