Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Add explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Nov 2, 2022
1 parent 19020fb commit 2ca112e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/swap-router-contracts": "1.1.0",
"@uniswap/v2-sdk": "^3.0.1",
"@uniswap/v3-sdk": "^3.8.3"
"@uniswap/v3-sdk": "^3.8.3",
"jsbi": "^3.1.4",
"tiny-invariant": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down

0 comments on commit 2ca112e

Please sign in to comment.