@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
6 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.selectInterestRateByCurrency = void 0;
const selectorUtils_1 = require("./selectorUtils");
exports.selectInterestRateByCurrency = (0, selectorUtils_1.createCurrencyDataSelector)("interestRates");
//# sourceMappingURL=interestRateSelectors.js.map