Skip to content

Commit

Permalink
increase pot iterations and update chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dariolina committed Oct 9, 2024
1 parent 0b2c17c commit da8c94f
Show file tree
Hide file tree
Showing 2 changed files with 108,377 additions and 433,447 deletions.
541,822 changes: 108,376 additions & 433,446 deletions crates/sc-subspace-chain-specs/res/chain-spec-raw-devnet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/subspace-node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ pub fn devnet_config_compiled() -> Result<GenericChainSpec, String> {
GenesisParams {
enable_rewards_at: EnableRewardsAt::Manually,
allow_authoring_by: AllowAuthoringBy::FirstFarmer,
pot_slot_iterations: NonZeroU32::new(150_000_000).expect("Not zero; qed"),
pot_slot_iterations: NonZeroU32::new(200_032_000).expect("Not zero; qed"),
enable_domains: false,
enable_dynamic_cost_of_storage: false,
enable_balance_transfers: false,
Expand Down

0 comments on commit da8c94f

Please sign in to comment.