From 2cdf425150cad8013c7200d6409a5b093aa6f2cf Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Fri, 4 Oct 2024 11:04:09 +0200 Subject: [PATCH] fix: justfile send-preconf after ethereum package upgrade + renaming lowercase --- Justfile => justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Justfile => justfile (97%) diff --git a/Justfile b/justfile similarity index 97% rename from Justfile rename to justfile index 4202ab981..4fe0ba92c 100644 --- a/Justfile +++ b/justfile @@ -120,7 +120,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}} @@ -130,7 +130,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 \