git.delta.rocks / unique-network / refs/commits / bdd7f2d685f3

difftreelog

Configure treasury

Greg Zaitsev2020-12-09parent: #12b3b52.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
366parameter_types! {366parameter_types! {
367 pub const ProposalBond: Permill = Permill::from_percent(5);367 pub const ProposalBond: Permill = Permill::from_percent(5);
368 pub const ProposalBondMinimum: Balance = 1 * DOLLARS;368 pub const ProposalBondMinimum: Balance = 1 * DOLLARS;
369 pub const SpendPeriod: BlockNumber = 1 * DAYS;369 pub const SpendPeriod: BlockNumber = 5 * MINUTES;
370 pub const Burn: Permill = Permill::from_percent(50);370 pub const Burn: Permill = Permill::from_percent(0);
371 pub const TipCountdown: BlockNumber = 1 * DAYS;371 pub const TipCountdown: BlockNumber = 1 * DAYS;
372 pub const TipFindersFee: Percent = Percent::from_percent(20);372 pub const TipFindersFee: Percent = Percent::from_percent(20);
373 pub const TipReportDepositBase: Balance = 1 * DOLLARS;373 pub const TipReportDepositBase: Balance = 1 * DOLLARS;