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

Commit 535e4a9

Browse files
committed
further copy and time updates
1 parent b084d4d commit 535e4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ts/pages/governance/data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ export const proposals: Proposals = {
452452
`Signature types that support contract wallets were available in versions 2 and 3 of 0x, so this is bringing v4 into parity with respect to that functionality.`,
453453
],
454454
url: 'https://github.com/0xProject/ZEIPs/issues/84',
455-
voteStartDate: moment(1618880880, 'X'),
455+
voteStartDate: moment(1619024400, 'X'),
456456
voteEndDate: moment(1619485760, 'X'),
457457
benefit: {
458458
title: 'Benefit',
@@ -470,8 +470,8 @@ export const proposals: Proposals = {
470470
risks: {
471471
title: 'Risk',
472472
summary: [
473-
`Contracts were thoroughly reviewed internally, and spot-checked by Consensys Diligence. No vulnerabilities were found. (IN PROGRESS)`,
474-
`However, these changes do modify a sensitive part of the codebasethe logic of settling fills.`,
473+
`Contracts were thoroughly reviewed internally, and spot-checked by Consensys Diligence. No vulnerabilities were found.`,
474+
`However, these changes do modify a risk-sensitive part of the codebase: the logic of settling NativeOrder fills.`,
475475
`0x V4 architecture comes with the ability to modify or rollback specific features, without halting the entire pipeline of smart contracts. This means that if a vulnerability is found (0x Labs offers generous bug bounties), it is possible to rollback the functionality that exposes the risk.`,
476476
],
477477
rating: 2,

0 commit comments

Comments
 (0)