Skip to content

Commit 5df75a4

Browse files
rphmeierpepyakin
authored andcommitted
kusama runtime: add currency matcher
1 parent dd4c1c1 commit 5df75a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sugondat-chain/runtimes/sugondat-kusama/src/xcm_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ impl pallet_xcm::Config for Runtime {
213213
// ^ Override for AdvertisedXcmVersion default
214214
type AdvertisedXcmVersion = pallet_xcm::CurrentXcmVersion;
215215
type Currency = Balances;
216-
type CurrencyMatcher = ();
216+
type CurrencyMatcher = IsConcrete<KusamaLocation>;
217217
type TrustedLockers = ();
218218
type SovereignAccountOf = LocationToAccountId;
219219
type MaxLockers = ConstU32<8>;

0 commit comments

Comments
 (0)