difftreelog
test fix pallet presence for sapphire
in: master
1 file changed
tests/src/pallet-presence.test.tsdiffbeforeafterboth68 const appPromotion = 'apppromotion';68 const appPromotion = 'apppromotion';69 const testUtils = 'testutils';69 const testUtils = 'testutils';707071 if (chain.eq('OPAL by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {71 if (chain.eq('OPAL by UNIQUE')) {72 requiredPallets.push(72 requiredPallets.push(73 refungible,73 refungible,74 foreignAssets,74 foreignAssets,75 appPromotion,75 appPromotion,76 testUtils,76 testUtils,77 ...rmrkPallets,77 ...rmrkPallets,78 );78 );79 } else if (chain.eq('QUARTZ by UNIQUE')) {79 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {80 requiredPallets.push(80 requiredPallets.push(81 refungible,81 refungible,82 appPromotion,82 appPromotion,