Skip to content

Commit

Permalink
release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Sep 29, 2023
1 parent bf4246f commit eeaa577
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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.8 linux-x64 node-v20.2.0
mevflood/0.0.9 linux-x64 node-v20.2.0
$ mevflood --help [COMMAND]
USAGE
$ mevflood COMMAND
Expand Down Expand Up @@ -72,7 +72,7 @@ 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.8/dist/commands/init/index.ts)_
_See code: [dist/commands/init/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.9/dist/commands/init/index.ts)_

## `mevflood spam`

Expand All @@ -89,7 +89,7 @@ FLAGS
-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)
-s, --sendTo=<value> [default: mempool] Where to send transactions. (flashbots, mempool, mevshare)
-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
Expand All @@ -99,5 +99,5 @@ 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)_
_See code: [dist/commands/spam/index.ts](https://github.com/flashbots/mev-flood/blob/v0.0.9/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.8",
"version": "0.0.9",
"description": "mev-flood cli simulates mev activity",
"author": "zeroXbrock",
"bin": {
Expand Down

0 comments on commit eeaa577

Please sign in to comment.