@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.
- package/dist/agent/catalog.cjs +2 -2
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.js +2 -2
- package/dist/agent/catalog.js.map +1 -1
- package/dist/protocols/evm/gmx/index.cjs +2 -2
- package/dist/protocols/evm/gmx/index.cjs.map +1 -1
- package/dist/protocols/evm/gmx/index.js +2 -2
- package/dist/protocols/evm/gmx/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -23,8 +23,8 @@ var require2 = createRequire(fileURLToPath(import.meta.url));
|
|
|
23
23
|
var { GmxApiSdk } = require2("@gmx-io/sdk/v2");
|
|
24
24
|
var GMX_HTTP_TIMEOUT_MS = 3e4;
|
|
25
25
|
var GMX_API_BASE_URLS = {
|
|
26
|
-
42161: ["https://arbitrum.gmxapi.io
|
|
27
|
-
43114: ["https://avalanche.gmxapi.io
|
|
26
|
+
42161: ["https://arbitrum.gmxapi.io", "https://arbitrum.gmxapi.ai"],
|
|
27
|
+
43114: ["https://avalanche.gmxapi.io", "https://avalanche.gmxapi.ai"]
|
|
28
28
|
};
|
|
29
29
|
function buildGmxUrl(baseUrl, path, query) {
|
|
30
30
|
const base = baseUrl.replace(/\/$/, "");
|