You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)
The text was updated successfully, but these errors were encountered:
When calling mev-flood with
--sendTo=flashbots
I receive the error during fuzzing:The text was updated successfully, but these errors were encountered: