Skip to content

Commit 1704194

Browse files
authored
fix: update kt config (ethereum#876)
1 parent 1c1d698 commit 1704194

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

.github/tests/mock-mev-pectra-devnet-5.yaml.norun

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,28 @@ participants:
33
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
44
el_extra_params: ["--miner.extradata=pawanRocks"]
55
cl_type: lighthouse
6-
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
6+
cl_image: pawanjay176/lighthouse:latest
77
- el_type: reth
8-
el_image: ethpandaops/reth:main-f2bf024
8+
el_image: ethpandaops/reth:main-11bd9dd
99
cl_type: lighthouse
10-
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
10+
cl_image: pawanjay176/lighthouse:latest
1111
- el_type: geth
1212
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
13+
el_extra_params: ["--miner.extradata=TekuFromLocal"]
1314
cl_type: teku
1415
cl_image: consensys/teku:develop
15-
# - el_type: reth
16-
# el_image: ethpandaops/reth:main-f2bf024
17-
# cl_type: teku
18-
# cl_image: consensys/teku:develop
19-
# - el_type: geth
20-
# el_image: ethpandaops/geth:prague-devnet-5-f85cde7
21-
# cl_type: prysm
22-
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
23-
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429
24-
# - el_type: reth
25-
# el_image: ethpandaops/reth:main-f2bf024
26-
# cl_type: prysm
27-
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
28-
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429
2916

3017
mev_type: mock
3118
mev_params:
32-
mock_mev_image: "ethpandaops/rustic-builder:main"
19+
mock_mev_image: "pawanjay176/rustic-builder:latest"
3320
mev_boost_image: "jtraglia/mev-boost:electra"
3421

3522
network_params:
3623
electra_fork_epoch: 1
3724
min_validator_withdrawability_delay: 1
3825
shard_committee_period: 1
3926
churn_limit_quotient: 16
40-
genesis_delay: 240
27+
# genesis_delay: 240
4128
seconds_per_slot: 6
4229

4330
additional_services:
@@ -52,4 +39,4 @@ spamoor_blob_params:
5239
max_blobs: 2
5340
max_pending: 40
5441

55-
global_log_level: debug
42+
global_log_level: debug

.github/tests/pectra-devnet-5.yaml.norun

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ participants_matrix:
77
- el_type: erigon
88
el_image: ethpandaops/erigon:pectra5-3d65c9b
99
- el_type: nethermind
10-
el_image: ethpandaops/nethermind:pectra-devnet-5-0a4dbd2
10+
el_image: ethpandaops/nethermind:pectra-devnet-5-52b679a
11+
- el_type: besu
12+
el_image: ethpandaops/besu:main-1e7f6f6
1113
cl:
1214
- cl_type: lighthouse
1315
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb

0 commit comments

Comments
 (0)