@ichidao/ichi-vaults-sdk 0.1.20 → 0.1.21

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.20
5
+ * ichi-vaults-sdk.js v0.1.21
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.20
5
+ * ichi-vaults-sdk.js v0.1.21
6
6
  * Released under the MIT license.
7
7
  */
8
8
 
@@ -697,9 +697,9 @@ exports.addressConfig = (_a = {},
697
697
  _7),
698
698
  _a[types_1.SupportedChainId.monad_testnet] = (_8 = {},
699
699
  _8[types_1.SupportedDex.Atlantis] = {
700
- factoryAddress: '0x28798a2cC5B2b2Dbf9C6D719dd024603F0514a21',
700
+ factoryAddress: '0x4431CFdA42fB518A87f5928774DeA5389c43363a',
701
701
  depositGuard: {
702
- address: '0x74C85FF93D0ff3B5E48c119390EF75A43D78d549',
702
+ address: '0x8d963e46da8eC0365D7ef875dA52c53288b88C73',
703
703
  version: 2,
704
704
  },
705
705
  vaultDeployerAddress: '0x6d2eF63eAe5D6B99474b7d0479877C4037769fdf',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichidao/ichi-vaults-sdk",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "The ICHI Vaults SDK",
5
5
  "main": "dist/src/index.cjs.js",
6
6
  "module": "dist/src/index.esm.js",