This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into validate-blob
- Loading branch information
Showing
7 changed files
with
623 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Display tags for your protocol's tokens | ||
|
||
We can ingest your list of tokens and get them tagged automatically, to help your users to trade the right tokens. For example, we have "LST", "pump".fun tokens, and "Strict" list tokens. | ||
|
||
We need: | ||
- A url endpoint (e.g. https://raw.githubusercontent.com/jup-ag/token-list/main/examples/sample_tags.csv) | ||
- That points to a simple [.csv file with a mint address per row](./sample_tags.csv) -- click on link to see sample. | ||
- That we can poll at a set interval (tell us how often you expect updates to happen) | ||
|
||
The endpoint should be public, with our IP whitelisted for rate limits where necessary. | ||
|
||
Tell us if you have a preferred word or acronym for your tag, hopefully short and mobile friendly. | ||
|
||
|
||
That's it! | ||
|
||
Example of tags displayed to the right of the token: | ||
|
||
![Example tags](./sample_token_tags.png) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN | ||
27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4 | ||
jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
Oops, something went wrong.