Skip to content

Commit

Permalink
chore: increase expiry timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgos committed Jun 17, 2022
1 parent 16077e6 commit 8b6007b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract contract OwnableWithExpiry is Context {
* @return The timestamp of ownership expiry.
*/
function getOwnershipExpiryTimestamp() public view returns (uint256) {
return _deployTimestamp + 52 weeks;
return _deployTimestamp + 30 weeks;
}

/**
Expand Down

0 comments on commit 8b6007b

Please sign in to comment.