From 31dd014d15cad6ddcbeff6d36e7ebf89045dd7e8 Mon Sep 17 00:00:00 2001 From: rouzwelt Date: Tue, 25 Feb 2025 16:13:45 +0000 Subject: [PATCH] init --- lib/sushiswap | 2 +- package-lock.json | 5 +---- test/e2e/data.js | 13 +++++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/lib/sushiswap b/lib/sushiswap index 9792524a..6eb6b1c4 160000 --- a/lib/sushiswap +++ b/lib/sushiswap @@ -1 +1 @@ -Subproject commit 9792524a444f30c437f7854a44c79db1a47116ad +Subproject commit 6eb6b1c4207f66648ea4f8b39684f5a6c3634a15 diff --git a/package-lock.json b/package-lock.json index 69d7af5b..30bb441f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14266,7 +14266,6 @@ "hasInstallScript": true, "inBundle": true, "license": "MIT", - "peer": true, "dependencies": { "node-addon-api": "^2.0.0", "node-gyp-build": "^4.2.0" @@ -14896,8 +14895,7 @@ "version": "2.0.2", "dev": true, "inBundle": true, - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/ganache-core/node_modules/node-fetch": { "version": "2.1.2", @@ -14913,7 +14911,6 @@ "dev": true, "inBundle": true, "license": "MIT", - "peer": true, "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", diff --git a/test/e2e/data.js b/test/e2e/data.js index 7398515f..71104086 100644 --- a/test/e2e/data.js +++ b/test/e2e/data.js @@ -149,6 +149,19 @@ module.exports = [ [LiquidityProviders.UniswapV3, LiquidityProviders.UniswapV2, LiquidityProviders.BaseSwap], ["1", "10000", "10000", "10000"], ], + [ + // unique test for aerodrome slipstream + ChainId.BASE, + process?.env?.TEST_BASE_RPC, + 16418720, + [WNATIVE[ChainId.BASE], USDC[ChainId.BASE]], + [ + "0x2B8804c2b652f05F7FDD8e0a02F01eE58F01667E", + "0x336307F2d8390035Ba926a61a86b45CA9dC91E57", + ], + [LiquidityProviders.AerodromeSlipstream], + ["1", "10000"], + ], [ ChainId.BSC, process?.env?.TEST_BSC_RPC,