Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed interop broken link #1166

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
krofax marked this conversation as resolved.
Show resolved Hide resolved
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.
Loading