Skip to content

Commit

Permalink
NPFM() return type fix
Browse files Browse the repository at this point in the history
Co-authored-by: Yash Pitroda <yash.pitroda786@gmail.com>
  • Loading branch information
TechnoGeek01 and YashP16 authored Nov 2, 2023
1 parent d1695f4 commit c2cb9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/uniswapV3/BaseUniV3Farm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ abstract contract BaseUniV3Farm is BaseFarm, IERC721Receiver {
}
}

function NFPM() internal pure virtual returns (address);
function NFPM() internal pure virtual returns (INFPM);

function UNIV3_FACTORY() internal pure virtual returns (address);
}

0 comments on commit c2cb9a9

Please sign in to comment.