Skip to content

Commit

Permalink
release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Aug 30, 2023
1 parent 3486dac commit fb6dcc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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.5 linux-x64 node-v20.2.0
mevflood/0.0.6 darwin-x64 node-v16.16.0
$ mevflood --help [COMMAND]
USAGE
$ mevflood COMMAND
Expand Down Expand Up @@ -72,15 +72,15 @@ 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.5/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.6/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>]
$ mevflood spam [-r <value>] [-k <value>] [-u <value>] [-t <value>] [-p <value>] [-l <value>] [--revert]
FLAGS
-k, --privateKey=<value> [default: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80] Private
Expand All @@ -91,10 +91,11 @@ FLAGS
-t, --txsPerBundle=<value> [default: 2] 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.5/dist/commands/spam/index.ts)_
_See code: [dist/commands/spam/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.6/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.5",
"version": "0.0.6",
"description": "mev-flood cli simulates mev activity",
"author": "zeroXbrock",
"bin": {
Expand Down

0 comments on commit fb6dcc4

Please sign in to comment.