Skip to content

Commit

Permalink
fix: justfile client script
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 26, 2024
1 parent db58877 commit 56de49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dora:

# manually send a preconfirmation to the bolt devnet
send-preconf count='1':
cd bolt-spammer && RUST_LOG=info cargo run -- \
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) \
Expand All @@ -113,7 +113,7 @@ send-preconf count='1':

# manually send a blob preconfirmation to the bolt devnet
send-blob-preconf count='1':
cd bolt-spammer && RUST_LOG=info cargo run -- \
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) \
Expand Down

0 comments on commit 56de49b

Please sign in to comment.