capella genesis in local testnet (#5403)

This commit is contained in:
tersec 2023-09-11 09:26:21 +00:00 committed by GitHub
parent 10ec7be686
commit 91a53e0cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,7 @@ local-testnet-minimal:
--signer-nodes 1 \
--remote-validators-count 512 \
--signer-type $(SIGNER_TYPE) \
--capella-fork-epoch 3 \
--capella-fork-epoch 0 \
--deneb-fork-epoch 20 \
--stop-at-epoch 6 \
--disable-htop \
@ -255,7 +255,7 @@ local-testnet-mainnet:
./scripts/launch_local_testnet.sh \
--data-dir $@ \
--nodes 2 \
--capella-fork-epoch 3 \
--capella-fork-epoch 0 \
--stop-at-epoch 6 \
--disable-htop \
--enable-logtrace \

View File

@ -102,7 +102,7 @@ DL_GETH="0"
: ${NIMBUS_ETH2_REVISION:=6c0d756d}
: ${BEACON_NODE_COMMAND:="./build/nimbus_beacon_node$EXE_EXTENSION"}
: ${CAPELLA_FORK_EPOCH:=40}
: ${CAPELLA_FORK_EPOCH:=0}
: ${DENEB_FORK_EPOCH:=50}
#NIMBUS EL VARS
RUN_NIMBUS_ETH1="0"