We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c1c1 commit 5df75a4Copy full SHA for 5df75a4
sugondat-chain/runtimes/sugondat-kusama/src/xcm_config.rs
@@ -213,7 +213,7 @@ impl pallet_xcm::Config for Runtime {
213
// ^ Override for AdvertisedXcmVersion default
214
type AdvertisedXcmVersion = pallet_xcm::CurrentXcmVersion;
215
type Currency = Balances;
216
- type CurrencyMatcher = ();
+ type CurrencyMatcher = IsConcrete<KusamaLocation>;
217
type TrustedLockers = ();
218
type SovereignAccountOf = LocationToAccountId;
219
type MaxLockers = ConstU32<8>;
0 commit comments