Skip to content
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

KB-1230: Update Kima testnet URLs #5815

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

Ben-Kima
Copy link
Contributor

No description provided.

"genesis": {
"genesis_url": "https://archive.kima.network/genesis.json"
}
},
"versions": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

"versions" not longer belongs under "codebase", but instead goes to another file called versions.json.
The "versions" property must be removed from both chain.json files to pass validation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Jeremy, I have quite a few changes including this locally that we will push in the coming days and then look forward to your feedback thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JeremyParish69 the changes should now be ready for your review with the checks all passing ✅

I'm curious as to whether you have any links or docs you can share that better describe the traces section? They would be greatly appreciated 🙏

Copy link
Collaborator

Choose a reason for hiding this comment

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

I left just a couple more suggestions for corrects and then it should be good to go.
Unfortunately I don't have more documentation of traces at the moment. I think I'll need to write some.

@JeremyParish69 JeremyParish69 marked this pull request as draft January 14, 2025 22:27
"genesis": {
"genesis_url": "https://archive.kima.network/genesis.json"
},
"consensus": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

The consensus, language, sdk, and ibc, are better stored in the "versions" file (but here is fine to include, as well).

@@ -43,6 +43,7 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg"
}
],
"coingecko_id": "kima",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please remove the coingecko ID. We don't add them to testnet assets

"genesis_url": "http://data-testnet.kima.finance/genesis.json"
"genesis_url": "http://archive.sardis.kima.network/genesis.json"
},
"consensus": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please copy or move these properties (consensus, lenguage, sdk, ibc) into the version object in the "versions.json" file.

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.

5 participants