Skip to content

Commit

Permalink
deploy: 298e745
Browse files Browse the repository at this point in the history
  • Loading branch information
blmalone committed Apr 11, 2024
1 parent 1981813 commit 4faaedd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5228,9 +5228,11 @@ <h1 id="op-stack-configurability"><a class="header" href="#op-stack-configurabil
<h2 id="consensus-parameters"><a class="header" href="#consensus-parameters">Consensus Parameters</a></h2>
<div class="table-wrapper"><table><thead><tr><th>Config Property</th><th>Description</th><th>Administrator</th></tr></thead><tbody>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L176">Batch Inbox address</a></td><td>L1 address where calldata/blobs are posted (see <a href="protocol/../glossary.html#batcher-transaction">Batcher Transaction</a>).</td><td><a href="protocol/configurability.html#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="protocol/./system_config.html#batcherhash-bytes32">Batcher Hash</a></td><td>A versioned hash of the current authorized batcher sender(s).</td><td><a href="protocol/configurability.html#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/superchain-registry/blob/main/superchain/configs/chainids.json">Chain ID</a></td><td>Unique ID of Chain used for TX signature validation.</td><td></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/superchain-registry/pull/44">Challenge Period</a></td><td>Length of time for which an output root can be removed, and for which it is not considered finalized.</td><td><a href="protocol/configurability.html#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L281-L283">Fee margin</a></td><td>Markup on transactions compared to the raw L1 data cost.</td><td><a href="protocol/configurability.html#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="protocol/./system_config.html#scalars">Fee Scalar</a></td><td>Markup on transactions compared to the raw L1 data cost.</td><td><a href="protocol/configurability.html#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="protocol/./system_config.html#gaslimit-uint64">Gas Limit</a></td><td>Gas limit of the L2 blocks is configured through the system config.</td><td><a href="protocol/configurability.html#admin-roles">System Config Owner</a></td></tr>
<tr><td>Genesis state</td><td>Initial state at chain genesis, including code and storage of predeploys (all L2 smart contracts). See <a href="protocol/../glossary.html#l2-genesis-block">Predeploy</a>.</td><td></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/L2OutputOracle.sol#L105">L2 block time</a></td><td>Frequency with which blocks are produced as a result of derivation.</td><td><a href="protocol/configurability.html#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L338-L340">Resource config</a></td><td>Config for the EIP-1559 based curve used for the deposit gas market.</td><td><a href="protocol/configurability.html#admin-roles">System Config Owner</a></td></tr>
Expand Down
4 changes: 3 additions & 1 deletion protocol/configurability.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,11 @@ <h1 id="op-stack-configurability"><a class="header" href="#op-stack-configurabil
<h2 id="consensus-parameters"><a class="header" href="#consensus-parameters">Consensus Parameters</a></h2>
<div class="table-wrapper"><table><thead><tr><th>Config Property</th><th>Description</th><th>Administrator</th></tr></thead><tbody>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L176">Batch Inbox address</a></td><td>L1 address where calldata/blobs are posted (see <a href="../glossary.html#batcher-transaction">Batcher Transaction</a>).</td><td><a href="#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="./system_config.html#batcherhash-bytes32">Batcher Hash</a></td><td>A versioned hash of the current authorized batcher sender(s).</td><td><a href="#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/superchain-registry/blob/main/superchain/configs/chainids.json">Chain ID</a></td><td>Unique ID of Chain used for TX signature validation.</td><td></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/superchain-registry/pull/44">Challenge Period</a></td><td>Length of time for which an output root can be removed, and for which it is not considered finalized.</td><td><a href="#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L281-L283">Fee margin</a></td><td>Markup on transactions compared to the raw L1 data cost.</td><td><a href="#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="./system_config.html#scalars">Fee Scalar</a></td><td>Markup on transactions compared to the raw L1 data cost.</td><td><a href="#admin-roles">System Config Owner</a></td></tr>
<tr><td><a href="./system_config.html#gaslimit-uint64">Gas Limit</a></td><td>Gas limit of the L2 blocks is configured through the system config.</td><td><a href="#admin-roles">System Config Owner</a></td></tr>
<tr><td>Genesis state</td><td>Initial state at chain genesis, including code and storage of predeploys (all L2 smart contracts). See <a href="../glossary.html#l2-genesis-block">Predeploy</a>.</td><td></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/L2OutputOracle.sol#L105">L2 block time</a></td><td>Frequency with which blocks are produced as a result of derivation.</td><td><a href="#admin-roles">L1 Proxy Admin</a></td></tr>
<tr><td><a href="https://github.com/ethereum-optimism/optimism/blob/c927ed9e8af501fd330349607a2b09a876a9a1fb/packages/contracts-bedrock/src/L1/SystemConfig.sol#L338-L340">Resource config</a></td><td>Config for the EIP-1559 based curve used for the deposit gas market.</td><td><a href="#admin-roles">System Config Owner</a></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 4faaedd

Please sign in to comment.