mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17:56 +00:00
d839cbd92b
Applied global changes: Polkadot->Pezkuwi, Parachain->TeyrChain, pallet->pezpallet, frame->pezframe. Updated authors in Cargo.toml to include Kurdistan Tech Institute and pezkuwichain team. Used Cargo aliases to maintain SDK compatibility while using rebranded names in source code.
5 lines
143 B
Rust
5 lines
143 B
Rust
use pezframe_support::traits::Everything;
|
|
use xcm_builder::AllowUnpaidExecutionFrom;
|
|
|
|
pub type Barrier = AllowUnpaidExecutionFrom<Everything>;
|