Skip to content

Commit

Permalink
chore: prysm - set stable image as default (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Oct 15, 2024
1 parent 0a9e445 commit 3735794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DEFAULT_CL_IMAGES = {
"lighthouse": "ethpandaops/lighthouse:stable",
"teku": "consensys/teku:latest",
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:latest",
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:stable",
"lodestar": "chainsafe/lodestar:latest",
"grandine": "sifrai/grandine:stable",
}
Expand All @@ -38,7 +38,7 @@ DEFAULT_VC_IMAGES = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lodestar": "chainsafe/lodestar:latest",
"nimbus": "statusim/nimbus-validator-client:multiarch-latest",
"prysm": "gcr.io/prysmaticlabs/prysm/validator:latest",
"prysm": "gcr.io/prysmaticlabs/prysm/validator:stable",
"teku": "consensys/teku:latest",
"grandine": "sifrai/grandine:stable",
}
Expand Down

0 comments on commit 3735794

Please sign in to comment.