chore: Load maverick calldata from file

- Also remove irrelevant comment
This commit is contained in:
TAMARA LIPOWSKI
2025-04-30 11:18:04 -04:00
parent bcef8f69f6
commit d09497faca
4 changed files with 8 additions and 5 deletions

View File

@@ -192,7 +192,6 @@ contract TychoRouterTestProtocolIntegration is TychoRouterTestSetup {
deal(GHO_ADDR, ALICE, 1 ether);
uint256 balanceBefore = IERC20(USDC_ADDR).balanceOf(ALICE);
// Approve permit2
vm.startPrank(ALICE);
IERC20(GHO_ADDR).approve(tychoRouterAddr, type(uint256).max);