difftreelog
feat(unique-runtime) enable app-promotion
in: master
2 files changed
runtime/unique/Cargo.tomldiffbeforeafterboth175 'pallet-xcm/try-runtime',175 'pallet-xcm/try-runtime',176 'parachain-info/try-runtime',176 'parachain-info/try-runtime',177]177]178unique-runtime = ['foreign-assets', 'refungible']178unique-runtime = ['app-promotion', 'foreign-assets', 'refungible']179179180app-promotion = []180collator-selection = []181collator-selection = []181foreign-assets = []182foreign-assets = []182refungible = []183refungible = []tests/src/pallet-presence.test.tsdiffbeforeafterboth88 requiredPallets.push(88 requiredPallets.push(89 refungible,89 refungible,90 foreignAssets,90 foreignAssets,91 appPromotion,91 );92 );92 }93 }93 });94 });