From f852cd53adb4ee9bac6a3dec7775231ef75be6ce Mon Sep 17 00:00:00 2001 From: Zain Bacchus Date: Tue, 26 Nov 2024 16:20:07 -0600 Subject: [PATCH 1/3] Add clarification re L1Admin Explain how chains in interop cluster have same l1admin to mitigate uni-lateral changes --- pages/stack/interop/explainer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index 96a6fb6b9..ff307418b 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -40,7 +40,7 @@ This gives the OP Stack an unopinionated and flexible foundation, so chain opera ## Superchain interop cluster The Superchain builds on top of the interop protocol and implements a single mesh network with complete dependencies. In this model, each blockchain in the Superchain interop cluster would have direct connections to every other blockchain, creating a fully connected mesh network. Compared to a hub and spoke model, this provides the highest level of interoperability, as any blockchain can transact directly with any other. -Each blockchain that is part of the Superchain interop cluster will have the same security model to mitigate the weakest-link scenario and will be managed by Optimism Governance. +Each blockchain that is part of the Superchain interop cluster will have the same security model to mitigate the weakest-link scenario. As outlined in the [Standard Rollup Charter](https://gov.optimism.io/t/season-6-standard-rollup-charter-ratification/8135#p-36758-governing-policies-11), chains in the Superchain interop cluster will have the same `L1ProxyAdmin` and must follow the standard Protocol Upgrade vote procedure to make changes to the Superchain interop cluster, which is the existing path used for governance to exercise changes to the Superchain. ## New predeploys From 6fdc1865f02eb5b9561c5c6106130cf933f9ec60 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 27 Nov 2024 00:19:59 +0100 Subject: [PATCH 2/3] Update pages/stack/interop/explainer.mdx Co-authored-by: Matt Solomon --- pages/stack/interop/explainer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index ff307418b..23760dbf5 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -40,7 +40,7 @@ This gives the OP Stack an unopinionated and flexible foundation, so chain opera ## Superchain interop cluster The Superchain builds on top of the interop protocol and implements a single mesh network with complete dependencies. In this model, each blockchain in the Superchain interop cluster would have direct connections to every other blockchain, creating a fully connected mesh network. Compared to a hub and spoke model, this provides the highest level of interoperability, as any blockchain can transact directly with any other. -Each blockchain that is part of the Superchain interop cluster will have the same security model to mitigate the weakest-link scenario. As outlined in the [Standard Rollup Charter](https://gov.optimism.io/t/season-6-standard-rollup-charter-ratification/8135#p-36758-governing-policies-11), chains in the Superchain interop cluster will have the same `L1ProxyAdmin` and must follow the standard Protocol Upgrade vote procedure to make changes to the Superchain interop cluster, which is the existing path used for governance to exercise changes to the Superchain. +Each blockchain that is part of the Superchain interop cluster will have the same security model to mitigate the weakest-link scenario. As outlined in the [Standard Rollup Charter](https://gov.optimism.io/t/season-6-standard-rollup-charter-ratification/8135#p-36758-governing-policies-11), chains in the Superchain interop cluster will have the same L1 `ProxyAdmin` Owner and must follow the standard Protocol Upgrade vote procedure to make changes to the Superchain interop cluster, which is the existing path used for governance to exercise changes to the Superchain. ## New predeploys From c3e2b8b7d910492678bd5083643aa0528a8e3be0 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Wed, 27 Nov 2024 10:31:59 +0100 Subject: [PATCH 3/3] Update pages/stack/interop/explainer.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- pages/stack/interop/explainer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index 23760dbf5..209027bc3 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -40,7 +40,7 @@ This gives the OP Stack an unopinionated and flexible foundation, so chain opera ## Superchain interop cluster The Superchain builds on top of the interop protocol and implements a single mesh network with complete dependencies. In this model, each blockchain in the Superchain interop cluster would have direct connections to every other blockchain, creating a fully connected mesh network. Compared to a hub and spoke model, this provides the highest level of interoperability, as any blockchain can transact directly with any other. -Each blockchain that is part of the Superchain interop cluster will have the same security model to mitigate the weakest-link scenario. As outlined in the [Standard Rollup Charter](https://gov.optimism.io/t/season-6-standard-rollup-charter-ratification/8135#p-36758-governing-policies-11), chains in the Superchain interop cluster will have the same L1 `ProxyAdmin` Owner and must follow the standard Protocol Upgrade vote procedure to make changes to the Superchain interop cluster, which is the existing path used for governance to exercise changes to the Superchain. +Each blockchain in the Superchain interop cluster shares the same security model to mitigate the weakest-link scenario. As outlined in the [Standard Rollup Charter](https://gov.optimism.io/t/season-6-standard-rollup-charter-ratification/8135#p-36758-governing-policies-11), these chains share the same L1 `ProxyAdmin` Owner. Any changes to the Superchain interop cluster must follow the standard Protocol Upgrade vote procedure—the established governance process for Superchain modifications. ## New predeploys