Skip to content

Commit

Permalink
updating trusted setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Oct 19, 2023
1 parent b240478 commit 72172f6
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_setups.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/el/jwtsecret" ] || [ -f "/data/cl/jwtsecret" ]; then
mkdir -p /data/el
mkdir -p /data/cl
Expand Down

0 comments on commit 72172f6

Please sign in to comment.