Skip to content

Commit

Permalink
Merge pull request #18 from ephemery-testnet/upstream-genesis-tool
Browse files Browse the repository at this point in the history
Use official eth2-testnet-genesis again
  • Loading branch information
pk910 authored Aug 3, 2023
2 parents 3bd44a4 + ca92643 commit 3cb4096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 3cb4096

Please sign in to comment.