Edit the runner script

This commit is contained in:
Omar Abdulla
2025-08-25 18:31:36 +03:00
parent 27f8542342
commit 028cffaeff
+1 -2
View File
@@ -53,9 +53,8 @@ echo ""
# Run the tool
RUST_LOG="error" cargo run --release -- \
--kitchensink "$(realpath ~/polkadot-sdk/target/debug/substrate-node)" \
--eth_proxy "$(realpath ~/polkadot-sdk/target/debug/eth-rpc)" \
--corpus "$CORPUS_FILE" \
--workdir "$WORKDIR" \
--number-of-nodes 5
echo -e "${GREEN}=== Test run completed! ===${NC}"