diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 792cbdcfc..ebea16a06 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -94,6 +94,7 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", + "pallet-beefy-mmr/runtime-benchmarks", "pallet-configuration/runtime-benchmarks", "pallet-data-preservers/runtime-benchmarks", "pallet-external-validators/runtime-benchmarks", diff --git a/solo-chains/runtime/dancelight/Cargo.toml b/solo-chains/runtime/dancelight/Cargo.toml index b5a70605b..75fb3b077 100644 --- a/solo-chains/runtime/dancelight/Cargo.toml +++ b/solo-chains/runtime/dancelight/Cargo.toml @@ -306,6 +306,7 @@ runtime-benchmarks = [ "pallet-author-noting/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-balances/runtime-benchmarks", + "pallet-beefy-mmr/runtime-benchmarks", "pallet-collator-assignment/runtime-benchmarks", "pallet-collator-assignment/runtime-benchmarks", "pallet-collective/runtime-benchmarks",