Skip to content

The community maintained Solana token registry

License

Notifications You must be signed in to change notification settings

saifuwallet/token-list

 
 

Repository files navigation

⚠️ This is a fork off @solana/spl-token-registry

Use the original here: https://github.com/solana-labs/token-list

This fork solves the problem that token-list imports a huge JSON file with import, causing webpack to inline and import it.

This fork does not import the JSON file, instead it expects that you pass a fallbackUrl into the resolve method:

await new TokenListProvider().resolve(Strategy.CDN, tokenListLocalUrl)

so, no automatic inclusion of the token list, you'll have to specify yourself where it should fallback to

About

The community maintained Solana token registry

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 73.7%
  • TypeScript 14.8%
  • CUE 11.3%
  • Shell 0.2%