From f1b53746fe8195d930ce7a2c70c07d2a3278acd3 Mon Sep 17 00:00:00 2001 From: str-mv <51784859+str-mv@users.noreply.github.com> Date: Wed, 09 Dec 2020 12:57:31 +0000 Subject: [PATCH] Merge pull request #30 from usetech-llc/feature/nftpar_122_remove Configure treasury --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -366,8 +366,8 @@ 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 SpendPeriod: BlockNumber = 5 * MINUTES; + pub const Burn: Permill = Permill::from_percent(0); pub const TipCountdown: BlockNumber = 1 * DAYS; pub const TipFindersFee: Percent = Percent::from_percent(20); pub const TipReportDepositBase: Balance = 1 * DOLLARS; -- gitstuff