Skip to content

Commit

Permalink
Merge pull request #152 from peaqnetwork/bug/1203620625432536_krest_c…
Browse files Browse the repository at this point in the history
…urrency_supply

Fix the Krest currency supply
  • Loading branch information
sfffaaa authored Sep 13, 2023
2 parents e6d4471 + 704faa0 commit 1920330
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions node/src/parachain/krest_chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ fn configure_genesis(
block_reward: BlockRewardConfig {
// Make sure sum is 100
reward_config: pallet_block_reward::RewardDistributionConfig {
treasury_percent: Perbill::from_percent(20),
dapps_percent: Perbill::from_percent(25),
collators_percent: Perbill::from_percent(10),
lp_percent: Perbill::from_percent(25),
machines_percent: Perbill::from_percent(10),
treasury_percent: Perbill::from_percent(15),
dapps_percent: Perbill::from_percent(15),
collators_percent: Perbill::from_percent(30),
lp_percent: Perbill::from_percent(15),
machines_percent: Perbill::from_percent(15),
parachain_lease_fund_percent: Perbill::from_percent(10),
},
block_issue_reward: 380_517_503_805 * NANOCENTS,
max_currency_supply: 4_000_000 * DOLLARS,
max_currency_supply: 400_000_000 * DOLLARS,
},
vesting: Default::default(),
aura: Default::default(),
Expand Down

0 comments on commit 1920330

Please sign in to comment.