Skip to content

Commit

Permalink
Merge pull request #140 from chainbound/ng/feat/blob-spammer
Browse files Browse the repository at this point in the history
feat(spammer): add blob txs
  • Loading branch information
merklefruit authored Jul 17, 2024
2 parents e3a078b + e890b51 commit f18df79
Show file tree
Hide file tree
Showing 7 changed files with 1,703 additions and 1,258 deletions.
10 changes: 10 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ send-preconf:
--private-key 53321db7c1e331d93a11a41d16f004d7ff63972ec8ec7c25db329728ceeb1710 \
--slot head

# manually send a blob preconfirmation to the bolt devnet
send-blob-preconf:
cd bolt-spammer && 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) \
--private-key 53321db7c1e331d93a11a41d16f004d7ff63972ec8ec7c25db329728ceeb1710 \
--slot head \
--blob

# build all the docker images locally
build-images:
@just _build-builder
Expand Down
Loading

0 comments on commit f18df79

Please sign in to comment.