Skip to content

Commit

Permalink
Merge branch 'master' into aburkut/back-1757-swaap-v2-avax
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Nov 29, 2024
2 parents 151b657 + 29db1d1 commit e2249ba
Show file tree
Hide file tree
Showing 62 changed files with 7,165 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tests/states.json
tests/configs.json
.idea/
local-scripts
tests/debug-price-route.json
tests/debug-price-route.json
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "3.9.6",
"version": "3.11.6",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down Expand Up @@ -58,6 +58,7 @@
"@hashflow/sdk": "^2.2.7",
"@hashflow/taker-js": "^0.3.7",
"@paraswap/core": "2.4.0",
"@types/ws": "^8.5.12",
"async": "^3.2.4",
"axios": "0.27.2",
"bignumber.js": "9.1.0",
Expand All @@ -69,6 +70,7 @@
"lodash": "4.17.21",
"log4js": "6.6.1",
"node-cache": "^5.1.2",
"protobufjs": "^7.4.0",
"ts-essentials": "9.1.2",
"uuid": "^9.0.0",
"web3": "1.6.0",
Expand All @@ -77,7 +79,7 @@
"web3-eth-abi": "1.4.0",
"web3-eth-contract": "1.6.0",
"web3-utils": "1.6.0",
"websocket": "1.0.35"
"ws": "^8.18.0"
},
"sideEffects": false
}
Loading

0 comments on commit e2249ba

Please sign in to comment.