Skip to content

Commit

Permalink
Update events for PositionDivested2
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Nov 25, 2024
1 parent 6b343fc commit e57531d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/sol/ILeoEvents.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ interface ILeoEvents {

/// @notice a specific position was just divested from Leo
/// @param positionId that was divested
event PositionDivested(uint256 indexed positionId);
/// @param recipient of the divested position
event PositionDivested2(uint256 indexed positionId, address indexed recipient);
}

0 comments on commit e57531d

Please sign in to comment.