feat: Redeploy balancer with forceApprove fix for USDT
--- don't change below this line --- ENG-4307 Took 10 minutes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user