Skip to content

Commit

Permalink
chore(protocol): change SGX INSTANCE_EXPIRY to 365 days (#16625)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Apr 4, 2024
1 parent 8e9c52b commit 08034a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/verifiers/SgxVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract SgxVerifier is EssentialContract, IVerifier {
}

/// @notice The expiry time for the SGX instance.
uint64 public constant INSTANCE_EXPIRY = 180 days;
uint64 public constant INSTANCE_EXPIRY = 365 days;

/// @notice A security feature, a delay until an instance is enabled when using onchain RA
/// verification
Expand Down

0 comments on commit 08034a1

Please sign in to comment.