Kill event; mock fix

This commit is contained in:
tim
2025-10-20 13:51:03 -04:00
parent 12fc43f999
commit 316da25f5b
4 changed files with 27 additions and 18 deletions

View File

@@ -26,6 +26,8 @@ interface IPartyPool is IERC20Metadata, IOwnable {
// Events
event Killed();
event Mint(address payer, address indexed receiver, uint256[] amounts, uint256 lpMinted);
event Burn(address payer, address indexed receiver, uint256[] amounts, uint256 lpBurned);