From 3c88c09beabcdb62df0891cde9111df808272ee0 Mon Sep 17 00:00:00 2001 From: eth2353 <70237279+eth2353@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:41:57 +0100 Subject: [PATCH] Add mixed CL/VC example config --- .github/tests/mixed-cl-vc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/tests/mixed-cl-vc.yml diff --git a/.github/tests/mixed-cl-vc.yml b/.github/tests/mixed-cl-vc.yml new file mode 100644 index 000000000..bf20528b6 --- /dev/null +++ b/.github/tests/mixed-cl-vc.yml @@ -0,0 +1,10 @@ +participants: + - el_client_type: geth + cl_client_type: teku + use_separate_validator_client: true + validator_client_type: lodestar + - el_client_type: besu + cl_client_type: nimbus + use_separate_validator_client: true + validator_client_type: lighthouse +additional_services: []