@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.
- package/dist/protocols/evm/gmx/index.cjs +1 -1
- package/dist/protocols/evm/gmx/index.cjs.map +1 -1
- package/dist/protocols/evm/gmx/index.js +1 -1
- package/dist/protocols/evm/gmx/index.js.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.d.ts +2 -1
- package/dist/protocols/evm/hyperliquid/index.js +1 -1
- package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 =
|
|
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();
|