@defisaver/automation-sdk 3.1.6 → 3.1.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.
package/cjs/constants/index.js
CHANGED
|
@@ -370,12 +370,12 @@ exports.MAINNET_BUNDLES_INFO = {
|
|
|
370
370
|
},
|
|
371
371
|
[enums_1.Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE]: {
|
|
372
372
|
strategyOrBundleId: enums_1.Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE,
|
|
373
|
-
strategyId: enums_1.Strategies.Identifiers.
|
|
373
|
+
strategyId: enums_1.Strategies.Identifiers.RepayOnPrice,
|
|
374
374
|
protocol: exports.PROTOCOLS.LiquityV2,
|
|
375
375
|
},
|
|
376
376
|
[enums_1.Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE]: {
|
|
377
377
|
strategyOrBundleId: enums_1.Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE,
|
|
378
|
-
strategyId: enums_1.Strategies.Identifiers.
|
|
378
|
+
strategyId: enums_1.Strategies.Identifiers.BoostOnPrice,
|
|
379
379
|
protocol: exports.PROTOCOLS.LiquityV2,
|
|
380
380
|
},
|
|
381
381
|
[enums_1.Bundles.MainnetIds.MORPHO_BLUE_BOOST_ON_PRICE]: {
|
package/esm/constants/index.js
CHANGED
|
@@ -364,12 +364,12 @@ export const MAINNET_BUNDLES_INFO = {
|
|
|
364
364
|
},
|
|
365
365
|
[Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE]: {
|
|
366
366
|
strategyOrBundleId: Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE,
|
|
367
|
-
strategyId: Strategies.Identifiers.
|
|
367
|
+
strategyId: Strategies.Identifiers.RepayOnPrice,
|
|
368
368
|
protocol: PROTOCOLS.LiquityV2,
|
|
369
369
|
},
|
|
370
370
|
[Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE]: {
|
|
371
371
|
strategyOrBundleId: Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE,
|
|
372
|
-
strategyId: Strategies.Identifiers.
|
|
372
|
+
strategyId: Strategies.Identifiers.BoostOnPrice,
|
|
373
373
|
protocol: PROTOCOLS.LiquityV2,
|
|
374
374
|
},
|
|
375
375
|
[Bundles.MainnetIds.MORPHO_BLUE_BOOST_ON_PRICE]: {
|
package/package.json
CHANGED
package/src/constants/index.ts
CHANGED
|
@@ -393,12 +393,12 @@ export const MAINNET_BUNDLES_INFO: MainnetBundleInfo = {
|
|
|
393
393
|
},
|
|
394
394
|
[Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE]: {
|
|
395
395
|
strategyOrBundleId: Bundles.MainnetIds.LIQUITY_V2_REPAY_ON_PRICE,
|
|
396
|
-
strategyId: Strategies.Identifiers.
|
|
396
|
+
strategyId: Strategies.Identifiers.RepayOnPrice,
|
|
397
397
|
protocol: PROTOCOLS.LiquityV2,
|
|
398
398
|
},
|
|
399
399
|
[Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE]: {
|
|
400
400
|
strategyOrBundleId: Bundles.MainnetIds.LIQUITY_V2_BOOST_ON_PRICE,
|
|
401
|
-
strategyId: Strategies.Identifiers.
|
|
401
|
+
strategyId: Strategies.Identifiers.BoostOnPrice,
|
|
402
402
|
protocol: PROTOCOLS.LiquityV2,
|
|
403
403
|
},
|
|
404
404
|
[Bundles.MainnetIds.MORPHO_BLUE_BOOST_ON_PRICE]: {
|