Skip to content

Commit

Permalink
feat: coingecko top 500 (#765)
Browse files Browse the repository at this point in the history
* feat: bump major list version on update

* feat: sooo many changes

* feat: add one coingecko per chain

* refactor: rename script

* feat: use large images

* feat: update token list name with selected tokens count

* chore: update lists

* chore: update yarn.lock

* chore: remove dead code

* refactor: reorganize and clean up coingeckoTop500

* refactor: do not store coingecko ids
  • Loading branch information
alfetopito authored Dec 17, 2024
1 parent 44cf9c4 commit f7736e2
Show file tree
Hide file tree
Showing 8 changed files with 10,941 additions and 2,195 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"coingecko": "yarn run-script src/scripts/coingecko.js",
"downloadImages": "yarn run-script src/scripts/downloadImages",
"cowFi:tokens": "yarn run-script ./src/scripts/cowFi-tokens.js",
"baseChainTopTokens": "node ./src/scripts/baseChainTopTokens.js",
"coingeckoTop500": "node src/scripts/coingeckoTop500.js",
"uniswapToGnosisChainList": "yarn run-script src/scripts/mapTokenListToBridge.ts 100 uniswap",
"coingeckoToGnosisChainList": "yarn run-script src/scripts/mapTokenListToBridge.ts 100 coingecko",
"coingeckoToArbitrumOneList": "yarn run-script src/scripts/mapTokenListToBridge.ts 42161 coingecko",
Expand Down
Loading

0 comments on commit f7736e2

Please sign in to comment.