@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.flattenV5CurrenciesToAndFrom = flattenV5CurrenciesToAndFrom;
function flattenV5CurrenciesToAndFrom(data) {
const supportedCurrencies = data.currencyGroups.flatMap(group => group.supportedCurrencies);
return Array.from(new Set(supportedCurrencies));
}
//# sourceMappingURL=flattenV5CurrenciesToAndFrom.js.map