Add script to check adapters + export adapters batch

This commit is contained in:
0xtawa
2022-09-23 10:20:23 +02:00
parent e37830e51a
commit b06ff74f71
4 changed files with 55 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
"dev": "babel-watch curve.js",
"test-interactive": "node utils/testInteractive",
"test-dex": "ts-node volumes/cli/testAdapter.ts",
"postinstall": "echo 'run \"npm update @defillama/sdk\" if you want lastest sdk changes' "
"postinstall": "echo 'run \"npm update @defillama/sdk\" if you want lastest sdk changes' ",
"get-not-exported-volumes": "ts-node volumes/cli/checkExported"
},
"author": "",
"license": "ISC",