feat: rm selector from usv3, usv4, update tests, and rename dispatcher file

This commit is contained in:
royvardhan
2025-02-24 17:16:27 +05:30
parent 58116e074a
commit 69745b18fd
10 changed files with 31 additions and 140 deletions

View File

@@ -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(