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

`--sendTo=flashbots` not working

Open piwonskp opened this issue 1 year ago • 0 comments

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.<anonymous> (/app/core/build/index.js:166:23)
    at Generator.next (<anonymous>)
    at /app/core/build/index.js:31:71
    at new Promise (<anonymous>)
    at __awaiter (/app/core/build/index.js:27:12)
    at MevFlood.sendBundle (/app/core/build/index.js:160:16)
    at /app/core/build/lib/scripts/spam.js:42:18
    at Generator.next (<anonymous>)
    at fulfilled (/app/core/build/lib/scripts/spam.js:5:58)
    at runMicrotasks (<anonymous>)

piwonskp avatar Nov 14 '23 12:11 piwonskp