Skip to content

Commit

Permalink
feat: Update devnet-5 example (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh authored Dec 20, 2024
1 parent 8ed275a commit 04e13f3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/tests/pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
participants:
- el_type: besu
el_image: ethpandaops/besu:24.12-develop-8c5aabe
el_image: ethpandaops/besu:24.12-develop-b143a56
cl_type: teku
cl_image: consensys/teku:develop
el_log_level: "DEBUG"

el_log_level: "debug"
count: 3
network_params:
electra_fork_epoch: 1
min_validator_withdrawability_delay: 1
Expand All @@ -13,6 +13,12 @@ network_params:
num_validator_keys_per_node: 256
additional_services:
- dora
- spamoor_blob
- tx_spammer
dora_params:
image: "ethpandaops/dora:master-latest"
snooper_enabled: true
snooper_enabled: true
spamoor_blob_params:
throughput: 10
max_blobs: 2
max_pending: 40

0 comments on commit 04e13f3

Please sign in to comment.