From aa985ad8b9599a78752c3b7b41add0ecec63f018 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Fri, 27 Sep 2024 15:35:13 +0200 Subject: [PATCH] chore(devnet): helix support wip --- scripts/kurtosis_config.yaml | 1 + scripts/start-devnet.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kurtosis_config.yaml b/scripts/kurtosis_config.yaml index 95337aef4..6f4ae9f94 100644 --- a/scripts/kurtosis_config.yaml +++ b/scripts/kurtosis_config.yaml @@ -23,6 +23,7 @@ mev_type: full mev_params: mev_builder_cl_image: sigp/lighthouse:latest # Bolt-specific images: + helix_relay_image: ghcr.io/chainbound/helix:0.1.0 mev_relay_image: ghcr.io/chainbound/bolt-relay:0.1.0 mev_builder_image: ghcr.io/chainbound/bolt-builder:0.1.0 mev_boost_image: ghcr.io/chainbound/bolt-mev-boost:0.1.0 diff --git a/scripts/start-devnet.sh b/scripts/start-devnet.sh index 8d77e4cf2..a29f02f7b 100755 --- a/scripts/start-devnet.sh +++ b/scripts/start-devnet.sh @@ -3,7 +3,7 @@ echo "Starting the devnet..." # spin up the kurtosis devnet -kurtosis run --enclave bolt-devnet github.com/chainbound/ethereum-package@bolt --args-file ./scripts/kurtosis_config.yaml +kurtosis run --enclave bolt-devnet github.com/chainbound/ethereum-package@lore/feat/helix --args-file ./scripts/kurtosis_config.yaml echo "Devnet online! Waiting for the RPC to be available..." sleep 5