diff --git a/frontrunning/README.md b/frontrunning/README.md index 022d19c..b63c9ea 100644 --- a/frontrunning/README.md +++ b/frontrunning/README.md @@ -15,6 +15,8 @@ * **generalized frontrunners** are bots that watch the mempool to detect profitable transactions, copy their code, replace addresses with theirs, then submit the modified tx with a higher gas price. +* **specialized frontrunners**, also known as longtails, are covered [here](https://github.com/go-outside-labs/mev-toolkit/tree/main/longtails) +
---