mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
**Motivation** - https://github.com/ethereum/consensus-specs/pull/4508 **Description** Update minimal preset to latest spec Closes https://github.com/ChainSafe/lodestar/issues/8226 --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
17 lines
775 B
Plaintext
17 lines
775 B
Plaintext
# We use these images during sim and e2e tests
|
|
# This is the last version which supports pre/post merge chains in the same network
|
|
# All newer versions only work with post merge chains
|
|
GETH_DOCKER_IMAGE=ethereum/client-go:v1.16.2
|
|
# Use either image or local binary for the testing
|
|
GETH_BINARY_DIR=
|
|
LIGHTHOUSE_DOCKER_IMAGE=ethpandaops/lighthouse:unstable-d235f2c
|
|
|
|
# We can't upgrade nethermind further due to genesis hash mismatch with the geth
|
|
# https://github.com/NethermindEth/nethermind/issues/6683
|
|
# Disabling Nethermind from sim tests until the above issue is resolved
|
|
NETHERMIND_DOCKER_IMAGE=nethermind/nethermind:1.18.2
|
|
|
|
# We mostly use mainnet for unit testing
|
|
# Changing this value may impact the tests which are written with mainnet in mind
|
|
LODESTAR_PRESET=mainnet
|