mev-flood icon indicating copy to clipboard operation
mev-flood copied to clipboard

simulates MEV activity from an array of unique searchers; used for testing infra

Results 14 mev-flood issues
Sort by recently updated
recently updated
newest added

When trying to call `yarn script.spam --mempool` or `./bin/run spam -l deployment.json` after successful deployment I receive the following error in both cases: ``` /Users/shimonchick/Repos/devnet/mev-flood/core/node_modules/@ethersproject/logger/src.ts/index.ts:269 const error: any = new...

## 📝 Summary Build multi-platform docker images (`amd64` + `arm64`)

When calling `flood.liquid()` The `cli` passes`flags.wethMintAmountOwner` and `flags.wethMintAmountUser` which don't exist. The correct flag to use is `flags.wethMintAmount` which is set with `--wethMintAmount` (or `-a`) # Tests Manually tested by...

When calling mev-flood with `--sendTo=flashbots` I receive the error during fuzzing: ``` Error: must call initFlashbots on MevFlood instance to deploy to flashbots at MevFlood. (/app/core/build/index.js:166:23) at Generator.next () at...

some of our users want to run this on pure arm64 machines and this image doesn't support that architecture yet

We use mev-flood here - https://github.com/kurtosis-tech/eth2-package/blob/main/src/mev_flood/mev_flood_launcher.star We run it using the coinbase address as admin key and another address as the user key, the coinbase address doesn't go up deterministically....

.env.example is in the README but was deleted as part of https://github.com/flashbots/mev-flood/pull/28

from a run of `swapd` ``` basePrice 695459 daiPrice 700904.891278041 [0x2bbd6a271aC57e44EA2E6D79F66a8E5904D8f12c] swapping 142.0 DAI for WETH ... basePrice 218 daiPrice 338.33963133964585 [0x2bbd6a271aC57e44EA2E6D79F66a8E5904D8f12c] swapping 158.0 DAI for WETH ```