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
175 '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']
179179
180app-promotion = []
180collator-selection = []181collator-selection = []
181foreign-assets = []182foreign-assets = []
182refungible = []183refungible = []
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 });