chore: rm safecallback from router

This commit is contained in:
royvardhan
2025-02-15 01:06:23 +05:30
parent 9b8175aff9
commit 14e5c127c6
3 changed files with 7 additions and 20 deletions

View File

@@ -821,7 +821,7 @@ contract TychoRouterTest is TychoRouterTestSetup {
// add executor and selector for callback
bytes memory protocolDataWithCallBack = abi.encodePacked(
protocolData,
SafeCallback.unlockCallback.selector,
TychoRouter.unlockCallback.selector,
address(usv4Executor)
);