feat(univ4): Implement swapping with multiple hops

--- don't change below this line ---
ENG-4222 Took 47 minutes
This commit is contained in:
Diana Carvalho
2025-02-14 11:32:38 +00:00
parent be7883affc
commit 21a8c1a27a
4 changed files with 88 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ contract UniswapV4ExecutorTest is Test, Constants {
tickSpacing: tickSpacing2
});
bytes memory data = UniswapV4Utils.encodeExactInputSingle(
bytes memory data = UniswapV4Utils.encodeExactInput(
USDE_ADDR,
USDT_ADDR,
minAmountOut,