Skip to content

Commit

Permalink
add verkle genesis support
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 5, 2023
1 parent d4037da commit 4a3e3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.21 as builder
RUN git clone https://github.com/protolambda/eth2-testnet-genesis.git \
RUN git clone -b add-verkle-gen https://github.com/protolambda/eth2-testnet-genesis.git \
&& cd eth2-testnet-genesis \
&& go install . \
&& go install github.com/protolambda/eth2-val-tools@latest \
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gen_cl_config(){
envsubst < /config/cl/mnemonics.yaml > $tmp_dir/mnemonics.yaml
# Generate genesis
genesis_args=(
capella
verkle
--config /data/custom_config_data/config.yaml
--mnemonics $tmp_dir/mnemonics.yaml
--tranches-dir /data/custom_config_data/tranches
Expand Down

0 comments on commit 4a3e3c5

Please sign in to comment.