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 90cd72b62f27..c3846879789f 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 @@ -538,7 +538,7 @@ impl snowbridge_inbound_queue::Config for Runtime { type MessageConverter = MessageToXcm; type WeightToFee = WeightToFee; type WeightInfo = weights::snowbridge_inbound_queue::WeightInfo; - type PricingParameters = EthereumControl; + type PricingParameters = EthereumSystem; } impl snowbridge_outbound_queue::Config for Runtime { @@ -552,7 +552,7 @@ impl snowbridge_outbound_queue::Config for Runtime { type Balance = Balance; type WeightToFee = WeightToFee; type WeightInfo = weights::snowbridge_outbound_queue::WeightInfo; - type PricingParameters = EthereumControl; + type PricingParameters = EthereumSystem; } #[cfg(not(feature = "beacon-spec-mainnet"))]