--- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -51,6 +51,8 @@ 'nonfungible', 'charging', 'configuration', + 'tokens', + 'xtokens', ]; // Pallets that depend on consensus and governance configuration @@ -67,10 +69,16 @@ const refungible = 'refungible'; const scheduler = 'scheduler'; + const foreignAssets = 'foreignassets'; const rmrkPallets = ['rmrkcore', 'rmrkequip']; if (chain.eq('OPAL by UNIQUE')) { - requiredPallets.push(refungible, scheduler, ...rmrkPallets); + requiredPallets.push( + refungible, + scheduler, + foreignAssets, + ...rmrkPallets, + ); } else if (chain.eq('QUARTZ by UNIQUE')) { // Insert Quartz additional pallets here } else if (chain.eq('UNIQUE')) {