feat: rm selector from usv3, usv4, update tests, and rename dispatcher file
This commit is contained in:
@@ -148,9 +148,7 @@ contract UniswapV3Executor is IExecutor, ICallback {
|
||||
view
|
||||
returns (bytes memory)
|
||||
{
|
||||
return abi.encodePacked(
|
||||
tokenIn, tokenOut, fee, self, ICallback.handleCallback.selector
|
||||
);
|
||||
return abi.encodePacked(tokenIn, tokenOut, fee, self);
|
||||
}
|
||||
|
||||
function _verifyPairAddress(
|
||||
|
||||
Reference in New Issue
Block a user