difftreelog
fix enable foreign-assets for quartz
in: master
3 files changed
runtime/common/construct_runtime/mod.rsdiffbeforeafterboth82 #[runtimes(opal, quartz)]82 #[runtimes(opal, quartz)]83 AppPromotion: pallet_app_promotion::{Pallet, Call, Storage, Event<T>} = 73,83 AppPromotion: pallet_app_promotion::{Pallet, Call, Storage, Event<T>} = 73,848485 #[runtimes(opal)]85 #[runtimes(opal, quartz)]86 ForeignAssets: pallet_foreign_assets::{Pallet, Call, Storage, Event<T>} = 80,86 ForeignAssets: pallet_foreign_assets::{Pallet, Call, Storage, Event<T>} = 80,878788 // Frontier88 // Frontierruntime/quartz/Cargo.tomldiffbeforeafterboth169 "pallet-maintenance/std",169 "pallet-maintenance/std",170]170]171limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']171limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']172quartz-runtime = ['refungible', 'app-promotion']172quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']173173174refungible = []174refungible = []175scheduler = []175scheduler = []tests/src/pallet-presence.test.tsdiffbeforeafterboth80 requiredPallets.push(80 requiredPallets.push(81 refungible,81 refungible,82 appPromotion,82 appPromotion,83 foreignAssets,83 );84 );84 } else if (chain.eq('UNIQUE')) {85 } else if (chain.eq('UNIQUE')) {85 // Insert Unique additional pallets here86 // Insert Unique additional pallets here