define missing vars

This commit is contained in:
Diva M 2023-03-03 13:16:27 -05:00
parent e602b94b8d
commit f405feb2cd
No known key found for this signature in database
GPG Key ID: 1BAE5E01126680FE

View File

@ -36,6 +36,7 @@ CHAIN_ID=4242
ALTAIR_FORK_EPOCH=18446744073709551615
BELLATRIX_FORK_EPOCH=18446744073709551615
CAPELLA_FORK_EPOCH=18446744073709551615
EIP4844_FORK_EPOCH=18446744073709551615
# Spec version (mainnet or minimal)
SPEC_PRESET=mainnet
@ -51,3 +52,9 @@ PROPOSER_SCORE_BOOST=40
# Enable doppelganger detection
VC_ARGS=" --enable-doppelganger-protection "
# Using value of DEFAULT_TERMINAL_DIFFICULTY.
TTD=6400
# Using value of DEFAULT_ETH1_BLOCK_HASH.
ETH1_BLOCK_HASH="0x4242424242424242424242424242424242424242424242424242424242424242"