Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e262379

Browse files
committed
updated other versions and cleanup unused constants
1 parent 9c74e6b commit e262379

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.vitepress/constants/constants.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
const constants = Object.freeze({
22
golangVersion: "go1.22.3",
33

4-
nodeVersion: "21.7.2",
5-
yarnVersion: "1.22.19",
6-
74
rollkitLatestTag: "v1.0.0-beta.1",
85
rollkitLatestSha: "cd1970de",
96
rollkitCosmosSDKVersion: "v0.50.6-rollkit-v0.13.3-no-fraud-proofs",
107
rollkitIgniteAppVersion: "rollkit/v0.2.1",
118

12-
localDALatestTag: "v0.3.1",
13-
goSequencingLatestTag: "v0.4.1",
14-
centralizedSequencerLatestTag: "v0.4.0",
9+
localDALatestTag: "v1.0.0-beta.1",
1510
igniteVersionTag: "v28.5.3",
1611

17-
celestiaNodeArabicaTag: "v0.20.2-arabica",
12+
celestiaNodeArabicaTag: "v0.23.4-arabica",
1813
celestiaNodeArabicaRollkitTag: "v1.0.0-beta.1",
19-
celestiaNodeMochaTag: "v0.20.2-mocha",
14+
celestiaNodeMochaTag: "v0.23.4-mocha",
2015
celestiaNodeMochaRollkitTag: "v1.0.0-beta.1",
21-
celestiaNodeMainnetTag: "v0.17.2",
16+
celestiaNodeMainnetTag: "v0.22.3",
2217
celestiaNodeMainnetRollkitTag: "v1.0.0-beta.1",
2318
});
2419
export default constants;

public/install-local-da.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/bash
22

33
echo "Downloading Local-DA source code..."
4-
git clone --depth=1 https://github.com/rollkit/rollkit.git
5-
# TODO : replace with go install once the repo is tagged
4+
git clone --depth=1 --branch $1 https://github.com/rollkit/rollkit.git
65
cd rollkit || { echo "Failed to find the downloaded repository"; exit 1; }
76
make build-da
87
echo "Starting Local DA..."

0 commit comments

Comments
 (0)