Skip to content

Conversation

@InspektorKek
Copy link

Summary

  • Update sdk_version from 0.44.3 to 0.47.16 (the actual running Cosmos SDK version)
  • Convert api field from plain string to array format (consistent with other chain configs like osmosis)
  • Remove duplicate RPC entry

Problem

The supply page at https://ping.pub/bostrom/supply shows "no data" because the outdated sdk_version: "0.44.3" causes ping.pub to use incorrect API paths. The chain has been running Cosmos SDK v0.47.16 since the v7.0.1 upgrade.

Verification

The LCD endpoint returns supply data correctly:

curl -s https://lcd.bostrom.cybernode.ai/cosmos/bank/v1beta1/supply | jq '.pagination.total'
# "57"

Node info confirms SDK version:

curl -s https://lcd.bostrom.cybernode.ai/cosmos/base/tendermint/v1beta1/node_info | jq '.application_version.cosmos_sdk_version'
# "v0.47.16"

- Update sdk_version from 0.44.3 to 0.47.16 (actual running version)
- Convert api field from string to array format (consistent with other chains)
- Remove duplicate RPC entry

The outdated sdk_version caused ping.pub to use wrong API paths,
resulting in "no data" on the supply page.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@InspektorKek
Copy link
Author

cc @liangping — This is a small config fix. The current sdk_version: 0.44.3 breaks the supply page for Bostrom (shows "no data"). The chain has been on Cosmos SDK v0.47.16 for a while. Would appreciate a quick merge 🙏

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.

1 participant