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.tsdiffbeforeafterboth86 } else if (chain.eq('UNIQUE')) {86 } else if (chain.eq('UNIQUE')) {87 // Insert Unique additional pallets here87 // Insert Unique additional pallets here88 requiredPallets.push(foreignAssets);88 requiredPallets.push(89 refungible,90 foreignAssets,91 );89 }92 }90 });93 });