Skip to content

Commit

Permalink
Merge pull request #63 from InjectiveLabs/f/change-expiry-function
Browse files Browse the repository at this point in the history
chore: increase expiry timestamp
  • Loading branch information
mankenavenkatesh authored Jun 17, 2022
2 parents 177a406 + 8b6007b commit a39116f
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 a39116f

Please sign in to comment.