mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 21:01:03 +00:00
Disable asset transfers on Statemint (against Statemint release branch v6.0.1) (#837)
* Disable asset transfers on Statemint * Fixup
This commit is contained in:
@@ -596,8 +596,8 @@ impl pallet_xcm::Config for Runtime {
|
|||||||
// ... but disallow generic XCM execution. As a result only teleports and reserve transfers are allowed.
|
// ... but disallow generic XCM execution. As a result only teleports and reserve transfers are allowed.
|
||||||
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<UnitWeightCost, Call, MaxInstructions>;
|
type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
|
||||||
type LocationInverter = LocationInverter<Ancestry>;
|
type LocationInverter = LocationInverter<Ancestry>;
|
||||||
type Origin = Origin;
|
type Origin = Origin;
|
||||||
|
|||||||
Reference in New Issue
Block a user