Add top tokens constant and bump SDK version to 2.0.456#96
Open
clementh59 wants to merge 3 commits into
Open
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new top tokens constant file to the SDK and updates the version number to reflect the changes.
Key Changes
src/constants/topTokens.tsfile containing top token definitions (~7010 lines)topTokensconstant from the main index file2.0.320to2.0.456Implementation Details
The new
topTokensconstant 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 existingtokensconstant and is exported alongside other token-related constants.https://claude.ai/code/session_01FayJehXKt76788gxpHGhCp