Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into s0me0ne/retire-im-o…
…nline-part-3
  • Loading branch information
s0me0ne-unkn0wn committed Jan 5, 2024
commit 7aded4a4260dd2a3d4374b8b4d0a4fea95fa0570
3 changes: 3 additions & 0 deletions polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,9 @@ construct_runtime! {

ImOnlineRemover: im_online_remover::{Pallet, Storage} = 100,

// Pallet for migrating Identity to a parachain. To be removed post-migration.
IdentityMigrator: identity_migrator::{Pallet, Call, Event<T>} = 248,

ParasSudoWrapper: paras_sudo_wrapper::{Pallet, Call} = 250,
AssignedSlots: assigned_slots::{Pallet, Call, Storage, Event<T>, Config<T>} = 251,

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.