Skip to content

Commit

Permalink
update DerivativeIndexList
Browse files Browse the repository at this point in the history
  • Loading branch information
RustNinja committed Dec 28, 2023
1 parent cdc8d5d commit 5e50a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/parachain/runtime/composable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ impl pallet_xcm_helper::Config for Runtime {

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

0 comments on commit 5e50a80

Please sign in to comment.