@defisaver/automation-sdk 3.3.2-dev.5 → 3.3.2-dev.7
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.
|
@@ -210,7 +210,7 @@ function parseAaveV3LeverageManagement(position, parseData) {
|
|
|
210
210
|
targetRepayRatio: subData.targetRatio,
|
|
211
211
|
repayEnabled: true,
|
|
212
212
|
subId1: Number(subId),
|
|
213
|
-
mergeWithId: isEOA ? enums_1.Strategies.Identifiers.EoaBoost : enums_1.Strategies.Identifiers.
|
|
213
|
+
mergeWithId: isEOA ? enums_1.Strategies.Identifiers.EoaBoost : enums_1.Strategies.Identifiers.Boost,
|
|
214
214
|
subHashRepay: subHash,
|
|
215
215
|
};
|
|
216
216
|
}
|
|
@@ -181,7 +181,7 @@ function parseAaveV3LeverageManagement(position, parseData) {
|
|
|
181
181
|
targetRepayRatio: subData.targetRatio,
|
|
182
182
|
repayEnabled: true,
|
|
183
183
|
subId1: Number(subId),
|
|
184
|
-
mergeWithId: isEOA ? Strategies.Identifiers.EoaBoost : Strategies.Identifiers.
|
|
184
|
+
mergeWithId: isEOA ? Strategies.Identifiers.EoaBoost : Strategies.Identifiers.Boost,
|
|
185
185
|
subHashRepay: subHash,
|
|
186
186
|
};
|
|
187
187
|
}
|
package/package.json
CHANGED
|
@@ -256,7 +256,7 @@ function parseAaveV3LeverageManagement(position: Position.Automated, parseData:
|
|
|
256
256
|
targetRepayRatio: subData.targetRatio,
|
|
257
257
|
repayEnabled: true,
|
|
258
258
|
subId1: Number(subId),
|
|
259
|
-
mergeWithId: isEOA ? Strategies.Identifiers.EoaBoost : Strategies.Identifiers.
|
|
259
|
+
mergeWithId: isEOA ? Strategies.Identifiers.EoaBoost : Strategies.Identifiers.Boost,
|
|
260
260
|
subHashRepay: subHash,
|
|
261
261
|
};
|
|
262
262
|
} else {
|