mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-02 19:26:26 -04:00
💾
This commit is contained in:
parent
bf818f2682
commit
d3a292bfd1
133 changed files with 26 additions and 40 deletions
18
MEV_by_chains/MEV_on_Optimism/README.md
Normal file
18
MEV_by_chains/MEV_on_Optimism/README.md
Normal 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)
|
16
MEV_by_chains/MEV_on_Optimism/optimistic_rollups.md
Normal file
16
MEV_by_chains/MEV_on_Optimism/optimistic_rollups.md
Normal 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">
|
Loading…
Add table
Add a link
Reference in a new issue