File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pallets/subtensor/src/migrations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pub fn migrate_rao<T: Config>() -> Weight {
57
57
58
58
// Convert subnets and give them lock.
59
59
// Set global weight to 18% from the start
60
- TaoWeight :: < T > :: set ( 320_413_933_267_719_290 ) ;
60
+ TaoWeight :: < T > :: set ( 332_041_393_326_771_929 ) ;
61
61
for netuid in netuids. iter ( ) . clone ( ) {
62
62
if * netuid == 0 {
63
63
// Give root a single RAO in pool to avoid any catestrophic division by zero.
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ parameter_types! {
1042
1042
pub const SubtensorInitialNetworkMaxStake : u64 = u64 :: MAX ; // Maximum possible value for u64, this make the make stake infinity
1043
1043
pub const InitialColdkeySwapScheduleDuration : BlockNumber = 5 * 24 * 60 * 60 / 12 ; // 5 days
1044
1044
pub const InitialDissolveNetworkScheduleDuration : BlockNumber = 5 * 24 * 60 * 60 / 12 ; // 5 days
1045
- pub const SubtensorInitialTaoWeight : u64 = 3_320_413_933_267_719_290 ; // 18% global weigh.
1045
+ pub const SubtensorInitialTaoWeight : u64 = 332_041_393_326_771_929 ; // 18% global weigh.
1046
1046
}
1047
1047
1048
1048
impl pallet_subtensor:: Config for Runtime {
You can’t perform that action at this time.
0 commit comments