fix: Fix remaining tests after latest encoding changes

This commit is contained in:
TAMARA LIPOWSKI
2025-05-16 14:14:21 -04:00
parent d4244a7089
commit e0c195f63d
12 changed files with 58 additions and 43 deletions

View File

@@ -28,6 +28,12 @@ contract TychoRouterExposed is TychoRouter {
return _unwrapETH(amount);
}
function tstoreExposed(address tokenIn, uint256 amountIn, bool isPermit2)
external
{
_tstoreTransferFromInfo(tokenIn, amountIn, isPermit2);
}
function exposedSplitSwap(
uint256 amountIn,
uint256 nTokens,