@merkl/api 0.10.83 → 0.10.85

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  import { type Campaign, type CampaignDynamicData, type CampaignParameters, type MerklChainId } from "@sdk";
2
2
  import type { UncachedResult } from "../../../utils/execute";
3
- export declare function CompoundDynamicData(chainId: MerklChainId, campaigns: CampaignParameters<Campaign.COMPOUND>[]): Promise<UncachedResult<Partial<CampaignDynamicData<Campaign.COMPOUND>[]>>>;
3
+ export declare function CompoundDynamicData(_chainId: MerklChainId, campaigns: CampaignParameters<Campaign.COMPOUND>[]): Promise<UncachedResult<Partial<CampaignDynamicData<Campaign.COMPOUND>[]>>>;
@@ -1,3 +1,3 @@
1
- import type { Multicall3 } from "libs/sdk/src/generated/Multicall";
2
1
  import { tokenType } from "../libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType";
2
+ import type { Multicall3 } from "libs/sdk/src/generated/Multicall";
3
3
  export declare function createCall(target: string, key: string, type?: tokenType, metaData?: any): Multicall3.Call3Struct;