@uniswap/universal-router-sdk 4.22.0 → 4.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/universal-router-sdk.cjs.development.js +1 -0
- package/dist/universal-router-sdk.cjs.development.js.map +1 -1
- package/dist/universal-router-sdk.cjs.production.min.js +1 -1
- package/dist/universal-router-sdk.cjs.production.min.js.map +1 -1
- package/dist/universal-router-sdk.esm.js +1 -0
- package/dist/universal-router-sdk.esm.js.map +1 -1
- package/package.json +3 -3
|
@@ -952,6 +952,7 @@ function addMixedSwap(planner, swap, tradeType, options, payerIsUser, routerMust
|
|
|
952
952
|
v4Planner.addAction(v4Sdk.Actions.SWAP_EXACT_IN, [{
|
|
953
953
|
currencyIn: inputToken.isNative ? ETH_ADDRESS : inputToken.address,
|
|
954
954
|
path: v4Sdk.encodeRouteToPath(v4SubRoute),
|
|
955
|
+
maxHopSlippage: [],
|
|
955
956
|
amountIn: 0,
|
|
956
957
|
amountOutMinimum: !isLastSectionInRoute(i) ? 0 : amountOut
|
|
957
958
|
}]);
|