linted
This commit is contained in:
@@ -117,6 +117,9 @@ interface IPartyPlanner {
|
||||
function getPoolsByToken(IERC20 token, uint256 offset, uint256 limit) external view returns (PartyPool[] memory pools);
|
||||
|
||||
/// @notice Address of the SwapMint implementation contract used by all pools created by this factory
|
||||
function swapMintImpl() external view returns (address);
|
||||
function mintImpl() external view returns (PartyPoolMintImpl);
|
||||
|
||||
/// @notice Address of the SwapMint implementation contract used by all pools created by this factory
|
||||
function swapMintImpl() external view returns (PartyPoolSwapMintImpl);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user