Skip to content

Commit

Permalink
feat: coingecko list to gnosis chain (#380)
Browse files Browse the repository at this point in the history
* feat: coingecko list to gnosis chain

* chore: fix list version
  • Loading branch information
shoom3301 authored Apr 19, 2024
1 parent a3ea008 commit 7700d93
Show file tree
Hide file tree
Showing 8 changed files with 2,941 additions and 18 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"type": "module",
"main": "src/scripts/coingecko.js",
"scripts": {
"build": "npm run generateGnosisChainList && npm run public && npm run coingecko",
"build": "npm run uniswapToGnosisChainList && npm run coingeckoToGnosisChainList && npm run public && npm run coingecko",
"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",
"generateGnosisChainList": "yarn run-script src/scripts/generateGnosisChainList.ts",
"uniswapToGnosisChainList": "yarn run-script src/scripts/uniswapToGnosisChainList.ts",
"coingeckoToGnosisChainList": "yarn run-script src/scripts/coingeckoToGnosisChainList.ts",
"public": "copyfiles src/public/*.json build/lists -f",
"workflowHelper": "python3 src/scripts/workflow_helper.py",
"validate": "ajv -s node_modules/@uniswap/token-lists/dist/tokenlist.schema.json -d src/public/CowSwap.json -c ajv-formats --errors text",
Expand Down Expand Up @@ -45,4 +46,4 @@
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
}
Loading

0 comments on commit 7700d93

Please sign in to comment.