@ichidao/ichi-vaults-sdk 0.1.14 → 0.1.16

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.1.14
5
+ * ichi-vaults-sdk.js v0.1.16
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.14
5
+ * ichi-vaults-sdk.js v0.1.16
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -54,7 +54,7 @@ export declare enum SupportedChainId {
54
54
  export declare enum SupportedDex {
55
55
  Agni = "Agni",
56
56
  Ascent = "Ascent",
57
- Atlantis = "Anlantis",
57
+ Atlantis = "Atlantis",
58
58
  Blueprint = "Blueprint",
59
59
  Cleo = "Cleo",
60
60
  Crust = "Crust",
@@ -54,7 +54,7 @@ export declare enum SupportedChainId {
54
54
  export declare enum SupportedDex {
55
55
  Agni = "Agni",
56
56
  Ascent = "Ascent",
57
- Atlantis = "Anlantis",
57
+ Atlantis = "Atlantis",
58
58
  Blueprint = "Blueprint",
59
59
  Cleo = "Cleo",
60
60
  Crust = "Crust",
@@ -55,7 +55,7 @@ var SupportedDex;
55
55
  (function (SupportedDex) {
56
56
  SupportedDex["Agni"] = "Agni";
57
57
  SupportedDex["Ascent"] = "Ascent";
58
- SupportedDex["Atlantis"] = "Anlantis";
58
+ SupportedDex["Atlantis"] = "Atlantis";
59
59
  SupportedDex["Blueprint"] = "Blueprint";
60
60
  SupportedDex["Cleo"] = "Cleo";
61
61
  SupportedDex["Crust"] = "Crust";
@@ -336,8 +336,8 @@ exports.addressConfig = (_a = {},
336
336
  _o[types_1.SupportedDex.Pancakeswap] = {
337
337
  factoryAddress: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
338
338
  depositGuard: {
339
- address: '0x454130394B8013D4a7288fe9Db570A0a24C606c2',
340
- version: 1,
339
+ address: '0x2174154294729e593001CBF0232fb787a914b232',
340
+ version: 2,
341
341
  },
342
342
  vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
343
343
  isAlgebra: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",