cowprotocol / token-lists

https://files.cow.fi/tokens/CowSwap.json
Apache License 2.0
3 stars 13 forks source link

feat: coingecko list to gnosis chain #380

Closed shoom3301 closed 2 months ago

shoom3301 commented 2 months ago

In a similar way with GnosisUniswapTokensList.json I added GnosisCoingeckoTokensList.json which is derived from CoinGecko.json.

The CoinGecko.json is a bit outdated, because coingecko.ts script fails after 3 pages fetching with 429 error from Coingecko API.

To solve this, I did:

  1. Added the json file to the repo in public directory
  2. Manually ran coingecko.ts two times, 1st time for 1-3 pages and second time for 3-5 pages (under VPN to bypass the API limitation)

Before the update the list contained 243 tokens, now 288.