Skip to content

Commit

Permalink
Update spend period and burn percent of treasury module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tore19 committed Sep 10, 2024
1 parent c42a2eb commit d0da607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ impl pallet_membership::Trait<pallet_membership::Instance1> for Runtime {
parameter_types! {
pub const ProposalBond: Permill = Permill::from_percent(5);
pub const ProposalBondMinimum: Balance = 10_000 * DOLLARS;
pub const SpendPeriod: BlockNumber = 24 * DAYS;
pub const Burn: Permill = Permill::from_percent(0);
pub const SpendPeriod: BlockNumber = 30 * DAYS;
pub const Burn: Permill = Permill::from_percent(100);
pub const TipCountdown: BlockNumber = 1 * DAYS;
pub const TipFindersFee: Percent = Percent::from_percent(20);
pub const TipReportDepositBase: Balance = 1 * DOLLARS;
Expand Down

0 comments on commit d0da607

Please sign in to comment.