From 6a2eae85f21d565e79bb0aa514fdb9ebacaca68e Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:33:33 -0500 Subject: [PATCH] chore: add celestia and rollkit compatible versions (#514) --- .vitepress/constants/constants.js | 7 +++++++ tutorials/da/celestia-da.md | 21 ++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.vitepress/constants/constants.js b/.vitepress/constants/constants.js index 9741cf5c5..c4847ff46 100644 --- a/.vitepress/constants/constants.js +++ b/.vitepress/constants/constants.js @@ -13,5 +13,12 @@ const constants = Object.freeze({ goSequencingLatestTag: "v0.4.1", centralizedSequencerLatestTag: "v0.4.0", igniteVersionTag: "v28.5.3", + + celestiaNodeArabicaTag: "v0.20.2-arabica", + celestiaNodeArabicaRollkitTag: "v0.14.1", + celestiaNodeMochaTag: "v0.20.2-mocha", + celestiaNodeMochaRollkitTag: "v0.14.1", + celestiaNodeMainnetTag: "v0.17.2", + celestiaNodeMainnetRollkitTag: "v0.13.7", }); export default constants; diff --git a/tutorials/da/celestia-da.md b/tutorials/da/celestia-da.md index 3a5a7f063..96f27f992 100644 --- a/tutorials/da/celestia-da.md +++ b/tutorials/da/celestia-da.md @@ -13,7 +13,26 @@ Before proceeding, ensure that you have completed the [quick start](/tutorials/q ## 🪶 Running a Celestia light node -Before you can start your rollup node, you need to initiate, sync, and fund a light node on one of Celestia's networks: +Before you can start your rollup node, you need to initiate, sync, and fund a light node on one of Celestia's networks on a compatible version: + +::: code-group + +```sh-vue [Arabica] +Rollkit Version: {{constants.celestiaNodeArabicaRollkitTag}} +Celestia Node Version: {{constants.celestiaNodeArabicaTag}} +``` + +```sh-vue [Mocha] +Rollkit Version: {{constants.celestiaNodeMochaRollkitTag}} +Celestia Node Version: {{constants.celestiaNodeMochaTag}} +``` + +```sh-vue [Mainnet] +Rollkit Version: {{constants.celestiaNodeMainnetRollkitTag}} +Celestia Node Version: {{constants.celestiaNodeMainnetTag}} +``` + +::: - [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet) - [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet)