Skip to content

Commit

Permalink
Merge pull request #71 from ethpandaops/bbusa/update-capella-kzg
Browse files Browse the repository at this point in the history
feat: add updated kzg file to capella genesis
  • Loading branch information
barnabasbusa authored Oct 18, 2023
2 parents 66a8e6c + bbc2520 commit 89605dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gen_shared_files(){
# Shared files
mkdir -p /data/custom_config_data
wget -O /data/custom_config_data/trusted_setup.txt https://raw.githubusercontent.com/ethereum/c-kzg-4844/main/src/trusted_setup.txt
wget -O /data/custom_config_data/trusted_setup.json https://raw.githubusercontent.com/ethereum/consensus-specs/dev/presets/mainnet/trusted_setups/testing_trusted_4096.json
wget -O /data/custom_config_data/trusted_setup.json https://raw.githubusercontent.com/ethereum/consensus-specs/dev/presets/mainnet/trusted_setups/trusted_setup_4096.json
if ! [ -f "/data/jwt/jwtsecret" ]; then
mkdir -p /data/jwt
echo -n 0x$(openssl rand -hex 32 | tr -d "\n") > /data/jwt/jwtsecret
Expand Down

0 comments on commit 89605dc

Please sign in to comment.