--- a/runtime/opal/Cargo.toml +++ b/runtime/opal/Cargo.toml @@ -143,6 +143,7 @@ "pallet-identity/try-runtime", "pallet-preimage/try-runtime", "pallet-session/try-runtime", + "pallet-state-trie-migration/try-runtime", 'cumulus-pallet-aura-ext/try-runtime', 'cumulus-pallet-dmp-queue/try-runtime', 'cumulus-pallet-parachain-system/try-runtime', --- a/runtime/quartz/Cargo.toml +++ b/runtime/quartz/Cargo.toml @@ -140,6 +140,7 @@ "pallet-identity/try-runtime", "pallet-preimage/try-runtime", "pallet-session/try-runtime", + "pallet-state-trie-migration/try-runtime", 'cumulus-pallet-aura-ext/try-runtime', 'cumulus-pallet-dmp-queue/try-runtime', 'cumulus-pallet-parachain-system/try-runtime', --- a/runtime/unique/Cargo.toml +++ b/runtime/unique/Cargo.toml @@ -138,6 +138,7 @@ "pallet-identity/try-runtime", "pallet-preimage/try-runtime", "pallet-session/try-runtime", + "pallet-state-trie-migration/try-runtime", 'cumulus-pallet-aura-ext/try-runtime', 'cumulus-pallet-dmp-queue/try-runtime', 'cumulus-pallet-parachain-system/try-runtime',