@ichidao/ichi-vaults-sdk 0.0.47 → 0.0.48

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.
@@ -214,8 +214,8 @@ exports.graphUrls = (_a = {},
214
214
  _v),
215
215
  _a[types_1.SupportedChainId.taiko_hekla] = (_w = {},
216
216
  _w[types_1.SupportedDex.Henjin] = {
217
- url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.0/gn',
218
- publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.0/gn',
217
+ url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.1/gn',
218
+ publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.1/gn',
219
219
  supportsCollectFees: true,
220
220
  },
221
221
  _w),
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.47
5
+ * ichi-vaults-sdk.js v0.0.48
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.0.47
5
+ * ichi-vaults-sdk.js v0.0.48
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -356,9 +356,9 @@ var addressConfig = (_a = {},
356
356
  _v),
357
357
  _a[types_1.SupportedChainId.taiko_hekla] = (_w = {},
358
358
  _w[types_1.SupportedDex.Henjin] = {
359
- factoryAddress: '0x6F85eb17955257a39fd78692f6884ebE6531fd8b',
359
+ factoryAddress: '0x7C6389714719C68cAAc8Ae06baE6E878B3605f6D',
360
360
  depositGuard: {
361
- address: '0xB90ca9Dfa7128f5e074106acd93CBF05928c78aF',
361
+ address: '0xF8b3f6727e44abb211C0049FC849FbB091Ff765E',
362
362
  version: 2,
363
363
  },
364
364
  vaultDeployerAddress: '0x92403A045a2C908920D6A7FD5A5591a01dB7EE6E',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",