v4-periphery
v4-periphery copied to clipboard
[Bug]: In the example for hooks, not using safe transfer from
Describe the bug
In https://github.com/Uniswap/v4-periphery/blob/6616b12db25257ffb3c562f131612ebb2fd89082/contracts/hooks/examples/LimitOrder.sol#L269-L276 we're not using safe transferfrom. There is a todo, but it is not implemented.
Expected Behavior
Use safe transfer from in the example.
To Reproduce
No response
Additional context
No response