Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: extends dev environment fund dates #625

Merged
merged 1 commit into from
Nov 15, 2023
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
12 changes: 6 additions & 6 deletions src/event-db/stage_data/dev/00001_fund11_event.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ INSERT INTO event (
11,
'Fund 11',
'Catalyst Testnet - Fund 11',
'2023-11-06 21:00:00', -- Registration Snapshot Time
'2023-11-07 22:00:00', -- Snapshot Start.
'2023-12-30 21:00:00', -- Registration Snapshot Time
'2023-12-31 00:00:00', -- Snapshot Start.
450000000, -- Voting Power Threshold
1, -- Max Voting Power PCT
NULL, -- Review Rewards
'2023-11-03 00:00:00', -- Start Time
'2023-11-19 00:00:00', -- End Time
'2024-02-01 00:00:00', -- End Time
'2023-11-04 00:00:00', -- Insight Sharing Start
'2023-11-04 00:00:00', -- Proposal Submission Start
'2023-11-04 00:00:00', -- Refine Proposals Start
'2023-11-04 00:00:00', -- Finalize Proposals Start
'2023-11-04 00:00:00', -- Proposal Assessment Start
'2023-11-04 00:00:00', -- Assessment QA Start
'2023-11-08 11:00:00', -- Voting Starts
'2023-11-10 11:00:00', -- Voting Ends
'2023-11-18 11:00:00', -- Tallying Ends
'2024-02-02 11:00:00', -- Voting Starts
'2024-02-04 11:00:00', -- Voting Ends
'2024-02-06 11:00:00', -- Tallying Ends
NULL, -- Block 0 Data
NULL, -- Block 0 Hash
1, -- Committee Size
Expand Down
Loading