Skip to content

Commit

Permalink
test(run) Add kurtosis based local devnet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiWo committed Apr 8, 2024
1 parent 91a2788 commit 2f1f0c5
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions test/ethereum-devnet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
# kurtosis run --enclave eth-duties-devnet github.com/kurtosis-tech/ethereum-package --args-file ./test/ethereum-devnet.yaml
participants:
- el_type: "geth"
el_image: "ethereum/client-go:v1.13.14"
cl_type: "lighthouse"
cl_image: "sigp/lighthouse:v5.1.3"
- el_type: "geth"
el_image: "ethereum/client-go:v1.13.14"
cl_type: "teku"
cl_image: "consensys/teku:24.3.1"
use_separate_vc: true
- el_type: "besu"
el_image: "hyperledger/besu:24.3.0"
cl_type: "nimbus"
cl_image: "statusim/nimbus-eth2:amd64-v24.3.0"
use_separate_vc: true
- el_type: "besu"
el_image: "hyperledger/besu:24.3.0"
cl_type: "lodestar"
cl_image: "chainsafe/lodestar:v1.17.0"
- el_type: "nethermind"
el_image: "nethermind/nethermind:1.25.4"
cl_type: "teku"
cl_image: "consensys/teku:24.3.1"
use_separate_vc: true
- el_type: "nethermind"
el_image: "nethermind/nethermind:1.25.4"
cl_type: "nimbus"
cl_image: "statusim/nimbus-eth2:amd64-v24.3.0"
use_separate_vc: true
network_params:
electra_fork_epoch: 1000
num_validator_keys_per_node: 128
additional_services:
- "tx_spammer"
- "blob_spammer"
- "el_forkmon"
- "beacon_metrics_gazer"
- "dora"
- "prometheus_grafana"
...

0 comments on commit 2f1f0c5

Please sign in to comment.