diff --git a/runtime/heiko/src/lib.rs b/runtime/heiko/src/lib.rs index a4847b760..4f7e974bb 100644 --- a/runtime/heiko/src/lib.rs +++ b/runtime/heiko/src/lib.rs @@ -612,7 +612,7 @@ parameter_types! { pub const BondingDuration: EraIndex = 28; // 7Days pub const MinNominatorBond: Balance = 100_000_000_000; // 0.1KSM pub const NumSlashingSpans: u32 = 0; - pub DerivativeIndexList: Vec = vec![0, 1, 2, 3, 4, 5]; + pub DerivativeIndexList: Vec = vec![0, 1, 2, 3, 4, 5, 6, 7, 8]; } impl pallet_liquid_staking::Config for Runtime {