sujithsomraaj / lifi-permit2proxy-reaudit

1 day review - 16/09
0 stars 0 forks source link

Remove unused imports in `Permit2Proxy` #2

Open sujithsomraaj opened 1 month ago

sujithsomraaj commented 1 month ago

Context: Permit2Proxy.sol#L5, Periphery/Permit2Proxy.sol#L8

Description: The Permit2Proxy contract imports two contracts, TransferrableOwnership andSafeERC20, but is not used anywhere in the code.

Recommendation: Consider removing the unused import.

LI.FI: Fixed in 3eaf8ba32972a9bfd78ab0c16d6998bfa97a46c0

Researcher: Verified.

0xDEnYO commented 4 weeks ago

fixed: https://github.com/lifinance/contracts/commit/3eaf8ba32972a9bfd78ab0c16d6998bfa97a46c0