From 42367d69f5fe769b921c4b9dd812f048c2333ccb Mon Sep 17 00:00:00 2001 From: ron Date: Thu, 30 Nov 2023 19:48:35 +0800 Subject: [PATCH] Update to EthereumSystem --- .../runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))]