@defisaver/automation-sdk 1.2.4 → 1.2.5

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.
@@ -142,12 +142,12 @@ export const MAINNET_BUNDLES_INFO = {
142
142
  },
143
143
  [Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT]: {
144
144
  strategyOrBundleId: Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT,
145
- strategyId: Strategies.Identifiers.CloseOnPriceToDebt,
145
+ strategyId: Strategies.Identifiers.CloseToDebt,
146
146
  protocol: PROTOCOLS.AaveV3,
147
147
  },
148
148
  [Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL]: {
149
149
  strategyOrBundleId: Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL,
150
- strategyId: Strategies.Identifiers.CloseOnPriceToColl,
150
+ strategyId: Strategies.Identifiers.CloseToCollateral,
151
151
  protocol: PROTOCOLS.AaveV3,
152
152
  },
153
153
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/automation-sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/index.js",
@@ -158,12 +158,12 @@ export const MAINNET_BUNDLES_INFO: MainnetBundleInfo = {
158
158
  },
159
159
  [Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT]: {
160
160
  strategyOrBundleId: Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT,
161
- strategyId: Strategies.Identifiers.CloseOnPriceToDebt,
161
+ strategyId: Strategies.Identifiers.CloseToDebt,
162
162
  protocol: PROTOCOLS.AaveV3,
163
163
  },
164
164
  [Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL]: {
165
165
  strategyOrBundleId: Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL,
166
- strategyId: Strategies.Identifiers.CloseOnPriceToColl,
166
+ strategyId: Strategies.Identifiers.CloseToCollateral,
167
167
  protocol: PROTOCOLS.AaveV3,
168
168
  },
169
169
  };
package/umd/index.js CHANGED
@@ -249,12 +249,12 @@ var MAINNET_BUNDLES_INFO = {
249
249
  },
250
250
  [_types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT]: {
251
251
  strategyOrBundleId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.AAVE_V3_CLOSE_TO_DEBT,
252
- strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.CloseOnPriceToDebt,
252
+ strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.CloseToDebt,
253
253
  protocol: PROTOCOLS.AaveV3
254
254
  },
255
255
  [_types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL]: {
256
256
  strategyOrBundleId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.AAVE_V3_CLOSE_TO_COLLATERAL,
257
- strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.CloseOnPriceToColl,
257
+ strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.CloseToCollateral,
258
258
  protocol: PROTOCOLS.AaveV3
259
259
  }
260
260
  };