Skip to content

Commit

Permalink
[GH Action] Update release tags and commit SHAs for mainnet (celestia…
Browse files Browse the repository at this point in the history
…org#1595)

* [automated GH action] update latest release tags & commit sha (mainnet)

* Apply suggestions from code review

---------

Co-authored-by: jcstein <[email protected]>
Co-authored-by: joshcs.eth <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2024
1 parent 72976fe commit 8f9ca4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vitepress/constants/mainnet_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const mainnetVersions = Object.freeze({
"app-latest-tag": "v1.9.0",
"app-latest-sha": "ad18465a88000a5b45ceb63efc7d46efaaa56f2c",
"core-latest-tag": "v1.35.0-tm-v0.34.29",
"core-latest-sha": "f95a434e674610b3a2c5e7d26bd87da69ccaa213",
"node-latest-tag": "v0.13.5",
"node-latest-sha": "081da17462fb4aff9f7cae731ddb8753689f97d5",
"app-latest-tag": "v1.10.1",
"app-latest-sha": "39cc28dd0883b339935daba972069dce168fddae",
"core-latest-tag": "v1.36.1-tm-v0.34.29",
"core-latest-sha": "624c43d4484a785ec855f5fb93ea571c1e728fda",
"node-latest-tag": "v0.13.6",
"node-latest-sha": "e40a10990142b443f62a1e71b7923ab993b91303",
});
export default mainnetVersions;

0 comments on commit 8f9ca4e

Please sign in to comment.