@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.
@@ -2002,7 +2002,7 @@ async function gmxFetchGmLiquidityPositions(args) {
2002
2002
 
2003
2003
  // src/protocols/evm/gmx/prices.ts
2004
2004
  var GMX_OHLCV_TIMEFRAMES = ["1m", "5m", "15m", "1h", "4h", "1d", "1w", "1M"];
2005
- var DEFAULT_OHLCV_LIMIT = 16;
2005
+ var DEFAULT_OHLCV_LIMIT = 200;
2006
2006
  function indexLabelFromMarketSymbol(symbol) {
2007
2007
  const m = symbol.trim().match(/^([^/]+)\/USD/i);
2008
2008
  return m?.[1]?.trim() || symbol.trim();