diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index 4c314c23766c..2d2c7ddc74a1 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -73,4 +73,7 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add((843_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } + fn remark_with_event(_b: u32, ) -> Weight { + (1_317_000 as Weight) + } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index 235ff3147966..f23e271e69e4 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -73,4 +73,7 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add((847_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } + fn remark_with_event(_b: u32, ) -> Weight { + (1_317_000 as Weight) + } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 8ca24e261669..177ef0c344ed 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -73,4 +73,7 @@ impl frame_system::WeightInfo for WeightInfo { .saturating_add((836_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } + fn remark_with_event(_b: u32, ) -> Weight { + (1_317_000 as Weight) + } }