Skip to content

Commit

Permalink
Adjust neo-swaps mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Jan 16, 2024
1 parent 0a76d86 commit bc4f5f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zrml/neo-swaps/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ use zeitgeist_primitives::{
traits::{DeployPoolApi, DistributeFees},
types::{
AccountIdTest, Amount, Assets, Balance, BasicCurrencyAdapter, BlockNumber, BlockTest, Hash,
Index, MarketId, Moment, PoolId, UncheckedExtrinsicTest,
Index, MarketId, Moment, PoolId, UncheckedExtrinsicTest, Currencies,
},
};
use zrml_neo_swaps::BalanceOf;
Expand Down Expand Up @@ -462,7 +462,7 @@ impl pallet_treasury::Config for Runtime {
#[cfg(feature = "parachain")]
zrml_prediction_markets::impl_mock_registry! {
MockRegistry,
Assets,
Currencies,
Balance,
zeitgeist_primitives::types::CustomMetadata
}
Expand Down Expand Up @@ -501,7 +501,7 @@ impl ExtBuilder {
#[cfg(feature = "parachain")]
orml_asset_registry_mock::GenesisConfig {
metadata: vec![(
FOREIGN_ASSET,
Currencies::try_from(FOREIGN_ASSET).unwrap(),
AssetMetadata {
decimals: 18,
name: "MKL".as_bytes().to_vec(),
Expand Down

0 comments on commit bc4f5f4

Please sign in to comment.