Skip to content

Commit

Permalink
fix: update rollkit versions in constants.js (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Oct 11, 2024
1 parent 6356e62 commit a647e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const constants = Object.freeze({
nodeVersion: "21.7.2",
yarnVersion: "1.22.19",

rollkitLatestTag: "v0.13.8",
rollkitLatestSha: "6a33192",
rollkitLatestTag: "v0.13.7",
rollkitLatestSha: "8deede4",
rollkitCosmosSDKVersion: "v0.50.6-rollkit-v0.13.3-no-fraud-proofs",
rollkitIgniteAppVersion: "v0.2.1",

Expand Down

0 comments on commit a647e1c

Please sign in to comment.