Skip to content

Commit

Permalink
Merge pull request #82 from ethpandaops/bbusa/remove-trusted-setup
Browse files Browse the repository at this point in the history
feat: remove trusted setup
  • Loading branch information
barnabasbusa committed Dec 21, 2023
2 parents 166fafa + 32e86f9 commit b674e9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ gen_shared_files(){
set -x
# 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/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 b674e9f

Please sign in to comment.