Skip to content

Commit

Permalink
fixed interop broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
krofax committed Dec 9, 2024
1 parent 556ffc1 commit 218c68c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/stack/interop/assets/deploy-superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Note that bridging assets through the Superchain using `SuperchainERC20` never a
## Next steps
* Use the [SuperchainERC20 Starter Kit](https://console.optimism.io/build) to deploy your token across the Superchain
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.
2 changes: 1 addition & 1 deletion pages/stack/interop/assets/superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ For step-by-step information on implementing SuperchainERC20, see [Deploy assets
* 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.
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.
2 changes: 1 addition & 1 deletion pages/stack/interop/assets/superchain-weth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ This predeploy contract facilitates general message passing between different ch
## Next steps

* Explore the [`SuperchainWETH`](https://specs.optimism.io/interop/superchain-weth.html) specs for in-depth implementation details.
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Test edge cases such as maximum balance transfers and interchain latency to ensu

* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
* 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.
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

0 comments on commit 218c68c

Please sign in to comment.