From 54690c889dcbb1b11e83f5506f78a425ef2ed19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Sat, 14 May 2022 13:57:21 -0700 Subject: [PATCH] Delete flashbots_bundle.md --- MEV/flashbots_bundle.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 MEV/flashbots_bundle.md 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 -``` - -