Skip to content

Commit 31013b2

Browse files
committed
fixed next steps and callout
1 parent c1c805e commit 31013b2

File tree

7 files changed

+12
-24
lines changed

7 files changed

+12
-24
lines changed

pages/app-developers/tools/supersim.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,4 @@ This diagram illustrates how developers interact with Supersim through the CLI,
5858

5959
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
6060
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
61-
* View more [interop tutorials](/stack/interop/tutorials)
62-
* Check out the collection of [Supersim docs](/app-developers/tutorials/supersim) for tutorials and specific use cases.
63-
* Questions about Interop? Check out our collection of [interop guides](/stack/interop) or check out this [Superchain interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes).
64-
* For more info about how Superchain interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html).
61+
* View more [supersim tutorials](/app-developers/tutorials/supersim)

pages/stack/interop/explainer.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,4 @@ This means ETH and ERC-20s can seamlessly and securely move across L2s, and inte
228228
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
229229
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
230230
* Learn [how messages get from one chain to another chain](/stack/interop/message-passing)
231-
* Watch [this video](https://www.youtube.com/watch?v=FKc5RgjtGes), which gives an overview of Superchain interoperability.
232-
* Learn more about the [superchain predeploys](/stack/interop/predeploy) added to the OP Stack to enable interoperability.
233-
* Use [Supersim](/stack/interop/tools/supersim), a multichain dev environment that simulates interop for testing applications against a local version of the Superchain.
231+
* Watch [this video](https://www.youtube.com/watch?v=FKc5RgjtGes), which gives an overview of Superchain interoperability.

pages/stack/interop/message-passing.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,5 @@ sequenceDiagram
107107
## Next steps
108108

109109
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
110-
* Actually [pass messages between blockchains](/stack/interop/tutorials/message-passing).
111-
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
112-
* Practice how to use [Superchain interop message passing](/stack/interop/message-passing)
113-
* Read how [messages get from one blockchain to another (`CrossL2Inbox`)](explainer#how-messages-get-from-one-chain-to-the-other).
114-
* Try [Supersim](tools/supersim) for testing cross-chain messages locally.
115-
* Learn about [manually relaying messages](/stack/interop/tutorials/relay-messages-viem)
110+
* Learn how to [pass messages between blockchains](/stack/interop/tutorials/message-passing).
111+
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain.

pages/stack/interop/op-supervisor.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,5 @@ For a full listing of API names, see the [source code](https://github.com/ethere
7979

8080
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
8181
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
82-
* Practice how to use [Superchain interop message passing](/stack/interop/message-passing)
83-
* Learn about [manually relaying messages](/stack/interop/tutorials/relay-messages-viem)
8482
* Learn [how ETH can move across chains](https://docs.optimism.io/stack/interop/superchain-weth)
85-
* Want to learn more? Read our guide on the anatomy of a [cross-chain message](./explainer#how-messages-get-from-one-chain-to-the-other) or check out this [interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes)
83+
* For more info about how Superchain interoperability works under the hood, check out the specs.

pages/stack/interop/superchain-weth.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ Here is an example of how this works.
141141

142142
## Next steps
143143

144-
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
145-
* Explore [the `SuperchainWETH` specs](https://specs.optimism.io/interop/superchain-weth.html) for in-depth implementation details.
146-
* Read the [interop message passing](/stack/interop/message-passing) page for more information about how `L2ToL2CrossDomainMessenger` passes messages.
147-
* Learn about [SuperchainERC20](/stack/interop/superchain-erc20)
148-
* Practice [transferring ETH across chains using Superchain interop](/stack/interop/tutorials/bridge-crosschain-eth)
144+
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain.
145+
* Learn about [SuperchainERC20](/stack/interop/superchain-erc20).
146+
* Practice [transferring ETH across chains using Superchain interop](/stack/interop/tutorials/bridge-crosschain-eth).

pages/stack/interop/token-compatible.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ content_type: guide
1111
import { Callout } from 'nextra/components'
1212
import { InteropCallout } from '@/components/WipCallout'
1313

14-
<InteropCallout />
14+
<Callout>
15+
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
16+
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
17+
</Callout>
1518

1619
# Superchain interop compatible tokens
1720

pages/stack/interop/tools/devnet.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ To simplify user experience, the Superchain interop devnet has a relayer running
8383

8484
## Next steps
8585

86-
* Review the [Superchain Interop Explainer](/stack/interop/explainer) for answers to common questions about interoperability.
87-
* Read the [Message Passing Explainer](/stack/interop/message-passing) to understand what happens "under the hood".
8886
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
8987
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
9088
* View more [interop tutorials](/stack/interop/tutorials)

0 commit comments

Comments
 (0)