mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
* Add .vscode folder to .gitignore * Add v0 test script * Fix types * Fix chain blocks type * Change dex volumes readme * Fix ts errors * Remove workbench.colorCustomizations * Finally fix ts errors * Chore test script * Revert "Remove workbench.colorCustomizations" This reverts commit 8e8721096f2d148495511442e6d822f30e576f42. * Revert back since it doesn't solve the issue * Upgrade trilom/file-changes-action from 1.2.3 -> 1.2.4
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "defillama-adapters",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"weeklyChanges": "git pull && git diff $(git log -1 --before=@{7.days.ago} --format=%H) --stat | grep -E \"projects/\" | cut -d / -f 2 | cut -d \" \" -f 1 | uniq | wc -l",
|
|
"dev": "babel-watch curve.js",
|
|
"test-interactive": "node utils/testInteractive",
|
|
"test-dex": "ts-node dexVolumes/cli/testAdapter.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@defillama/sdk": "^2.3.66",
|
|
"@project-serum/anchor": "^0.18.2",
|
|
"@solana/spl-token": "^0.2.0",
|
|
"@solana/web3.js": "^1.36.0",
|
|
"@supercharge/promise-pool": "^2.1.0",
|
|
"async": "^3.2.3",
|
|
"async-retry": "^1.3.1",
|
|
"axios": "^0.26.0",
|
|
"bignumber.js": "^9.0.1",
|
|
"blakejs": "^1.2.1",
|
|
"borsh": "^0.7.0",
|
|
"curve25519-js": "^0.0.4",
|
|
"dotenv": "^8.6.0",
|
|
"ethers": "^5.6.5",
|
|
"graphql": "^15.5.0",
|
|
"graphql-request": "^3.6.1",
|
|
"hi-base32": "^0.5.1",
|
|
"js-sha512": "^0.8.0",
|
|
"limiter": "2.1.0",
|
|
"miscreant": "^0.3.2",
|
|
"tron-format-address": "^0.1.8"
|
|
},
|
|
"overrides": {
|
|
"ansi-regex": "5.0.1",
|
|
"mocha": {
|
|
"nanoid": "3.3.1"
|
|
},
|
|
"@project-serum/anchor": {
|
|
"nth-check": "2.0.1"
|
|
}
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"ts-node": "^10.8.1"
|
|
}
|
|
}
|