Skip to content

Commit

Permalink
fix: update the state_trie_migration pallet index to 251
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech committed Jan 29, 2025
1 parent 2afd901 commit d1c6613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parachain/runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1363,9 +1363,9 @@ construct_runtime! {
Ethereum: pallet_ethereum = 121,

// TMP
AccountFix: pallet_account_fix = 254,
// State Trie Migration
StateTrieMigration: pallet_state_trie_migration = 255,
StateTrieMigration: pallet_state_trie_migration = 251,
AccountFix: pallet_account_fix = 254,
}
}

Expand Down
4 changes: 2 additions & 2 deletions parachain/runtime/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,10 @@ construct_runtime! {
Whitelist: pallet_whitelist::{Pallet, Call, Storage, Event<T>} = 173,

// TMP
// State Trie Migration
StateTrieMigration: pallet_state_trie_migration = 251,
AccountFix: pallet_account_fix = 254,
Sudo: pallet_sudo = 255,
// State Trie Migration
StateTrieMigration: pallet_state_trie_migration = 256,
}
}

Expand Down

0 comments on commit d1c6613

Please sign in to comment.