1use crate::{Runtime, RuntimeEvent, Balances};2use up_common::types::AccountId;34impl pallet_foreign_assets::Config for Runtime {5 type RuntimeEvent = RuntimeEvent;6 type Currency = Balances;7 type RegisterOrigin = frame_system::EnsureRoot<AccountId>;8 type WeightInfo = pallet_foreign_assets::weights::SubstrateWeight<Self>;9}difftreelog
source
runtime/common/config/pallets/foreign_asset.rs327 Bsourcehistory