From 25ddba1fb90492af03c58e1068dd73ddc3dfd125 Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:30:09 +0100 Subject: [PATCH 1/5] Update holocene-changes.mdx --- pages/notices/holocene-changes.mdx | 2 -- 1 file changed, 2 deletions(-) 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`). From 47bdf33841e222b2215b6800bd0f4d4c4980515b Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:30:37 +0100 Subject: [PATCH 2/5] Update pectra-changes.mdx --- pages/notices/pectra-changes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 3fc11e79d5f213111851e717e942c5a6d159746f Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:31:51 +0100 Subject: [PATCH 3/5] Update batcher.mdx --- pages/operators/chain-operators/configuration/batcher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 25916cb9711323aec44e4f743f793f65408a6e41 Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:33:24 +0100 Subject: [PATCH 4/5] Update genesis.mdx --- pages/operators/chain-operators/deploy/genesis.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e9123c376537cc3e31142ad56a064177ef99f89e Mon Sep 17 00:00:00 2001 From: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:36:08 +0100 Subject: [PATCH 5/5] Update op-txproxy.mdx --- pages/operators/chain-operators/tools/op-txproxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.