Skip to content

Commit

Permalink
fix(testnet): add missing migration (r0gue-io#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 authored and chungquantin committed Aug 12, 2024
1 parent 862d63c commit 7c75f21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,17 @@ pub type SignedExtra = (
pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;

/// Migrations to apply on runtime upgrade.
pub type Migrations = (pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,);

/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Runtime,
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
Migrations,
>;

/// Handles converting a weight scalar to a fee value, based on the scale and granularity of the
Expand Down

0 comments on commit 7c75f21

Please sign in to comment.