From b282b0bcc6cebbb66c1c39489726c0e2c6454745 Mon Sep 17 00:00:00 2001 From: soyboy Date: Thu, 20 Nov 2025 21:07:17 -0500 Subject: [PATCH 1/2] clean up --- .../guides/configuration/getting-started.mdx | 6 +++--- .../guides/configuration/rollup.mdx | 9 +++----- .../guides/{management => features}/blobs.mdx | 7 ++----- .../{management => features}/snap-sync.mdx | 0 .../guides/management/key-management.mdx | 4 ---- .../guides/management/troubleshooting.mdx | 3 --- chain-operators/tools/explorer.mdx | 8 ++----- chain-operators/tools/fee-calculator.mdx | 17 --------------- chain-operators/tools/op-conductor.mdx | 2 +- chain-operators/tools/op-deployer.mdx | 2 +- chain-operators/tools/op-txproxy.mdx | 2 +- chain-operators/tools/op-validator.mdx | 2 +- docs.json | 21 ++++++++++++++----- 13 files changed, 30 insertions(+), 53 deletions(-) rename chain-operators/guides/{management => features}/blobs.mdx (98%) rename chain-operators/guides/{management => features}/snap-sync.mdx (100%) delete mode 100644 chain-operators/tools/fee-calculator.mdx diff --git a/chain-operators/guides/configuration/getting-started.mdx b/chain-operators/guides/configuration/getting-started.mdx index 30f2141f2..7522d44b0 100644 --- a/chain-operators/guides/configuration/getting-started.mdx +++ b/chain-operators/guides/configuration/getting-started.mdx @@ -3,9 +3,9 @@ title: Chain Operator Configurations description: Learn how to configure an OP Stack chain. --- -OP Stack chains can be configured for the Chain Operator's needs. Each -component of the stack has its own considerations. See the following for -documentation for details on configuring each piece. +OP Stack chains can be configured for the Chain Operator's needs. +Each component of the stack has its own considerations. +See the following for documentation for details on configuring each piece. diff --git a/chain-operators/guides/configuration/rollup.mdx b/chain-operators/guides/configuration/rollup.mdx index c4644b930..9f2d2d70d 100644 --- a/chain-operators/guides/configuration/rollup.mdx +++ b/chain-operators/guides/configuration/rollup.mdx @@ -3,12 +3,9 @@ title: Rollup deployment configuration description: Learn about the OP Stack rollup deployment configurations. --- -New OP Stack blockchains are currently configured with a deployment -configuration JSON file inside that is passed into the smart contract -[deployment script](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/scripts/deploy/Deploy.s.sol). -You can see example deployment configuration files in the -[deploy-config directory](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock/deploy-config). -This document highlights the deployment configurations and their values. + + This documentation is out of date. + The Rollup configuration is an active work in progress and will likely evolve diff --git a/chain-operators/guides/management/blobs.mdx b/chain-operators/guides/features/blobs.mdx similarity index 98% rename from chain-operators/guides/management/blobs.mdx rename to chain-operators/guides/features/blobs.mdx index a5e38ff2b..abba2e6e7 100644 --- a/chain-operators/guides/management/blobs.mdx +++ b/chain-operators/guides/features/blobs.mdx @@ -3,11 +3,8 @@ title: Using Blobs description: Learn how to switch to using blobs for your chain. --- -This guide walks you through how to switch to using blobs for your chain after Ecotone is activated. - - - This guide is intended for chains already upgraded to Ecotone. - +This guide walks you through how to switch to using blobs for your chain. +This feature was introduced in with the Ecotone network upgrade. ## Switch to using blobs diff --git a/chain-operators/guides/management/snap-sync.mdx b/chain-operators/guides/features/snap-sync.mdx similarity index 100% rename from chain-operators/guides/management/snap-sync.mdx rename to chain-operators/guides/features/snap-sync.mdx diff --git a/chain-operators/guides/management/key-management.mdx b/chain-operators/guides/management/key-management.mdx index 172d43214..7160cdfd1 100644 --- a/chain-operators/guides/management/key-management.mdx +++ b/chain-operators/guides/management/key-management.mdx @@ -3,10 +3,6 @@ title: Key management description: A guide for chain operators on managing private keys on their chain, covering hot and cold wallets, and the use of an HSM. --- - - -# Managing your keys - This guide informs chain operators on important key management considerations. There are certain [privileged roles](/op-stack/protocol/privileged-roles) that need careful consideration. The privileged roles are categorized as hot wallets diff --git a/chain-operators/guides/management/troubleshooting.mdx b/chain-operators/guides/management/troubleshooting.mdx index 10036f0da..d4a9e02b1 100644 --- a/chain-operators/guides/management/troubleshooting.mdx +++ b/chain-operators/guides/management/troubleshooting.mdx @@ -3,9 +3,6 @@ title: Troubleshooting chain operations description: Learn solutions to common problems when troubleshooting chain operations. --- - -# Troubleshooting: chain operations - This page lists common troubleshooting scenarios and solutions for chain operators. ## EvmError in contract deployment diff --git a/chain-operators/tools/explorer.mdx b/chain-operators/tools/explorer.mdx index 6e919aad0..be67b86f4 100644 --- a/chain-operators/tools/explorer.mdx +++ b/chain-operators/tools/explorer.mdx @@ -1,12 +1,8 @@ --- -title: Block explorer -description: Learn how to deploy a Blockscout block explorer for your OP Stack chain. +title: Blockscout block explorer +description: Blockscout an open source block explorer for the OP Stack. --- - - -# Deploying a block explorer - [Blockscout](https://www.blockscout.com/) is an open source block explorer that supports OP Stack chains. Keep reading for a quick overview on how to deploy Blockscout for your OP Stack chain. diff --git a/chain-operators/tools/fee-calculator.mdx b/chain-operators/tools/fee-calculator.mdx deleted file mode 100644 index c8d383afa..000000000 --- a/chain-operators/tools/fee-calculator.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Fjord fee parameter calculator -description: Use the Fjord Fee Parameter Calculator to estimate and calculate fees for transactions. ---- - -The Fjord Fee Parameter Calculator helps you estimate transaction fees. Use this tool to: - -* Calculate potential fees for different transaction types. -* Understand how network parameters affect fee calculations. - -## How to use the calculator - -1. Input the relevant parameters in the form below. -2. The calculator will automatically update the fee estimates based on your inputs. -3. Adjust the parameters as needed to see how they affect the fee calculations. - -Use the fee parameter calculator to estimate transaction costs. diff --git a/chain-operators/tools/op-conductor.mdx b/chain-operators/tools/op-conductor.mdx index 80eb8285e..796aa9b7a 100644 --- a/chain-operators/tools/op-conductor.mdx +++ b/chain-operators/tools/op-conductor.mdx @@ -1,5 +1,5 @@ --- -title: Conductor +title: OP Conductor description: Learn what the op-conductor is and how to use it to create a highly available and reliable sequencer. --- diff --git a/chain-operators/tools/op-deployer.mdx b/chain-operators/tools/op-deployer.mdx index a821938e5..04820b78b 100644 --- a/chain-operators/tools/op-deployer.mdx +++ b/chain-operators/tools/op-deployer.mdx @@ -1,5 +1,5 @@ --- -title: Deployer +title: OP Deployer description: Learn how op-deployer can simplify deploying a standard OP Stack Chain. --- diff --git a/chain-operators/tools/op-txproxy.mdx b/chain-operators/tools/op-txproxy.mdx index 60ff02ba7..a51c43655 100644 --- a/chain-operators/tools/op-txproxy.mdx +++ b/chain-operators/tools/op-txproxy.mdx @@ -1,5 +1,5 @@ --- -title: op-txproxy +title: OP Txproxy description: A passthrough proxy service that can apply additional constraints on transactions prior to reaching the sequencer. --- diff --git a/chain-operators/tools/op-validator.mdx b/chain-operators/tools/op-validator.mdx index 773177072..5deb0f7a2 100644 --- a/chain-operators/tools/op-validator.mdx +++ b/chain-operators/tools/op-validator.mdx @@ -1,5 +1,5 @@ --- -title: op-validator +title: OP Validator description: Learn how to use op-validator to validate chain configurations and deployments. --- diff --git a/docs.json b/docs.json index bf2e33c33..1eda81a93 100644 --- a/docs.json +++ b/docs.json @@ -1031,7 +1031,7 @@ }, { "source": "/operators/chain-operators/management/snap-sync", - "destination": "/chain-operators/guides/management/snap-sync" + "destination": "/chain-operators/guides/features/snap-sync" }, { "source": "/operators/chain-operators/management/troubleshooting", @@ -1696,6 +1696,18 @@ { "source": "/chain-operators/reference/privileged-roles", "destination": "/op-stack/protocol/privileged-roles" + }, + { + "source": "chain-operators/guides/management/blobs", + "destination": "chain-operators/guides/features/blobs" + }, + { + "source": "chain-operators/guides/management/snap-sync", + "destination": "chain-operators/guides/features/snap-sync" + }, + { + "source": "/chain-operators/tools/fee-calculator", + "destination": "/op-stack/transactions/fees" } ], "navigation": { @@ -1740,17 +1752,17 @@ "chain-operators/guides/features/setting-min-base-fee", "chain-operators/guides/features/setting-da-footprint", "chain-operators/guides/features/flashblocks-guide", - "chain-operators/guides/features/alt-da-mode-guide" + "chain-operators/guides/features/alt-da-mode-guide", + "chain-operators/guides/features/blobs", + "chain-operators/guides/features/snap-sync" ] }, { "group": "Management", "pages": [ "chain-operators/guides/management/best-practices", - "chain-operators/guides/management/blobs", "chain-operators/guides/management/key-management", "chain-operators/guides/management/operations", - "chain-operators/guides/management/snap-sync", "chain-operators/guides/management/troubleshooting" ] } @@ -1793,7 +1805,6 @@ "pages": [ "chain-operators/tools/chain-monitoring", "chain-operators/tools/explorer", - "chain-operators/tools/fee-calculator", "chain-operators/tools/op-challenger", "chain-operators/tools/op-conductor", "chain-operators/tools/op-deployer", From e018b8a501723c674fb4ac1203f561aa0a633965 Mon Sep 17 00:00:00 2001 From: soyboy Date: Thu, 20 Nov 2025 21:11:24 -0500 Subject: [PATCH 2/2] moving challenger config guide --- .../configuration/op-challenger-config-guide.mdx} | 0 docs.json | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) rename chain-operators/{tools/op-challenger.mdx => guides/configuration/op-challenger-config-guide.mdx} (100%) diff --git a/chain-operators/tools/op-challenger.mdx b/chain-operators/guides/configuration/op-challenger-config-guide.mdx similarity index 100% rename from chain-operators/tools/op-challenger.mdx rename to chain-operators/guides/configuration/op-challenger-config-guide.mdx diff --git a/docs.json b/docs.json index 1eda81a93..95d9d7c2b 100644 --- a/docs.json +++ b/docs.json @@ -1708,6 +1708,10 @@ { "source": "/chain-operators/tools/fee-calculator", "destination": "/op-stack/transactions/fees" + }, + { + "source": "/chain-operators/tools/op-challenger", + "destination": "chain-operators/guides/configuration/op-challenger-config-guide" } ], "navigation": { @@ -1731,7 +1735,8 @@ "chain-operators/guides/configuration/getting-started", "chain-operators/guides/configuration/batcher", "chain-operators/guides/configuration/proposer", - "chain-operators/guides/configuration/rollup" + "chain-operators/guides/configuration/rollup", + "chain-operators/guides/configuration/op-challenger-config-guide" ] }, {