Skip to content

Commit 5e50a80

Browse files
committed
update DerivativeIndexList
1 parent cdc8d5d commit 5e50a80

File tree

1 file changed

+1
-1
lines changed
  • code/parachain/runtime/composable/src

1 file changed

+1
-1
lines changed

code/parachain/runtime/composable/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ impl pallet_xcm_helper::Config for Runtime {
578578

579579
parameter_types! {
580580
pub const StakingPalletId: PalletId = PalletId(*b"com/lqsk");
581-
pub DerivativeIndexList: Vec<u16> = vec![0, 1, 2, 3, 4, 5];
581+
pub DerivativeIndexList: Vec<u16> = vec![0];
582582
pub const XcmFees: Balance = 500_000_000; // 0.05DOT
583583
pub MatchingPoolFastUnstakeFee: pallet_liquid_staking::types::Rate = pallet_liquid_staking::types::Rate::saturating_from_rational(1_u32, 100_u32);
584584
pub const StakingCurrency: CurrencyId = CurrencyId::COMPOSABLE_DOT;

0 commit comments

Comments
 (0)