Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/interfaces/IIdentityManagerV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ interface IIdentityManagerV2 {
event UserTypeUpdated(address indexed user, UserType oldType, UserType newType);
event VerificationRenewed(address indexed user, uint256 newExpirationTimestamp);
event BatchVerificationCompleted(address indexed admin, uint256 count, UserType userType);
event VerificationExpired(address indexed user);
}
Loading