project-serum / serum-ts

Project Serum TypeScript monorepo
https://projectserum.com
Apache License 2.0
272 stars 246 forks source link

Add Cyclos (CYS) token mint in @project-serum/serum #160

Open secretshardul opened 3 years ago

secretshardul commented 3 years ago

Making a new PR because I missed adding to token-mints.json last time. We're self-hosting Serum's DEX UI; our token name will be displayed as 'UNKNOWN' without this update.

On a side note, token and market data in Solana is siloed in different repos. This will not scale as the ecosystem grows

  1. Official token list
  2. token-mints.json in @project-serum/serum
  3. markets.json in @project-serum/serum
  4. mainnet-beta.json in @project-serum/tokens