Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/event-db/stage_data/dev/00001_fund14_event.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Loading