-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1272 from ethereum-optimism/zainbacchus-patch-3
Create OP Stack comparison matrix
- Loading branch information
Showing
10 changed files
with
89 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: OP Stack Fact Sheet | ||
lang: en-US | ||
description: Get an overview of features associated with an OP Stack chain | ||
--- | ||
|
||
# Overview | ||
|
||
Get an overview of the capabilities associated with an OP Stack chain. | ||
|
||
While the OP Stack allows for full customization, chains in the Superchain adhere to a [standard set of technical and governance parameters](/superchain/blockspace-charter), facilitating Superchain interoperability, network security, and ease of upgrading your chain. | ||
|
||
# Technical stack | ||
|
||
| Feature | Superchain | OP Stack | | ||
| --------------------------------- | ----------------------------- | --------------------------- | | ||
| **Parent chain** | Ethereum | Any L1, any L2 | | ||
| **Throughput<sup>1</sup>** | 22Mgas/s | 50Mgas/s | | ||
| **Gas limit<sup>2</sup>** | 200M | 200M | | ||
| **Blocktimes<sup>3</sup>** | 250ms | 250ms | | ||
| **Data availability support** | Ethereum | Ethereum, Celestia, EigenDA | | ||
| **Gas token support<sup>4</sup>** | ETH | ETH | | ||
| **Upgrades** | Facilitated via OP Governance | Self-managed | | ||
| **EVM compatibility** | Equivalent | Variable | | ||
|
||
<sup>1</sup>Data for Superchain from [Base](https://etherscan.io/address/0x73a79Fab69143498Ed3712e519A88a918e1f4072#readProxyContract#F14). Data for OP Stack from [opBNB](https://docs.bnbchain.org/bnb-opbnb/core-concepts/opbnb-metrics/). | ||
|
||
<sup>2</sup>The standard blockspace charter has a max gas limit of [200m](https://specs.optimism.io/protocol/configurability.html#gas-limit). Both gas limit and gas target can be configured through the system config. | ||
|
||
<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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Tutorials | ||
description: Documentation covering Interop related tutorials. | ||
lang: en-US | ||
--- | ||
|
||
import { Card, Cards } from 'nextra/components' | ||
|
||
# Interop | ||
|
||
Documentation covering Interop related tutorials. | ||
|
||
<Cards> | ||
<Card title="Deploy SuperchainERC20" href="/stack/interop/tutorials/deploy-superchain-erc20" /> | ||
|
||
<Card title="Transfer SuperchainERC20" href="/stack/interop/tutorials/transfer-superchainERC20" /> | ||
|
||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters