feat: support multi and aggregate orders

This commit is contained in:
pedrobergamini
2025-06-04 19:41:13 -03:00
parent 946c4391e8
commit ad0a9991da
7 changed files with 684 additions and 41 deletions

View File

@@ -505,7 +505,7 @@ contract TychoRouterSequentialSwapTest is TychoRouterTestSetup {
// Approve permit2
vm.startPrank(ALICE);
IERC20(USDC_ADDR).approve(tychoRouterAddr, type(uint256).max);
bytes memory callData = loadCallDataFromFile("test_encode_bebop_rfq");
bytes memory callData = loadCallDataFromFile("test_encode_bebop_single");
(bool success,) = tychoRouterAddr.call(callData);
vm.stopPrank();