Skip to content

Commit

Permalink
Update testnet invulnerables in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Moliholy committed Dec 11, 2024
1 parent 7348b3c commit b28543c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/testnet/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ impl OnRuntimeUpgrade for CollatorStakingSetupMigration {

// Add invulnerables
let invulnerables = vec![
hex!("25451A4de12dcCc2D166922fA938E900fCc4ED24"),
hex!("E04CC55ebEE1cBCE552f250e85c57B70B2E2625b"),
hex!("e07113E692708775d0Cc39E00Fe7f2974bFF4e20"),
hex!("E6b4f55209A70384dB3D147C06b99E32fEB03d6F"),
];
for (i, invulnerable) in invulnerables.into_iter().enumerate() {
if let Ok(result) =
Expand Down

0 comments on commit b28543c

Please sign in to comment.