@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
package/dist/agent/catalog.cjs
CHANGED
|
@@ -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
|
|
2184
|
-
43114: ["https://avalanche.gmxapi.io
|
|
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(/\/$/, "");
|