@ichidao/ichi-vaults-sdk 0.1.9 → 0.1.10

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.
@@ -307,8 +307,8 @@ exports.graphUrls = (_a = {},
307
307
  _z),
308
308
  _a[types_1.SupportedChainId.hyperevm] = (_0 = {},
309
309
  _0[types_1.SupportedDex.HyperSwap] = {
310
- url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap-0.0.1/gn',
311
- publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap-0.0.1/gn',
310
+ url: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap-0.0.2/gn',
311
+ publishedUrl: 'https://api.goldsky.com/api/public/project_clynrq1h8gam301xx6vgngo9p/subgraphs/g2/hyperevm-v2-hyperswap-0.0.2/gn',
312
312
  supportsCollectFees: true,
313
313
  version: 2,
314
314
  },
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.1.9
5
+ * ichi-vaults-sdk.js v0.1.10
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.1.9
5
+ * ichi-vaults-sdk.js v0.1.10
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -513,9 +513,9 @@ exports.addressConfig = (_a = {},
513
513
  _z),
514
514
  _a[types_1.SupportedChainId.hyperevm] = (_0 = {},
515
515
  _0[types_1.SupportedDex.HyperSwap] = {
516
- factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
516
+ factoryAddress: '0xCd952718e6Ef25ac7DBDDd55E501AAA0177dbfA0',
517
517
  depositGuard: {
518
- address: '0x4858d61E83118f124b7dF3E908a3bb465540fFBc',
518
+ address: '0x4a72DE60A93055139EfB3Dc8F021ceeCaD8CAa7a',
519
519
  version: 2,
520
520
  },
521
521
  vaultDeployerAddress: '0xd71D9b66875C7d57AD630ee58F82e5e76B227aaB',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",