@merkl/api 1.9.6 → 1.9.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.
@@ -17,13 +17,13 @@ export declare class ErcMultiTokenMetadata implements MetadataBuilder<campaignTy
17
17
  mainProtocol: ProtocolType;
18
18
  depositUrl: string;
19
19
  } | {
20
- description?: undefined;
21
20
  action: "HOLD";
22
21
  name: string;
23
22
  tokens: never[];
24
23
  explorerAddress: string;
25
24
  mainProtocol: undefined;
26
25
  depositUrl: undefined;
26
+ description?: undefined;
27
27
  }>;
28
28
  }
29
29
  export {};
@@ -16,7 +16,6 @@ export declare class StabullStakingMetadata implements MetadataBuilder<campaignT
16
16
  description: string;
17
17
  howToSteps: string[];
18
18
  } | {
19
- description?: undefined;
20
19
  howToSteps?: undefined;
21
20
  action: "STAKE";
22
21
  mainProtocol: ProtocolType;
@@ -27,6 +26,7 @@ export declare class StabullStakingMetadata implements MetadataBuilder<campaignT
27
26
  }[];
28
27
  explorerAddress: string | undefined;
29
28
  depositUrl: string | undefined;
29
+ description?: undefined;
30
30
  }>;
31
31
  }
32
32
  export {};