@kamino-finance/farms-sdk
Version:
11 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getScopePricesFromFarm = getScopePricesFromFarm;
const kit_1 = require("@solana/kit");
const pubkey_1 = require("./pubkey");
function getScopePricesFromFarm(farm) {
return farm.scopePrices === pubkey_1.DEFAULT_PUBLIC_KEY
? (0, kit_1.none)()
: (0, kit_1.some)(farm.scopePrices);
}
//# sourceMappingURL=option.js.map