Update usage guides

This commit is contained in:
Omar Abdulla
2025-09-02 18:55:31 +03:00
parent 1ec1778e32
commit 762b45ffd1
3 changed files with 40 additions and 26 deletions
+5 -5
View File
@@ -91,11 +91,11 @@ echo ""
# Run the tool
RUST_LOG="error" cargo run --release -- \
--corpus "$CORPUS_FILE" \
--workdir "$WORKDIR" \
--number-of-nodes 5 \
--kitchensink "$SUBSTRATE_NODE_BIN" \
--revive-dev-node "$REVIVE_DEV_NODE_BIN" \
--eth_proxy "$ETH_RPC_BIN" \
--working-directory "$WORKDIR" \
--concurrency.number-of-nodes 5 \
--kitchensink.path "$SUBSTRATE_NODE_BIN" \
--revive-dev-node.path "$REVIVE_DEV_NODE_BIN" \
--eth_proxy.path "$ETH_RPC_BIN" \
> logs.log \
2> output.log