Skip to content

Commit 8c43d30

Browse files
authored
chore: bump images (#985)
1 parent ee447ec commit 8c43d30

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/tests/mev-pectra.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ participants:
99
el_image: nethermindeth/nethermind:release-1.31.9-genesis-pectra
1010
el_extra_params: ["--Blocks.ExtraData=TekuFromLocal"]
1111
cl_type: teku
12-
cl_image: consensys/teku:25.4.0
12+
cl_image: consensys/teku:25.4.1
1313

1414
- el_type: reth
1515
el_image: ghcr.io/paradigmxyz/reth:v1.3.12
@@ -28,7 +28,13 @@ participants:
2828
el_image: hyperledger/besu:25.4.1
2929
el_extra_params: ["--miner-extra-data=0x6E696D62757346726F6D4C6F63616C"]
3030
cl_type: nimbus
31-
cl_image: statusim/nimbus-eth2:multiarch-v25.4.0
31+
cl_image: statusim/nimbus-eth2:multiarch-v25.4.1
32+
33+
- el_type: geth
34+
el_image: ethereum/client-go:v1.15.9
35+
el_extra_params: ["--miner.extradata=pawanRocks"]
36+
cl_type: grandine
37+
cl_image: sifrai/grandine:1.1.0
3238

3339
additional_services:
3440
- dora
@@ -38,10 +44,10 @@ additional_services:
3844
mev_type: flashbots
3945

4046
mev_params:
41-
mev_relay_image: ethpandaops/mev-boost-relay:ssz-91648d3
47+
mev_relay_image: ethpandaops/mev-boost-relay:main-47cc71d
4248
mev_boost_image: ethpandaops/mev-boost:develop-d65d507
4349
mev_builder_cl_image: sigp/lighthouse:v7.0.0
44-
mev_builder_image: ethpandaops/reth-rbuilder:develop-8cd28c1
50+
mev_builder_image: ethpandaops/reth-rbuilder:develop-4fc82b7
4551
mev_builder_subsidy: 1
4652

4753
network_params:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ mev_params:
868868
# The image to use for MEV boost relay
869869
mev_relay_image: ethpandaops/mev-boost-relay:main
870870
# The image to use for the builder
871-
mev_builder_image: ethpandaops/flashbots-builder:main
871+
mev_builder_image: ethpandaops/reth-rbuilder:develop
872872
# The image to use for the CL builder
873873
mev_builder_cl_image: sigp/lighthouse:latest
874874
# The subsidy to use for the builder (in ETH)

src/package_io/input_parser.star

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DEFAULT_EL_IMAGES = {
1717
}
1818

1919
DEFAULT_CL_IMAGES = {
20-
"lighthouse": "ethpandaops/lighthouse:unstable",
20+
"lighthouse": "sigp/lighthouse:latest",
2121
"teku": "consensys/teku:latest",
2222
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
2323
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:stable",
@@ -26,7 +26,7 @@ DEFAULT_CL_IMAGES = {
2626
}
2727

2828
DEFAULT_CL_IMAGES_MINIMAL = {
29-
"lighthouse": "ethpandaops/lighthouse:unstable",
29+
"lighthouse": "ethpandaops/lighthouse:stable",
3030
"teku": "consensys/teku:latest",
3131
"nimbus": "ethpandaops/nimbus-eth2:stable-minimal",
3232
"prysm": "ethpandaops/prysm-beacon-chain:develop-minimal",
@@ -35,7 +35,7 @@ DEFAULT_CL_IMAGES_MINIMAL = {
3535
}
3636

3737
DEFAULT_VC_IMAGES = {
38-
"lighthouse": "ethpandaops/lighthouse:unstable",
38+
"lighthouse": "sigp/lighthouse:latest",
3939
"lodestar": "chainsafe/lodestar:latest",
4040
"nimbus": "statusim/nimbus-validator-client:multiarch-latest",
4141
"prysm": "gcr.io/prysmaticlabs/prysm/validator:stable",
@@ -45,7 +45,7 @@ DEFAULT_VC_IMAGES = {
4545
}
4646

4747
DEFAULT_VC_IMAGES_MINIMAL = {
48-
"lighthouse": "ethpandaops/lighthouse:unstable",
48+
"lighthouse": "ethpandaops/lighthouse:stable",
4949
"lodestar": "chainsafe/lodestar:latest",
5050
"nimbus": "ethpandaops/nimbus-validator-client:stable-minimal",
5151
"prysm": "ethpandaops/prysm-validator:develop-minimal",

0 commit comments

Comments
 (0)