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

Commit 55c54f6

Browse files
committed
fixed enddate for zeip-84
1 parent 76c6043 commit 55c54f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/pages/governance/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export const proposals: Proposals = {
453453
],
454454
url: 'https://github.com/0xProject/ZEIPs/issues/84',
455455
voteStartDate: moment(1619024400, 'X'),
456-
voteEndDate: moment(1619485760, 'X'),
456+
voteEndDate: moment(1619283600, 'X'),
457457
benefit: {
458458
title: 'Benefit',
459459
summary: [

0 commit comments

Comments
 (0)