Skip to content

Commit

Permalink
Add kurtosis config for DAS testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jun 20, 2024
1 parent 6ff9480 commit cda75c8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions scripts/local_testnet/network_params_das_interop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
participants:
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS

- cl_type: lighthouse
cl_extra_params: [
--subscribe-all-data-column-subnets,
]
cl_image: ethpandaops/lighthouse:das

- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:das

- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das

- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:kzgpeerdas

- cl_type: grandine
cl_image: ethpandaops/grandine:das

# - cl_type: lodestar
# cl_image: ethpandaops/lodestar:peerDAS
network_params:
eip7594_fork_epoch: 0
eip7594_fork_version: "0x50000038"
snooper_enabled: true
global_log_level: debug
additional_services:
- dora
- goomy_blob
22 changes: 22 additions & 0 deletions scripts/local_testnet/network_params_das_local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
cl_max_mem: 4096
cl_extra_params:
- --subscribe-all-data-column-subnets
- --target-peers 2
count: 2
- cl_type: lighthouse
cl_image: lighthouse:local
cl_max_mem: 2048
cl_extra_params:
- --target-peers 2`
count: 1
network_params:
eip7594_fork_epoch: 0
seconds_per_slot: 6
global_log_level: debug
snooper_enabled: false
additional_services:
- dora
- prometheus_grafana

0 comments on commit cda75c8

Please sign in to comment.