diff --git a/pages/stack/fact-sheet.mdx b/pages/stack/fact-sheet.mdx index 53fec32ca..3f3e59026 100644 --- a/pages/stack/fact-sheet.mdx +++ b/pages/stack/fact-sheet.mdx @@ -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 | -| **Throughput1** | 22Mgas/s | 50Mgas/s | +| **Throughput1** | 27Mgas/s | 50Mgas/s | | **Gas limit2** | 200M | 200M | -| **Blocktimes3** | 250ms | 250ms | +| **Blocktimes3** | 200ms | 200ms | | **Data availability support** | Ethereum | Ethereum, Celestia, EigenDA | | **Gas token support4** | ETH | ETH | | **Upgrades** | Facilitated via OP Governance | Self-managed | @@ -29,4 +29,6 @@ While the OP Stack allows for full customization, chains in the Superchain adher 3While 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). +4Although ETH is the gas token, chain operators can achieve the same UX of a custom gas token by using an ERC-20 paymaster. +