diff --git a/test/configs/kurtosis/minimal.yaml b/test/configs/kurtosis/minimal.yaml index 28ffef93..12b4d8bb 100644 --- a/test/configs/kurtosis/minimal.yaml +++ b/test/configs/kurtosis/minimal.yaml @@ -2,7 +2,7 @@ participants: - el_type: reth el_image: ghcr.io/paradigmxyz/reth:v1.9.3 cl_type: lodestar - count: 2 + count: 1 additional_services: - dora diff --git a/test/launcher/utils/constants.ts b/test/launcher/utils/constants.ts index 996fbe5a..85cdfc5a 100644 --- a/test/launcher/utils/constants.ts +++ b/test/launcher/utils/constants.ts @@ -10,13 +10,7 @@ export const DOCKER_NETWORK_NAME = "datahaven-net"; /** * The base services that are always launched when Kurtosis is used. */ -export const KURTOSIS_BASE_SERVICES = [ - "cl-1-lodestar-reth", - "cl-2-lodestar-reth", - "el-1-reth-lodestar", - "el-2-reth-lodestar", - "dora" -]; +export const KURTOSIS_BASE_SERVICES = ["cl-1-lodestar-reth", "el-1-reth-lodestar", "dora"]; export const COMPONENTS = { datahaven: {