@uniswap/universal-router-sdk 4.26.0 → 4.27.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.
@@ -961,7 +961,6 @@ function addMixedSwap(planner, swap, tradeType, options, payerIsUser, routerMust
961
961
  v4Planner.addAction(v4Sdk.Actions.SWAP_EXACT_IN, [{
962
962
  currencyIn: inputToken.isNative ? ETH_ADDRESS : inputToken.address,
963
963
  path: v4Sdk.encodeRouteToPath(v4SubRoute),
964
- maxHopSlippage: [],
965
964
  amountIn: 0,
966
965
  amountOutMinimum: !isLastSectionInRoute(i) ? 0 : amountOut
967
966
  }]);