File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1913,8 +1913,8 @@ pub mod pallet {
19131913 /// the lowest emitters while preserving temporally and owner immune UIDs. The UIDs are
19141914 /// then compressed to the left and storage is migrated to the new compressed UIDs.
19151915 #[ pallet:: call_index( 78 ) ]
1916- #[ pallet:: weight( Weight :: from_parts( 15_000_000 , 0 )
1917- . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1916+ #[ pallet:: weight( Weight :: from_parts( 32_880_000 , 0 )
1917+ . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 6_u64 ) )
19181918 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
19191919 pub fn sudo_trim_to_max_allowed_uids (
19201920 origin : OriginFor < T > ,
@@ -1940,8 +1940,8 @@ pub mod pallet {
19401940 /// The extrinsic sets the minimum allowed UIDs for a subnet.
19411941 /// It is only callable by the root account.
19421942 #[ pallet:: call_index( 79 ) ]
1943- #[ pallet:: weight( Weight :: from_parts( 18_800_000 , 0 )
1944- . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 2_u64 ) )
1943+ #[ pallet:: weight( Weight :: from_parts( 24_370_000 , 0 )
1944+ . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 3_u64 ) )
19451945 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
19461946 pub fn sudo_set_min_allowed_uids (
19471947 origin : OriginFor < T > ,
You can’t perform that action at this time.
0 commit comments