Skip to content

Commit

Permalink
Merge branch 'unstable' of github.com:chainbound/bolt into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 7, 2024
2 parents d78e29a + 0eb88eb commit 2b4de8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile → justfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ send-preconf count='1':
cd bolt-kurtosis-client && RUST_LOG=info cargo run -- \
--provider-url $(kurtosis port print bolt-devnet el-1-geth-lighthouse rpc) \
--beacon-client-url $(kurtosis port print bolt-devnet cl-1-lighthouse-geth http) \
--bolt-sidecar-url http://$(kurtosis port print bolt-devnet mev-sidecar-api api) \
--bolt-sidecar-url http://$(kurtosis port print bolt-devnet bolt-sidecar api) \
--private-key 53321db7c1e331d93a11a41d16f004d7ff63972ec8ec7c25db329728ceeb1710 \
--slot head \
--count {{count}}
Expand All @@ -137,7 +137,7 @@ send-blob-preconf count='1':
cd bolt-kurtosis-client && RUST_LOG=info cargo run -- \
--provider-url $(kurtosis port print bolt-devnet el-1-geth-lighthouse rpc) \
--beacon-client-url $(kurtosis port print bolt-devnet cl-1-lighthouse-geth http) \
--bolt-sidecar-url http://$(kurtosis port print bolt-devnet mev-sidecar-api api) \
--bolt-sidecar-url http://$(kurtosis port print bolt-devnet bolt-sidecar api) \
--private-key 53321db7c1e331d93a11a41d16f004d7ff63972ec8ec7c25db329728ceeb1710 \
--slot head \
--blob \
Expand Down

0 comments on commit 2b4de8e

Please sign in to comment.