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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Guantong committed Jan 17, 2023
1 parent 33dffeb commit 2260b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ impl pallet_assets::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type StringLimit = ConstU32<50>;
type WeightInfo = ();
type RemoveItemsLimit = ConstU32<1000>;
}
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ impl pallet_assets::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type StringLimit = ConstU32<50>;
type WeightInfo = ();
type RemoveItemsLimit = ConstU32<1000>;
}
1 change: 1 addition & 0 deletions runtime/pangolin/src/pallets/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ impl pallet_assets::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type StringLimit = ConstU32<50>;
type WeightInfo = ();
type RemoveItemsLimit = ConstU32<1000>;
}

0 comments on commit 2260b86

Please sign in to comment.