Skip to content

Commit

Permalink
use fixes version of ethereum-genesis-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Feb 1, 2024
1 parent 2b5ebfd commit d24afca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gen_all_config(){
# run ethereum-genesis-generator
docker run --rm -u $UID -v $PWD/temp/output:/data \
-v $PWD/temp/input:/config \
ethpandaops/ethereum-genesis-generator:latest \
ethpandaops/ethereum-genesis-generator:v2.0.11 \
all

# copy config folder structure
Expand Down

0 comments on commit d24afca

Please sign in to comment.