From ef8e39b4c4e9f29cda506882c6ddb0924e83a627 Mon Sep 17 00:00:00 2001 From: fainashalts Date: Fri, 21 Feb 2025 09:40:10 -0800 Subject: [PATCH 1/2] Add notice re interop cluster --- pages/stack/interop/superchain-erc20.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index 71985809a..9bfae801f 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -11,6 +11,10 @@ The SuperchainERC20 standard is ready for production use with active Mainnet dep Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + +Please Note: SuperchainERC20s can be deployed on any chain, but will only be interoperable within the [Superchain interop cluster](/stack/interop/explainer#superchain-interop-cluster). + + # SuperchainERC20 The [`SuperchainERC20`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/SuperchainERC20.sol) contract implements [ERC-7802](https://ethereum-magicians.org/t/erc-7802-crosschain-token-interface/21508) to enable asset interoperability within the Superchain. From 48e4567e34ca10b0b0c6f1ad4c2c36ee57720ad2 Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:49:34 -0800 Subject: [PATCH 2/2] Update pages/stack/interop/superchain-erc20.mdx --- pages/stack/interop/superchain-erc20.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index 9bfae801f..be63b7c3c 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -12,7 +12,7 @@ Please note that the OP Stack interoperability upgrade, required for crosschain -Please Note: SuperchainERC20s can be deployed on any chain, but will only be interoperable within the [Superchain interop cluster](/stack/interop/explainer#superchain-interop-cluster). +SuperchainERC20s can be deployed on any chain, but will only be interoperable within the [Superchain interop cluster](/stack/interop/explainer#superchain-interop-cluster). # SuperchainERC20