We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725182d commit 78e1cf6Copy full SHA for 78e1cf6
runtime/karura/src/xcm_config.rs
@@ -138,12 +138,12 @@ parameter_types! {
138
139
pub BaseRate: u128 = kar_per_second();
140
141
- /// Location of Asset Hub
142
- pub AssetHubLocation: Location = Location::new(1, [Parachain(1000)]);
143
- pub RelayChainNativeAssetFromAssetHub: (AssetFilter, Location) = (
144
- RelayLocationFilter::get(),
145
- AssetHubLocation::get()
146
- );
+ /// Location of Asset Hub
+ pub AssetHubLocation: Location = Location::new(1, [Parachain(1000)]);
+ pub RelayChainNativeAssetFromAssetHub: (AssetFilter, Location) = (
+ RelayLocationFilter::get(),
+ AssetHubLocation::get()
+ );
147
}
148
149
type Reserves = (
0 commit comments