Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token list reached 20MB limit by JSDelivr #22

Open
refi93 opened this issue Sep 1, 2024 · 2 comments
Open

Token list reached 20MB limit by JSDelivr #22

refi93 opened this issue Sep 1, 2024 · 2 comments

Comments

@refi93
Copy link

refi93 commented Sep 1, 2024

When you try loading https://cdn.jsdelivr.net/gh/solflare-wallet/token-list@latest/solana-tokenlist.json it crashes with an error File size exceeded the configured limit of 20 MB.

Apparently, the token list got too big to be handled by jsdelivr (default) limits.

@skakac
Copy link
Collaborator

skakac commented Sep 17, 2024

Yes this is true, our use-case changed and we added more token providers.

Token list is still available via public / community API endpoints.

If anyone needs to use CDN, try using some other public CDN that will support the size of new token list.

@tsutsu
Copy link

tsutsu commented Dec 30, 2024

After moving to git-lfs, no CDN mirror of this repo (raw.githubusercontent.com, JSDelivr, or otherwise) is working any more, as they all now just return the git-lfs pointer file itself (rather than dereferencing the pointer file to then return the object file.)

This has broken, among other things, explorer.solana.com.

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

No branches or pull requests

3 participants