Skip to content

Commit

Permalink
chore(devnet): helix support wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Sep 27, 2024
1 parent 107f098 commit aa985ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/kurtosis_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aa985ad

Please sign in to comment.