diff --git a/pages/notices/holocene-changes.mdx b/pages/notices/holocene-changes.mdx index 6684ed924..bbcb7aa5a 100644 --- a/pages/notices/holocene-changes.mdx +++ b/pages/notices/holocene-changes.mdx @@ -18,8 +18,6 @@ If you experience difficulty at any stage of this process, please reach out to [ The Holocene upgrade for the Soneium Minato (Sepolia) will be activated at **Fri Dec 20 at 09:00:00 UTC** (`1734685200`). - The Holocene upgrade for the Soneium Minato (Sepolia) will be activated at **Fri Dec 20 at 09:00:00 UTC** (`1734685200`). - The Holocene upgrade for the Mainnet Superchain is scheduled for **Thu 9 Jan 2025 18:00:01 UTC**, [governance approval](https://vote.optimism.io/proposals/20127877429053636874064552098716749508236019236440427814457915785398876262515). The Holocene upgrade for the Soneium Mainnet will be activated at **Mon Feb 03 at 09:00:00 UTC** (`1738573200`). diff --git a/pages/notices/pectra-changes.mdx b/pages/notices/pectra-changes.mdx index 54c30f60f..a2dc53041 100644 --- a/pages/notices/pectra-changes.mdx +++ b/pages/notices/pectra-changes.mdx @@ -74,7 +74,7 @@ The following sections are how chain operators can prepare the first part of the ## For fault proof enabled chains - The following instructions assume your chain is on the latest contract release `op-contracts/v1.8.0` and have Holocene activated. + The following instructions assume your chain is on the latest contract release `op-contracts/v1.8.0` and has Holocene activated. The following steps are to update your absolute prestate with new dispute game contracts. **This is absolutely necessary for chains running permissionless fault proofs.** For chains running the Fault Proof System with permissioned games you can skip this section because games will not be played out and the absolute prestate is not used. diff --git a/pages/operators/chain-operators/configuration/batcher.mdx b/pages/operators/chain-operators/configuration/batcher.mdx index e3f0bcf8b..8c3f3758f 100644 --- a/pages/operators/chain-operators/configuration/batcher.mdx +++ b/pages/operators/chain-operators/configuration/batcher.mdx @@ -90,7 +90,7 @@ You can use [this calculator](https://docs.google.com/spreadsheets/d/12VIiXHaVEC ### Set your `--batch-type=1` to use span batches -Span batches reduce the overhead of OP Stack chains, introduced in Delta network upgrade. This is beneficial for sparse and low-throughput OP Stack chains. +Span batches reduce the overhead of OP Stack chains, introduced in the Delta network upgrade. This is beneficial for sparse and low-throughput OP Stack chains. The overhead is reduced by representing a span of consecutive L2 blocks in a more efficient manner, while preserving the same consistency checks as regular batch data. diff --git a/pages/operators/chain-operators/deploy/genesis.mdx b/pages/operators/chain-operators/deploy/genesis.mdx index ddf752265..dc8d8b0ed 100644 --- a/pages/operators/chain-operators/deploy/genesis.mdx +++ b/pages/operators/chain-operators/deploy/genesis.mdx @@ -57,7 +57,7 @@ This command: ### Step 2: Generate your L2 genesis file and rollup file -After your L1 contracts have been deployed, generate the L2 genesis and rollup configuration files by inspecting the deployer's `state.json.` +After your L1 contracts have been deployed, generate the L2 genesis and rollup configuration files by inspecting the deployer's `state.json` ```bash ./bin/op-deployer inspect genesis --workdir .deployer > .deployer/genesis.json diff --git a/pages/operators/chain-operators/tools/op-txproxy.mdx b/pages/operators/chain-operators/tools/op-txproxy.mdx index 83f7c7a97..a678a2694 100644 --- a/pages/operators/chain-operators/tools/op-txproxy.mdx +++ b/pages/operators/chain-operators/tools/op-txproxy.mdx @@ -37,7 +37,7 @@ Even though the op-geth implementation of this endpoint includes rate limits, it * Conditional cost is below the max * Conditional values are valid (i.e min \< max) -* Transaction target are only 4337 Entrypoint contracts +* Transaction targets are only 4337 Entrypoint contracts The motivating factor for this endpoint is to enable permissionless 4337 mempools, hence the restricted usage of this methods to just [Entrypoint](https://github.com/eth-infinitism/account-abstraction/blob/develop/contracts/core/EntryPoint.sol) transactions.