Skip to content

Commit

Permalink
update default stake subsidy parameters to match testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emmazzz committed May 9, 2023
1 parent cab4711 commit 929436a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/sui-config/src/genesis.rs
Expand Up @@ -571,13 +571,13 @@ impl GenesisCeremonyParameters {
}

fn default_stake_subsidy_period_length() -> u64 {
// 30 distributions or epochs
30
// 10 distributions or epochs
10
}

fn default_stake_subsidy_decrease_rate() -> u16 {
// 10% in basis points
10000
1000
}

fn to_genesis_chain_parameters(&self) -> GenesisChainParameters {
Expand Down

0 comments on commit 929436a

Please sign in to comment.