feat: rm selector from usv3, usv4, update tests, and rename dispatcher file
This commit is contained in:
@@ -186,11 +186,10 @@ contract TychoRouterTestSetup is Test, Constants {
|
||||
uint8 tokenOutIndex,
|
||||
uint24 split,
|
||||
address executor,
|
||||
bytes4 selector,
|
||||
bytes memory protocolData
|
||||
) internal pure returns (bytes memory) {
|
||||
return abi.encodePacked(
|
||||
tokenInIndex, tokenOutIndex, split, executor, selector, protocolData
|
||||
tokenInIndex, tokenOutIndex, split, executor, protocolData
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user