This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 3 files changed +9
-0
lines changed
assets/statemint/src/weights
bridge-hub-kusama/src/weights
bridge-hub-rococo/src/weights
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
69
69
// Standard Error: 0
70
70
. saturating_add ( Weight :: from_parts ( 1_448 , 0 ) . saturating_mul ( b. into ( ) ) )
71
71
}
72
+ fn set_code ( ) -> Weight {
73
+ Weight :: from_parts ( 1_000_000 , 0 )
74
+ }
72
75
/// Storage: System Digest (r:1 w:1)
73
76
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
74
77
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
69
69
// Standard Error: 0
70
70
. saturating_add ( Weight :: from_parts ( 1_414 , 0 ) . saturating_mul ( b. into ( ) ) )
71
71
}
72
+ fn set_code ( ) -> Weight {
73
+ Weight :: from_parts ( 1_000_000 , 0 )
74
+ }
72
75
/// Storage: System Digest (r:1 w:1)
73
76
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
74
77
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
69
69
// Standard Error: 0
70
70
. saturating_add ( Weight :: from_parts ( 1_410 , 0 ) . saturating_mul ( b. into ( ) ) )
71
71
}
72
+ fn set_code ( ) -> Weight {
73
+ Weight :: from_parts ( 1_000_000 , 0 )
74
+ }
72
75
/// Storage: System Digest (r:1 w:1)
73
76
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
74
77
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
You can’t perform that action at this time.
0 commit comments