Commit 4a85c9dc authored by Parithosh Jayanthi's avatar Parithosh Jayanthi Committed by GitHub

fix: Switch default images to latest (#99)

This should prevent config drift, some images we used as defaults are
months old at this point.
parent 7fcd3e24
DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:v1.11.5",
"geth": "ethereum/client-go:latest",
"erigon": "thorax/erigon:devel",
"nethermind": "nethermind/nethermind:1.14.0",
"nethermind": "nethermind/nethermind:latest",
"besu": "hyperledger/besu:develop"
}
DEFAULT_CL_IMAGES = {
"lighthouse": "sigp/lighthouse:v3.5.0",
"teku": "consensys/teku:23.1",
"lighthouse": "sigp/lighthouse:latest",
"teku": "consensys/teku:latest",
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "prysmaticlabs/prysm/beacon-chain:latest,prysmaticlabs/prysm/validator:latest",
"lodestar": "chainsafe/lodestar:v1.7.2",
"prysm": "prysmaticlabs/prysm-beacon-chain:latest,prysmaticlabs/prysm-validator:latest",
"lodestar": "chainsafe/lodestar:latest",
}
BESU_NODE_NAME = "besu"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment