Merge branch 'main' into router/dc/return-eth

This commit is contained in:
dianacarvalho1
2025-01-31 16:47:53 +00:00
committed by GitHub
12 changed files with 235 additions and 98 deletions

View File

@@ -210,6 +210,7 @@ contract TychoRouter is
currentAmountIn = split > 0
? (amounts[tokenInIndex] * split) / 0xffffff
: remainingAmounts[tokenInIndex];
currentAmountOut = _callExecutor(
swapData.executor(),
swapData.executorSelector(),