Skip to content

Commit

Permalink
remove old params for previous migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Sep 3, 2024
1 parent a7fb136 commit 24c5b57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/basilisk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,6 @@ pub type Executive = frame_executive::Executive<
pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,
>;

parameter_types! {
pub const DmpQueuePalletName: &'static str = "DmpQueue";
pub const XcmRateLimiterPalletName: &'static str = "XcmRateLimiter";
}

#[cfg(feature = "runtime-benchmarks")]
mod benches {
frame_support::parameter_types! {
Expand Down

0 comments on commit 24c5b57

Please sign in to comment.