From 6766de4c75549145dead3c1c75ba27ba119e4cd7 Mon Sep 17 00:00:00 2001
From: Danil <37103154+Danyylka@users.noreply.github.com>
Date: Tue, 4 Mar 2025 23:24:59 +0100
Subject: [PATCH 1/2] Update tutorials.mdx
---
pages/stack/interop/tutorials.mdx | 2 --
1 file changed, 2 deletions(-)
diff --git a/pages/stack/interop/tutorials.mdx b/pages/stack/interop/tutorials.mdx
index ebf3c52bf..526df9ff5 100644
--- a/pages/stack/interop/tutorials.mdx
+++ b/pages/stack/interop/tutorials.mdx
@@ -29,8 +29,6 @@ Documentation covering Interop related tutorials.
} />
- } />
-
} />
From ac25016839fadd6865a253ff8504abb9e9da0de8 Mon Sep 17 00:00:00 2001
From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com>
Date: Wed, 5 Mar 2025 08:46:18 -0800
Subject: [PATCH 2/2] empty PR
---
pages/operators/node-operators/architecture.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/operators/node-operators/architecture.mdx b/pages/operators/node-operators/architecture.mdx
index d7de1dc35..5cf5d7b69 100644
--- a/pages/operators/node-operators/architecture.mdx
+++ b/pages/operators/node-operators/architecture.mdx
@@ -6,7 +6,7 @@ description: Learn about node architecture.
# Node architecture
-This page reviews node architecture for all nodes running on the Superchain network. All OP Mainnet nodes are composed of two core software services, the Rollup Node and the Execution Client.
+This page reviews node architecture for all nodes running on the Superchain network. All OP Mainnet nodes are composed of two core software services, the Rollup Node and the Execution Client.
OP Mainnet also optionally supports a third component, Legacy Geth, that can serve stateful queries for blocks and transactions created before the [Bedrock Upgrade](https://web.archive.org/web/20230608050602/https://blog.oplabs.co/introducing-optimism-bedrock/).
## Node flow diagram