Skip to content

Commit

Permalink
fix: update the state_trie_migration pallet index to 250+
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech authored and wli-pro committed Jan 29, 2025
1 parent 51eb8f3 commit 2afd901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions parachain/runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

Expand Down
5 changes: 2 additions & 3 deletions parachain/runtime/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
}
}

Expand Down

0 comments on commit 2afd901

Please sign in to comment.