From ca92643e12e5592e7059aa50b3da0a03c9b5a30f Mon Sep 17 00:00:00 2001 From: pk910 Date: Tue, 1 Aug 2023 17:02:30 +0200 Subject: [PATCH] use upstream eth2-testnet-genesis version --- scripts/build-genesis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build-genesis.sh b/scripts/build-genesis.sh index ecb4b7f..72dbb3d 100644 --- a/scripts/build-genesis.sh +++ b/scripts/build-genesis.sh @@ -7,9 +7,8 @@ setup_apps(){ cd ./apps if ! [ -d "./eth2-testnet-genesis" ]; then - git clone https://github.com/pk910/eth2-testnet-genesis.git + git clone https://github.com/protolambda/eth2-testnet-genesis.git cd eth2-testnet-genesis - git checkout trustless-genesis-validators go install . go install github.com/protolambda/eth2-val-tools@latest cd ..