feat: fix Ondo USDY (Solana) logo with working CoinGecko image#659
Merged
Conversation
The real Ondo USDY on Solana (A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6) had a broken Arweave logoURI (returns HTTP 404). A PATCH re-fetch keeps the dead URL, so overriding via the custom list is the fix. - logoURI -> CoinGecko image (verified HTTP 200, image/png) Co-authored-by: Cursor <cursoragent@cursor.com>
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
Fixes the missing/broken logo for the real Ondo USDY on Solana by adding it to the custom list with a working
logoURI.A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto61151111081099710)https://coin-images.coingecko.com/coins/images/31700/large/usdy_%281%29.png?1696530524Why
The token's on-chain metadata logo (an Arweave URL) is dead — returns HTTP 404:
https://hq3wjgefwtje2kue7bvqlevhns2udaharnibucrgui3lhgy4aniq.arweave.net/PDdkmIW00k0qhPhrBZKnbLVBgOCLUBoKJqI2s5scA1EA
PATCH /v1/tokenre-fetch keeps pulling that same dead URL, so the fix is to override the logo via the custom list.Verification
HTTP 404.HTTP 200,content-type: image/png.USDvuSdHZUcj67tKfvVzByG9MaBAJRyeRrBSDLmMg75, blocked separately).After merge, the logo propagates within ~1h (custom-list cache TTL).
Made with Cursor