@@ -275,7 +275,7 @@ pub mod pallet {
275275 /// It is only callable by the root account or subnet owner.
276276 /// The extrinsic will call the Subtensor pallet to set the weights version key.
277277 #[ pallet:: call_index( 6 ) ]
278- #[ pallet:: weight( Weight :: from_parts( 17_460_000 , 0 )
278+ #[ pallet:: weight( Weight :: from_parts( 13_770_000 , 0 )
279279 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
280280 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
281281 pub fn sudo_set_weights_version_key (
@@ -1294,7 +1294,7 @@ pub mod pallet {
12941294 /// # Weight
12951295 /// Weight is handled by the `#[pallet::weight]` attribute.
12961296 #[ pallet:: call_index( 57 ) ]
1297- #[ pallet:: weight( Weight :: from_parts( 19_320_000 , 0 )
1297+ #[ pallet:: weight( Weight :: from_parts( 13_910_000 , 0 )
12981298 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
12991299 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
13001300 pub fn sudo_set_commit_reveal_weights_interval (
@@ -1653,7 +1653,7 @@ pub mod pallet {
16531653 /// Sets the commit-reveal weights version for all subnets
16541654 #[ pallet:: call_index( 71 ) ]
16551655 #[ pallet:: weight( (
1656- Weight :: from_parts( 7_114_000 , 0 )
1656+ Weight :: from_parts( 5_321_000 , 0 )
16571657 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1 ) )
16581658 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) ) ,
16591659 DispatchClass :: Operational ,
0 commit comments