@merkl/api 0.21.33 → 0.21.34

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.
@@ -604,7 +604,8 @@ exports.OpportunityManualOverride = exports.$Enums.OpportunityManualOverride = {
604
604
  explorerAddress: 'explorerAddress',
605
605
  action: 'action',
606
606
  description: 'description',
607
- howToSteps: 'howToSteps'
607
+ howToSteps: 'howToSteps',
608
+ mainProtocolId: 'mainProtocolId'
608
609
  };
609
610
 
610
611
  exports.AprType = exports.$Enums.AprType = {
@@ -236,7 +236,8 @@ export const OpportunityManualOverride: {
236
236
  explorerAddress: 'explorerAddress',
237
237
  action: 'action',
238
238
  description: 'description',
239
- howToSteps: 'howToSteps'
239
+ howToSteps: 'howToSteps',
240
+ mainProtocolId: 'mainProtocolId'
240
241
  };
241
242
 
242
243
  export type OpportunityManualOverride = (typeof OpportunityManualOverride)[keyof typeof OpportunityManualOverride]