chore: move BebopOrderType to models.rs

This commit is contained in:
pedrobergamini
2025-06-08 01:01:51 -03:00
parent 71a8401670
commit 0106c5c425
6 changed files with 58 additions and 85 deletions

View File

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