Skip to content

Update Paloma chain.json and versions.json Files #6367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taariq
Copy link

@taariq taariq commented Jun 19, 2025

Update Paloma chain.json and versions.json Files to current Paloma releases, cosmos-SDK, IBC, and binaries.

@@ -3,25 +3,25 @@
"chain_name": "paloma",
"versions": [
{
"name": "v1.15.4",
"recommended_version": "v1.15.4",
"name": "v2.4.12",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of writing over v1.15.4, please add a new version object after v1.15.4

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @JeremyParish69. What is the format to submit a new version object? I tried looking at other submissions, but was not sure.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the versions.json file, there is an array property (called "versions"). Inside that array is an object (was named "v1.15.4). Just copy and past that object below it (so there's two objects now in the 'versions' array). Then update the second object to the details for v2.4.12 (but leave the first object as v1.15.4).

@JeremyParish69 JeremyParish69 marked this pull request as draft June 20, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants