Skip to content

Commit

Permalink
fix: update kt config (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh authored Jan 16, 2025
1 parent 1c1d698 commit 1704194
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
27 changes: 7 additions & 20 deletions .github/tests/mock-mev-pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,28 @@ participants:
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
el_extra_params: ["--miner.extradata=pawanRocks"]
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
cl_image: pawanjay176/lighthouse:latest
- el_type: reth
el_image: ethpandaops/reth:main-f2bf024
el_image: ethpandaops/reth:main-11bd9dd
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
cl_image: pawanjay176/lighthouse:latest
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-f85cde7
el_extra_params: ["--miner.extradata=TekuFromLocal"]
cl_type: teku
cl_image: consensys/teku:develop
# - el_type: reth
# el_image: ethpandaops/reth:main-f2bf024
# cl_type: teku
# cl_image: consensys/teku:develop
# - el_type: geth
# el_image: ethpandaops/geth:prague-devnet-5-f85cde7
# cl_type: prysm
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429
# - el_type: reth
# el_image: ethpandaops/reth:main-f2bf024
# cl_type: prysm
# cl_image: ethpandaops/prysm-beacon-chain:devnet5-ae44429
# vc_image: ethpandaops/prysm-validator:devnet5-ae44429

mev_type: mock
mev_params:
mock_mev_image: "ethpandaops/rustic-builder:main"
mock_mev_image: "pawanjay176/rustic-builder:latest"
mev_boost_image: "jtraglia/mev-boost:electra"

network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
shard_committee_period: 1
churn_limit_quotient: 16
genesis_delay: 240
# genesis_delay: 240
seconds_per_slot: 6

additional_services:
Expand All @@ -52,4 +39,4 @@ spamoor_blob_params:
max_blobs: 2
max_pending: 40

global_log_level: debug
global_log_level: debug
4 changes: 3 additions & 1 deletion .github/tests/pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ participants_matrix:
- el_type: erigon
el_image: ethpandaops/erigon:pectra5-3d65c9b
- el_type: nethermind
el_image: ethpandaops/nethermind:pectra-devnet-5-0a4dbd2
el_image: ethpandaops/nethermind:pectra-devnet-5-52b679a
- el_type: besu
el_image: ethpandaops/besu:main-1e7f6f6
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
Expand Down

0 comments on commit 1704194

Please sign in to comment.