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 884fb6c commit c41bd1fCopy full SHA for c41bd1f
runtime/litentry/src/lib.rs
@@ -719,8 +719,8 @@ parameter_types! {
719
pub const DefaultCollatorCommission: Perbill = Perbill::from_percent(33);
720
/// Default percent of inflation set aside for parachain bond every round
721
pub const DefaultParachainBondReservePercent: Percent = Percent::from_percent(0);
722
- pub const MinDelegation: Balance = 50 * DOLLARS;
723
- pub const MinDelegatorStk: Balance = 50 * DOLLARS;
+ pub const MinDelegation: Balance = 5 * DOLLARS;
+ pub const MinDelegatorStk: Balance = 5 * DOLLARS;
724
}
725
726
#[cfg(feature = "runtime-benchmarks")]
0 commit comments