Skip to content

Commit cc7cc47

Browse files
committed
make gen-doc
1 parent 93e4357 commit cc7cc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/polycli_loadtest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The codebase has a contract that used for load testing. It's written in Solidity
8484
--adaptive-rate-limit Enable AIMD-style congestion control to automatically adjust request rate
8585
--adaptive-rate-limit-increment uint When using adaptive rate limiting, this flag controls the size of the additive increases. (default 50)
8686
--adaptive-target-size uint When using adaptive rate limiting, this value sets the target queue size. If the queue is smaller than this value, we'll speed up. If the queue is smaller than this value, we'll back off. (default 1000)
87-
--address-funding-amount big.Int The amount in wei to fund the sending addresses with. Set to 0 to disable account funding (useful for call-only mode or pre-funded addresses).
87+
--address-funding-amount big.Int The amount in wei to fund the sending addresses with. Set to 0 to disable account funding (useful for eth-call-only mode or pre-funded addresses).
8888
--batch-size uint Number of batches to perform at a time for receipt fetching. Default is 999 requests at a time. (default 999)
8989
--blob-fee-cap uint The blob fee cap, or the maximum blob fee per chunk, in Gwei. (default 100000)
9090
--calldata string The hex encoded calldata passed in. The format is function signature + arguments encoded together. This must be paired up with --mode contract-call and --contract-address

0 commit comments

Comments
 (0)