From 037a2a9426a3b324e5d0c07dd37160932a5d49c6 Mon Sep 17 00:00:00 2001 From: higherordertech Date: Wed, 29 Jan 2025 14:56:44 +1100 Subject: [PATCH] fix: update the state_trie_migration pallet index to 250+ --- parachain/runtime/litentry/src/lib.rs | 5 ++--- parachain/runtime/paseo/src/lib.rs | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/parachain/runtime/litentry/src/lib.rs b/parachain/runtime/litentry/src/lib.rs index c7c0a6a0f6..a02a9242e3 100644 --- a/parachain/runtime/litentry/src/lib.rs +++ b/parachain/runtime/litentry/src/lib.rs @@ -1362,11 +1362,10 @@ construct_runtime! { EVM: pallet_evm = 120, Ethereum: pallet_ethereum = 121, - // State Trie Migration - StateTrieMigration: pallet_state_trie_migration = 130, - // TMP AccountFix: pallet_account_fix = 254, + // State Trie Migration + StateTrieMigration: pallet_state_trie_migration = 255, } } diff --git a/parachain/runtime/paseo/src/lib.rs b/parachain/runtime/paseo/src/lib.rs index 4a795e2601..bd2548bac2 100644 --- a/parachain/runtime/paseo/src/lib.rs +++ b/parachain/runtime/paseo/src/lib.rs @@ -1499,9 +1499,6 @@ construct_runtime! { EVM: pallet_evm = 120, Ethereum: pallet_ethereum = 121, - // State Trie Migration - StateTrieMigration: pallet_state_trie_migration = 130, - // CollabAI Curator: pallet_curator = 150, Guardian: pallet_guardian = 151, @@ -1518,6 +1515,8 @@ construct_runtime! { // TMP AccountFix: pallet_account_fix = 254, Sudo: pallet_sudo = 255, + // State Trie Migration + StateTrieMigration: pallet_state_trie_migration = 256, } }