diff --git a/rollup/runtime/src/runtime_config.rs b/rollup/runtime/src/runtime_config.rs index 379050a4c..6dcf92d76 100644 --- a/rollup/runtime/src/runtime_config.rs +++ b/rollup/runtime/src/runtime_config.rs @@ -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