Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e4d6cf3

Browse files
committed
Update approve
1 parent 6c20071 commit e4d6cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/adapters/SwapAdapter.sol

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ contract SwapAdapter is AccessControl {
437437
true // A flag for whether the input tokens should come from the msg.sender
438438
);
439439
_swapRouter.execute(commands, inputs, block.timestamp);
440+
IERC20(tokenIn).approve(address(_permit2), 0);
440441
uint256 balanceAfter = IERC20(tokenIn).balanceOf(address(this));
441442
amountIn = balanceBefore - balanceAfter;
442443
emit TokensSwapped(tokenIn, tokenOut, amountIn, amountOut);

0 commit comments

Comments
 (0)