Skip to content

add nBTC to osmosis#1430

Closed
Nostradamus411 wants to merge 1 commit intochainapsis:mainfrom
Nostradamus411:main
Closed

add nBTC to osmosis#1430
Nostradamus411 wants to merge 1 commit intochainapsis:mainfrom
Nostradamus411:main

Conversation

@Nostradamus411
Copy link
Copy Markdown
Contributor

@Nostradamus411 Nostradamus411 commented Mar 23, 2026

Changes

Checklist

  • I have read and followed the contribution guideline.
  • I have run yarn validate <your-config-file> locally, and it passed without any errors.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
keplr-chain-registry Ready Ready Preview, Comment Mar 23, 2026 4:58am

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 59db890b4e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread cosmos/osmosis.json
},
{
"coinDenom": "NBTC",
"coinMinimalDenom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Don't add a new IBC denom to Osmosis currencies

I checked the repo validator and PR workflow: .github/workflows/pull-request-validation.yml:35-40 runs src/index.ts on every changed JSON file, and checkCurrencies in src/validate.ts:283-328 rejects ibc/* entries on Osmosis unless they match one of four hard-coded exceptions. ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F is not one of those exceptions, so this change makes cosmos/osmosis.json fail validation unless the validator is updated in the same commit.

Useful? React with 👍 / 👎.

Comment thread cosmos/osmosis.json
"coinDenom": "NBTC",
"coinMinimalDenom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"coinDecimals": 15,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F.png"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Replace the nBTC icon with a 256×256 PNG

This coinImageUrl references the newly added images/osmosis/ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F.png, whose PNG header reports 751×751. The repo requires 256×256 token icons (README.md:331), and checkImageSize in src/validate.ts:221-227 enforces that for every referenced image, so validation will still fail even if the denom entry itself is accepted.

Useful? React with 👍 / 👎.

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