From 3267512e3f4214f7464308c18e9547af6d5d612e Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:21:03 -0800 Subject: [PATCH 1/2] Provide an interop value-prop in more plain terms --- pages/stack/interop/explainer.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index b52b28800..ba75c0f5d 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -20,6 +20,8 @@ Native OP Stack interoperability provides the ability to read messages and trans * secure transfer of ETH and ERC-20s across L2s * horizontally scalable applications +In a practical sense, this allows users to securely and easily move ETH and tokens from one OP Stack chain to another by leveraging OP goverened blockspace security. + ## Secure message passing Superchain interop includes both the protocol layer message passing and the Superchain ERC20 token specification. From 05ad40964172c762e07a52eee077a57f2f4e91a2 Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:53:49 -0800 Subject: [PATCH 2/2] Typo fix Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- pages/stack/interop/explainer.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index ba75c0f5d..055afaaa8 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -20,8 +20,7 @@ Native OP Stack interoperability provides the ability to read messages and trans * secure transfer of ETH and ERC-20s across L2s * horizontally scalable applications -In a practical sense, this allows users to securely and easily move ETH and tokens from one OP Stack chain to another by leveraging OP goverened blockspace security. - +In a practical sense, this allows users to securely and easily move ETH and tokens from one OP Stack chain to another by leveraging OP governed blockspace security. ## Secure message passing Superchain interop includes both the protocol layer message passing and the Superchain ERC20 token specification.