@continuumdao/ctm-mpc-defi 0.2.18 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2005,7 +2005,7 @@ async function gmxFetchGmLiquidityPositions(args) {
2005
2005
 
2006
2006
  // src/protocols/evm/gmx/prices.ts
2007
2007
  var GMX_OHLCV_TIMEFRAMES = ["1m", "5m", "15m", "1h", "4h", "1d", "1w", "1M"];
2008
- var DEFAULT_OHLCV_LIMIT = 16;
2008
+ var DEFAULT_OHLCV_LIMIT = 200;
2009
2009
  function indexLabelFromMarketSymbol(symbol) {
2010
2010
  const m = symbol.trim().match(/^([^/]+)\/USD/i);
2011
2011
  return m?.[1]?.trim() || symbol.trim();