Open sujithsomraaj opened 2 months 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.
Permit2Proxy
TransferrableOwnership
SafeERC20
Recommendation: Consider removing the unused import.
LI.FI: Fixed in 3eaf8ba32972a9bfd78ab0c16d6998bfa97a46c0
Researcher: Verified.
fixed: https://github.com/lifinance/contracts/commit/3eaf8ba32972a9bfd78ab0c16d6998bfa97a46c0
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.