difftreelog
feat enable refungible on unique
in: master
2 files changed
runtime/unique/Cargo.tomldiffbeforeafterboth175 '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']178unique-runtime = ['foreign-assets', 'refungible']179179180collator-selection = []180collator-selection = []181foreign-assets = []181foreign-assets = []tests/src/pallet-presence.test.tsdiffbeforeafterboth--- a/tests/src/pallet-presence.test.ts
+++ b/tests/src/pallet-presence.test.ts
@@ -85,7 +85,10 @@
);
} else if (chain.eq('UNIQUE')) {
// Insert Unique additional pallets here
- requiredPallets.push(foreignAssets);
+ requiredPallets.push(
+ refungible,
+ foreignAssets,
+ );
}
});
});