@ichidao/ichi-vaults-sdk 0.1.14 → 0.1.15

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.15
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.15
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";
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.15",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",