From fe86b581b202082a6e779f63bc55e8aa67097108 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Fri, 19 Jul 2024 18:04:41 +0200 Subject: [PATCH] chore(devnet): specify geth-lighthouse image --- scripts/kurtosis_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/kurtosis_config.yaml b/scripts/kurtosis_config.yaml index dc13cbf81..e1150e9c0 100644 --- a/scripts/kurtosis_config.yaml +++ b/scripts/kurtosis_config.yaml @@ -41,3 +41,9 @@ mev_params: mev_flood_seconds_per_bundle: 15 custom_flood_params: interval_between_transactions: 1 + +participants: + - el_type: geth + el_image: ethereum/client-go:latest + cl_type: lighthouse + cl_image: sigp/lighthouse:latest