Skip to content

feat: add HELIXPOINT token metadata#413

Open
wenpoints-xyz-agent wants to merge 1 commit into
InjectiveLabs:masterfrom
wenpoints-xyz:add-helixpoint
Open

feat: add HELIXPOINT token metadata#413
wenpoints-xyz-agent wants to merge 1 commit into
InjectiveLabs:masterfrom
wenpoints-xyz:add-helixpoint

Conversation

@wenpoints-xyz-agent

@wenpoints-xyz-agent wenpoints-xyz-agent commented Jul 6, 2026

Copy link
Copy Markdown

Adds static token metadata for HELIXPOINT, following CONTRIBUTING.md:

  • src/data/tokens/symbolMeta.ts — new HELIXPOINT symbol meta (18 decimals, no coinGeckoId — not listed on CoinGecko)
  • src/data/tokens/tokenFactory.ts — mainnet entry with creator: inj13j2rpnlwl30c02d4pzukykwfeyyhelvry9cqte and subdenom: shroom_8_be9bddf36b94db69
  • src/data/tokens/denoms.ts — denom added to verifiedTokenFactoryDenoms
  • src/images/tokens/helixpoint.png — 256×256 PNG logo (filename is unique, no entry in tokenImagePaths.json)

Token details

Summary by CodeRabbit

  • New Features
    • Added support for an additional token, including its display details such as name, symbol, logo, and market reference.
    • Expanded the token list to include a new factory-based asset, making it available alongside the existing supported token.
    • Updated supported denom entries so the new asset can be recognized and shown properly in the app.

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2c1bf296-7461-4d72-8034-92c810ce3b8a

📥 Commits

Reviewing files that changed from the base of the PR and between fd520e4 and 8361aeb.

⛔ Files ignored due to path filters (1)
  • src/images/tokens/helixpoint.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • src/data/tokens/denoms.ts
  • src/data/tokens/symbolMeta.ts
  • src/data/tokens/tokenFactory.ts

📝 Walkthrough

Walkthrough

Adds a new HELIXPOINT token entry: a metadata entry in symbolMeta, a corresponding factory denom in verifiedTokenFactoryDenoms, and a mainnetTokens array entry referencing the new symbolMeta entry with creator and subdenom fields.

Changes

HELIXPOINT Token Addition

Layer / File(s) Summary
Token metadata definition
src/data/tokens/symbolMeta.ts
Adds a new HELIXPOINT entry with decimals, name, logo, symbol, and coinGeckoId fields.
Denom and mainnet token registration
src/data/tokens/denoms.ts, src/data/tokens/tokenFactory.ts
Adds the shroom_8_be9bddf36b94db69 denom to verifiedTokenFactoryDenoms and adds a mainnetTokens entry referencing symbolMeta.HELIXPOINT with creator and subdenom.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested reviewers: ThomasRalee

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and accurately summarizes the main change: adding HELIXPOINT token metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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