32 lines
989 B
YAML
32 lines
989 B
YAML
# Nimbus
|
|
# Copyright (c) 2024 Status Research & Development GmbH
|
|
# Licensed under either of
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
# http://www.apache.org/licenses/LICENSE-2.0)
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
# http://opensource.org/licenses/MIT)
|
|
# at your option. This file may not be copied, modified, or distributed except
|
|
# according to those terms.
|
|
|
|
participants:
|
|
- el_type: nimbus
|
|
el_image: <docker-image-placeholder>
|
|
el_extra_params: ["--log-level=DEBUG"]
|
|
cl_type: nimbus
|
|
cl_image: statusim/nimbus-eth2:multiarch-latest
|
|
cl_extra_params: ["--log-level=DEBUG"]
|
|
use_separate_vc: false
|
|
additional_services:
|
|
- tx_spammer
|
|
- assertoor
|
|
- beacon_metrics_gazer
|
|
- blob_spammer
|
|
mev_type: null
|
|
assertoor_params:
|
|
image: "ethpandaops/assertoor"
|
|
run_stability_check: false
|
|
run_block_proposal_check: true
|
|
run_transaction_test: true
|
|
run_blob_transaction_test: true
|
|
run_opcodes_transaction_test: true
|