Skip to content

Commit

Permalink
fix: continuos snapsot voting power cap
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Aug 9, 2024
1 parent f17b510 commit e8bd198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-db/stage_data/dev/00001_fund12_event.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ INSERT INTO event (
'2024-10-12 11:00:00', -- Registration Snapshot Time
'2024-10-12 11:15:00', -- Snapshot Start.
50000000, -- Voting Power Threshold
1, -- Max Voting Power PCT
100, -- Max Voting Power PCT
NULL, -- Review Rewards
'2024-05-02 15:00:00', -- Start Time
'2024-10-14 07:00:00', -- End Time
Expand Down

0 comments on commit e8bd198

Please sign in to comment.