From c26898a34a107b2c2140609a594dfbf1faa2fd3e Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Fri, 28 Feb 2025 15:08:45 +0100 Subject: [PATCH 1/2] Re-add fact sheet --- pages/stack/fact-sheet.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/stack/fact-sheet.mdx b/pages/stack/fact-sheet.mdx index 53fec32ca..fa131fe08 100644 --- a/pages/stack/fact-sheet.mdx +++ b/pages/stack/fact-sheet.mdx @@ -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. + From 2f320192dce9dd71f3295e4445d9e86887158bf0 Mon Sep 17 00:00:00 2001 From: Zain Bacchus Date: Fri, 28 Feb 2025 07:19:57 -0700 Subject: [PATCH 2/2] Update fact-sheet.mdx --- pages/stack/fact-sheet.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/stack/fact-sheet.mdx b/pages/stack/fact-sheet.mdx index fa131fe08..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 |