impermax-sdk 2.1.533 → 2.1.534

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.
@@ -26,5 +26,5 @@ exports.LENDING_VAULT_WATCHER = {
26
26
  [types_1.Networks.Sonic]: '0x0680AD510475844a0555914FD38979B31FdA3b2f',
27
27
  [types_1.Networks.Linea]: '0x0680AD510475844a0555914FD38979B31FdA3b2f',
28
28
  [types_1.Networks.Unichain]: '0x638855078c2190118cc8228e62ec4781e970d1ED',
29
- [types_1.Networks.HyperEVM]: '',
29
+ [types_1.Networks.HyperEVM]: '0xdAaE9E2dC673CB9B57565DF187EF81821b8345c2',
30
30
  };
@@ -80,7 +80,9 @@ exports.IMPERMAX_VAULT_API = {
80
80
  [types_1.Networks.Unichain]: {
81
81
  [types_1.VaultType.LENDING]: "https://unichain-lendingvaults-production.up.railway.app/"
82
82
  },
83
- [types_1.Networks.HyperEVM]: {}
83
+ [types_1.Networks.HyperEVM]: {
84
+ [types_1.VaultType.LENDING]: "https://hyperevm-lendingvaults-production.up.railway.app/"
85
+ }
84
86
  };
85
87
  // API: NFTLP
86
88
  exports.NFTLP_API = {
@@ -248,7 +248,12 @@ exports.VAULT_SUBGRAPH_URL = {
248
248
  "https://unichain-lendingvaults-production.up.railway.app/"
249
249
  ]
250
250
  },
251
- [types_1.Networks.HyperEVM]: {}
251
+ [types_1.Networks.HyperEVM]: {
252
+ [types_1.VaultType.LENDING]: [
253
+ "https://api.goldsky.com/api/public/project_cm2d5q4l4w31601vz4swb3vmi/subgraphs/lending-vault-hyperevm/0.0.1/gn",
254
+ "https://hyperevm-lendingvaults-production.up.railway.app/"
255
+ ]
256
+ }
252
257
  };
253
258
  exports.IMPERMAX_CHEF_SUBGRAPH_URL = {
254
259
  [types_1.Networks.Ropsten]: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.533",
3
+ "version": "2.1.534",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",