diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index 874cb7dcd6..73df55cc43 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -387,9 +387,9 @@ impl membership::Trait for Runtime { parameter_types! { pub const ProposalBond: Permill = Permill::from_percent(5); - pub const ProposalBondMinimum: Balance = 1 * DOLLARS; - pub const SpendPeriod: BlockNumber = 1 * DAYS; - pub const Burn: Permill = Permill::from_percent(50); + pub const ProposalBondMinimum: Balance = 100 * DOLLARS; + pub const SpendPeriod: BlockNumber = 24 * DAYS; + pub const Burn: Permill = Permill::from_percent(5); } impl treasury::Trait for Runtime {