Skip to content

Add top tokens constant and bump SDK version to 2.0.456#96

Open
clementh59 wants to merge 3 commits into
masterfrom
claude/export-top-tokens-9TSVR
Open

Add top tokens constant and bump SDK version to 2.0.456#96
clementh59 wants to merge 3 commits into
masterfrom
claude/export-top-tokens-9TSVR

Conversation

@clementh59
Copy link
Copy Markdown
Contributor

Summary

This PR adds a new top tokens constant file to the SDK and updates the version number to reflect the changes.

Key Changes

  • Added new src/constants/topTokens.ts file containing top token definitions (~7010 lines)
  • Exported the new topTokens constant from the main index file
  • Bumped SDK version from 2.0.320 to 2.0.456

Implementation Details

The new topTokens constant is now available as a public export from the SDK, allowing consumers to access a curated list of top tokens. This follows the same pattern as the existing tokens constant and is exported alongside other token-related constants.

https://claude.ai/code/session_01FayJehXKt76788gxpHGhCp

Export TOP_TOKENS constant containing the top 1000 cryptocurrency tokens
ranked by market capitalization, sourced from CoinGecko. Each token
includes id, symbol, name, image URL, and market cap rank.

https://claude.ai/code/session_01FayJehXKt76788gxpHGhCp
Sync version.ts with package.json version (auto-updated by prebuild).

https://claude.ai/code/session_01FayJehXKt76788gxpHGhCp
Fetch and include the top 2500 cryptocurrency tokens from CoinGecko
ranked by market capitalization, up from the previous 1000.

https://claude.ai/code/session_01FayJehXKt76788gxpHGhCp
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