@ichidao/ichi-vaults-sdk 0.0.46 → 0.0.47

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.
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.46
5
+ * ichi-vaults-sdk.js v0.0.47
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.46
5
+ * ichi-vaults-sdk.js v0.0.47
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -278,7 +278,7 @@ var addressConfig = (_a = {},
278
278
  _s[types_1.SupportedDex.Lynex] = {
279
279
  factoryAddress: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
280
280
  depositGuard: {
281
- address: '0x6337625bF843911Da1e1eeFaEaFb5599C876469c',
281
+ address: '0x57C9d919AEA56171506cfb62B60ce76be0A079DF',
282
282
  version: 2,
283
283
  },
284
284
  vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",