Skip to content

Commit

Permalink
release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Sep 29, 2023
1 parent 8fa467b commit dd63f72
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g mevflood
$ mevflood COMMAND
running command...
$ mevflood (--version)
mevflood/0.0.7 linux-x64 node-v20.2.0
mevflood/0.0.8 linux-x64 node-v20.2.0
$ mevflood --help [COMMAND]
USAGE
$ mevflood COMMAND
Expand All @@ -29,6 +29,7 @@ USAGE
<!-- commands -->
* [`mevflood help [COMMANDS]`](#mevflood-help-commands)
* [`mevflood init`](#mevflood-init)
* [`mevflood spam`](#mevflood-spam)

## `mevflood help [COMMANDS]`

Expand Down Expand Up @@ -71,5 +72,32 @@ DESCRIPTION
Deploy smart contracts and provision liquidity on UniV2 pairs.
```

_See code: [dist/commands/init/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.7/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.8/dist/commands/init/index.ts)_

## `mevflood spam`

Send a constant stream of UniV2 swaps.

```
USAGE
$ mevflood spam [-r <value>] [-k <value>] [-u <value>] [-t <value>] [-p <value>] [-l <value>] [--revert]
[-s <value>]
FLAGS
-k, --privateKey=<value> [default: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80] Private
key used to send transactions and deploy contracts.
-l, --loadFile=<value> Load the deployment details from a file.
-p, --secondsPerBundle=<value> [default: 12] Seconds to wait before sending another bundle.
-r, --rpcUrl=<value> [default: http://localhost:8545] HTTP JSON-RPC endpoint.
-s, --sendTo=<value> [default: mempool] Where to send transactions. (flashbots, mempool, mevshare, 0, 1, 2)
-t, --txsPerBundle=<value> [default: 1] Number of transactions to include in each bundle.
-u, --userKey=<value> [default: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d] Private
key for the user wallet used to send transactions
--revert Send reverting transactions.
DESCRIPTION
Send a constant stream of UniV2 swaps.
```

_See code: [dist/commands/spam/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.8/dist/commands/spam/index.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mevflood",
"version": "0.0.7",
"version": "0.0.8",
"description": "mev-flood cli simulates mev activity",
"author": "zeroXbrock",
"bin": {
Expand Down

0 comments on commit dd63f72

Please sign in to comment.