From a1e1cd5857c3b83526786dc1247d692f7044c581 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:00:02 +0200 Subject: [PATCH 1/3] fix(devnet): use pre-built helix image --- scripts/kurtosis_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kurtosis_config.yaml b/scripts/kurtosis_config.yaml index 14acc3a1..2fba2e4e 100644 --- a/scripts/kurtosis_config.yaml +++ b/scripts/kurtosis_config.yaml @@ -28,7 +28,7 @@ mev_params: # instead of MEV-Boost by Flashbots bolt_boost_image: ghcr.io/chainbound/bolt-boost:0.1.0 bolt_sidecar_image: ghcr.io/chainbound/bolt-sidecar:0.1.0 - helix_relay_image: ghcr.io/chainbound/helix:0.1.0 + helix_relay_image: ghcr.io/chainbound/helix:0.3.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 From 4501115dce3a8afb215259aba1e2fa6f983f9124 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Mon, 21 Oct 2024 22:44:15 +0200 Subject: [PATCH 2/3] test: helix image v0.3.0-alpha.rc1 --- scripts/kurtosis_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kurtosis_config.yaml b/scripts/kurtosis_config.yaml index 2fba2e4e..20e9086d 100644 --- a/scripts/kurtosis_config.yaml +++ b/scripts/kurtosis_config.yaml @@ -28,7 +28,7 @@ mev_params: # instead of MEV-Boost by Flashbots bolt_boost_image: ghcr.io/chainbound/bolt-boost:0.1.0 bolt_sidecar_image: ghcr.io/chainbound/bolt-sidecar:0.1.0 - helix_relay_image: ghcr.io/chainbound/helix:0.3.0 + helix_relay_image: ghcr.io/chainbound/helix:v0.3.0-alpha.rc1 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 From 1b7f3357e5b834afd1340844693c2d7d84892a39 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:42:42 +0200 Subject: [PATCH 3/3] chore: update image to rc2 --- scripts/kurtosis_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kurtosis_config.yaml b/scripts/kurtosis_config.yaml index 20e9086d..31e8e30a 100644 --- a/scripts/kurtosis_config.yaml +++ b/scripts/kurtosis_config.yaml @@ -28,7 +28,7 @@ mev_params: # instead of MEV-Boost by Flashbots bolt_boost_image: ghcr.io/chainbound/bolt-boost:0.1.0 bolt_sidecar_image: ghcr.io/chainbound/bolt-sidecar:0.1.0 - helix_relay_image: ghcr.io/chainbound/helix:v0.3.0-alpha.rc1 + helix_relay_image: ghcr.io/chainbound/helix:v0.3.0-alpha.rc2 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