Feature: Support for sending Flashbots bundles from forge scripts #4947
Labels
A-cheatcodes
Area: cheatcodes
A-private-transactions
Area: private transactions
Cmd-forge-script
Command: forge script
T-feature
Type: feature
Component
Forge
Describe the feature you would like
I'd like to be able to easily send flashbots bundles within forge scripts for use-cases involving transactions that cannot hit public mempools for security reasons (e.g. MEV-able transactions, whitehat rescues, etc).
Doing this natively from a forge script obviates the need for me to use Hardhat for use-cases like this, or for me to write custom TypeScript/Rust code for each instance.
Additional context
I have a draft/WIP PR for this here: #4948
The text was updated successfully, but these errors were encountered: