@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.
- package/esm/constants/index.js +2 -2
- package/package.json +1 -1
- package/src/constants/index.ts +2 -2
- package/umd/index.js +2 -2
package/esm/constants/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
150
|
+
strategyId: Strategies.Identifiers.CloseToCollateral,
|
|
151
151
|
protocol: PROTOCOLS.AaveV3,
|
|
152
152
|
},
|
|
153
153
|
};
|
package/package.json
CHANGED
package/src/constants/index.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
257
|
+
strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.CloseToCollateral,
|
|
258
258
|
protocol: PROTOCOLS.AaveV3
|
|
259
259
|
}
|
|
260
260
|
};
|