diff --git a/src/event-db/stage_data/dev/00001_fund14_event.sql b/src/event-db/stage_data/dev/00001_fund14_event.sql index 634f947b57..b09a7a9ce1 100644 --- a/src/event-db/stage_data/dev/00001_fund14_event.sql +++ b/src/event-db/stage_data/dev/00001_fund14_event.sql @@ -29,22 +29,22 @@ INSERT INTO event ( 14, 'Fund 14', 'Catalyst Testnet - Fund 14', - '2025-07-20 10:00:00', -- Registration Snapshot Time - '2025-07-20 10:15:00', -- Snapshot Start. + '2025-07-21 10:00:00', -- Registration Snapshot Time + '2025-07-21 10:15:00', -- Snapshot Start. 25000000, -- Voting Power Threshold 100, -- Max Voting Power PCT NULL, -- Review Rewards '2025-07-14 10:00:00', -- Start Time - '2025-08-04 16:00:00', -- End Time + '2025-08-05 17:00:00', -- End Time '2025-07-14 10:00:00', -- Insight Sharing Start '2025-07-14 10:00:00', -- Proposal Submission Start '2025-07-14 10:00:00', -- Refine Proposals Start '2025-07-14 10:00:00', -- Finalize Proposals Start '2025-07-14 10:00:00', -- Proposal Assessment Start '2025-07-14 10:00:00', -- Assessment QA Start - '2025-08-04 06:00:00', -- Voting Starts - '2025-08-04 11:00:00', -- Voting Ends - '2025-08-04 16:00:00', -- Tallying Ends + '2025-08-05 07:00:00', -- Voting Starts + '2025-08-05 12:00:00', -- Voting Ends + '2025-08-05 17:00:00', -- Tallying Ends NULL, -- Block 0 Data NULL, -- Block 0 Hash 1, -- Committee Size @@ -75,4 +75,4 @@ SET name = EXCLUDED.name, committee_size = EXCLUDED.committee_size, committee_threshold = EXCLUDED.committee_threshold, extra = EXCLUDED.extra, - cast_to = EXCLUDED.cast_to; + cast_to = EXCLUDED.cast_to; \ No newline at end of file