From 691d0be0a97d7634b30b7b3efecafcbed401abf3 Mon Sep 17 00:00:00 2001 From: Zain Bacchus Date: Thu, 26 Sep 2024 14:32:37 -0500 Subject: [PATCH] Update cross-chain-message.mdx Nit: Change 'native interop' to 'Superchain interop' --- pages/stack/protocol/interop/cross-chain-message.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/stack/protocol/interop/cross-chain-message.mdx b/pages/stack/protocol/interop/cross-chain-message.mdx index 933f2391..615d852a 100644 --- a/pages/stack/protocol/interop/cross-chain-message.mdx +++ b/pages/stack/protocol/interop/cross-chain-message.mdx @@ -13,7 +13,7 @@ A cross-chain message applies to any message sent across a chain. This applies t ## How It Works -To send a cross-chain message on the Superchain using [native OP Stack interoperability](explainer), these two aspects must be in place: +To send a cross-chain message on the Superchain using [Superchain interoperability](explainer), these two aspects must be in place: 1. Each interoperable chain runs a verifying node for each chain in the interoperable set. 2. Each cross-chain message has an **initiating transaction** on the source chain and a **finalizing transaction** on the destination chain. @@ -31,6 +31,6 @@ In the example above, `Ox123` sends 1 OP from OP Mainnet to Base, but this appli ## Next Steps -* More questions? Check out the FAQ section in the [OP Stack's Native Interop Explainer](explainer#faqs) or check out this [interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes). -* Ready to get started? Use [SuperSim](https://github.com/ethereum-optimism/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain. -* For more info about how OP Stack interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html). +* More questions? Check out the FAQ section in the [Superchain Interop Explainer](explainer#faqs) or check out this [Superchain interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes). +* Ready to get started? Use [SuperSim](https://github.com/ethereum-optimism/supersim), a local dev environment that simulates Superchain interop for testing applications against a local version of the Superchain. +* For more info about how Superchain interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html).