File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ impl pallet_parachain_staking::Config for Runtime {
755
755
/// Maximum delegations per delegator
756
756
type MaxDelegationsPerDelegator = ConstU32 < 100 > ;
757
757
/// Minimum stake required to be reserved to be a candidate
758
- type MinCandidateStk = ConstU128 < { 10000 * currency:: MOVR * currency:: SUPPLY_FACTOR } > ;
758
+ type MinCandidateStk = ConstU128 < { 500 * currency:: MOVR * currency:: SUPPLY_FACTOR } > ;
759
759
/// Minimum stake required to be reserved to be a delegator
760
760
type MinDelegation = ConstU128 < { 5 * currency:: MOVR * currency:: SUPPLY_FACTOR } > ;
761
761
type BlockAuthor = AuthorInherent ;
@@ -1739,7 +1739,7 @@ mod tests {
1739
1739
// staking minimums
1740
1740
assert_eq ! (
1741
1741
get!( pallet_parachain_staking, MinCandidateStk , u128 ) ,
1742
- Balance :: from( 10 * KILOMOVR )
1742
+ Balance :: from( 500 * MOVR )
1743
1743
) ;
1744
1744
assert_eq ! (
1745
1745
get!( pallet_parachain_staking, MinDelegation , u128 ) ,
You can’t perform that action at this time.
0 commit comments