Skip to content

Commit

Permalink
fix: resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieJoo committed Apr 8, 2024
2 parents 5f573f7 + 6721d0f commit 7e17b7a
Show file tree
Hide file tree
Showing 258 changed files with 47,250 additions and 2,429 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
HTTP_PROVIDER_1=
HTTP_PROVIDER_137=
HTTP_PROVIDER_43114=

TENDERLY_TOKEN=
TENDERLY_ACCOUNT_ID=
TENDERLY_PROJECT=
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.28.9",
"version": "2.47.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down Expand Up @@ -51,15 +51,17 @@
},
"dependencies": {
"@0x/utils": "^4.5.2",
"@bgd-labs/aave-address-book": "2.21.1",
"@ethersproject/abi": "^5.7.0",
"@hashflow/sdk": "1.2.4",
"@hashflow/taker-js": "0.0.2",
"@paraswap/core": "1.1.0",
"@hashflow/taker-js": "0.3.4",
"@paraswap/core": "2.0.0",
"async": "^3.2.4",
"axios": "0.26.0",
"bignumber.js": "9.1.0",
"cross-fetch": "^3.1.5",
"es6-promise": "^4.2.8",
"ethers": "^5.6.5",
"ethers": "^5.7.2",
"joi": "^17.7.0",
"lens.ts": "^0.5.1",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion scripts/dex-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function testIntegration(argv: IOptions) {
process.env.NODE_ENV = 'test';
}

require('../node_modules/jest-cli/build/cli').run(
require('../node_modules/jest-cli/build').run(
`src\/dex\/${dexNameParam}\/.+\.test\.ts`,
);
}
Expand Down
Loading

0 comments on commit 7e17b7a

Please sign in to comment.