Skip to content
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 12 commits into from
Dec 16, 2024
Merged

Conversation

mateuszaaa
Copy link
Member

No description provided.

@iStrike7 iStrike7 self-requested a review December 13, 2024 11:55
Copy link
Member

@iStrike7 iStrike7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

rollup/node/src/command.rs Outdated Show resolved Hide resolved
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iStrike7 please conifrm

@mateuszaaa mateuszaaa merged commit cd252cc into eth-rollup-develop Dec 16, 2024
3 of 14 checks passed
@mateuszaaa mateuszaaa deleted the feature/alpha-chainspec branch December 16, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants