Skip to content

Commit 3ebdbed

Browse files
authored
Merge pull request #1348 from ethereum-optimism/superchainerc20-callout
update callout
2 parents 6cbe69b + fc927b1 commit 3ebdbed

File tree

6 files changed

+25
-11
lines changed

6 files changed

+25
-11
lines changed

pages/app-developers/starter-kit.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import { Callout, Steps } from 'nextra/components'
88
import Image from 'next/image'
99
import { Tabs } from 'nextra/components'
1010

11+
<Callout>
12+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
13+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
14+
</Callout>
15+
1116
# Deploying a SuperchainERC20 (Starter Kit)
1217

1318
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.

pages/stack/interop/superchain-erc20.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ description: Learn about the basic details of the SuperchainERC20 implementation
66

77
import { Callout } from 'nextra/components'
88

9-
import { InteropCallout } from '@/components/WipCallout'
10-
11-
<InteropCallout />
9+
<Callout>
10+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
11+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
12+
</Callout>
1213

1314
# SuperchainERC20
1415

pages/stack/interop/tutorials/deploy-superchain-erc20.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ description: Learn about the basic details of deploying assets on SuperchainERC2
66

77
import { Callout } from 'nextra/components'
88
import { Steps } from 'nextra/components'
9-
import { InteropCallout } from '@/components/WipCallout'
109

11-
<InteropCallout />
10+
<Callout>
11+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
12+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
13+
</Callout>
1214

1315
# Issuing new assets with SuperchainERC20
1416

pages/stack/interop/tutorials/relay-messages-cast.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `cast` commands.
66

77
import { Callout } from 'nextra/components'
88
import { Steps } from 'nextra/components'
9-
import { InteropCallout } from '@/components/WipCallout'
109

11-
<InteropCallout />
10+
<Callout>
11+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
12+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
13+
</Callout>
1214

1315
# Relaying interop messages using `cast`
1416

pages/stack/interop/tutorials/relay-messages-viem.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `viem`.
66

77
import { Callout } from 'nextra/components'
88
import { Steps } from 'nextra/components'
9-
import { InteropCallout } from '@/components/WipCallout'
109

11-
<InteropCallout />
10+
<Callout>
11+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
12+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
13+
</Callout>
1214

1315
# Relaying interop messages using `viem`
1416

pages/stack/interop/tutorials/transfer-superchainERC20.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ description: Learn how to transfer a SuperchainERC20 between chains using L2ToL2
55
---
66

77
import { Callout, Steps } from 'nextra/components'
8-
import { InteropCallout } from '@/components/WipCallout'
98

10-
<InteropCallout />
9+
<Callout>
10+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
11+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
12+
</Callout>
1113

1214
# Transferring a SuperchainERC20
1315

0 commit comments

Comments
 (0)