Skip to content

Commit 95d4eb0

Browse files
authored
prepare more sub accounts for may unlock (#1683)
Signed-off-by: Cheng JIANG <[email protected]>
1 parent e69b807 commit 95d4eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/heiko/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ parameter_types! {
612612
pub const BondingDuration: EraIndex = 28; // 7Days
613613
pub const MinNominatorBond: Balance = 100_000_000_000; // 0.1KSM
614614
pub const NumSlashingSpans: u32 = 0;
615-
pub DerivativeIndexList: Vec<u16> = vec![0, 1, 2, 3, 4, 5];
615+
pub DerivativeIndexList: Vec<u16> = vec![0, 1, 2, 3, 4, 5, 6, 7, 8];
616616
}
617617

618618
impl pallet_liquid_staking::Config for Runtime {

0 commit comments

Comments
 (0)