Skip to content

Commit

Permalink
add missing blend-sdk to root package
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 17, 2024
1 parent b2e3648 commit 1d8455c
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 11 deletions.
212 changes: 205 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@blend-capital/blend-sdk": "^2.2.0",
"@defillama/sdk": "^5.0.60",
"@stacks/network": "^6.13.0",
"@stacks/transactions": "^6.15.0",
"@ton/ton": "14.0.0",
"@types/jest": "^28.1.6",
"@uniswap/sdk-core": "^5.3.0",
"@uniswap/v3-sdk": "^3.13.0",
Expand All @@ -41,10 +45,7 @@
"starknet": "^4.22.0",
"superagent": "^6.1.0",
"validator": "^13.9.0",
"web3": "^4.9.0",
"@ton/ton": "14.0.0",
"@stacks/network": "^6.13.0",
"@stacks/transactions": "^6.15.0"
"web3": "^4.9.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 1d8455c

Please sign in to comment.