@defisaver/automation-sdk 3.3.14 → 3.3.15-dev-13011-morpho-repay-dev

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.
@@ -240,6 +240,7 @@ export namespace Bundles {
240
240
  AAVE_V4_EOA_REPAY_ON_PRICE = 68,
241
241
  AAVE_V4_EOA_BOOST_ON_PRICE = 69,
242
242
  AAVE_V4_EOA_CLOSE = 70,
243
+ MORPHO_BLUE_REPAY_ON_PRICE = 84,
243
244
  }
244
245
 
245
246
  export enum OptimismIds {
@@ -284,6 +285,7 @@ export namespace Bundles {
284
285
  AAVE_V3_EOA_BOOST_ON_PRICE = 26,
285
286
  AAVE_V3_EOA_CLOSE = 27,
286
287
  MORPHO_BLUE_CLOSE = 28,
288
+ MORPHO_BLUE_REPAY_ON_PRICE = 36,
287
289
  }
288
290
 
289
291
  export enum ArbitrumIds {
@@ -316,6 +318,7 @@ export namespace Bundles {
316
318
  MORPHO_BLUE_EOA_REPAY = 26,
317
319
  MORPHO_BLUE_EOA_BOOST = 27,
318
320
  MORPHO_BLUE_CLOSE = 28,
321
+ MORPHO_BLUE_REPAY_ON_PRICE = 36,
319
322
  }
320
323
  }
321
324