Skip to content

Commit

Permalink
lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jun 26, 2023
1 parent cf8e257 commit 3708470
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest",
"geth": "ethereum/client-go:v1.11.5",
"erigon": "thorax/erigon:devel",
"nethermind": "nethermind/nethermind:latest",
"nethermind": "nethermind/nethermind:1.14.0",
"besu": "hyperledger/besu:develop"
}

DEFAULT_CL_IMAGES = {
"lighthouse": "sigp/lighthouse:latest",
"teku": "consensys/teku:latest",
"lighthouse": "sigp/lighthouse:v3.5.0",
"teku": "consensys/teku:23.1",
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:latest,gcr.io/prysmaticlabs/prysm/validator:latest",
"lodestar": "chainsafe/lodestar:next",
"prysm": "prysmaticlabs/prysm/beacon-chain:latest,prysmaticlabs/prysm/validator:latest",
"lodestar": "chainsafe/lodestar:v1.7.2",
}

BESU_NODE_NAME = "besu"
Expand Down

0 comments on commit 3708470

Please sign in to comment.