From b70ca87198a68a59275c9315cc8148c5ee1335e2 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Tue, 23 Jan 2024 11:57:56 -0500 Subject: [PATCH] Update stack.md (#309) --- learn/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/stack.md b/learn/stack.md index f90b1a522..9776d26b1 100644 --- a/learn/stack.md +++ b/learn/stack.md @@ -52,7 +52,7 @@ It's using the [Celestia Node API](https://node-rpc-docs.celestia.org) via the [`rollkit/celestia-da`](https://github.com/rollkit/celestia-da) package. To deploy a Rollkit rollup on Celestia you also have to [run a Celestia light node](https://docs.celestia.org/developers/node-tutorial/). -Use of other data availability (DA) layers is also supported by Rollkit, and research integrations for Bitcoin, Mock, gRPC are works in progress. +Use of other data availability (DA) layers is also supported by Rollkit, and research integrations for Bitcoin, Mock, gRPC are works in progress. New DA layer integrations can be added by using the [go-da](https://github.com/rollkit/go-da) interface. ## Node components