diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 9e3a6f002..cc72d0ce7 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -192,6 +192,7 @@ runtime-benchmarks = [ "sp-runtime/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "frame-support/runtime-benchmarks", + "xcm-fee-payment-runtime-api/runtime-benchmarks", ] try-runtime = [ "local-runtime/try-runtime", diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index fc852be92..bced40454 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -285,6 +285,7 @@ runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "xcm-executor/runtime-benchmarks", + "xcm-fee-payment-runtime-api/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "parachains-common/runtime-benchmarks", "orml-oracle/runtime-benchmarks", diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 1394e062c..83b56af34 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -320,6 +320,7 @@ runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "xcm-executor/runtime-benchmarks", + "xcm-fee-payment-runtime-api/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "parachains-common/runtime-benchmarks", "orml-oracle/runtime-benchmarks", diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 2a2afb1b3..a28e5aa87 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -289,6 +289,7 @@ runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "xcm-executor/runtime-benchmarks", + "xcm-fee-payment-runtime-api/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "parachains-common/runtime-benchmarks",