-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add nethermind verkle example file (#379)
- Loading branch information
1 parent
ee56057
commit 244d1ee
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
participants: | ||
- el_client_type: geth | ||
el_client_image: ethpandaops/geth:gballet-kaustinen-with-shapella-fc8f4b9 | ||
cl_client_type: lighthouse | ||
cl_client_image: ethpandaops/lighthouse:verkle-trees-capella-2ffb8a9 | ||
count: 2 | ||
- el_client_type: nethermind | ||
el_client_image: nethermindeth/nethermind:kaustinen | ||
cl_client_type: lodestar | ||
cl_client_image: ethpandaops/lodestar:g11tech-verge-815364b | ||
validator_count: 0 | ||
- el_client_type: nethermind | ||
el_client_image: nethermindeth/nethermind:kaustinen | ||
cl_client_type: lodestar | ||
cl_client_image: ethpandaops/lodestar:g11tech-verge-815364b | ||
validator_count: 0 | ||
network_params: | ||
electra_fork_epoch: 0 | ||
seconds_per_slot: 3 | ||
additional_services: | ||
- el_forkmon | ||
- tx_spammer | ||
- dora | ||
- prometheus_grafana | ||
snooper_enabled: true | ||
ethereum_metrics_exporter_enabled: true |