Update README.md

This commit is contained in:
mia von steinkirch, phd 2022-11-25 11:41:09 -08:00 committed by GitHub
parent 6d2b9badc3
commit d16349c687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
## 🥩 frontrunning
## 🥩 frontrunning (or PGA, priority gas auction)
<br>
@ -18,3 +18,11 @@
* frontrunners will copy the potentially profitable transaction's code and replace addresses with theirs. Then, they submit the modified transaction with the replaced address and a higher gas price, frontrunning the original transaction and getting the searcher's MEV.
<br>
---
### resources
* [ef discussion on random ordering of equally-priced txs](https://github.com/ethereum/go-ethereum/issues/21350)