From e91fe45369ada97088b77347a5c907960020fc62 Mon Sep 17 00:00:00 2001 From: Zach Wong <101775102+mud2monarch@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:27:19 -0400 Subject: [PATCH] Two broken links Was using page, wanted to see non-technical explainer, but link is broken. Believe this corresponds although it's not really an 'explainer' as such, so maybe something else works? --- pages/stack/explainer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/stack/explainer.mdx b/pages/stack/explainer.mdx index 68e8f6330..888807a9d 100644 --- a/pages/stack/explainer.mdx +++ b/pages/stack/explainer.mdx @@ -16,7 +16,7 @@ The next major scalability improvement to the OP Stack after Bedrock is to intro The launch of the Superchain would merge OP Mainnet and other chains into a single unified network of OP Chains (i.e., chains within the Superchain), and mark a major step towards bringing scalable and decentralized compute to the world. The goal of this document is to describe the scalability vision, the Superchain concept, and some changes to the OP Stack required to make this vision a reality. -This is the detailed explanation. [Click here for a less technical introduction](https://app.optimism.io/superchain/). +This is the detailed explanation. [Click here for a less technical introduction](https://www.superchain.eco/). Today, the Superchain is a concept and in-flight project, not a concrete reality. This documentation represents our best current guess as to what the Superchain's components, features, and roadmap will be. Ultimately, its actualization will depend on (and change alongside) contributions from across the entire Optimism Collective. We cannot wait to see where it goes. @@ -154,7 +154,7 @@ The fault proof implementation may initially rely on a trusted set of chain atte The attestation-based fault proof should be designed to prefer safety over liveness. That means that if these chain attestors are malicious they cannot alone break the safety of withdrawals. The worst failure they can cause is preventing withdrawals from being processed until the next upgrade—a liveness failure. -In the future, the attestation proof will be incrementally phased out and replaced with trust-minimized proofs such as the [Cannon proof system](https://github.com/ethereum-optimism/cannon). +In the future, the attestation proof will be incrementally phased out and replaced with trust-minimized proofs such as the [Cannon proof system](https://github.com/ethereum-optimism/optimism/tree/develop/cannon). ### Configurable sequencer per OP Chain