@ichidao/ichi-vaults-sdk 0.0.10 → 0.0.11

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.
package/README.md CHANGED
@@ -456,6 +456,7 @@ enum SupportedChainId {
456
456
  arbitrum = 42161,
457
457
  bsc = 56,
458
458
  eon = 7332,
459
+ hedera_testnet = 296,
459
460
  mainnet = 1,
460
461
  polygon = 137,
461
462
  }
@@ -471,6 +472,7 @@ enum SupportedDex {
471
472
  Quickswap = 'QuickSwap',
472
473
  Ramses = 'Ramses',
473
474
  Retro = 'Retro',
475
+ SaucerSwap = 'SaucerSwap',
474
476
  Thena = 'Thena',
475
477
  UniswapV3 = 'Uniswap V3',
476
478
  }
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.10
5
+ * ichi-vaults-sdk.js v0.0.11
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.10
5
+ * ichi-vaults-sdk.js v0.0.11
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",