From fc927b1218c583f62cad54fece6eb046cbc05755 Mon Sep 17 00:00:00 2001 From: cpengilly <29023967+cpengilly@users.noreply.github.com> Date: Tue, 11 Feb 2025 08:48:24 -0800 Subject: [PATCH] update callout --- pages/app-developers/starter-kit.mdx | 5 +++++ pages/stack/interop/superchain-erc20.mdx | 7 ++++--- pages/stack/interop/tutorials/deploy-superchain-erc20.mdx | 6 ++++-- pages/stack/interop/tutorials/relay-messages-cast.mdx | 6 ++++-- pages/stack/interop/tutorials/relay-messages-viem.mdx | 6 ++++-- pages/stack/interop/tutorials/transfer-superchainERC20.mdx | 6 ++++-- 6 files changed, 25 insertions(+), 11 deletions(-) diff --git a/pages/app-developers/starter-kit.mdx b/pages/app-developers/starter-kit.mdx index 684f0831d..be9be6ca9 100644 --- a/pages/app-developers/starter-kit.mdx +++ b/pages/app-developers/starter-kit.mdx @@ -8,6 +8,11 @@ import { Callout, Steps } from 'nextra/components' import Image from 'next/image' import { Tabs } from 'nextra/components' + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + + # Deploying a SuperchainERC20 (Starter Kit) The [SuperchainERC20 Starter Kit](https://github.com/ethereum-optimism/superchainerc20-starter) is a development toolkit designed to simplify the creation, deployment, and testing of SuperchainERC20 tokens. It leverages cross-chain interoperability for the deployment of ERC20 tokens that can be used across different blockchains in the Superchain ecosystem. diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index 634cfe7fc..b120859b9 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -6,9 +6,10 @@ description: Learn about the basic details of the SuperchainERC20 implementation import { Callout } from 'nextra/components' -import { InteropCallout } from '@/components/WipCallout' - - + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + # SuperchainERC20 diff --git a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx index 00017fa5f..ac553951a 100644 --- a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx +++ b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx @@ -6,9 +6,11 @@ description: Learn about the basic details of deploying assets on SuperchainERC2 import { Callout } from 'nextra/components' import { Steps } from 'nextra/components' -import { InteropCallout } from '@/components/WipCallout' - + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + # Issuing new assets with SuperchainERC20 diff --git a/pages/stack/interop/tutorials/relay-messages-cast.mdx b/pages/stack/interop/tutorials/relay-messages-cast.mdx index 71da5e455..539fd1a33 100644 --- a/pages/stack/interop/tutorials/relay-messages-cast.mdx +++ b/pages/stack/interop/tutorials/relay-messages-cast.mdx @@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `cast` commands. import { Callout } from 'nextra/components' import { Steps } from 'nextra/components' -import { InteropCallout } from '@/components/WipCallout' - + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + # Relaying interop messages using `cast` diff --git a/pages/stack/interop/tutorials/relay-messages-viem.mdx b/pages/stack/interop/tutorials/relay-messages-viem.mdx index 7ed258661..07913c64e 100644 --- a/pages/stack/interop/tutorials/relay-messages-viem.mdx +++ b/pages/stack/interop/tutorials/relay-messages-viem.mdx @@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `viem`. import { Callout } from 'nextra/components' import { Steps } from 'nextra/components' -import { InteropCallout } from '@/components/WipCallout' - + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + # Relaying interop messages using `viem` diff --git a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx index 53f29596c..f7e574556 100644 --- a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx +++ b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx @@ -5,9 +5,11 @@ description: Learn how to transfer a SuperchainERC20 between chains using L2ToL2 --- import { Callout, Steps } from 'nextra/components' -import { InteropCallout } from '@/components/WipCallout' - + +The SuperchainERC20 standard is ready for production use with active Mainnet deployments. +Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development. + # Transferring a SuperchainERC20