Skip to content

Commit

Permalink
enable teleport of TEER to asset hub
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 13, 2024
1 parent 50debf0 commit b52dc3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion polkadot-parachains/integritee-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ pub use sp_runtime::{Perbill, Permill};

// TEE
pub use pallet_claims;
use pallet_collective::EnsureProportionAtLeast;
pub use pallet_enclave_bridge;
pub use pallet_sidechain;
pub use pallet_teeracle;
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/integritee-runtime/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ impl pallet_xcm::Config for Runtime {
type ExecuteXcmOrigin = EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>; // Allow any local origin in XCM execution.
type XcmExecuteFilter = Nothing; // Disable generic XCM execution. This does not affect Teleport or Reserve Transfer.
type XcmExecutor = XcmExecutor<XcmConfig>;
type XcmTeleportFilter = Nothing; // Do not allow teleports
type XcmTeleportFilter = OnlyTeleportNative;
type XcmReserveTransferFilter = Everything; // Transfer are allowed
type Weigher = FixedWeightBounds<UnitWeightCost, RuntimeCall, MaxInstructions>;
type UniversalLocation = UniversalLocation;
Expand Down

0 comments on commit b52dc3e

Please sign in to comment.