Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/heiko/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u16> = vec![0, 1, 2, 3, 4, 5];
pub DerivativeIndexList: Vec<u16> = vec![0, 1, 2, 3, 4, 5, 6, 7, 8];
}

impl pallet_liquid_staking::Config for Runtime {
Expand Down