Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pages/stack/fact-sheet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ While the OP Stack allows for full customization, chains in the Superchain adher
| Feature | Superchain | OP Stack |
| --------------------------------- | ----------------------------- | --------------------------- |
| **Parent chain** | Ethereum | Any L1, any L2 |
| **Throughput<sup>1</sup>** | 22Mgas/s | 50Mgas/s |
| **Throughput<sup>1</sup>** | 27Mgas/s | 50Mgas/s |
| **Gas limit<sup>2</sup>** | 200M | 200M |
| **Blocktimes<sup>3</sup>** | 250ms | 250ms |
| **Blocktimes<sup>3</sup>** | 200ms | 200ms |
| **Data availability support** | Ethereum | Ethereum, Celestia, EigenDA |
| **Gas token support<sup>4</sup>** | ETH | ETH |
| **Upgrades** | Facilitated via OP Governance | Self-managed |
Expand All @@ -29,4 +29,6 @@ While the OP Stack allows for full customization, chains in the Superchain adher

<sup>3</sup>While protocol blocktimes can be lowered to 1 second, subsecond blocktimes can be achieved using [Rollup Boost and Flashblocks](https://writings.flashbots.net/introducing-rollup-boost).

<sup>4</sup>Although ETH is the gas token, chain operators can achieve the same UX of a custom gas token by using an ERC-20 paymaster.