Skip to content

Commit

Permalink
feat: create the list of top traded tokens for base (#756)
Browse files Browse the repository at this point in the history
* feat: create the list of top traded tokens for base

* Add versioning

* fix name of list

* chore: rename file to include the chain id instead of the name
  • Loading branch information
anxolin authored Dec 2, 2024
1 parent cf91079 commit c8db42c
Show file tree
Hide file tree
Showing 4 changed files with 4,146 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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",
"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 c8db42c

Please sign in to comment.