git.delta.rocks / unique-network / refs/commits / 6321e137104d

difftreelog

feat(unique-runtime) enable app-promotion

Yaroslav Bolyukin2023-02-21parent: #93c4ad6.patch.diff
in: master

2 files changed

modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -175,8 +175,9 @@
 	'pallet-xcm/try-runtime',
 	'parachain-info/try-runtime',
 ]
-unique-runtime = ['foreign-assets', 'refungible']
+unique-runtime = ['app-promotion', 'foreign-assets', 'refungible']
 
+app-promotion = []
 collator-selection = []
 foreign-assets = []
 refungible = []
modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
88 requiredPallets.push(88 requiredPallets.push(
89 refungible,89 refungible,
90 foreignAssets,90 foreignAssets,
91 appPromotion,
91 );92 );
92 }93 }
93 });94 });