Skip to content

Commit

Permalink
change max vesting period to 5 years
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Jan 22, 2025
1 parent 0284ccf commit 9fdd8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launchpad-guaranteed-tickets-v2/src/token_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use launchpad_common::{config, launch_stage};

pub const MAX_PERCENTAGE: u64 = 10_000;
pub const MAX_UNLOCK_MILESTONES_ENTRIES: usize = 60;
pub const MAX_RELEASE_ROUND_DIFF: u64 = 155_520_000;
pub const MAX_RELEASE_ROUND_DIFF: u64 = 26_280_000; // 5 years in rounds at 6s/block

#[derive(TopEncode, TopDecode, NestedEncode, NestedDecode, TypeAbi, Clone, ManagedVecItem)]
pub struct UnlockMilestone {
Expand Down

0 comments on commit 9fdd8c1

Please sign in to comment.