Skip to content

Commit cc9c41a

Browse files
committed
fix: make gen
1 parent 431ecb1 commit cc9c41a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

doc/polycli_loadtest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ The codebase has a contract that used for load testing. It's written in Solidity
167167
--preconf-stats-file string path for preconf stats JSON output, updated every 2 seconds
168168
--priority-gas-price gas gas tip for EIP-1559 with unit support (e.g., "2gwei")
169169
--private-key string hex encoded private key to use for sending transactions (default "42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
170+
--private-txs send transactions via eth_sendRawTransactionPrivate
170171
--proxy string use the proxy specified
171172
--random-recipients send to random addresses instead of fixed address in transfer tests
172173
--rate-limit float requests per second limit (use negative value to remove limit) (default 4)

doc/polycli_loadtest_uniswapv3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The command also inherits flags from parent commands.
110110
--pretty-logs output logs in pretty format instead of JSON (default true)
111111
--priority-gas-price gas gas tip for EIP-1559 with unit support (e.g., "2gwei")
112112
--private-key string hex encoded private key to use for sending transactions (default "42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
113+
--private-txs send transactions via eth_sendRawTransactionPrivate
113114
--random-recipients send to random addresses instead of fixed address in transfer tests
114115
--rate-limit float requests per second limit (use negative value to remove limit) (default 4)
115116
-n, --requests int number of requests to perform for the benchmarking session (default of 1 leads to non-representative results) (default 1)

0 commit comments

Comments
 (0)