From 40476383d48b8eb0c19725b54bec856909a29b17 Mon Sep 17 00:00:00 2001
From: cpengilly <29023967+cpengilly@users.noreply.github.com>
Date: Thu, 27 Jun 2024 13:56:55 -0700
Subject: [PATCH 1/2] Update alt-da-mode.mdx
---
.../chain-operators/features/alt-da-mode.mdx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pages/builders/chain-operators/features/alt-da-mode.mdx b/pages/builders/chain-operators/features/alt-da-mode.mdx
index 50d34c2ac..eef7291f9 100644
--- a/pages/builders/chain-operators/features/alt-da-mode.mdx
+++ b/pages/builders/chain-operators/features/alt-da-mode.mdx
@@ -15,6 +15,10 @@ import { Callout, Steps } from 'nextra/components'
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.
An Alt-DA Mode OP Stack chain enables a chain operator to post and read data to any alternative data availability layer that has built a functioning OP Stack DA Server.
+
+ This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below.
+
+
## Prerequisite
You should use at least the following compatible op\* versions when running your chain.
@@ -104,6 +108,14 @@ For deploying your contracts, use the latest release.
* Run a DA server as laid out in [Step 1](#setup-your-da-server)
* Provide the same `--altda.enabled=true, --altda.da-server...` on `op-node` as listed in [Step 2](#configure-your-op-node)
+## Inclusion Criteria
+
+Alt DA teams who want to be featured on this page must meet the following criteria:
+
+* Live [DA Server](/builders/chain-operators/tutorials/integrating-da-layer), maintained in your repo
+* Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
+* Battle tested integration, confirmed by one or more Partner RaaS Providers
+
## Next Steps
* Additional questions? See the FAQ section in the [Alt-DA Mode Explainer](/stack/protocol/features/alt-da-mode#faqs).
From 3a105efb79fe9f898dc7bdb8c54a0696049def07 Mon Sep 17 00:00:00 2001
From: cpengilly <29023967+cpengilly@users.noreply.github.com>
Date: Fri, 28 Jun 2024 09:23:22 -0700
Subject: [PATCH 2/2] kev updates
---
pages/builders/chain-operators/features/alt-da-mode.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/builders/chain-operators/features/alt-da-mode.mdx b/pages/builders/chain-operators/features/alt-da-mode.mdx
index eef7291f9..e1e933699 100644
--- a/pages/builders/chain-operators/features/alt-da-mode.mdx
+++ b/pages/builders/chain-operators/features/alt-da-mode.mdx
@@ -38,7 +38,7 @@ For deploying your contracts, use the latest release.
### Setup Your DA Server
- DA Servers are not built or maintained by Optimism Collective Core Contributors. They are often maintained by the team that built the DA Layer that the DA Server enables access to. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
+ DA Servers are not built or maintained by Optimism Collective Core Contributors. DA servers are maintained by third parties and run at your own risk. Please reach out to the team who built the DA Server you are trying to run with any questions or issues.
* Celestia's docs on how to run the [Celestia DA server](https://github.com/celestiaorg/op-plasma-celestia/blob/main/README.md)
@@ -112,9 +112,9 @@ For deploying your contracts, use the latest release.
Alt DA teams who want to be featured on this page must meet the following criteria:
-* Live [DA Server](/builders/chain-operators/tutorials/integrating-da-layer), maintained in your repo
+* Functional [DA Server](https://specs.optimism.io/experimental/alt-da.html#da-server), maintained in your own repo
* Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
-* Battle tested integration, confirmed by one or more Partner RaaS Providers
+* Functioning OP Stack devnet using your DA server with linked configuration, contract addresses, and RPC address
## Next Steps