git.delta.rocks / unique-network / refs/commits / 943ea22b9198

difftreelog

fix pallets presence test

Daniel Shiposha2022-09-07parent: #0751022.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
51 'nonfungible',51 'nonfungible',
52 'charging',52 'charging',
53 'configuration',53 'configuration',
54 'tokens',
55 'xtokens',
54];56];
5557
56// Pallets that depend on consensus and governance configuration58// Pallets that depend on consensus and governance configuration
6769
68 const refungible = 'refungible';70 const refungible = 'refungible';
69 const scheduler = 'scheduler';71 const scheduler = 'scheduler';
72 const foreignAssets = 'foreignassets';
70 const rmrkPallets = ['rmrkcore', 'rmrkequip'];73 const rmrkPallets = ['rmrkcore', 'rmrkequip'];
7174
72 if (chain.eq('OPAL by UNIQUE')) {75 if (chain.eq('OPAL by UNIQUE')) {
73 requiredPallets.push(refungible, scheduler, ...rmrkPallets);76 requiredPallets.push(
77 refungible,
78 scheduler,
79 foreignAssets,
80 ...rmrkPallets,
81 );
74 } else if (chain.eq('QUARTZ by UNIQUE')) {82 } else if (chain.eq('QUARTZ by UNIQUE')) {
75 // Insert Quartz additional pallets here83 // Insert Quartz additional pallets here