@merkl/api 1.5.43 → 1.5.44

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.
@@ -191,6 +191,11 @@ export declare const computeFee: (chainId: ChainId, config: {
191
191
  computeSettings: {
192
192
  maxRewards: string;
193
193
  };
194
+ } | {
195
+ computeMethod: import("@package/resources/enums").logarithmic;
196
+ computeSettings?: {
197
+ base: string;
198
+ } | undefined;
194
199
  } | {
195
200
  computeMethod: import("@package/resources/enums").maxDeposit;
196
201
  computeSettings: {
@@ -1054,6 +1059,11 @@ export declare const computeFee: (chainId: ChainId, config: {
1054
1059
  computeSettings: {
1055
1060
  maxRewards: string;
1056
1061
  };
1062
+ } | {
1063
+ computeMethod: import("@package/resources/enums").logarithmic;
1064
+ computeSettings?: {
1065
+ base: string;
1066
+ } | undefined;
1057
1067
  } | {
1058
1068
  computeMethod: import("@package/resources/enums").maxDeposit;
1059
1069
  computeSettings: {
@@ -2860,6 +2870,11 @@ export declare const computeFee: (chainId: ChainId, config: {
2860
2870
  computeSettings: {
2861
2871
  maxRewards: string;
2862
2872
  };
2873
+ } | {
2874
+ computeMethod: import("@package/resources/enums").logarithmic;
2875
+ computeSettings?: {
2876
+ base: string;
2877
+ } | undefined;
2863
2878
  } | {
2864
2879
  computeMethod: import("@package/resources/enums").maxDeposit;
2865
2880
  computeSettings: {
@@ -4764,6 +4779,11 @@ export declare const computeFee: (chainId: ChainId, config: {
4764
4779
  computeSettings: {
4765
4780
  maxRewards: string;
4766
4781
  };
4782
+ } | {
4783
+ computeMethod: import("@package/resources/enums").logarithmic;
4784
+ computeSettings?: {
4785
+ base: string;
4786
+ } | undefined;
4767
4787
  } | {
4768
4788
  computeMethod: import("@package/resources/enums").maxDeposit;
4769
4789
  computeSettings: {
@@ -6507,6 +6527,11 @@ export declare const computeFee: (chainId: ChainId, config: {
6507
6527
  computeSettings: {
6508
6528
  maxRewards: string;
6509
6529
  };
6530
+ } | {
6531
+ computeMethod: import("@package/resources/enums").logarithmic;
6532
+ computeSettings?: {
6533
+ base: string;
6534
+ } | undefined;
6510
6535
  } | {
6511
6536
  computeMethod: import("@package/resources/enums").maxDeposit;
6512
6537
  computeSettings: {
@@ -8032,6 +8057,7 @@ export declare const computeFee: (chainId: ChainId, config: {
8032
8057
  tokenId: string;
8033
8058
  }))[];
8034
8059
  healthFactorThreshold: string;
8060
+ subCampaignType: number;
8035
8061
  } | {
8036
8062
  campaignType: CampaignType.JSON_AIRDROP;
8037
8063
  jsonUrl: string;