Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
remove feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 2, 2023
2 parents f101028 + fb88d91 commit 4f3bf79
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -528,6 +528,7 @@ impl snowbridge_inbound_queue::Config for Runtime {
type Helper = Runtime;
type MessageConverter =
MessageToXcm<CreateAssetCall, CreateAssetExecutionFee, SendTokenExecutionFee>;
type WeightToFee = WeightToFee;
}

impl snowbridge_outbound_queue::Config for Runtime {
Expand Down

0 comments on commit 4f3bf79

Please sign in to comment.