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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user