-
-
Notifications
You must be signed in to change notification settings - Fork 453
Expand file tree
/
Copy path.env.test
More file actions
14 lines (12 loc) · 637 Bytes
/
.env.test
File metadata and controls
14 lines (12 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# We use these images during sim and e2e tests
GETH_DOCKER_IMAGE=ethereum/client-go:v1.16.7
# 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