@merkl/api 0.16.10 → 0.16.12

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.
@@ -31,7 +31,7 @@ export declare const DOPEX_OPTION_MARKET: {
31
31
  [market: string]: string;
32
32
  };
33
33
  export declare const constantChain: {
34
- [x: number]: {
34
+ [ChainId.MAINNET]: {
35
35
  apw: string;
36
36
  convexEndpoint: string;
37
37
  crv: string;
@@ -55,28 +55,8 @@ export declare const constantChain: {
55
55
  usdc: string;
56
56
  weth: string;
57
57
  wstETH: string;
58
- arb?: undefined;
59
- chr?: undefined;
60
- convexProxy?: undefined;
61
- crv2Pool?: undefined;
62
- jeur?: undefined;
63
- ram?: undefined;
64
- sliz?: undefined;
65
- mai?: undefined;
66
- op?: undefined;
67
- usdce?: undefined;
68
- velo?: undefined;
69
- veloV2?: undefined;
70
- aero?: undefined;
71
- am3CRV?: undefined;
72
- amDAI?: undefined;
73
- amUSDC?: undefined;
74
- amUSDT?: undefined;
75
- jrt?: undefined;
76
- oretro?: undefined;
77
- glcr?: undefined;
78
- cake?: undefined;
79
- } | {
58
+ };
59
+ [ChainId.ARBITRUM]: {
80
60
  arb: string;
81
61
  chr: string;
82
62
  convexProxy: string;
@@ -90,38 +70,8 @@ export declare const constantChain: {
90
70
  sliz: string;
91
71
  stakeEndpoint: string;
92
72
  usdc: string;
93
- apw?: undefined;
94
- convexEndpoint?: undefined;
95
- crv3?: undefined;
96
- crvANGLESDANGLE?: undefined;
97
- crvEURAEUROC?: undefined;
98
- crvEURAEURe?: undefined;
99
- crvEuropool?: undefined;
100
- crvFRAX?: undefined;
101
- crvFRAXEURA?: undefined;
102
- crvLUSD3CRV?: undefined;
103
- dai?: undefined;
104
- fxs?: undefined;
105
- morpho?: undefined;
106
- rKP3R?: undefined;
107
- sushi?: undefined;
108
- weth?: undefined;
109
- wstETH?: undefined;
110
- mai?: undefined;
111
- op?: undefined;
112
- usdce?: undefined;
113
- velo?: undefined;
114
- veloV2?: undefined;
115
- aero?: undefined;
116
- am3CRV?: undefined;
117
- amDAI?: undefined;
118
- amUSDC?: undefined;
119
- amUSDT?: undefined;
120
- jrt?: undefined;
121
- oretro?: undefined;
122
- glcr?: undefined;
123
- cake?: undefined;
124
- } | {
73
+ };
74
+ [ChainId.OPTIMISM]: {
125
75
  jeur: string;
126
76
  mai: string;
127
77
  op: string;
@@ -129,89 +79,12 @@ export declare const constantChain: {
129
79
  usdce: string;
130
80
  velo: string;
131
81
  veloV2: string;
132
- apw?: undefined;
133
- convexEndpoint?: undefined;
134
- crv?: undefined;
135
- crv3?: undefined;
136
- crvANGLESDANGLE?: undefined;
137
- crvEURAEUROC?: undefined;
138
- crvEURAEURe?: undefined;
139
- crvEuropool?: undefined;
140
- crvFRAX?: undefined;
141
- crvFRAXEURA?: undefined;
142
- crvLUSD3CRV?: undefined;
143
- cvx?: undefined;
144
- dai?: undefined;
145
- frax?: undefined;
146
- fxs?: undefined;
147
- morpho?: undefined;
148
- rKP3R?: undefined;
149
- sdt?: undefined;
150
- stakeEndpoint?: undefined;
151
- sushi?: undefined;
152
- weth?: undefined;
153
- wstETH?: undefined;
154
- arb?: undefined;
155
- chr?: undefined;
156
- convexProxy?: undefined;
157
- crv2Pool?: undefined;
158
- ram?: undefined;
159
- sliz?: undefined;
160
- aero?: undefined;
161
- am3CRV?: undefined;
162
- amDAI?: undefined;
163
- amUSDC?: undefined;
164
- amUSDT?: undefined;
165
- jrt?: undefined;
166
- oretro?: undefined;
167
- glcr?: undefined;
168
- cake?: undefined;
169
- } | {
82
+ };
83
+ [ChainId.BASE]: {
170
84
  aero: string;
171
85
  usdc: string;
172
- apw?: undefined;
173
- convexEndpoint?: undefined;
174
- crv?: undefined;
175
- crv3?: undefined;
176
- crvANGLESDANGLE?: undefined;
177
- crvEURAEUROC?: undefined;
178
- crvEURAEURe?: undefined;
179
- crvEuropool?: undefined;
180
- crvFRAX?: undefined;
181
- crvFRAXEURA?: undefined;
182
- crvLUSD3CRV?: undefined;
183
- cvx?: undefined;
184
- dai?: undefined;
185
- frax?: undefined;
186
- fxs?: undefined;
187
- morpho?: undefined;
188
- rKP3R?: undefined;
189
- sdt?: undefined;
190
- stakeEndpoint?: undefined;
191
- sushi?: undefined;
192
- weth?: undefined;
193
- wstETH?: undefined;
194
- arb?: undefined;
195
- chr?: undefined;
196
- convexProxy?: undefined;
197
- crv2Pool?: undefined;
198
- jeur?: undefined;
199
- ram?: undefined;
200
- sliz?: undefined;
201
- mai?: undefined;
202
- op?: undefined;
203
- usdce?: undefined;
204
- velo?: undefined;
205
- veloV2?: undefined;
206
- am3CRV?: undefined;
207
- amDAI?: undefined;
208
- amUSDC?: undefined;
209
- amUSDT?: undefined;
210
- jrt?: undefined;
211
- oretro?: undefined;
212
- glcr?: undefined;
213
- cake?: undefined;
214
- } | {
86
+ };
87
+ [ChainId.POLYGON]: {
215
88
  am3CRV: string;
216
89
  amDAI: string;
217
90
  amUSDC: string;
@@ -220,132 +93,13 @@ export declare const constantChain: {
220
93
  jrt: string;
221
94
  oretro: string;
222
95
  usdc: string;
223
- apw?: undefined;
224
- convexEndpoint?: undefined;
225
- crv?: undefined;
226
- crv3?: undefined;
227
- crvANGLESDANGLE?: undefined;
228
- crvEURAEUROC?: undefined;
229
- crvEURAEURe?: undefined;
230
- crvEuropool?: undefined;
231
- crvFRAX?: undefined;
232
- crvFRAXEURA?: undefined;
233
- crvLUSD3CRV?: undefined;
234
- cvx?: undefined;
235
- dai?: undefined;
236
- frax?: undefined;
237
- fxs?: undefined;
238
- morpho?: undefined;
239
- rKP3R?: undefined;
240
- sdt?: undefined;
241
- stakeEndpoint?: undefined;
242
- sushi?: undefined;
243
- weth?: undefined;
244
- wstETH?: undefined;
245
- arb?: undefined;
246
- chr?: undefined;
247
- convexProxy?: undefined;
248
- crv2Pool?: undefined;
249
- ram?: undefined;
250
- sliz?: undefined;
251
- mai?: undefined;
252
- op?: undefined;
253
- usdce?: undefined;
254
- velo?: undefined;
255
- veloV2?: undefined;
256
- aero?: undefined;
257
- glcr?: undefined;
258
- cake?: undefined;
259
- } | {
96
+ };
97
+ [ChainId.AVALANCHE]: {
260
98
  glcr: string;
261
99
  usdc: string;
262
- apw?: undefined;
263
- convexEndpoint?: undefined;
264
- crv?: undefined;
265
- crv3?: undefined;
266
- crvANGLESDANGLE?: undefined;
267
- crvEURAEUROC?: undefined;
268
- crvEURAEURe?: undefined;
269
- crvEuropool?: undefined;
270
- crvFRAX?: undefined;
271
- crvFRAXEURA?: undefined;
272
- crvLUSD3CRV?: undefined;
273
- cvx?: undefined;
274
- dai?: undefined;
275
- frax?: undefined;
276
- fxs?: undefined;
277
- morpho?: undefined;
278
- rKP3R?: undefined;
279
- sdt?: undefined;
280
- stakeEndpoint?: undefined;
281
- sushi?: undefined;
282
- weth?: undefined;
283
- wstETH?: undefined;
284
- arb?: undefined;
285
- chr?: undefined;
286
- convexProxy?: undefined;
287
- crv2Pool?: undefined;
288
- jeur?: undefined;
289
- ram?: undefined;
290
- sliz?: undefined;
291
- mai?: undefined;
292
- op?: undefined;
293
- usdce?: undefined;
294
- velo?: undefined;
295
- veloV2?: undefined;
296
- aero?: undefined;
297
- am3CRV?: undefined;
298
- amDAI?: undefined;
299
- amUSDC?: undefined;
300
- amUSDT?: undefined;
301
- jrt?: undefined;
302
- oretro?: undefined;
303
- cake?: undefined;
304
- } | {
100
+ };
101
+ [ChainId.BSC]: {
305
102
  cake: string;
306
- apw?: undefined;
307
- convexEndpoint?: undefined;
308
- crv?: undefined;
309
- crv3?: undefined;
310
- crvANGLESDANGLE?: undefined;
311
- crvEURAEUROC?: undefined;
312
- crvEURAEURe?: undefined;
313
- crvEuropool?: undefined;
314
- crvFRAX?: undefined;
315
- crvFRAXEURA?: undefined;
316
- crvLUSD3CRV?: undefined;
317
- cvx?: undefined;
318
- dai?: undefined;
319
- frax?: undefined;
320
- fxs?: undefined;
321
- morpho?: undefined;
322
- rKP3R?: undefined;
323
- sdt?: undefined;
324
- stakeEndpoint?: undefined;
325
- sushi?: undefined;
326
- usdc?: undefined;
327
- weth?: undefined;
328
- wstETH?: undefined;
329
- arb?: undefined;
330
- chr?: undefined;
331
- convexProxy?: undefined;
332
- crv2Pool?: undefined;
333
- jeur?: undefined;
334
- ram?: undefined;
335
- sliz?: undefined;
336
- mai?: undefined;
337
- op?: undefined;
338
- usdce?: undefined;
339
- velo?: undefined;
340
- veloV2?: undefined;
341
- aero?: undefined;
342
- am3CRV?: undefined;
343
- amDAI?: undefined;
344
- amUSDC?: undefined;
345
- amUSDT?: undefined;
346
- jrt?: undefined;
347
- oretro?: undefined;
348
- glcr?: undefined;
349
103
  };
350
104
  };
351
105
  export declare const MAVERICK_ZKSYNC_BP_LENS_ADDRESS = "0xd32CE31CaC98CAC0631764B8286358c0606D87F9";
@@ -2719,7 +2719,8 @@ declare const eden: {
2719
2719
  };
2720
2720
  Opportunity: {
2721
2721
  name: string;
2722
- id: string;
2722
+ type: string;
2723
+ identifier: string;
2723
2724
  };
2724
2725
  CampaignStatus: {
2725
2726
  error: string;
@@ -5832,7 +5833,8 @@ declare const eden: {
5832
5833
  };
5833
5834
  Opportunity: {
5834
5835
  name: string;
5835
- id: string;
5836
+ type: string;
5837
+ identifier: string;
5836
5838
  };
5837
5839
  CampaignStatus: {
5838
5840
  error: string;
@@ -10271,7 +10273,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
10271
10273
  };
10272
10274
  Opportunity: {
10273
10275
  name: string;
10274
- id: string;
10276
+ type: string;
10277
+ identifier: string;
10275
10278
  };
10276
10279
  CampaignStatus: {
10277
10280
  error: string;
@@ -14409,7 +14412,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
14409
14412
  };
14410
14413
  Opportunity: {
14411
14414
  name: string;
14412
- id: string;
14415
+ type: string;
14416
+ identifier: string;
14413
14417
  };
14414
14418
  CampaignStatus: {
14415
14419
  error: string;
@@ -17522,7 +17526,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
17522
17526
  };
17523
17527
  Opportunity: {
17524
17528
  name: string;
17525
- id: string;
17529
+ type: string;
17530
+ identifier: string;
17526
17531
  };
17527
17532
  CampaignStatus: {
17528
17533
  error: string;
@@ -3347,7 +3347,8 @@ declare const app: Elysia<"", false, {
3347
3347
  };
3348
3348
  Opportunity: {
3349
3349
  name: string;
3350
- id: string;
3350
+ type: string;
3351
+ identifier: string;
3351
3352
  };
3352
3353
  CampaignStatus: {
3353
3354
  error: string;
@@ -3217,7 +3217,8 @@ export declare const v4: Elysia<"/v4", false, {
3217
3217
  };
3218
3218
  Opportunity: {
3219
3219
  name: string;
3220
- id: string;
3220
+ type: string;
3221
+ identifier: string;
3221
3222
  };
3222
3223
  CampaignStatus: {
3223
3224
  error: string;
@@ -141,7 +141,8 @@ export declare const StatusController: Elysia<"/campaign-status", false, {
141
141
  };
142
142
  Opportunity: {
143
143
  name: string;
144
- id: string;
144
+ type: string;
145
+ identifier: string;
145
146
  };
146
147
  CampaignStatus: {
147
148
  error: string;
@@ -87,7 +87,8 @@ export declare class StatusRepository {
87
87
  };
88
88
  Opportunity: {
89
89
  name: string;
90
- id: string;
90
+ type: string;
91
+ identifier: string;
91
92
  };
92
93
  CampaignStatus: {
93
94
  error: string;
@@ -118,7 +118,8 @@ export class StatusRepository {
118
118
  Opportunity: {
119
119
  select: {
120
120
  name: true,
121
- id: true,
121
+ identifier: true,
122
+ type: true,
122
123
  },
123
124
  },
124
125
  CampaignStatus: {
@@ -63,7 +63,8 @@ export declare class StatusService {
63
63
  };
64
64
  Opportunity: {
65
65
  name: string;
66
- id: string;
66
+ type: string;
67
+ identifier: string;
67
68
  };
68
69
  CampaignStatus: {
69
70
  error: string;