difftreelog
fix pallets presence test
in: master
1 file changed
tests/src/pallet-presence.test.tsdiffbeforeafterboth51 'nonfungible',51 'nonfungible',52 'charging',52 'charging',53 'configuration',53 'configuration',54 'tokens',55 'xtokens',54];56];555756// Pallets that depend on consensus and governance configuration58// Pallets that depend on consensus and governance configuration676968 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'];717472 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