mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Disable asset transfers on Polkadot (#4475)
This commit is contained in:
@@ -1418,8 +1418,8 @@ impl pallet_xcm::Config for Runtime {
|
|||||||
// ...but they must match our filter, which rejects all.
|
// ...but they must match our filter, which rejects all.
|
||||||
type XcmExecuteFilter = Nothing;
|
type XcmExecuteFilter = Nothing;
|
||||||
type XcmExecutor = XcmExecutor<XcmConfig>;
|
type XcmExecutor = XcmExecutor<XcmConfig>;
|
||||||
type XcmTeleportFilter = Everything;
|
type XcmTeleportFilter = Nothing;
|
||||||
type XcmReserveTransferFilter = Everything;
|
type XcmReserveTransferFilter = Nothing;
|
||||||
type Weigher = FixedWeightBounds<BaseXcmWeight, Call, MaxInstructions>;
|
type Weigher = FixedWeightBounds<BaseXcmWeight, Call, MaxInstructions>;
|
||||||
type LocationInverter = LocationInverter<Ancestry>;
|
type LocationInverter = LocationInverter<Ancestry>;
|
||||||
type Origin = Origin;
|
type Origin = Origin;
|
||||||
|
|||||||
Reference in New Issue
Block a user