We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713a1a commit e8b3034Copy full SHA for e8b3034
runtime/cere-dev/src/lib.rs
@@ -807,7 +807,7 @@ parameter_types! {
807
pub const ProposalBond: Permill = Permill::from_percent(5);
808
pub const ProposalBondMinimum: Balance = 50_000 * DOLLARS;
809
pub const SpendPeriod: BlockNumber = DAYS;
810
- pub const Burn: Permill = Permill::from_parts(25000);
+ pub const Burn: Permill = Permill::from_parts(0);
811
pub const TipCountdown: BlockNumber = DAYS;
812
pub const TipFindersFee: Percent = Percent::from_percent(20);
813
pub const TipReportDepositBase: Balance = 50_000 * DOLLARS;
0 commit comments