Skip to content

Commit

Permalink
compute: switch migration account
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab committed Mar 25, 2024
1 parent 3e3ad7a commit bf59904
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/khala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ pub struct MigrationAccount;
impl Get<AccountId32> for MigrationAccount {
fn get() -> AccountId32 {
let account: [u8; 32] =
hex_literal::hex!("9e6399cd577e8ac536bdc017675f747b2d1893ad9cc8c69fd17eef73d4e6e51e");
hex_literal::hex!("46ebddef8cd9bb167dc30878d7113b7e168e6f0646beffd77d69d39bad76b47a");
account.into()
}
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ pub struct MigrationAccount;
impl Get<AccountId32> for MigrationAccount {
fn get() -> AccountId32 {
let account: [u8; 32] =
hex_literal::hex!("9e6399cd577e8ac536bdc017675f747b2d1893ad9cc8c69fd17eef73d4e6e51e");
hex_literal::hex!("46ebddef8cd9bb167dc30878d7113b7e168e6f0646beffd77d69d39bad76b47a");
account.into()
}
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ pub struct MigrationAccount;
impl Get<AccountId32> for MigrationAccount {
fn get() -> AccountId32 {
let account: [u8; 32] =
hex_literal::hex!("9e6399cd577e8ac536bdc017675f747b2d1893ad9cc8c69fd17eef73d4e6e51e");
hex_literal::hex!("46ebddef8cd9bb167dc30878d7113b7e168e6f0646beffd77d69d39bad76b47a");
account.into()
}
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ pub struct MigrationAccount;
impl Get<AccountId32> for MigrationAccount {
fn get() -> AccountId32 {
let account: [u8; 32] =
hex_literal::hex!("9e6399cd577e8ac536bdc017675f747b2d1893ad9cc8c69fd17eef73d4e6e51e");
hex_literal::hex!("46ebddef8cd9bb167dc30878d7113b7e168e6f0646beffd77d69d39bad76b47a");
account.into()
}
}
Expand Down

0 comments on commit bf59904

Please sign in to comment.