SwapOrder.inverted
This commit is contained in:
@@ -39,7 +39,7 @@ contract TestCancelOrder is MockEnv, Test {
|
||||
|
||||
SwapOrder memory order = SwapOrder(
|
||||
0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9, 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1,
|
||||
Route(Exchange.UniswapV3, 500), amount, amount/100, true, false,
|
||||
Route(Exchange.UniswapV3, 500), amount, amount/100, true, false, false,
|
||||
NO_CONDITIONAL_ORDER, tranches
|
||||
);
|
||||
vault.placeDexorder(order);
|
||||
|
||||
Reference in New Issue
Block a user