Skip to content

Commit

Permalink
Adjust the parameters for burning tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Nov 20, 2023
1 parent b0f9b92 commit 97fd0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@ parameter_types! {
pub const ProposalBond: Permill = Permill::from_percent(5);
pub const ProposalBondMinimum: Balance = 1 * DOLLAR;
pub const ProposalBondMaximum: Balance = 5 * DOLLAR;
pub const SpendPeriod: BlockNumber = 1 * DAYS;
pub const Burn: Permill = Permill::from_percent(0);
pub const SpendPeriod: BlockNumber = 7 * 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 * UNIT;
Expand Down

0 comments on commit 97fd0a5

Please sign in to comment.