@ichidao/ichi-vaults-sdk 0.0.108 → 0.0.109

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
@@ -1046,6 +1046,7 @@ enum SupportedChainId {
1046
1046
  arthera = 10242,
1047
1047
  arthera_testnet = 10243,
1048
1048
  base = 8453,
1049
+ base_sepolia = 84532,
1049
1050
  berachain = 80094,
1050
1051
  berachain = 80084,
1051
1052
  blast = 81457,
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @license
4
4
  * author: ICHI DAO <core@ichi.org>
5
- * ichi-vaults-sdk.js v0.0.108
5
+ * ichi-vaults-sdk.js v0.0.109
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.108
5
+ * ichi-vaults-sdk.js v0.0.109
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.108",
3
+ "version": "0.0.109",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",