This commit is contained in:
mvonsteinkirch 2023-02-08 09:08:45 -08:00
parent bf818f2682
commit d3a292bfd1
133 changed files with 26 additions and 40 deletions

View file

@ -0,0 +1,18 @@
## mev on optimism
<br>
### in this dir
* [optimistic rollups](optimistic_rollups.md)
<br>
---
### resources
* [intro to mev auctions](https://www.mev.wiki/solutions/faas-or-meva/optimism)

View file

@ -0,0 +1,16 @@
## optimistic rollups
<br>
### tl; dr
<br>
* in optimistic rollups, txs are batched up and the state root (same as zkrs) alongside the calldata (the tx state) is sent to the l2 contract on ethereum
* dispute period can cause actual finality of txs to not happen until around a week later
<br>
<img width="822" alt="Screen Shot 2023-02-07 at 10 57 12 AM" src="https://user-images.githubusercontent.com/1130416/217339712-014ca13c-b542-4a92-a2c9-857839f3be30.png">