@merkl/api 0.19.22 → 0.19.24
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.
- package/dist/src/eden/index.d.ts +55 -55
- package/dist/src/engine/erc20SubTypeProcessors/GenericProcessor.js +2 -2
- package/dist/src/engine/erc20SubTypeProcessors/helpers/tokenType.d.ts +5 -5
- package/dist/src/engine/erc20SubTypeProcessors/helpers/tokenType.js +103 -94
- package/dist/src/engine/opportunityMetadata/implementations/Ajna.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Ambient.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Badger.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Clamm.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Clamm.js +17 -4
- package/dist/src/engine/opportunityMetadata/implementations/Compound.js +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Default.d.ts +0 -1
- package/dist/src/engine/opportunityMetadata/implementations/Default.js +0 -1
- package/dist/src/engine/opportunityMetadata/implementations/Dolomite.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/EigenLayer.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Encompassing.js +5 -0
- package/dist/src/engine/opportunityMetadata/implementations/Euler.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/EventBased.d.ts +1 -1
- package/dist/src/engine/opportunityMetadata/implementations/EventBased.js +7 -6
- package/dist/src/engine/opportunityMetadata/implementations/Hyperdrive.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Ion.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/JsonAirdrop.d.ts +2 -2
- package/dist/src/engine/opportunityMetadata/implementations/Morpho.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Radiant.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Silo.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/UniswapV4.d.ts +2 -1
- package/dist/src/engine/opportunityMetadata/implementations/Vest.d.ts +2 -1
- package/dist/src/index.d.ts +11 -11
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +1 -1
- package/dist/src/modules/v4/enso/enso.model.d.ts +2 -2
- package/dist/src/modules/v4/enso/enso.model.js +2 -2
- package/dist/src/modules/v4/interaction/interaction.model.d.ts +1 -1
- package/dist/src/modules/v4/interaction/interaction.model.js +3 -3
- package/dist/src/modules/v4/kyberzap/kyberzap.model.d.ts +4 -4
- package/dist/src/modules/v4/kyberzap/kyberzap.model.js +4 -4
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -3
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +2 -3
- package/dist/src/modules/v4/protocol/protocol.model.js +49 -9
- package/dist/src/modules/v4/protocol/protocol.repository.js +12 -0
- package/dist/src/modules/v4/protocol/protocol.service.js +0 -4
- package/dist/src/modules/v4/router.d.ts +11 -11
- package/dist/src/modules/v4/status/status.service.js +6 -0
- package/dist/src/modules/v4/token/token.controller.d.ts +9 -9
- package/dist/src/modules/v4/token/token.model.d.ts +5 -5
- package/dist/src/modules/v4/token/token.model.js +7 -5
- package/dist/src/modules/v4/token/token.service.js +5 -5
- package/dist/src/utils/caseChanges.d.ts +1 -0
- package/dist/src/utils/caseChanges.js +3 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/database/api/seeder/resources/protocol.d.ts +0 -373
- package/dist/database/api/seeder/resources/protocol.js +0 -344
package/package.json
CHANGED
@@ -1,373 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
readonly arthswap: {
|
3
|
-
readonly id: "arthswap";
|
4
|
-
readonly name: "ArthSwap";
|
5
|
-
readonly tags: readonly ["ALM"];
|
6
|
-
readonly icon: string;
|
7
|
-
readonly url: "";
|
8
|
-
};
|
9
|
-
readonly baseswap: {
|
10
|
-
readonly id: "baseswap";
|
11
|
-
readonly name: "BaseSwap";
|
12
|
-
readonly tags: readonly ["ALM"];
|
13
|
-
readonly icon: string;
|
14
|
-
readonly url: "";
|
15
|
-
};
|
16
|
-
readonly camelot: {
|
17
|
-
readonly id: "camelot";
|
18
|
-
readonly name: "Camelot";
|
19
|
-
readonly tags: readonly ["ALM"];
|
20
|
-
readonly icon: string;
|
21
|
-
readonly url: "";
|
22
|
-
};
|
23
|
-
readonly crust: {
|
24
|
-
readonly id: "crust";
|
25
|
-
readonly name: "Crust";
|
26
|
-
readonly tags: readonly ["ALM"];
|
27
|
-
readonly icon: string;
|
28
|
-
readonly url: "";
|
29
|
-
};
|
30
|
-
readonly fenix: {
|
31
|
-
readonly id: "fenix";
|
32
|
-
readonly name: "Fenix";
|
33
|
-
readonly tags: readonly ["ALM"];
|
34
|
-
readonly icon: string;
|
35
|
-
readonly url: "";
|
36
|
-
};
|
37
|
-
readonly horiza: {
|
38
|
-
readonly id: "horiza";
|
39
|
-
readonly name: "Horiza";
|
40
|
-
readonly tags: readonly ["ALM"];
|
41
|
-
readonly icon: string;
|
42
|
-
readonly url: "";
|
43
|
-
};
|
44
|
-
readonly izumi: {
|
45
|
-
readonly id: "izumi";
|
46
|
-
readonly name: "Izumi";
|
47
|
-
readonly tags: readonly ["ALM"];
|
48
|
-
readonly icon: string;
|
49
|
-
readonly url: "";
|
50
|
-
};
|
51
|
-
readonly kim: {
|
52
|
-
readonly id: "kim";
|
53
|
-
readonly name: "Kim";
|
54
|
-
readonly tags: readonly ["ALM"];
|
55
|
-
readonly icon: string;
|
56
|
-
readonly url: "";
|
57
|
-
};
|
58
|
-
readonly pancakeswap: {
|
59
|
-
readonly id: "pancakeswap";
|
60
|
-
readonly name: "PancakeSwap";
|
61
|
-
readonly tags: readonly ["ALM"];
|
62
|
-
readonly icon: string;
|
63
|
-
readonly url: "";
|
64
|
-
};
|
65
|
-
readonly quickswap: {
|
66
|
-
readonly id: "quickswap";
|
67
|
-
readonly name: "Quickswap";
|
68
|
-
readonly tags: readonly ["ALM"];
|
69
|
-
readonly icon: string;
|
70
|
-
readonly url: "";
|
71
|
-
};
|
72
|
-
readonly ramses: {
|
73
|
-
readonly id: "ramses";
|
74
|
-
readonly name: "Ramses";
|
75
|
-
readonly tags: readonly ["ALM"];
|
76
|
-
readonly icon: string;
|
77
|
-
readonly url: "";
|
78
|
-
};
|
79
|
-
readonly retro: {
|
80
|
-
readonly id: "retro";
|
81
|
-
readonly name: "Retro";
|
82
|
-
readonly tags: readonly ["ALM"];
|
83
|
-
readonly icon: string;
|
84
|
-
readonly url: "";
|
85
|
-
};
|
86
|
-
readonly stryke: {
|
87
|
-
readonly id: "stryke";
|
88
|
-
readonly name: "Stryke";
|
89
|
-
readonly tags: readonly ["ALM"];
|
90
|
-
readonly icon: string;
|
91
|
-
readonly url: "";
|
92
|
-
};
|
93
|
-
readonly "stryke-pcs": {
|
94
|
-
readonly id: "stryke-pcs";
|
95
|
-
readonly name: "StrykePCS";
|
96
|
-
readonly tags: readonly ["ALM"];
|
97
|
-
readonly icon: string;
|
98
|
-
readonly url: "";
|
99
|
-
};
|
100
|
-
readonly "stryke-sushi": {
|
101
|
-
readonly id: "stryke-sushi";
|
102
|
-
readonly name: "StrykeSushi";
|
103
|
-
readonly tags: readonly ["ALM"];
|
104
|
-
readonly icon: string;
|
105
|
-
readonly url: "";
|
106
|
-
};
|
107
|
-
readonly sushiswap: {
|
108
|
-
readonly id: "sushiswap";
|
109
|
-
readonly name: "SushiSwap";
|
110
|
-
readonly tags: readonly ["ALM"];
|
111
|
-
readonly icon: string;
|
112
|
-
readonly url: "https://www.sushi.com/ethereum/swap";
|
113
|
-
};
|
114
|
-
readonly swapr: {
|
115
|
-
readonly id: "swapr";
|
116
|
-
readonly name: "Swapr";
|
117
|
-
readonly tags: readonly ["ALM"];
|
118
|
-
readonly icon: string;
|
119
|
-
readonly url: "";
|
120
|
-
};
|
121
|
-
readonly thruster: {
|
122
|
-
readonly id: "thruster";
|
123
|
-
readonly name: "Thruster";
|
124
|
-
readonly tags: readonly ["ALM"];
|
125
|
-
readonly icon: string;
|
126
|
-
readonly url: "";
|
127
|
-
};
|
128
|
-
readonly voltage: {
|
129
|
-
readonly id: "voltage";
|
130
|
-
readonly name: "Voltage";
|
131
|
-
readonly tags: readonly ["ALM"];
|
132
|
-
readonly icon: string;
|
133
|
-
readonly url: "";
|
134
|
-
};
|
135
|
-
readonly zero: {
|
136
|
-
readonly id: "zero";
|
137
|
-
readonly name: "Zero";
|
138
|
-
readonly tags: readonly ["ALM"];
|
139
|
-
readonly icon: string;
|
140
|
-
readonly url: "";
|
141
|
-
};
|
142
|
-
readonly koi: {
|
143
|
-
readonly id: "koi";
|
144
|
-
readonly name: "Koi";
|
145
|
-
readonly tags: readonly ["ALM", "DEX"];
|
146
|
-
readonly icon: string;
|
147
|
-
readonly url: "";
|
148
|
-
};
|
149
|
-
readonly uniswap: {
|
150
|
-
readonly id: "uniswap";
|
151
|
-
readonly name: "Uniswap";
|
152
|
-
readonly tags: readonly ["DEX"];
|
153
|
-
readonly icon: string;
|
154
|
-
readonly url: "";
|
155
|
-
};
|
156
|
-
readonly velodrome: {
|
157
|
-
readonly id: "velodrome";
|
158
|
-
readonly name: "Velodrome";
|
159
|
-
readonly tags: readonly ["DEX"];
|
160
|
-
readonly icon: string;
|
161
|
-
readonly url: "";
|
162
|
-
};
|
163
|
-
readonly aerodrome: {
|
164
|
-
readonly id: "aerodrome";
|
165
|
-
readonly name: "Aerodrome";
|
166
|
-
readonly tags: readonly ["DEX"];
|
167
|
-
readonly icon: string;
|
168
|
-
readonly url: "";
|
169
|
-
};
|
170
|
-
readonly balancer: {
|
171
|
-
readonly id: "balancer";
|
172
|
-
readonly name: "Balancer";
|
173
|
-
readonly tags: readonly ["DEX"];
|
174
|
-
readonly icon: string;
|
175
|
-
readonly url: "";
|
176
|
-
};
|
177
|
-
readonly curve: {
|
178
|
-
readonly id: "curve";
|
179
|
-
readonly name: "Curve";
|
180
|
-
readonly tags: readonly ["DEX"];
|
181
|
-
readonly icon: string;
|
182
|
-
readonly url: "";
|
183
|
-
};
|
184
|
-
readonly aura: {
|
185
|
-
readonly id: "aura";
|
186
|
-
readonly name: "Aura";
|
187
|
-
readonly tags: readonly ["DEX"];
|
188
|
-
readonly icon: string;
|
189
|
-
readonly url: "";
|
190
|
-
};
|
191
|
-
readonly akron: {
|
192
|
-
readonly id: "akron";
|
193
|
-
readonly name: "Akron";
|
194
|
-
readonly tags: readonly ["DEX"];
|
195
|
-
readonly icon: string;
|
196
|
-
readonly url: "";
|
197
|
-
};
|
198
|
-
readonly beefy: {
|
199
|
-
readonly id: "beefy";
|
200
|
-
readonly name: "Beefy Vaults";
|
201
|
-
readonly tags: readonly ["DEX"];
|
202
|
-
readonly icon: string;
|
203
|
-
readonly url: "";
|
204
|
-
};
|
205
|
-
readonly dragonswap: {
|
206
|
-
readonly id: "dragonswap";
|
207
|
-
readonly name: "DragonSwap";
|
208
|
-
readonly tags: readonly ["DEX"];
|
209
|
-
readonly icon: string;
|
210
|
-
readonly url: "";
|
211
|
-
};
|
212
|
-
readonly poolside: {
|
213
|
-
readonly id: "poolside";
|
214
|
-
readonly name: "Poolside";
|
215
|
-
readonly tags: readonly ["DEX"];
|
216
|
-
readonly icon: string;
|
217
|
-
readonly url: "";
|
218
|
-
};
|
219
|
-
readonly radiant: {
|
220
|
-
readonly id: "radiant";
|
221
|
-
readonly name: "Radiant";
|
222
|
-
readonly tags: readonly ["DEX", "LENDING"];
|
223
|
-
readonly icon: string;
|
224
|
-
readonly url: "";
|
225
|
-
};
|
226
|
-
readonly aave: {
|
227
|
-
readonly id: "aave";
|
228
|
-
readonly name: "Aave";
|
229
|
-
readonly tags: readonly ["LENDING"];
|
230
|
-
readonly icon: string;
|
231
|
-
readonly url: "";
|
232
|
-
};
|
233
|
-
readonly euler: {
|
234
|
-
readonly id: "euler";
|
235
|
-
readonly name: "Euler";
|
236
|
-
readonly tags: readonly ["LENDING"];
|
237
|
-
readonly icon: string;
|
238
|
-
readonly url: "";
|
239
|
-
};
|
240
|
-
readonly gearbox: {
|
241
|
-
readonly id: "gearbox";
|
242
|
-
readonly name: "Gearbox";
|
243
|
-
readonly tags: readonly ["LENDING"];
|
244
|
-
readonly icon: string;
|
245
|
-
readonly url: "";
|
246
|
-
};
|
247
|
-
readonly compound: {
|
248
|
-
readonly id: "compound";
|
249
|
-
readonly name: "Compound";
|
250
|
-
readonly tags: readonly ["LENDING"];
|
251
|
-
readonly icon: string;
|
252
|
-
readonly url: "";
|
253
|
-
};
|
254
|
-
readonly sturdy: {
|
255
|
-
readonly id: "sturdy";
|
256
|
-
readonly name: "Sturdy";
|
257
|
-
readonly tags: readonly ["LENDING"];
|
258
|
-
readonly icon: string;
|
259
|
-
readonly url: "";
|
260
|
-
};
|
261
|
-
readonly frax: {
|
262
|
-
readonly id: "frax";
|
263
|
-
readonly name: "Frax";
|
264
|
-
readonly tags: readonly ["LENDING"];
|
265
|
-
readonly icon: string;
|
266
|
-
readonly url: "";
|
267
|
-
};
|
268
|
-
readonly ionic: {
|
269
|
-
readonly id: "ionic";
|
270
|
-
readonly name: "Ionic";
|
271
|
-
readonly tags: readonly ["LENDING"];
|
272
|
-
readonly icon: string;
|
273
|
-
readonly url: "";
|
274
|
-
};
|
275
|
-
readonly moonwell: {
|
276
|
-
readonly id: "moonwell";
|
277
|
-
readonly name: "Moonwell";
|
278
|
-
readonly tags: readonly ["LENDING"];
|
279
|
-
readonly icon: string;
|
280
|
-
readonly url: "";
|
281
|
-
};
|
282
|
-
readonly fluid: {
|
283
|
-
readonly id: "fluid";
|
284
|
-
readonly name: "Fluid";
|
285
|
-
readonly tags: readonly ["LENDING"];
|
286
|
-
readonly icon: string;
|
287
|
-
readonly url: "";
|
288
|
-
};
|
289
|
-
readonly silo: {
|
290
|
-
readonly id: "silo";
|
291
|
-
readonly name: "Silo";
|
292
|
-
readonly tags: readonly ["LENDING"];
|
293
|
-
readonly icon: string;
|
294
|
-
readonly url: "";
|
295
|
-
};
|
296
|
-
readonly morpho: {
|
297
|
-
readonly id: "morpho";
|
298
|
-
readonly name: "Morpho";
|
299
|
-
readonly icon: string;
|
300
|
-
readonly url: "";
|
301
|
-
};
|
302
|
-
readonly coumpound: {
|
303
|
-
readonly id: "coumpound";
|
304
|
-
readonly name: "Compound";
|
305
|
-
readonly icon: string;
|
306
|
-
readonly url: "";
|
307
|
-
};
|
308
|
-
readonly dolomite: {
|
309
|
-
readonly id: "dolomite";
|
310
|
-
readonly name: "Dolomite";
|
311
|
-
readonly icon: string;
|
312
|
-
readonly url: "";
|
313
|
-
};
|
314
|
-
readonly badger: {
|
315
|
-
readonly id: "badger";
|
316
|
-
readonly name: "Badger";
|
317
|
-
readonly icon: string;
|
318
|
-
readonly url: "";
|
319
|
-
};
|
320
|
-
readonly ion: {
|
321
|
-
readonly id: "ion";
|
322
|
-
readonly name: "Ion";
|
323
|
-
readonly icon: string;
|
324
|
-
readonly url: "";
|
325
|
-
};
|
326
|
-
readonly eigenlayer: {
|
327
|
-
readonly id: "eigenlayer";
|
328
|
-
readonly name: "EigenLayer";
|
329
|
-
readonly icon: string;
|
330
|
-
readonly tags: readonly ["LENDING"];
|
331
|
-
readonly url: "";
|
332
|
-
};
|
333
|
-
readonly vest: {
|
334
|
-
readonly id: "vest";
|
335
|
-
readonly name: "vest";
|
336
|
-
readonly icon: string;
|
337
|
-
readonly tags: readonly ["LENDING"];
|
338
|
-
readonly url: "";
|
339
|
-
};
|
340
|
-
readonly ajna: {
|
341
|
-
readonly id: "ajna";
|
342
|
-
readonly name: "Ajna";
|
343
|
-
readonly icon: string;
|
344
|
-
readonly url: "";
|
345
|
-
};
|
346
|
-
readonly layerbank: {
|
347
|
-
readonly id: "layerbank";
|
348
|
-
readonly name: "LayerBank";
|
349
|
-
readonly icon: string;
|
350
|
-
readonly url: "";
|
351
|
-
};
|
352
|
-
readonly supswap: {
|
353
|
-
readonly id: "supswap";
|
354
|
-
readonly name: "Supswap";
|
355
|
-
readonly icon: string;
|
356
|
-
readonly url: "";
|
357
|
-
};
|
358
|
-
readonly zkswap: {
|
359
|
-
readonly id: "zkswap";
|
360
|
-
readonly name: "ZKSwap";
|
361
|
-
readonly tags: readonly ["DEX"];
|
362
|
-
readonly icon: string;
|
363
|
-
readonly url: "";
|
364
|
-
};
|
365
|
-
readonly thirdtrade: {
|
366
|
-
readonly id: "thirdtrade";
|
367
|
-
readonly name: "ThirdTrade";
|
368
|
-
readonly tags: readonly ["DEX"];
|
369
|
-
readonly icon: string;
|
370
|
-
readonly url: "";
|
371
|
-
};
|
372
|
-
};
|
373
|
-
export default _default;
|