diff --git a/MEV/flashbots_bundle.md b/MEV/flashbots_bundle.md deleted file mode 100644 index 63e78ab..0000000 --- a/MEV/flashbots_bundle.md +++ /dev/null @@ -1,19 +0,0 @@ -## Flashbots bundle - -Steps to access the flashbots network. - -### Setting a Private key for identity - -``` -python3 gen_private_key.py -``` - -### Interacting with Flashbots - -Flashbots runs a relay you send bundles at `relay.flashbots.net`. - -``` -python3 create_bundle.py -``` - -