Skip to content

Commit

Permalink
fix: treshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Oct 3, 2024
1 parent 087a6c8 commit 40c5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-db/stage_data/prod/00001_fund13_event.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ INSERT INTO event (
'Catalyst - Fund 13',
'2024-11-20 21:45:00', -- Registration Snapshot Time
'2024-11-20 22:00:00', -- Snapshot Start.
2500000, -- Voting Power Threshold
25000000, -- Voting Power Threshold
100, -- Max Voting Power PCT
NULL, -- Review Rewards
'2024-10-01 09:00:00', -- Start Time
Expand Down

0 comments on commit 40c5981

Please sign in to comment.