Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c3c8467

Browse files
committed
fix time again
1 parent 2fd0cf3 commit c3c8467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/pages/governance/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ export const proposals: Proposals = {
643643
`Property based orders are supported, enabling traders to create floor bids for any asset.`,
644644
],
645645
url: 'https://github.com/0xProject/ZEIPs/issues/93',
646-
voteStartDate: moment(1644879000, 'X'),
647-
voteEndDate: moment(1645138200, 'X'),
646+
voteStartDate: moment(1644858000, 'X'),
647+
voteEndDate: moment(1645117200, 'X'),
648648
benefit: {
649649
title: 'Benefit',
650650
summary: [

0 commit comments

Comments
 (0)