This commit is contained in:
Keith Yeung
2022-08-25 18:13:24 +08:00
parent 004f0449f4
commit bee34ba3f9
@@ -55,7 +55,7 @@ use xcm_executor::{
parameter_types! {
pub const RelayLocation: MultiLocation = MultiLocation::parent();
pub const RelayNetwork: NetworkId = NetworkId::Any;
pub const RelayNetwork: Option<NetworkId> = None;
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
pub UniversalLocation: InteriorMultiLocation = X1(Parachain(ParachainInfo::parachain_id().into()));
}
@@ -388,4 +388,5 @@ impl pallet_xcm::Config for Runtime {
impl cumulus_pallet_xcm::Config for Runtime {
type Event = Event;
type XcmExecutor = XcmExecutor<XcmConfig>;
type PriceForSiblingDelivery = ();
}