Skip to content

Commit

Permalink
update the enddate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Feb 28, 2025
1 parent 3c2fc95 commit 0d4af0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/deploy/update/to_v1.4.0/01_Info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
],
// Adjust this values
proposalStartDate: 0,
proposalEndDate: 1748773409, // Date and time (GMT): Sunday, 1 June 2025 10:23:29
proposalEndDate: 1741370400, // Date and time (GMT): Friday, 7 March 2025 18:00:00
};
};
export default func;
Expand Down

0 comments on commit 0d4af0e

Please sign in to comment.