Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Nov 25, 2022
1 parent 7700b25 commit fabb0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,7 @@ impl pallet_assets::Config<Instance2> for Runtime {
type Freezer = ();
type Extra = ();
type WeightInfo = pallet_assets::weights::SubstrateWeight<Runtime>;
type RemoveItemsLimit = ConstU32<1000>;
}

parameter_types! {
Expand All @@ -1484,6 +1485,7 @@ impl pallet_dex::Config for Runtime {
type Assets = Assets;
type PoolAssets = PoolAssets;
type AssetId = <Self as pallet_assets::Config<Instance1>>::AssetId;
type PoolAssetId = <Self as pallet_assets::Config<Instance2>>::AssetId;
type PalletId = DexPalletId;
}

Expand Down

0 comments on commit fabb0fd

Please sign in to comment.