Files
DefiLlama-Adapters/package.json
0xngmi 46ab8b1773 Merge pull request #566 from MantraDAO/main
Updated mantradao.js to include BSC and Polygon Staking Pools
2021-09-29 09:08:05 +01:00

38 lines
950 B
JSON

{
"name": "defillama-adapters",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "babel-watch curve.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@acala-network/api": "^2.0.1",
"@defillama/sdk": "^2.3.5",
"@makerdao/multicall": "^0.12.0",
"@polkadot/api": "^5.4.1",
"@project-serum/serum": "^0.13.38",
"@solana/web3.js": "^1.17.0",
"async-retry": "^1.3.1",
"atob": "^2.1.2",
"axios": "^0.21.1",
"axios-rate-limit": "^1.3.0",
"bignumber.js": "^9.0.1",
"dotenv": "^8.6.0",
"graph-results-pager": "^1.0.3",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"js-yaml": "^4.1.0",
"mysql": "^2.18.1",
"node-html-parser": "^3.3.5",
"node-schedule": "^1.3.3",
"papaparse": "^5.3.1",
"tronweb": "^3.2.7",
"web3": "^1.5.3"
},
"description": ""
}