Skip to content

Commit 6a2eae8

Browse files
authored
chore: add celestia and rollkit compatible versions (#514)
1 parent b3d71c5 commit 6a2eae8

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.vitepress/constants/constants.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ const constants = Object.freeze({
1313
goSequencingLatestTag: "v0.4.1",
1414
centralizedSequencerLatestTag: "v0.4.0",
1515
igniteVersionTag: "v28.5.3",
16+
17+
celestiaNodeArabicaTag: "v0.20.2-arabica",
18+
celestiaNodeArabicaRollkitTag: "v0.14.1",
19+
celestiaNodeMochaTag: "v0.20.2-mocha",
20+
celestiaNodeMochaRollkitTag: "v0.14.1",
21+
celestiaNodeMainnetTag: "v0.17.2",
22+
celestiaNodeMainnetRollkitTag: "v0.13.7",
1623
});
1724
export default constants;

tutorials/da/celestia-da.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,26 @@ Before proceeding, ensure that you have completed the [quick start](/tutorials/q
1313

1414
## 🪶 Running a Celestia light node
1515

16-
Before you can start your rollup node, you need to initiate, sync, and fund a light node on one of Celestia's networks:
16+
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:
17+
18+
::: code-group
19+
20+
```sh-vue [Arabica]
21+
Rollkit Version: {{constants.celestiaNodeArabicaRollkitTag}}
22+
Celestia Node Version: {{constants.celestiaNodeArabicaTag}}
23+
```
24+
25+
```sh-vue [Mocha]
26+
Rollkit Version: {{constants.celestiaNodeMochaRollkitTag}}
27+
Celestia Node Version: {{constants.celestiaNodeMochaTag}}
28+
```
29+
30+
```sh-vue [Mainnet]
31+
Rollkit Version: {{constants.celestiaNodeMainnetRollkitTag}}
32+
Celestia Node Version: {{constants.celestiaNodeMainnetTag}}
33+
```
34+
35+
:::
1736

1837
- [Arabica Devnet](https://docs.celestia.org/nodes/arabica-devnet)
1938
- [Mocha Testnet](https://docs.celestia.org/nodes/mocha-testnet)

0 commit comments

Comments
 (0)