feat: Implement BalancerV3Executor

Took 2 hours 32 minutes


Took 8 seconds

Took 13 minutes
This commit is contained in:
Diana Carvalho
2025-06-04 17:18:34 +01:00
parent cb105caecf
commit f34db52f09
5 changed files with 247 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ contract BalancerV2ExecutorTest is Constants, TestUtils {
WETH_BAL_POOL_ID,
BOB,
true,
RestrictTransferFrom.TransferType.Transfer
RestrictTransferFrom.TransferType.None
);
deal(WETH_ADDR, address(balancerV2Exposed), amountIn);