From 86da960cae52d66a5928ada841ac6f69e53ec81a Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 1 Dec 2023 14:23:05 +0100 Subject: [PATCH] feat: add nethermind verkle example file --- examples/verkle-gen-nethermind.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/verkle-gen-nethermind.yaml diff --git a/examples/verkle-gen-nethermind.yaml b/examples/verkle-gen-nethermind.yaml new file mode 100644 index 000000000..81dc72bc5 --- /dev/null +++ b/examples/verkle-gen-nethermind.yaml @@ -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