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