Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 0 additions & 3 deletions contracts/identity/IdentityV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ contract IdentityV3 is
__Pausable_init_unchained();
__EIP712_init_unchained("Identity", "1.0.0");
authenticationPeriod = 365 * 3;
_setupRole(DEFAULT_ADMIN_ROLE, avatar);
_setupRole(DEFAULT_ADMIN_ROLE, _owner);
_setupRole(PAUSER_ROLE, avatar);
_setupRole(PAUSER_ROLE, _owner);
_setupRole(IDENTITY_ADMIN_ROLE, _owner);
_setupRole(IDENTITY_ADMIN_ROLE, avatar);

oldIdentity = _oldIdentity;
}
Expand Down
Loading
Loading