@continuumdao/ctm-mpc-defi 0.2.6 → 0.2.7

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.
@@ -2177,8 +2177,8 @@ var require2 = createRequire(fileURLToPath(import.meta.url));
2177
2177
  var { GmxApiSdk } = require2("@gmx-io/sdk/v2");
2178
2178
  var GMX_HTTP_TIMEOUT_MS = 3e4;
2179
2179
  var GMX_API_BASE_URLS = {
2180
- 42161: ["https://arbitrum.gmxapi.io/v1", "https://arbitrum.gmxapi.ai/v1"],
2181
- 43114: ["https://avalanche.gmxapi.io/v1", "https://avalanche.gmxapi.ai/v1"]
2180
+ 42161: ["https://arbitrum.gmxapi.io", "https://arbitrum.gmxapi.ai"],
2181
+ 43114: ["https://avalanche.gmxapi.io", "https://avalanche.gmxapi.ai"]
2182
2182
  };
2183
2183
  function buildGmxUrl(baseUrl, path, query) {
2184
2184
  const base = baseUrl.replace(/\/$/, "");