We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d56887 commit 4b3eef0Copy full SHA for 4b3eef0
Makefile
@@ -297,6 +297,11 @@ batcher_start_local: user_fund_payment_service
297
@$(MAKE) run_storage &
298
@cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env.dev
299
300
+batcher_start_local_no_fund:
301
+ @echo "Starting Batcher..."
302
+ @$(MAKE) run_storage &
303
+ @cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env.dev
304
+
305
install_batcher:
306
@cargo install --path batcher/aligned-batcher
307
0 commit comments