@merkl/api 0.10.174 → 0.10.176
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 +63 -63
- package/dist/src/index.d.ts +21 -21
- package/dist/src/index.js +0 -1
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType.d.ts +2 -1
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/helpers/tokenType.js +4 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/HoldStationProcessor.d.ts +29 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/HoldStationProcessor.js +34 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/processor/processorMapping.js +2 -0
- package/dist/src/libs/campaigns/campaignTypes/ERC20SubTypes/subtypesRound1RefactoFinal.js +2 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +4 -4
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +2 -2
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +2 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +10 -10
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +11 -11
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +0 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +13 -13
- package/dist/src/modules/v4/position/implementations/ClammPositionFetcher.js +0 -2
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -2
- package/dist/src/modules/v4/reward/reward.service.d.ts +11 -11
- package/dist/src/modules/v4/router.d.ts +21 -21
- package/dist/src/modules/v4/token/token.controller.d.ts +3 -3
- package/dist/src/modules/v4/token/token.repository.d.ts +1 -1
- package/dist/src/modules/v4/token/token.service.d.ts +6 -6
- package/dist/src/modules/v4/user/user.controller.d.ts +4 -4
- package/dist/src/routes/v3/blacklist.d.ts +21 -21
- package/dist/src/routes/v3/campaigns.d.ts +21 -21
- package/dist/src/routes/v3/campaignsInfo.d.ts +21 -21
- package/dist/src/routes/v3/multiChainPositions.d.ts +21 -21
- package/dist/src/routes/v3/opportunity.d.ts +22 -22
- package/dist/src/routes/v3/positions.d.ts +21 -21
- package/dist/src/routes/v3/rewards.d.ts +21 -21
- package/dist/src/routes/v3/updates.d.ts +21 -21
- package/dist/src/routes/v3/userRewards.d.ts +21 -21
- package/dist/src/utils/decodeCalls.js +5 -1
- package/dist/src/utils/encodeCalls.js +13 -1
- package/dist/src/utils/generateCardName.js +1 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/src/eden/index.d.ts
CHANGED
|
@@ -57,9 +57,9 @@ declare const eden: {
|
|
|
57
57
|
symbol: string;
|
|
58
58
|
name: string | null;
|
|
59
59
|
id: string;
|
|
60
|
-
icon: string;
|
|
61
60
|
chainId: number;
|
|
62
61
|
address: string;
|
|
62
|
+
icon: string;
|
|
63
63
|
decimals: number;
|
|
64
64
|
displaySymbol: string;
|
|
65
65
|
verified: boolean;
|
|
@@ -74,9 +74,9 @@ declare const eden: {
|
|
|
74
74
|
symbol: string;
|
|
75
75
|
name: string | null;
|
|
76
76
|
id: string;
|
|
77
|
-
icon: string;
|
|
78
77
|
chainId: number;
|
|
79
78
|
address: string;
|
|
79
|
+
icon: string;
|
|
80
80
|
decimals: number;
|
|
81
81
|
verified: boolean;
|
|
82
82
|
isTest: boolean;
|
|
@@ -151,9 +151,9 @@ declare const eden: {
|
|
|
151
151
|
symbol: string;
|
|
152
152
|
name: string | null;
|
|
153
153
|
id: string;
|
|
154
|
-
icon: string;
|
|
155
154
|
chainId: number;
|
|
156
155
|
address: string;
|
|
156
|
+
icon: string;
|
|
157
157
|
decimals: number;
|
|
158
158
|
displaySymbol: string;
|
|
159
159
|
verified: boolean;
|
|
@@ -168,9 +168,9 @@ declare const eden: {
|
|
|
168
168
|
symbol: string;
|
|
169
169
|
name: string | null;
|
|
170
170
|
id: string;
|
|
171
|
-
icon: string;
|
|
172
171
|
chainId: number;
|
|
173
172
|
address: string;
|
|
173
|
+
icon: string;
|
|
174
174
|
decimals: number;
|
|
175
175
|
verified: boolean;
|
|
176
176
|
isTest: boolean;
|
|
@@ -211,9 +211,9 @@ declare const eden: {
|
|
|
211
211
|
symbol: string;
|
|
212
212
|
name: string | null;
|
|
213
213
|
id: string;
|
|
214
|
-
icon: string;
|
|
215
214
|
chainId: number;
|
|
216
215
|
address: string;
|
|
216
|
+
icon: string;
|
|
217
217
|
decimals: number;
|
|
218
218
|
verified: boolean;
|
|
219
219
|
isTest: boolean;
|
|
@@ -282,8 +282,8 @@ declare const eden: {
|
|
|
282
282
|
status?: string | undefined;
|
|
283
283
|
items?: number | undefined;
|
|
284
284
|
tags?: string | undefined;
|
|
285
|
-
page?: number | undefined;
|
|
286
285
|
chainId?: string | undefined;
|
|
286
|
+
page?: number | undefined;
|
|
287
287
|
action?: string | undefined;
|
|
288
288
|
mainProtocolId?: string | undefined;
|
|
289
289
|
order?: undefined;
|
|
@@ -329,9 +329,9 @@ declare const eden: {
|
|
|
329
329
|
symbol: string;
|
|
330
330
|
name: string | null;
|
|
331
331
|
id: string;
|
|
332
|
-
icon: string;
|
|
333
332
|
chainId: number;
|
|
334
333
|
address: string;
|
|
334
|
+
icon: string;
|
|
335
335
|
decimals: number;
|
|
336
336
|
displaySymbol: string;
|
|
337
337
|
verified: boolean;
|
|
@@ -346,9 +346,9 @@ declare const eden: {
|
|
|
346
346
|
symbol: string;
|
|
347
347
|
name: string | null;
|
|
348
348
|
id: string;
|
|
349
|
-
icon: string;
|
|
350
349
|
chainId: number;
|
|
351
350
|
address: string;
|
|
351
|
+
icon: string;
|
|
352
352
|
decimals: number;
|
|
353
353
|
verified: boolean;
|
|
354
354
|
isTest: boolean;
|
|
@@ -391,8 +391,8 @@ declare const eden: {
|
|
|
391
391
|
status?: string | undefined;
|
|
392
392
|
items?: number | undefined;
|
|
393
393
|
tags?: string | undefined;
|
|
394
|
-
page?: number | undefined;
|
|
395
394
|
chainId?: string | undefined;
|
|
395
|
+
page?: number | undefined;
|
|
396
396
|
action?: string | undefined;
|
|
397
397
|
mainProtocolId?: string | undefined;
|
|
398
398
|
order?: undefined;
|
|
@@ -416,8 +416,8 @@ declare const eden: {
|
|
|
416
416
|
status?: string | undefined;
|
|
417
417
|
items?: number | undefined;
|
|
418
418
|
tags?: string | undefined;
|
|
419
|
-
page?: number | undefined;
|
|
420
419
|
chainId?: string | undefined;
|
|
420
|
+
page?: number | undefined;
|
|
421
421
|
action?: string | undefined;
|
|
422
422
|
mainProtocolId?: string | undefined;
|
|
423
423
|
order?: undefined;
|
|
@@ -439,13 +439,13 @@ declare const eden: {
|
|
|
439
439
|
subType?: number | undefined;
|
|
440
440
|
type: number;
|
|
441
441
|
params: string;
|
|
442
|
-
creator: string;
|
|
443
442
|
chainId: number;
|
|
444
443
|
startTimestamp: string;
|
|
445
444
|
endTimestamp: string;
|
|
446
445
|
computeChainId: number;
|
|
447
446
|
campaignId: string;
|
|
448
447
|
amount: string;
|
|
448
|
+
creator: string;
|
|
449
449
|
rewardTokenAddress: string;
|
|
450
450
|
opportunityIdentifier: string;
|
|
451
451
|
}, options: {
|
|
@@ -477,11 +477,11 @@ declare const eden: {
|
|
|
477
477
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
478
478
|
items?: number | undefined;
|
|
479
479
|
subType?: number | undefined;
|
|
480
|
-
page?: number | undefined;
|
|
481
480
|
chainId?: number | undefined;
|
|
482
481
|
startTimestamp?: string | undefined;
|
|
483
482
|
endTimestamp?: string | undefined;
|
|
484
483
|
tokenAddress?: string | undefined;
|
|
484
|
+
page?: number | undefined;
|
|
485
485
|
mainParameter?: string | undefined;
|
|
486
486
|
campaignId?: string | undefined;
|
|
487
487
|
opportunityId?: string | undefined;
|
|
@@ -501,9 +501,9 @@ declare const eden: {
|
|
|
501
501
|
symbol: string;
|
|
502
502
|
name: string | null;
|
|
503
503
|
id: string;
|
|
504
|
-
icon: string;
|
|
505
504
|
chainId: number;
|
|
506
505
|
address: string;
|
|
506
|
+
icon: string;
|
|
507
507
|
decimals: number;
|
|
508
508
|
verified: boolean;
|
|
509
509
|
isTest: boolean;
|
|
@@ -545,11 +545,11 @@ declare const eden: {
|
|
|
545
545
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
546
546
|
items?: number | undefined;
|
|
547
547
|
subType?: number | undefined;
|
|
548
|
-
page?: number | undefined;
|
|
549
548
|
chainId?: number | undefined;
|
|
550
549
|
startTimestamp?: string | undefined;
|
|
551
550
|
endTimestamp?: string | undefined;
|
|
552
551
|
tokenAddress?: string | undefined;
|
|
552
|
+
page?: number | undefined;
|
|
553
553
|
mainParameter?: string | undefined;
|
|
554
554
|
campaignId?: string | undefined;
|
|
555
555
|
opportunityId?: string | undefined;
|
|
@@ -669,9 +669,9 @@ declare const eden: {
|
|
|
669
669
|
symbol: string;
|
|
670
670
|
name: string | null;
|
|
671
671
|
id: string;
|
|
672
|
-
icon: string;
|
|
673
672
|
chainId: number;
|
|
674
673
|
address: string;
|
|
674
|
+
icon: string;
|
|
675
675
|
decimals: number;
|
|
676
676
|
verified: boolean;
|
|
677
677
|
isTest: boolean;
|
|
@@ -694,9 +694,9 @@ declare const eden: {
|
|
|
694
694
|
symbol: string;
|
|
695
695
|
name: string | null;
|
|
696
696
|
id: string;
|
|
697
|
-
icon: string;
|
|
698
697
|
chainId: number;
|
|
699
698
|
address: string;
|
|
699
|
+
icon: string;
|
|
700
700
|
decimals: number;
|
|
701
701
|
verified: boolean;
|
|
702
702
|
isTest: boolean;
|
|
@@ -724,9 +724,9 @@ declare const eden: {
|
|
|
724
724
|
symbol: string;
|
|
725
725
|
name: string | null;
|
|
726
726
|
id: string;
|
|
727
|
-
icon: string;
|
|
728
727
|
chainId: number;
|
|
729
728
|
address: string;
|
|
729
|
+
icon: string;
|
|
730
730
|
decimals: number;
|
|
731
731
|
displaySymbol: string;
|
|
732
732
|
verified: boolean;
|
|
@@ -1198,9 +1198,9 @@ declare const eden: {
|
|
|
1198
1198
|
symbol: string;
|
|
1199
1199
|
name: string | null;
|
|
1200
1200
|
id: string;
|
|
1201
|
-
icon: string;
|
|
1202
1201
|
chainId: number;
|
|
1203
1202
|
address: string;
|
|
1203
|
+
icon: string;
|
|
1204
1204
|
decimals: number;
|
|
1205
1205
|
displaySymbol: string;
|
|
1206
1206
|
verified: boolean;
|
|
@@ -1219,9 +1219,9 @@ declare const eden: {
|
|
|
1219
1219
|
symbol: string;
|
|
1220
1220
|
name: string | null;
|
|
1221
1221
|
id: string;
|
|
1222
|
-
icon: string;
|
|
1223
1222
|
chainId: number;
|
|
1224
1223
|
address: string;
|
|
1224
|
+
icon: string;
|
|
1225
1225
|
decimals: number;
|
|
1226
1226
|
displaySymbol: string;
|
|
1227
1227
|
verified: boolean;
|
|
@@ -1301,9 +1301,9 @@ declare const eden: {
|
|
|
1301
1301
|
symbol: string;
|
|
1302
1302
|
name: string | null;
|
|
1303
1303
|
id: string;
|
|
1304
|
-
icon: string;
|
|
1305
1304
|
chainId: number;
|
|
1306
1305
|
address: string;
|
|
1306
|
+
icon: string;
|
|
1307
1307
|
decimals: number;
|
|
1308
1308
|
displaySymbol: string;
|
|
1309
1309
|
verified: boolean;
|
|
@@ -1322,9 +1322,9 @@ declare const eden: {
|
|
|
1322
1322
|
symbol: string;
|
|
1323
1323
|
name: string | null;
|
|
1324
1324
|
id: string;
|
|
1325
|
-
icon: string;
|
|
1326
1325
|
chainId: number;
|
|
1327
1326
|
address: string;
|
|
1327
|
+
icon: string;
|
|
1328
1328
|
decimals: number;
|
|
1329
1329
|
displaySymbol: string;
|
|
1330
1330
|
verified: boolean;
|
|
@@ -1957,9 +1957,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
1957
1957
|
symbol: string;
|
|
1958
1958
|
name: string | null;
|
|
1959
1959
|
id: string;
|
|
1960
|
-
icon: string;
|
|
1961
1960
|
chainId: number;
|
|
1962
1961
|
address: string;
|
|
1962
|
+
icon: string;
|
|
1963
1963
|
decimals: number;
|
|
1964
1964
|
displaySymbol: string;
|
|
1965
1965
|
verified: boolean;
|
|
@@ -1974,9 +1974,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
1974
1974
|
symbol: string;
|
|
1975
1975
|
name: string | null;
|
|
1976
1976
|
id: string;
|
|
1977
|
-
icon: string;
|
|
1978
1977
|
chainId: number;
|
|
1979
1978
|
address: string;
|
|
1979
|
+
icon: string;
|
|
1980
1980
|
decimals: number;
|
|
1981
1981
|
verified: boolean;
|
|
1982
1982
|
isTest: boolean;
|
|
@@ -2060,9 +2060,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2060
2060
|
symbol: string;
|
|
2061
2061
|
name: string | null;
|
|
2062
2062
|
id: string;
|
|
2063
|
-
icon: string;
|
|
2064
2063
|
chainId: number;
|
|
2065
2064
|
address: string;
|
|
2065
|
+
icon: string;
|
|
2066
2066
|
decimals: number;
|
|
2067
2067
|
displaySymbol: string;
|
|
2068
2068
|
verified: boolean;
|
|
@@ -2077,9 +2077,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2077
2077
|
symbol: string;
|
|
2078
2078
|
name: string | null;
|
|
2079
2079
|
id: string;
|
|
2080
|
-
icon: string;
|
|
2081
2080
|
chainId: number;
|
|
2082
2081
|
address: string;
|
|
2082
|
+
icon: string;
|
|
2083
2083
|
decimals: number;
|
|
2084
2084
|
verified: boolean;
|
|
2085
2085
|
isTest: boolean;
|
|
@@ -2120,9 +2120,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2120
2120
|
symbol: string;
|
|
2121
2121
|
name: string | null;
|
|
2122
2122
|
id: string;
|
|
2123
|
-
icon: string;
|
|
2124
2123
|
chainId: number;
|
|
2125
2124
|
address: string;
|
|
2125
|
+
icon: string;
|
|
2126
2126
|
decimals: number;
|
|
2127
2127
|
verified: boolean;
|
|
2128
2128
|
isTest: boolean;
|
|
@@ -2174,8 +2174,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2174
2174
|
status?: string | undefined;
|
|
2175
2175
|
items?: number | undefined;
|
|
2176
2176
|
tags?: string | undefined;
|
|
2177
|
-
page?: number | undefined;
|
|
2178
2177
|
chainId?: string | undefined;
|
|
2178
|
+
page?: number | undefined;
|
|
2179
2179
|
action?: string | undefined;
|
|
2180
2180
|
mainProtocolId?: string | undefined;
|
|
2181
2181
|
order?: undefined;
|
|
@@ -2221,9 +2221,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2221
2221
|
symbol: string;
|
|
2222
2222
|
name: string | null;
|
|
2223
2223
|
id: string;
|
|
2224
|
-
icon: string;
|
|
2225
2224
|
chainId: number;
|
|
2226
2225
|
address: string;
|
|
2226
|
+
icon: string;
|
|
2227
2227
|
decimals: number;
|
|
2228
2228
|
displaySymbol: string;
|
|
2229
2229
|
verified: boolean;
|
|
@@ -2238,9 +2238,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2238
2238
|
symbol: string;
|
|
2239
2239
|
name: string | null;
|
|
2240
2240
|
id: string;
|
|
2241
|
-
icon: string;
|
|
2242
2241
|
chainId: number;
|
|
2243
2242
|
address: string;
|
|
2243
|
+
icon: string;
|
|
2244
2244
|
decimals: number;
|
|
2245
2245
|
verified: boolean;
|
|
2246
2246
|
isTest: boolean;
|
|
@@ -2288,8 +2288,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2288
2288
|
status?: string | undefined;
|
|
2289
2289
|
items?: number | undefined;
|
|
2290
2290
|
tags?: string | undefined;
|
|
2291
|
-
page?: number | undefined;
|
|
2292
2291
|
chainId?: string | undefined;
|
|
2292
|
+
page?: number | undefined;
|
|
2293
2293
|
action?: string | undefined;
|
|
2294
2294
|
mainProtocolId?: string | undefined;
|
|
2295
2295
|
order?: undefined;
|
|
@@ -2319,8 +2319,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2319
2319
|
status?: string | undefined;
|
|
2320
2320
|
items?: number | undefined;
|
|
2321
2321
|
tags?: string | undefined;
|
|
2322
|
-
page?: number | undefined;
|
|
2323
2322
|
chainId?: string | undefined;
|
|
2323
|
+
page?: number | undefined;
|
|
2324
2324
|
action?: string | undefined;
|
|
2325
2325
|
mainProtocolId?: string | undefined;
|
|
2326
2326
|
order?: undefined;
|
|
@@ -2348,13 +2348,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2348
2348
|
subType?: number | undefined;
|
|
2349
2349
|
type: number;
|
|
2350
2350
|
params: string;
|
|
2351
|
-
creator: string;
|
|
2352
2351
|
chainId: number;
|
|
2353
2352
|
startTimestamp: string;
|
|
2354
2353
|
endTimestamp: string;
|
|
2355
2354
|
computeChainId: number;
|
|
2356
2355
|
campaignId: string;
|
|
2357
2356
|
amount: string;
|
|
2357
|
+
creator: string;
|
|
2358
2358
|
rewardTokenAddress: string;
|
|
2359
2359
|
opportunityIdentifier: string;
|
|
2360
2360
|
};
|
|
@@ -2391,11 +2391,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2391
2391
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
2392
2392
|
items?: number | undefined;
|
|
2393
2393
|
subType?: number | undefined;
|
|
2394
|
-
page?: number | undefined;
|
|
2395
2394
|
chainId?: number | undefined;
|
|
2396
2395
|
startTimestamp?: string | undefined;
|
|
2397
2396
|
endTimestamp?: string | undefined;
|
|
2398
2397
|
tokenAddress?: string | undefined;
|
|
2398
|
+
page?: number | undefined;
|
|
2399
2399
|
mainParameter?: string | undefined;
|
|
2400
2400
|
campaignId?: string | undefined;
|
|
2401
2401
|
opportunityId?: string | undefined;
|
|
@@ -2415,9 +2415,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2415
2415
|
symbol: string;
|
|
2416
2416
|
name: string | null;
|
|
2417
2417
|
id: string;
|
|
2418
|
-
icon: string;
|
|
2419
2418
|
chainId: number;
|
|
2420
2419
|
address: string;
|
|
2420
|
+
icon: string;
|
|
2421
2421
|
decimals: number;
|
|
2422
2422
|
verified: boolean;
|
|
2423
2423
|
isTest: boolean;
|
|
@@ -2462,11 +2462,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2462
2462
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
2463
2463
|
items?: number | undefined;
|
|
2464
2464
|
subType?: number | undefined;
|
|
2465
|
-
page?: number | undefined;
|
|
2466
2465
|
chainId?: number | undefined;
|
|
2467
2466
|
startTimestamp?: string | undefined;
|
|
2468
2467
|
endTimestamp?: string | undefined;
|
|
2469
2468
|
tokenAddress?: string | undefined;
|
|
2469
|
+
page?: number | undefined;
|
|
2470
2470
|
mainParameter?: string | undefined;
|
|
2471
2471
|
campaignId?: string | undefined;
|
|
2472
2472
|
opportunityId?: string | undefined;
|
|
@@ -2621,9 +2621,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2621
2621
|
symbol: string;
|
|
2622
2622
|
name: string | null;
|
|
2623
2623
|
id: string;
|
|
2624
|
-
icon: string;
|
|
2625
2624
|
chainId: number;
|
|
2626
2625
|
address: string;
|
|
2626
|
+
icon: string;
|
|
2627
2627
|
decimals: number;
|
|
2628
2628
|
verified: boolean;
|
|
2629
2629
|
isTest: boolean;
|
|
@@ -2651,9 +2651,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2651
2651
|
symbol: string;
|
|
2652
2652
|
name: string | null;
|
|
2653
2653
|
id: string;
|
|
2654
|
-
icon: string;
|
|
2655
2654
|
chainId: number;
|
|
2656
2655
|
address: string;
|
|
2656
|
+
icon: string;
|
|
2657
2657
|
decimals: number;
|
|
2658
2658
|
verified: boolean;
|
|
2659
2659
|
isTest: boolean;
|
|
@@ -2686,9 +2686,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
2686
2686
|
symbol: string;
|
|
2687
2687
|
name: string | null;
|
|
2688
2688
|
id: string;
|
|
2689
|
-
icon: string;
|
|
2690
2689
|
chainId: number;
|
|
2691
2690
|
address: string;
|
|
2691
|
+
icon: string;
|
|
2692
2692
|
decimals: number;
|
|
2693
2693
|
displaySymbol: string;
|
|
2694
2694
|
verified: boolean;
|
|
@@ -3351,9 +3351,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
3351
3351
|
symbol: string;
|
|
3352
3352
|
name: string | null;
|
|
3353
3353
|
id: string;
|
|
3354
|
-
icon: string;
|
|
3355
3354
|
chainId: number;
|
|
3356
3355
|
address: string;
|
|
3356
|
+
icon: string;
|
|
3357
3357
|
decimals: number;
|
|
3358
3358
|
displaySymbol: string;
|
|
3359
3359
|
verified: boolean;
|
|
@@ -3372,9 +3372,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
3372
3372
|
symbol: string;
|
|
3373
3373
|
name: string | null;
|
|
3374
3374
|
id: string;
|
|
3375
|
-
icon: string;
|
|
3376
3375
|
chainId: number;
|
|
3377
3376
|
address: string;
|
|
3377
|
+
icon: string;
|
|
3378
3378
|
decimals: number;
|
|
3379
3379
|
displaySymbol: string;
|
|
3380
3380
|
verified: boolean;
|
|
@@ -3465,9 +3465,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
3465
3465
|
symbol: string;
|
|
3466
3466
|
name: string | null;
|
|
3467
3467
|
id: string;
|
|
3468
|
-
icon: string;
|
|
3469
3468
|
chainId: number;
|
|
3470
3469
|
address: string;
|
|
3470
|
+
icon: string;
|
|
3471
3471
|
decimals: number;
|
|
3472
3472
|
displaySymbol: string;
|
|
3473
3473
|
verified: boolean;
|
|
@@ -3486,9 +3486,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
3486
3486
|
symbol: string;
|
|
3487
3487
|
name: string | null;
|
|
3488
3488
|
id: string;
|
|
3489
|
-
icon: string;
|
|
3490
3489
|
chainId: number;
|
|
3491
3490
|
address: string;
|
|
3491
|
+
icon: string;
|
|
3492
3492
|
decimals: number;
|
|
3493
3493
|
displaySymbol: string;
|
|
3494
3494
|
verified: boolean;
|
|
@@ -4172,9 +4172,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4172
4172
|
symbol: string;
|
|
4173
4173
|
name: string | null;
|
|
4174
4174
|
id: string;
|
|
4175
|
-
icon: string;
|
|
4176
4175
|
chainId: number;
|
|
4177
4176
|
address: string;
|
|
4177
|
+
icon: string;
|
|
4178
4178
|
decimals: number;
|
|
4179
4179
|
displaySymbol: string;
|
|
4180
4180
|
verified: boolean;
|
|
@@ -4189,9 +4189,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4189
4189
|
symbol: string;
|
|
4190
4190
|
name: string | null;
|
|
4191
4191
|
id: string;
|
|
4192
|
-
icon: string;
|
|
4193
4192
|
chainId: number;
|
|
4194
4193
|
address: string;
|
|
4194
|
+
icon: string;
|
|
4195
4195
|
decimals: number;
|
|
4196
4196
|
verified: boolean;
|
|
4197
4197
|
isTest: boolean;
|
|
@@ -4266,9 +4266,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4266
4266
|
symbol: string;
|
|
4267
4267
|
name: string | null;
|
|
4268
4268
|
id: string;
|
|
4269
|
-
icon: string;
|
|
4270
4269
|
chainId: number;
|
|
4271
4270
|
address: string;
|
|
4271
|
+
icon: string;
|
|
4272
4272
|
decimals: number;
|
|
4273
4273
|
displaySymbol: string;
|
|
4274
4274
|
verified: boolean;
|
|
@@ -4283,9 +4283,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4283
4283
|
symbol: string;
|
|
4284
4284
|
name: string | null;
|
|
4285
4285
|
id: string;
|
|
4286
|
-
icon: string;
|
|
4287
4286
|
chainId: number;
|
|
4288
4287
|
address: string;
|
|
4288
|
+
icon: string;
|
|
4289
4289
|
decimals: number;
|
|
4290
4290
|
verified: boolean;
|
|
4291
4291
|
isTest: boolean;
|
|
@@ -4326,9 +4326,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4326
4326
|
symbol: string;
|
|
4327
4327
|
name: string | null;
|
|
4328
4328
|
id: string;
|
|
4329
|
-
icon: string;
|
|
4330
4329
|
chainId: number;
|
|
4331
4330
|
address: string;
|
|
4331
|
+
icon: string;
|
|
4332
4332
|
decimals: number;
|
|
4333
4333
|
verified: boolean;
|
|
4334
4334
|
isTest: boolean;
|
|
@@ -4397,8 +4397,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4397
4397
|
status?: string | undefined;
|
|
4398
4398
|
items?: number | undefined;
|
|
4399
4399
|
tags?: string | undefined;
|
|
4400
|
-
page?: number | undefined;
|
|
4401
4400
|
chainId?: string | undefined;
|
|
4401
|
+
page?: number | undefined;
|
|
4402
4402
|
action?: string | undefined;
|
|
4403
4403
|
mainProtocolId?: string | undefined;
|
|
4404
4404
|
order?: undefined;
|
|
@@ -4444,9 +4444,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4444
4444
|
symbol: string;
|
|
4445
4445
|
name: string | null;
|
|
4446
4446
|
id: string;
|
|
4447
|
-
icon: string;
|
|
4448
4447
|
chainId: number;
|
|
4449
4448
|
address: string;
|
|
4449
|
+
icon: string;
|
|
4450
4450
|
decimals: number;
|
|
4451
4451
|
displaySymbol: string;
|
|
4452
4452
|
verified: boolean;
|
|
@@ -4461,9 +4461,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4461
4461
|
symbol: string;
|
|
4462
4462
|
name: string | null;
|
|
4463
4463
|
id: string;
|
|
4464
|
-
icon: string;
|
|
4465
4464
|
chainId: number;
|
|
4466
4465
|
address: string;
|
|
4466
|
+
icon: string;
|
|
4467
4467
|
decimals: number;
|
|
4468
4468
|
verified: boolean;
|
|
4469
4469
|
isTest: boolean;
|
|
@@ -4506,8 +4506,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4506
4506
|
status?: string | undefined;
|
|
4507
4507
|
items?: number | undefined;
|
|
4508
4508
|
tags?: string | undefined;
|
|
4509
|
-
page?: number | undefined;
|
|
4510
4509
|
chainId?: string | undefined;
|
|
4510
|
+
page?: number | undefined;
|
|
4511
4511
|
action?: string | undefined;
|
|
4512
4512
|
mainProtocolId?: string | undefined;
|
|
4513
4513
|
order?: undefined;
|
|
@@ -4531,8 +4531,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4531
4531
|
status?: string | undefined;
|
|
4532
4532
|
items?: number | undefined;
|
|
4533
4533
|
tags?: string | undefined;
|
|
4534
|
-
page?: number | undefined;
|
|
4535
4534
|
chainId?: string | undefined;
|
|
4535
|
+
page?: number | undefined;
|
|
4536
4536
|
action?: string | undefined;
|
|
4537
4537
|
mainProtocolId?: string | undefined;
|
|
4538
4538
|
order?: undefined;
|
|
@@ -4554,13 +4554,13 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4554
4554
|
subType?: number | undefined;
|
|
4555
4555
|
type: number;
|
|
4556
4556
|
params: string;
|
|
4557
|
-
creator: string;
|
|
4558
4557
|
chainId: number;
|
|
4559
4558
|
startTimestamp: string;
|
|
4560
4559
|
endTimestamp: string;
|
|
4561
4560
|
computeChainId: number;
|
|
4562
4561
|
campaignId: string;
|
|
4563
4562
|
amount: string;
|
|
4563
|
+
creator: string;
|
|
4564
4564
|
rewardTokenAddress: string;
|
|
4565
4565
|
opportunityIdentifier: string;
|
|
4566
4566
|
}, options: {
|
|
@@ -4592,11 +4592,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4592
4592
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
4593
4593
|
items?: number | undefined;
|
|
4594
4594
|
subType?: number | undefined;
|
|
4595
|
-
page?: number | undefined;
|
|
4596
4595
|
chainId?: number | undefined;
|
|
4597
4596
|
startTimestamp?: string | undefined;
|
|
4598
4597
|
endTimestamp?: string | undefined;
|
|
4599
4598
|
tokenAddress?: string | undefined;
|
|
4599
|
+
page?: number | undefined;
|
|
4600
4600
|
mainParameter?: string | undefined;
|
|
4601
4601
|
campaignId?: string | undefined;
|
|
4602
4602
|
opportunityId?: string | undefined;
|
|
@@ -4616,9 +4616,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4616
4616
|
symbol: string;
|
|
4617
4617
|
name: string | null;
|
|
4618
4618
|
id: string;
|
|
4619
|
-
icon: string;
|
|
4620
4619
|
chainId: number;
|
|
4621
4620
|
address: string;
|
|
4621
|
+
icon: string;
|
|
4622
4622
|
decimals: number;
|
|
4623
4623
|
verified: boolean;
|
|
4624
4624
|
isTest: boolean;
|
|
@@ -4660,11 +4660,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4660
4660
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
4661
4661
|
items?: number | undefined;
|
|
4662
4662
|
subType?: number | undefined;
|
|
4663
|
-
page?: number | undefined;
|
|
4664
4663
|
chainId?: number | undefined;
|
|
4665
4664
|
startTimestamp?: string | undefined;
|
|
4666
4665
|
endTimestamp?: string | undefined;
|
|
4667
4666
|
tokenAddress?: string | undefined;
|
|
4667
|
+
page?: number | undefined;
|
|
4668
4668
|
mainParameter?: string | undefined;
|
|
4669
4669
|
campaignId?: string | undefined;
|
|
4670
4670
|
opportunityId?: string | undefined;
|
|
@@ -4784,9 +4784,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4784
4784
|
symbol: string;
|
|
4785
4785
|
name: string | null;
|
|
4786
4786
|
id: string;
|
|
4787
|
-
icon: string;
|
|
4788
4787
|
chainId: number;
|
|
4789
4788
|
address: string;
|
|
4789
|
+
icon: string;
|
|
4790
4790
|
decimals: number;
|
|
4791
4791
|
verified: boolean;
|
|
4792
4792
|
isTest: boolean;
|
|
@@ -4809,9 +4809,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4809
4809
|
symbol: string;
|
|
4810
4810
|
name: string | null;
|
|
4811
4811
|
id: string;
|
|
4812
|
-
icon: string;
|
|
4813
4812
|
chainId: number;
|
|
4814
4813
|
address: string;
|
|
4814
|
+
icon: string;
|
|
4815
4815
|
decimals: number;
|
|
4816
4816
|
verified: boolean;
|
|
4817
4817
|
isTest: boolean;
|
|
@@ -4839,9 +4839,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
4839
4839
|
symbol: string;
|
|
4840
4840
|
name: string | null;
|
|
4841
4841
|
id: string;
|
|
4842
|
-
icon: string;
|
|
4843
4842
|
chainId: number;
|
|
4844
4843
|
address: string;
|
|
4844
|
+
icon: string;
|
|
4845
4845
|
decimals: number;
|
|
4846
4846
|
displaySymbol: string;
|
|
4847
4847
|
verified: boolean;
|
|
@@ -5313,9 +5313,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
5313
5313
|
symbol: string;
|
|
5314
5314
|
name: string | null;
|
|
5315
5315
|
id: string;
|
|
5316
|
-
icon: string;
|
|
5317
5316
|
chainId: number;
|
|
5318
5317
|
address: string;
|
|
5318
|
+
icon: string;
|
|
5319
5319
|
decimals: number;
|
|
5320
5320
|
displaySymbol: string;
|
|
5321
5321
|
verified: boolean;
|
|
@@ -5334,9 +5334,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
5334
5334
|
symbol: string;
|
|
5335
5335
|
name: string | null;
|
|
5336
5336
|
id: string;
|
|
5337
|
-
icon: string;
|
|
5338
5337
|
chainId: number;
|
|
5339
5338
|
address: string;
|
|
5339
|
+
icon: string;
|
|
5340
5340
|
decimals: number;
|
|
5341
5341
|
displaySymbol: string;
|
|
5342
5342
|
verified: boolean;
|
|
@@ -5416,9 +5416,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
5416
5416
|
symbol: string;
|
|
5417
5417
|
name: string | null;
|
|
5418
5418
|
id: string;
|
|
5419
|
-
icon: string;
|
|
5420
5419
|
chainId: number;
|
|
5421
5420
|
address: string;
|
|
5421
|
+
icon: string;
|
|
5422
5422
|
decimals: number;
|
|
5423
5423
|
displaySymbol: string;
|
|
5424
5424
|
verified: boolean;
|
|
@@ -5437,9 +5437,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
|
5437
5437
|
symbol: string;
|
|
5438
5438
|
name: string | null;
|
|
5439
5439
|
id: string;
|
|
5440
|
-
icon: string;
|
|
5441
5440
|
chainId: number;
|
|
5442
5441
|
address: string;
|
|
5442
|
+
icon: string;
|
|
5443
5443
|
decimals: number;
|
|
5444
5444
|
displaySymbol: string;
|
|
5445
5445
|
verified: boolean;
|