From 021f64ef88533ee4cac20eaee1621c39a3f2d2c7 Mon Sep 17 00:00:00 2001 From: Samuel Stokes Date: Fri, 13 Sep 2024 11:02:59 -0400 Subject: [PATCH 1/2] altda: soften beta warning wording --- pages/builders/chain-operators/features/alt-da-mode.mdx | 3 ++- .../chain-operators/tutorials/integrating-da-layer.mdx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/builders/chain-operators/features/alt-da-mode.mdx b/pages/builders/chain-operators/features/alt-da-mode.mdx index 094fa95bb..d4593a01a 100644 --- a/pages/builders/chain-operators/features/alt-da-mode.mdx +++ b/pages/builders/chain-operators/features/alt-da-mode.mdx @@ -9,7 +9,8 @@ import { Callout, Steps } from 'nextra/components' # How to Run an Alt-DA Mode Chain - The Alt-DA Mode feature is a Beta feature of the MIT licensed OP Stack. While it has received initial review from core contributors, it is still undergoing testing and may have bugs or other issues. + The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by the Optimism Collective’s core contributors, and provide developers with early access to highly requested configurations. + These features may experience stability issues, and we encourage feedback from our early users. This guide provides a walkthrough for chain operators who want to run an Alt-DA Mode chain. See the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode) for a general overview of this OP Stack configuration. diff --git a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx index dfce82288..d18a60731 100644 --- a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx +++ b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx @@ -9,7 +9,8 @@ import { Callout, Steps } from 'nextra/components' # Integrating a New DA Layer with Alt-DA - The Alt-DA Mode feature is a Beta feature of the MIT licensed OP Stack. While it has received initial review from core contributors, it is still undergoing testing and may have bugs or other issues. + The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by the Optimism Collective’s core contributors, and provide developers with early access to highly requested configurations. + These features may experience stability issues, and we encourage feedback from our early users. [Alt-DA Mode](/stack/protocol/features/alt-da-mode) enables seamless integration of any DA Layer, regardless of their commitment type, into the OP Stack. After a DA Server is built for a DA Layer, any chain operator can launch an OP Stack chain using that DA Layer for sustainably low costs. From e39ad0a51918b7568cb2ab80ded75a5c344b84ec Mon Sep 17 00:00:00 2001 From: Samuel Stokes Date: Fri, 13 Sep 2024 11:07:03 -0400 Subject: [PATCH 2/2] altda: fix lint warnings --- pages/builders/chain-operators/features/alt-da-mode.mdx | 2 +- .../builders/chain-operators/tutorials/integrating-da-layer.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/builders/chain-operators/features/alt-da-mode.mdx b/pages/builders/chain-operators/features/alt-da-mode.mdx index d4593a01a..e6f6397c7 100644 --- a/pages/builders/chain-operators/features/alt-da-mode.mdx +++ b/pages/builders/chain-operators/features/alt-da-mode.mdx @@ -9,7 +9,7 @@ import { Callout, Steps } from 'nextra/components' # How to Run an Alt-DA Mode Chain - The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by the Optimism Collective’s core contributors, and provide developers with early access to highly requested configurations. + The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by Optimism Collective core contributors, and provide developers with early access to highly requested configurations. These features may experience stability issues, and we encourage feedback from our early users. diff --git a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx index d18a60731..a1dbc7c99 100644 --- a/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx +++ b/pages/builders/chain-operators/tutorials/integrating-da-layer.mdx @@ -9,7 +9,7 @@ import { Callout, Steps } from 'nextra/components' # Integrating a New DA Layer with Alt-DA - The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by the Optimism Collective’s core contributors, and provide developers with early access to highly requested configurations. + The Alt-DA Mode feature is currently in Beta within the MIT-licensed OP Stack. Beta features are built and reviewed by Optimism Collective core contributors, and provide developers with early access to highly requested configurations. These features may experience stability issues, and we encourage feedback from our early users.