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 277a8889d724..67237de0d9e7 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 @@ -527,6 +527,7 @@ impl snowbridge_inbound_queue::Config for Runtime { type Helper = Runtime; type MessageConverter = MessageToXcm; + type WeightToFee = WeightToFee; } impl snowbridge_outbound_queue::Config for Runtime {