-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha launch chainspec #870
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iStrike7
approved these changes
Dec 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
tenequm
reviewed
Dec 13, 2024
mateuszaaa
commented
Dec 13, 2024
rollup/runtime/src/runtime_config.rs
Outdated
Comment on lines
1002
to
1010
pub const TotalCrowdloanAllocation: Balance = 330_000_000 * DOLLARS; | ||
pub const IssuanceCap: Balance = 4_000_000_000 * DOLLARS; | ||
pub const LinearIssuanceBlocks: u32 = 13_140_000u32; // 5 years | ||
pub const LiquidityMiningSplit: Perbill = Perbill::from_parts(555555556); | ||
pub const StakingSplit: Perbill = Perbill::from_parts(344444444); | ||
pub const SequencerSplit: Perbill = Perbill::from_parts(100000000); | ||
pub const TotalCrowdloanAllocation: Balance = 0 * DOLLARS; | ||
pub const IssuanceCap: Balance = 20_400_000 * DOLLARS; | ||
pub const LinearIssuanceBlocks: u32 = 10_512_000u32; // 5 years | ||
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 TGEReleasePeriod: u32 = 5_256_000u32; // 2 years | ||
pub const TGEReleaseBegin: u32 = 100_800u32; // Two weeks into chain start | ||
pub const TGEReleasePeriod: u32 = 0u32; // 2 years | ||
pub const TGEReleaseBegin: u32 = 0u32; // Two weeks into chain start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iStrike7 please conifrm
majusko
approved these changes
Dec 13, 2024
tenequm
approved these changes
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.