@@ -275,7 +275,7 @@ pub mod pallet {
275
275
/// It is only callable by the root account or subnet owner.
276
276
/// The extrinsic will call the Subtensor pallet to set the weights version key.
277
277
#[ pallet:: call_index( 6 ) ]
278
- #[ pallet:: weight( Weight :: from_parts( 17_460_000 , 0 )
278
+ #[ pallet:: weight( Weight :: from_parts( 13_770_000 , 0 )
279
279
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
280
280
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
281
281
pub fn sudo_set_weights_version_key (
@@ -1294,7 +1294,7 @@ pub mod pallet {
1294
1294
/// # Weight
1295
1295
/// Weight is handled by the `#[pallet::weight]` attribute.
1296
1296
#[ pallet:: call_index( 57 ) ]
1297
- #[ pallet:: weight( Weight :: from_parts( 19_320_000 , 0 )
1297
+ #[ pallet:: weight( Weight :: from_parts( 13_910_000 , 0 )
1298
1298
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1299
1299
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
1300
1300
pub fn sudo_set_commit_reveal_weights_interval (
@@ -1653,7 +1653,7 @@ pub mod pallet {
1653
1653
/// Sets the commit-reveal weights version for all subnets
1654
1654
#[ pallet:: call_index( 71 ) ]
1655
1655
#[ pallet:: weight( (
1656
- Weight :: from_parts( 7_114_000 , 0 )
1656
+ Weight :: from_parts( 5_321_000 , 0 )
1657
1657
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1 ) )
1658
1658
. saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) ) ,
1659
1659
DispatchClass :: Operational ,
0 commit comments