From d8ac779a9ac3a4da8a47ec2335447f15d2e058b5 Mon Sep 17 00:00:00 2001 From: Zain Bacchus Date: Mon, 6 Jan 2025 10:33:53 -0600 Subject: [PATCH] Update next steps for SuperchainERC20 explainer Update next steps and add link to video walk through --- pages/stack/interop/assets/superchain-erc20.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/stack/interop/assets/superchain-erc20.mdx b/pages/stack/interop/assets/superchain-erc20.mdx index 7d5077e45..3481ce841 100644 --- a/pages/stack/interop/assets/superchain-erc20.mdx +++ b/pages/stack/interop/assets/superchain-erc20.mdx @@ -88,8 +88,7 @@ For step-by-step information on implementing SuperchainERC20, see [Deploy assets ## Next steps - +* Watch the [ERC20 to SuperchainERC20 video walkthrough](https://www.youtube.com/watch?v=Gb8glkyBdBA) to learn how to modify an existing ERC20 contract to make it interoperable within the Superchain. * Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details. -* Check out the [Superchain ERC20 starter kit](https://github.com/ethereum-optimism/superchainerc20-starter) to get started with implementation. -* Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts. -* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability. +* Check out the [SuperchainERC20 starter kit](https://github.com/ethereum-optimism/superchainerc20-starter) to get started with implementation. +* Review the [Deploy SuperchainERC20 tutorial](../assets/deploy-superchain-erc20) to learn how to deploy a SuperchainERC20.