Skip to content

Commit

Permalink
set immediate release of TGE - not used either way
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Dec 16, 2024
1 parent aabd12a commit d44479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/runtime/src/runtime_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ pub mod config {
pub const LiquidityMiningSplit: Perbill = Perbill::from_parts(647050000); // 13'199'820
pub const StakingSplit: Perbill = Perbill::from_parts(235300000); // 4'800'120
pub const SequencerSplit: Perbill = Perbill::from_parts(117650000); // 2'400'060
pub const ImmediateTGEReleasePercent: Percent = Percent::from_percent(20);
pub const ImmediateTGEReleasePercent: Percent = Percent::from_percent(100);
// Just some safe values to avoid zero diision etc
// TGE happens on L1 either way
pub const TGEReleasePeriod: u32 = 100u32; // 2 years
Expand Down

0 comments on commit d44479e

Please sign in to comment.