Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Jul 3, 2023
1 parent f301ed6 commit 0df37f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/hydradx/src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use pallet_otc::NamedReserveIdentifier;
use pallet_transaction_multi_payment::{AddTxAssetOnAccount, RemoveTxAssetOnKilled};
use primitives::constants::currency::{NATIVE_EXISTENTIAL_DEPOSIT, UNITS};

use core::ops::RangeInclusive;
use frame_support::{
parameter_types,
sp_runtime::traits::One,
Expand All @@ -38,7 +39,6 @@ use frame_support::{
use frame_system::{EnsureRoot, RawOrigin};
use orml_traits::currency::MutationHooks;
use pallet_dynamic_fees::types::FeeParams;
use core::ops::RangeInclusive;
use sp_core::crypto::UncheckedFrom;
use sp_std::marker::PhantomData;

Expand Down Expand Up @@ -482,7 +482,6 @@ impl pallet_dynamic_fees::Config for Runtime {
type ProtocolFeeParameters = ProtocolFeeParams;
}


parameter_types! {
pub const StableswapAmplificationRange: RangeInclusive<u16> = RangeInclusive::new(2, 10_000);
}
Expand Down Expand Up @@ -523,4 +522,4 @@ impl pallet_stableswap::Config for Runtime {
type MinTradingLimit = MinTradingLimit;
type AmplificationRange = StableswapAmplificationRange;
type WeightInfo = ();
}
}

0 comments on commit 0df37f6

Please sign in to comment.