Skip to content

Commit

Permalink
add placeholder file for kurtosis
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Oct 19, 2023
1 parent 72172f6 commit 85d0cbf
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 @@ -73,6 +73,7 @@ gen_cl_config(){
genesis_args+=(--eth1-config /data/custom_config_data/genesis.json)
fi
/usr/local/bin/eth2-testnet-genesis "${genesis_args[@]}"
echo "0x0000000000000000000000000000000000000000000000000000000000000000" > /data/custom_config_data/genesis_validators_root.txt
else
echo "cl genesis already exists. skipping generation..."
fi
Expand Down

0 comments on commit 85d0cbf

Please sign in to comment.