Update Westend Trusted Teleporters (#5985)

* change para ID of collectives and remove encointer

* fmt
This commit is contained in:
joe petrowski
2022-09-13 07:28:15 +02:00
committed by GitHub
parent 8ea6076fe5
commit 41f317715e
+3 -9
View File
@@ -75,21 +75,15 @@ pub type XcmRouter = (
parameter_types! {
pub const Westmint: MultiLocation = Parachain(1000).into();
pub const Encointer: MultiLocation = Parachain(1001).into();
pub const Collectives: MultiLocation = Parachain(1002).into();
pub const Collectives: MultiLocation = Parachain(1001).into();
pub const WestendForWestmint: (MultiAssetFilter, MultiLocation) =
(Wild(AllOf { fun: WildFungible, id: Concrete(WndLocation::get()) }), Westmint::get());
pub const WestendForEncointer: (MultiAssetFilter, MultiLocation) =
(Wild(AllOf { fun: WildFungible, id: Concrete(WndLocation::get()) }), Encointer::get());
pub const WestendForCollectives: (MultiAssetFilter, MultiLocation) =
(Wild(AllOf { fun: WildFungible, id: Concrete(WndLocation::get()) }), Collectives::get());
pub const MaxInstructions: u32 = 100;
}
pub type TrustedTeleporters = (
xcm_builder::Case<WestendForWestmint>,
xcm_builder::Case<WestendForEncointer>,
xcm_builder::Case<WestendForCollectives>,
);
pub type TrustedTeleporters =
(xcm_builder::Case<WestendForWestmint>, xcm_builder::Case<WestendForCollectives>);
/// The barriers one of which must be passed for an XCM message to be executed.
pub type Barrier = (