UNPKG

@marinade.finance/kamino-sdk

Version:
12 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwapPriceReferenceType = exports.PoolPriceReferenceType = void 0; exports.PoolPriceReferenceType = { name: 'Pool', description: "Use the pool's current price as the reference price for rebalancing", }; exports.TwapPriceReferenceType = { name: 'TWAP price', description: 'Use the time weighted average price as the reference price for rebalancing', }; //# sourceMappingURL=priceReferenceTypes.js.map