feat: Redeploy balancer with forceApprove fix for USDT

--- don't change below this line ---
ENG-4307 Took 10 minutes
This commit is contained in:
Diana Carvalho
2025-04-14 09:49:39 +01:00
parent 4f3fe270e9
commit a6b0f8d1f6
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ contract BalancerV2Executor is IExecutor {
if (needsApproval) {
// slither-disable-next-line unused-return
tokenIn.approve(VAULT, type(uint256).max);
tokenIn.forceApprove(VAULT, type(uint256).max);
}
IVault.SingleSwap memory singleSwap = IVault.SingleSwap({