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
@@ -150,11 +150,11 @@ pub type Barrier = (
);
parameter_types! {
pub const KusamaForStatemint: (MultiAssetFilter, MultiLocation) =
pub const KusamaForStatemine: (MultiAssetFilter, MultiLocation) =
(MultiAssetFilter::Wild(WildMultiAsset::AllOf { id: Concrete(MultiLocation::here()), fun: WildFungible }), X1(Parachain(1000)).into());
pub const MaxInstructions: u32 = 100;
}
pub type TrustedTeleporters = (xcm_builder::Case<KusamaForStatemint>,);
pub type TrustedTeleporters = (xcm_builder::Case<KusamaForStatemine>,);
pub struct XcmConfig;
impl xcm_executor::Config for XcmConfig {