From 32e86f98c51423144167b6634a72987962cc6eb0 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Thu, 21 Dec 2023 12:25:34 +0100 Subject: [PATCH] feat: remove trusted setup --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9d9e2f0..4a89746 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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