File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pub fn do_migrate_fix_pending_emission<T: Config>() -> Weight {
87
87
88
88
let taostats_old_hotkey = "5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8" ;
89
89
let taostats_new_hotkey = "5GKH9FPPnWSUoeeTJp19wVtd84XqFW4pyK2ijV2GsFbhTrP1" ;
90
- let migration_coldkey = "5D65DoFbapkYzJK17VRQo3HFs7FmMeicbaQern28UNDPypCT " ;
90
+ let migration_coldkey = "5GeRjQYsobRWFnrbBmGe5ugme3rfnDVF69N45YtdBpUFsJG8 " ;
91
91
92
92
let taostats_old_hk_account = get_account_id_from_ss58 :: < T > ( taostats_old_hotkey) ;
93
93
let taostats_new_hk_account = get_account_id_from_ss58 :: < T > ( taostats_new_hotkey) ;
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ fn test_migrate_fix_pending_emissions() {
477
477
let datura_old_hk_account: & AccountId = & get_account_id_from_ss58 ( datura_old_hotkey) ;
478
478
let datura_new_hk_account: & AccountId = & get_account_id_from_ss58 ( datura_new_hotkey) ;
479
479
480
- let migration_coldkey = "5D65DoFbapkYzJK17VRQo3HFs7FmMeicbaQern28UNDPypCT " ;
480
+ let migration_coldkey = "5GeRjQYsobRWFnrbBmGe5ugme3rfnDVF69N45YtdBpUFsJG8 " ;
481
481
let migration_account: & AccountId = & get_account_id_from_ss58 ( migration_coldkey) ;
482
482
483
483
// "Issue" the TAO we're going to insert to stake
You can’t perform that action at this time.
0 commit comments