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