Skip to content

Commit

Permalink
chore: add celestia and rollkit compatible versions (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Nov 19, 2024
1 parent b3d71c5 commit 6a2eae8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
21 changes: 20 additions & 1 deletion tutorials/da/celestia-da.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a2eae8

Please sign in to comment.