@merkl/api 1.6.55 → 1.6.57

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.
@@ -132,6 +132,7 @@ export declare const parseDistributionType: (params: {
132
132
  distributionMethod: DistributionMethod.AIRDROP;
133
133
  distributionSettings: {
134
134
  useTempLeaves?: boolean | undefined;
135
+ publishAfterTimestamp?: number | undefined;
135
136
  };
136
137
  } | {
137
138
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -142,16 +143,19 @@ export declare const parseDistributionType: (params: {
142
143
  };
143
144
  distributionSettings: {
144
145
  useTempLeaves?: boolean | undefined;
146
+ publishAfterTimestamp?: number | undefined;
145
147
  };
146
148
  } | {
147
149
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
148
150
  distributionSettings: {
149
151
  useTempLeaves?: boolean | undefined;
152
+ publishAfterTimestamp?: number | undefined;
150
153
  };
151
154
  } | {
152
155
  distributionMethod: DistributionMethod.FIX_APR;
153
156
  distributionSettings: {
154
157
  useTempLeaves?: boolean | undefined;
158
+ publishAfterTimestamp?: number | undefined;
155
159
  apr: string;
156
160
  rewardTokenPricing: boolean;
157
161
  targetTokenPricing: boolean;
@@ -161,6 +165,7 @@ export declare const parseDistributionType: (params: {
161
165
  distributionMethod: DistributionMethod.MAX_APR;
162
166
  distributionSettings: {
163
167
  useTempLeaves?: boolean | undefined;
168
+ publishAfterTimestamp?: number | undefined;
164
169
  apr: string;
165
170
  rewardTokenPricing: boolean;
166
171
  targetTokenPricing: boolean;
@@ -170,11 +175,13 @@ export declare const parseDistributionType: (params: {
170
175
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
171
176
  distributionSettings: {
172
177
  useTempLeaves?: boolean | undefined;
178
+ publishAfterTimestamp?: number | undefined;
173
179
  };
174
180
  } | {
175
181
  distributionMethod: DistributionMethod.VESTING;
176
182
  distributionSettings: {
177
183
  useTempLeaves?: boolean | undefined;
184
+ publishAfterTimestamp?: number | undefined;
178
185
  jsonURL: string;
179
186
  };
180
187
  } | undefined;
@@ -186,6 +193,8 @@ export declare const parseDistributionType: (params: {
186
193
  computeMethod: import("@package/resources/enums").maxBalance;
187
194
  } | {
188
195
  computeMethod: import("@package/resources/enums").indicator;
196
+ } | {
197
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
189
198
  } | {
190
199
  computeMethod: import("@package/resources/enums").belowThreshold;
191
200
  computeSettings: {
@@ -424,6 +433,7 @@ export declare const parseDistributionType: (params: {
424
433
  distributionMethod: DistributionMethod.AIRDROP;
425
434
  distributionSettings: {
426
435
  useTempLeaves?: boolean | undefined;
436
+ publishAfterTimestamp?: number | undefined;
427
437
  };
428
438
  } | {
429
439
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -434,16 +444,19 @@ export declare const parseDistributionType: (params: {
434
444
  };
435
445
  distributionSettings: {
436
446
  useTempLeaves?: boolean | undefined;
447
+ publishAfterTimestamp?: number | undefined;
437
448
  };
438
449
  } | {
439
450
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
440
451
  distributionSettings: {
441
452
  useTempLeaves?: boolean | undefined;
453
+ publishAfterTimestamp?: number | undefined;
442
454
  };
443
455
  } | {
444
456
  distributionMethod: DistributionMethod.FIX_APR;
445
457
  distributionSettings: {
446
458
  useTempLeaves?: boolean | undefined;
459
+ publishAfterTimestamp?: number | undefined;
447
460
  apr: string;
448
461
  rewardTokenPricing: boolean;
449
462
  targetTokenPricing: boolean;
@@ -453,6 +466,7 @@ export declare const parseDistributionType: (params: {
453
466
  distributionMethod: DistributionMethod.MAX_APR;
454
467
  distributionSettings: {
455
468
  useTempLeaves?: boolean | undefined;
469
+ publishAfterTimestamp?: number | undefined;
456
470
  apr: string;
457
471
  rewardTokenPricing: boolean;
458
472
  targetTokenPricing: boolean;
@@ -462,11 +476,13 @@ export declare const parseDistributionType: (params: {
462
476
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
463
477
  distributionSettings: {
464
478
  useTempLeaves?: boolean | undefined;
479
+ publishAfterTimestamp?: number | undefined;
465
480
  };
466
481
  } | {
467
482
  distributionMethod: DistributionMethod.VESTING;
468
483
  distributionSettings: {
469
484
  useTempLeaves?: boolean | undefined;
485
+ publishAfterTimestamp?: number | undefined;
470
486
  jsonURL: string;
471
487
  };
472
488
  } | undefined;
@@ -478,6 +494,8 @@ export declare const parseDistributionType: (params: {
478
494
  computeMethod: import("@package/resources/enums").maxBalance;
479
495
  } | {
480
496
  computeMethod: import("@package/resources/enums").indicator;
497
+ } | {
498
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
481
499
  } | {
482
500
  computeMethod: import("@package/resources/enums").belowThreshold;
483
501
  computeSettings: {
@@ -2061,6 +2079,7 @@ export declare const parseDistributionType: (params: {
2061
2079
  distributionMethod: DistributionMethod.AIRDROP;
2062
2080
  distributionSettings: {
2063
2081
  useTempLeaves?: boolean | undefined;
2082
+ publishAfterTimestamp?: number | undefined;
2064
2083
  };
2065
2084
  } | {
2066
2085
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -2071,16 +2090,19 @@ export declare const parseDistributionType: (params: {
2071
2090
  };
2072
2091
  distributionSettings: {
2073
2092
  useTempLeaves?: boolean | undefined;
2093
+ publishAfterTimestamp?: number | undefined;
2074
2094
  };
2075
2095
  } | {
2076
2096
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
2077
2097
  distributionSettings: {
2078
2098
  useTempLeaves?: boolean | undefined;
2099
+ publishAfterTimestamp?: number | undefined;
2079
2100
  };
2080
2101
  } | {
2081
2102
  distributionMethod: DistributionMethod.FIX_APR;
2082
2103
  distributionSettings: {
2083
2104
  useTempLeaves?: boolean | undefined;
2105
+ publishAfterTimestamp?: number | undefined;
2084
2106
  apr: string;
2085
2107
  rewardTokenPricing: boolean;
2086
2108
  targetTokenPricing: boolean;
@@ -2090,6 +2112,7 @@ export declare const parseDistributionType: (params: {
2090
2112
  distributionMethod: DistributionMethod.MAX_APR;
2091
2113
  distributionSettings: {
2092
2114
  useTempLeaves?: boolean | undefined;
2115
+ publishAfterTimestamp?: number | undefined;
2093
2116
  apr: string;
2094
2117
  rewardTokenPricing: boolean;
2095
2118
  targetTokenPricing: boolean;
@@ -2099,11 +2122,13 @@ export declare const parseDistributionType: (params: {
2099
2122
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
2100
2123
  distributionSettings: {
2101
2124
  useTempLeaves?: boolean | undefined;
2125
+ publishAfterTimestamp?: number | undefined;
2102
2126
  };
2103
2127
  } | {
2104
2128
  distributionMethod: DistributionMethod.VESTING;
2105
2129
  distributionSettings: {
2106
2130
  useTempLeaves?: boolean | undefined;
2131
+ publishAfterTimestamp?: number | undefined;
2107
2132
  jsonURL: string;
2108
2133
  };
2109
2134
  } | undefined;
@@ -2115,6 +2140,8 @@ export declare const parseDistributionType: (params: {
2115
2140
  computeMethod: import("@package/resources/enums").maxBalance;
2116
2141
  } | {
2117
2142
  computeMethod: import("@package/resources/enums").indicator;
2143
+ } | {
2144
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
2118
2145
  } | {
2119
2146
  computeMethod: import("@package/resources/enums").belowThreshold;
2120
2147
  computeSettings: {
@@ -3022,6 +3049,7 @@ export declare const parseDistributionType: (params: {
3022
3049
  distributionMethod: DistributionMethod.AIRDROP;
3023
3050
  distributionSettings: {
3024
3051
  useTempLeaves?: boolean | undefined;
3052
+ publishAfterTimestamp?: number | undefined;
3025
3053
  };
3026
3054
  } | {
3027
3055
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -3032,16 +3060,19 @@ export declare const parseDistributionType: (params: {
3032
3060
  };
3033
3061
  distributionSettings: {
3034
3062
  useTempLeaves?: boolean | undefined;
3063
+ publishAfterTimestamp?: number | undefined;
3035
3064
  };
3036
3065
  } | {
3037
3066
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
3038
3067
  distributionSettings: {
3039
3068
  useTempLeaves?: boolean | undefined;
3069
+ publishAfterTimestamp?: number | undefined;
3040
3070
  };
3041
3071
  } | {
3042
3072
  distributionMethod: DistributionMethod.FIX_APR;
3043
3073
  distributionSettings: {
3044
3074
  useTempLeaves?: boolean | undefined;
3075
+ publishAfterTimestamp?: number | undefined;
3045
3076
  apr: string;
3046
3077
  rewardTokenPricing: boolean;
3047
3078
  targetTokenPricing: boolean;
@@ -3051,6 +3082,7 @@ export declare const parseDistributionType: (params: {
3051
3082
  distributionMethod: DistributionMethod.MAX_APR;
3052
3083
  distributionSettings: {
3053
3084
  useTempLeaves?: boolean | undefined;
3085
+ publishAfterTimestamp?: number | undefined;
3054
3086
  apr: string;
3055
3087
  rewardTokenPricing: boolean;
3056
3088
  targetTokenPricing: boolean;
@@ -3060,11 +3092,13 @@ export declare const parseDistributionType: (params: {
3060
3092
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
3061
3093
  distributionSettings: {
3062
3094
  useTempLeaves?: boolean | undefined;
3095
+ publishAfterTimestamp?: number | undefined;
3063
3096
  };
3064
3097
  } | {
3065
3098
  distributionMethod: DistributionMethod.VESTING;
3066
3099
  distributionSettings: {
3067
3100
  useTempLeaves?: boolean | undefined;
3101
+ publishAfterTimestamp?: number | undefined;
3068
3102
  jsonURL: string;
3069
3103
  };
3070
3104
  } | undefined;
@@ -3076,6 +3110,8 @@ export declare const parseDistributionType: (params: {
3076
3110
  computeMethod: import("@package/resources/enums").maxBalance;
3077
3111
  } | {
3078
3112
  computeMethod: import("@package/resources/enums").indicator;
3113
+ } | {
3114
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
3079
3115
  } | {
3080
3116
  computeMethod: import("@package/resources/enums").belowThreshold;
3081
3117
  computeSettings: {
@@ -3988,6 +4024,7 @@ export declare const parseDistributionType: (params: {
3988
4024
  distributionMethod: DistributionMethod.AIRDROP;
3989
4025
  distributionSettings: {
3990
4026
  useTempLeaves?: boolean | undefined;
4027
+ publishAfterTimestamp?: number | undefined;
3991
4028
  };
3992
4029
  } | {
3993
4030
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -3998,16 +4035,19 @@ export declare const parseDistributionType: (params: {
3998
4035
  };
3999
4036
  distributionSettings: {
4000
4037
  useTempLeaves?: boolean | undefined;
4038
+ publishAfterTimestamp?: number | undefined;
4001
4039
  };
4002
4040
  } | {
4003
4041
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
4004
4042
  distributionSettings: {
4005
4043
  useTempLeaves?: boolean | undefined;
4044
+ publishAfterTimestamp?: number | undefined;
4006
4045
  };
4007
4046
  } | {
4008
4047
  distributionMethod: DistributionMethod.FIX_APR;
4009
4048
  distributionSettings: {
4010
4049
  useTempLeaves?: boolean | undefined;
4050
+ publishAfterTimestamp?: number | undefined;
4011
4051
  apr: string;
4012
4052
  rewardTokenPricing: boolean;
4013
4053
  targetTokenPricing: boolean;
@@ -4017,6 +4057,7 @@ export declare const parseDistributionType: (params: {
4017
4057
  distributionMethod: DistributionMethod.MAX_APR;
4018
4058
  distributionSettings: {
4019
4059
  useTempLeaves?: boolean | undefined;
4060
+ publishAfterTimestamp?: number | undefined;
4020
4061
  apr: string;
4021
4062
  rewardTokenPricing: boolean;
4022
4063
  targetTokenPricing: boolean;
@@ -4026,11 +4067,13 @@ export declare const parseDistributionType: (params: {
4026
4067
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
4027
4068
  distributionSettings: {
4028
4069
  useTempLeaves?: boolean | undefined;
4070
+ publishAfterTimestamp?: number | undefined;
4029
4071
  };
4030
4072
  } | {
4031
4073
  distributionMethod: DistributionMethod.VESTING;
4032
4074
  distributionSettings: {
4033
4075
  useTempLeaves?: boolean | undefined;
4076
+ publishAfterTimestamp?: number | undefined;
4034
4077
  jsonURL: string;
4035
4078
  };
4036
4079
  } | undefined;
@@ -4042,6 +4085,8 @@ export declare const parseDistributionType: (params: {
4042
4085
  computeMethod: import("@package/resources/enums").maxBalance;
4043
4086
  } | {
4044
4087
  computeMethod: import("@package/resources/enums").indicator;
4088
+ } | {
4089
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
4045
4090
  } | {
4046
4091
  computeMethod: import("@package/resources/enums").belowThreshold;
4047
4092
  computeSettings: {
@@ -4955,6 +5000,7 @@ export declare const parseDistributionType: (params: {
4955
5000
  distributionMethod: DistributionMethod.AIRDROP;
4956
5001
  distributionSettings: {
4957
5002
  useTempLeaves?: boolean | undefined;
5003
+ publishAfterTimestamp?: number | undefined;
4958
5004
  };
4959
5005
  } | {
4960
5006
  distributionMethod: DistributionMethod.AIRDROP_EPOCH;
@@ -4965,16 +5011,19 @@ export declare const parseDistributionType: (params: {
4965
5011
  };
4966
5012
  distributionSettings: {
4967
5013
  useTempLeaves?: boolean | undefined;
5014
+ publishAfterTimestamp?: number | undefined;
4968
5015
  };
4969
5016
  } | {
4970
5017
  distributionMethod: DistributionMethod.DUTCH_AUCTION;
4971
5018
  distributionSettings: {
4972
5019
  useTempLeaves?: boolean | undefined;
5020
+ publishAfterTimestamp?: number | undefined;
4973
5021
  };
4974
5022
  } | {
4975
5023
  distributionMethod: DistributionMethod.FIX_APR;
4976
5024
  distributionSettings: {
4977
5025
  useTempLeaves?: boolean | undefined;
5026
+ publishAfterTimestamp?: number | undefined;
4978
5027
  apr: string;
4979
5028
  rewardTokenPricing: boolean;
4980
5029
  targetTokenPricing: boolean;
@@ -4984,6 +5033,7 @@ export declare const parseDistributionType: (params: {
4984
5033
  distributionMethod: DistributionMethod.MAX_APR;
4985
5034
  distributionSettings: {
4986
5035
  useTempLeaves?: boolean | undefined;
5036
+ publishAfterTimestamp?: number | undefined;
4987
5037
  apr: string;
4988
5038
  rewardTokenPricing: boolean;
4989
5039
  targetTokenPricing: boolean;
@@ -4993,11 +5043,13 @@ export declare const parseDistributionType: (params: {
4993
5043
  distributionMethod: DistributionMethod.MAX_DISTRIBUTION_RATE;
4994
5044
  distributionSettings: {
4995
5045
  useTempLeaves?: boolean | undefined;
5046
+ publishAfterTimestamp?: number | undefined;
4996
5047
  };
4997
5048
  } | {
4998
5049
  distributionMethod: DistributionMethod.VESTING;
4999
5050
  distributionSettings: {
5000
5051
  useTempLeaves?: boolean | undefined;
5052
+ publishAfterTimestamp?: number | undefined;
5001
5053
  jsonURL: string;
5002
5054
  };
5003
5055
  } | undefined;
@@ -5009,6 +5061,8 @@ export declare const parseDistributionType: (params: {
5009
5061
  computeMethod: import("@package/resources/enums").maxBalance;
5010
5062
  } | {
5011
5063
  computeMethod: import("@package/resources/enums").indicator;
5064
+ } | {
5065
+ computeMethod: import("@package/resources/enums").slashingMaxBalance;
5012
5066
  } | {
5013
5067
  computeMethod: import("@package/resources/enums").belowThreshold;
5014
5068
  computeSettings: {