From 2925b9a03c4a174d3c06075ccc71ac37ef85c1ac Mon Sep 17 00:00:00 2001 From: Allen Pocket Date: Wed, 8 Sep 2021 19:34:08 +0800 Subject: [PATCH] :ambulance: ($RUNTIME) Change Salp::MinContribution to 0.1KSM at Bifrost --- runtime/bifrost/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/bifrost/src/lib.rs b/runtime/bifrost/src/lib.rs index 628838892c..e610ebcad5 100644 --- a/runtime/bifrost/src/lib.rs +++ b/runtime/bifrost/src/lib.rs @@ -960,7 +960,7 @@ impl EnsureOrigin for EnsureConfirmAsMultiSig { } parameter_types! { - pub const MinContribution: Balance = 1 * DOLLARS; + pub const MinContribution: Balance = DOLLARS / 10; pub const RemoveKeysLimit: u32 = 500; pub const VSBondValidPeriod: BlockNumber = 30 * DAYS; pub const ReleaseCycle: BlockNumber = 1 * DAYS;