diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index a5a9582d1a04..d40ed9de2419 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -98,10 +98,10 @@ use xcm::latest::prelude::*; use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight}; -#[cfg(not(feature = "runtime-benchmarks"))] use crate::{ bridge_hub_rococo_config::BridgeRefundBridgeHubWococoMessages, - bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages, xcm_config::XcmRouter, + bridge_hub_wococo_config::BridgeRefundBridgeHubRococoMessages, + xcm_config::{AllowSiblingsOnly, XcmRouter}, }; use parachains_common::{ impls::DealWithFees, @@ -528,6 +528,7 @@ impl snowbridge_inbound_queue::Config for Runtime { type Helper = Runtime; type MessageConverter = MessageToXcm; + type WeightToFee = WeightToFee; } impl snowbridge_outbound_queue::Config for Runtime {