feat: Support using the TransferType in uniswap v4

Update tests

--- don't change below this line ---
ENG-4437 Took 1 hour 3 minutes

Took 2 minutes
This commit is contained in:
Diana Carvalho
2025-04-17 17:06:29 +01:00
parent cd608cb8e9
commit 4a61de56b7
6 changed files with 35 additions and 31 deletions

View File

@@ -114,7 +114,7 @@ contract UniswapV4ExecutorTest is Test, Constants {
USDE_ADDR,
USDT_ADDR,
true,
TokenTransfer.TransferType.NONE,
TokenTransfer.TransferType.TRANSFER_TO_PROTOCOL,
ALICE,
pools
);
@@ -172,7 +172,7 @@ contract UniswapV4ExecutorTest is Test, Constants {
USDE_ADDR,
WBTC_ADDR,
true,
TokenTransfer.TransferType.NONE,
TokenTransfer.TransferType.TRANSFER_TO_PROTOCOL,
ALICE,
pools
);