From 2a33bed438fa54d23c4b6e5e461669542cfa48a9 Mon Sep 17 00:00:00 2001 From: thurendous Date: Thu, 5 Oct 2023 15:40:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20change=20contest=20period=20to?= =?UTF-8?q?=2029=20days?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ProxyFactory.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyFactory.sol b/src/ProxyFactory.sol index 2e397ef..c58134a 100644 --- a/src/ProxyFactory.sol +++ b/src/ProxyFactory.sol @@ -70,7 +70,7 @@ contract ProxyFactory is Ownable, EIP712 { bytes32 internal constant _DEPLOY_AND_DISTRIBUTE_TYPEHASH = keccak256("DeployAndDistribute(bytes32 contestId,address implementation,bytes data)"); uint256 public constant EXPIRATION_TIME = 7 days; - uint256 public constant MAX_CONTEST_PERIOD = 28 days; + uint256 public constant MAX_CONTEST_PERIOD = 29 days; address public stadiumAddress; // official address to receive commission fee /// @notice record contest close time by salt