From f499b7f5137de8f62890003f1fb4d60aef0e6b8e Mon Sep 17 00:00:00 2001 From: Joan Esteban <129153821+joanestebanr@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:01:57 +0200 Subject: [PATCH] Update test/scripts/config_kurtosis_for_local_run.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com> --- test/scripts/config_kurtosis_for_local_run.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/scripts/config_kurtosis_for_local_run.sh b/test/scripts/config_kurtosis_for_local_run.sh index 424858bc..98cf369c 100755 --- a/test/scripts/config_kurtosis_for_local_run.sh +++ b/test/scripts/config_kurtosis_for_local_run.sh @@ -63,5 +63,13 @@ cat << EOF "--custom-network-file", "$DEST/local_config/genesis.json" ] }, -EOF + "type": "go", + "request": "launch", + "mode": "auto", + "program": "cmd/", + "args":["run","-cfg","$DEST/test.kurtosis.toml", + "--components", "sequence-sender", + "--custom-network-file", "$DEST/local_config/genesis.json" + ] + },