Rename Statemint where appropriate (#4087)

* Rename Statemint where appropriate

* Rename to Rockmine

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
Keith Yeung
2021-10-15 15:03:34 -07:00
committed by GitHub
parent fb15289623
commit 04a5d8c8b2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1328,9 +1328,9 @@ pub type XcmRouter = (
parameter_types! {
pub const Kusama: MultiAssetFilter = Wild(AllOf { fun: WildFungible, id: Concrete(KsmLocation::get()) });
pub const KusamaForStatemint: (MultiAssetFilter, MultiLocation) = (Kusama::get(), Parachain(1000).into());
pub const KusamaForStatemine: (MultiAssetFilter, MultiLocation) = (Kusama::get(), Parachain(1000).into());
}
pub type TrustedTeleporters = (xcm_builder::Case<KusamaForStatemint>,);
pub type TrustedTeleporters = (xcm_builder::Case<KusamaForStatemine>,);
/// The barriers one of which must be passed for an XCM message to be executed.
pub type Barrier = (