@merkl/api 0.10.174 → 0.10.175
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.service.d.ts +13 -13
- 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
|
@@ -19,9 +19,9 @@ export declare abstract class TokenService {
|
|
|
19
19
|
symbol: string;
|
|
20
20
|
name: string | null;
|
|
21
21
|
id: string;
|
|
22
|
-
icon: string;
|
|
23
22
|
chainId: number;
|
|
24
23
|
address: string;
|
|
24
|
+
icon: string;
|
|
25
25
|
decimals: number;
|
|
26
26
|
verified: boolean;
|
|
27
27
|
isTest: boolean;
|
|
@@ -39,9 +39,9 @@ export declare abstract class TokenService {
|
|
|
39
39
|
symbol: string;
|
|
40
40
|
name: string | null;
|
|
41
41
|
id: string;
|
|
42
|
-
icon: string;
|
|
43
42
|
chainId: number;
|
|
44
43
|
address: string;
|
|
44
|
+
icon: string;
|
|
45
45
|
decimals: number;
|
|
46
46
|
verified: boolean;
|
|
47
47
|
isTest: boolean;
|
|
@@ -56,9 +56,9 @@ export declare abstract class TokenService {
|
|
|
56
56
|
symbol: string;
|
|
57
57
|
name: string | null;
|
|
58
58
|
id: string;
|
|
59
|
-
icon: string;
|
|
60
59
|
chainId: number;
|
|
61
60
|
address: string;
|
|
61
|
+
icon: string;
|
|
62
62
|
decimals: number;
|
|
63
63
|
verified: boolean;
|
|
64
64
|
isTest: boolean;
|
|
@@ -101,9 +101,9 @@ export declare abstract class TokenService {
|
|
|
101
101
|
symbol: string;
|
|
102
102
|
name: string | null;
|
|
103
103
|
id: string;
|
|
104
|
-
icon: string;
|
|
105
104
|
chainId: number;
|
|
106
105
|
address: string;
|
|
106
|
+
icon: string;
|
|
107
107
|
decimals: number;
|
|
108
108
|
verified: boolean;
|
|
109
109
|
isTest: boolean;
|
|
@@ -119,9 +119,9 @@ export declare abstract class TokenService {
|
|
|
119
119
|
symbol: string;
|
|
120
120
|
name: string | null;
|
|
121
121
|
id: string;
|
|
122
|
-
icon: string;
|
|
123
122
|
chainId: number;
|
|
124
123
|
address: string;
|
|
124
|
+
icon: string;
|
|
125
125
|
decimals: number;
|
|
126
126
|
verified: boolean;
|
|
127
127
|
isTest: boolean;
|
|
@@ -137,9 +137,9 @@ export declare abstract class TokenService {
|
|
|
137
137
|
symbol: string;
|
|
138
138
|
name: string | null;
|
|
139
139
|
id: string;
|
|
140
|
-
icon: string;
|
|
141
140
|
chainId: number;
|
|
142
141
|
address: string;
|
|
142
|
+
icon: string;
|
|
143
143
|
decimals: number;
|
|
144
144
|
displaySymbol: string;
|
|
145
145
|
verified: boolean;
|
|
@@ -94,9 +94,9 @@ export declare const UserController: Elysia<"/users", false, {
|
|
|
94
94
|
symbol: string;
|
|
95
95
|
name: string | null;
|
|
96
96
|
id: string;
|
|
97
|
-
icon: string;
|
|
98
97
|
chainId: number;
|
|
99
98
|
address: string;
|
|
99
|
+
icon: string;
|
|
100
100
|
decimals: number;
|
|
101
101
|
displaySymbol: string;
|
|
102
102
|
verified: boolean;
|
|
@@ -115,9 +115,9 @@ export declare const UserController: Elysia<"/users", false, {
|
|
|
115
115
|
symbol: string;
|
|
116
116
|
name: string | null;
|
|
117
117
|
id: string;
|
|
118
|
-
icon: string;
|
|
119
118
|
chainId: number;
|
|
120
119
|
address: string;
|
|
120
|
+
icon: string;
|
|
121
121
|
decimals: number;
|
|
122
122
|
displaySymbol: string;
|
|
123
123
|
verified: boolean;
|
|
@@ -208,9 +208,9 @@ export declare const UserController: Elysia<"/users", false, {
|
|
|
208
208
|
symbol: string;
|
|
209
209
|
name: string | null;
|
|
210
210
|
id: string;
|
|
211
|
-
icon: string;
|
|
212
211
|
chainId: number;
|
|
213
212
|
address: string;
|
|
213
|
+
icon: string;
|
|
214
214
|
decimals: number;
|
|
215
215
|
displaySymbol: string;
|
|
216
216
|
verified: boolean;
|
|
@@ -229,9 +229,9 @@ export declare const UserController: Elysia<"/users", false, {
|
|
|
229
229
|
symbol: string;
|
|
230
230
|
name: string | null;
|
|
231
231
|
id: string;
|
|
232
|
-
icon: string;
|
|
233
232
|
chainId: number;
|
|
234
233
|
address: string;
|
|
234
|
+
icon: string;
|
|
235
235
|
decimals: number;
|
|
236
236
|
displaySymbol: string;
|
|
237
237
|
verified: boolean;
|
|
@@ -121,9 +121,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
121
121
|
symbol: string;
|
|
122
122
|
name: string | null;
|
|
123
123
|
id: string;
|
|
124
|
-
icon: string;
|
|
125
124
|
chainId: number;
|
|
126
125
|
address: string;
|
|
126
|
+
icon: string;
|
|
127
127
|
decimals: number;
|
|
128
128
|
displaySymbol: string;
|
|
129
129
|
verified: boolean;
|
|
@@ -138,9 +138,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
138
138
|
symbol: string;
|
|
139
139
|
name: string | null;
|
|
140
140
|
id: string;
|
|
141
|
-
icon: string;
|
|
142
141
|
chainId: number;
|
|
143
142
|
address: string;
|
|
143
|
+
icon: string;
|
|
144
144
|
decimals: number;
|
|
145
145
|
verified: boolean;
|
|
146
146
|
isTest: boolean;
|
|
@@ -224,9 +224,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
224
224
|
symbol: string;
|
|
225
225
|
name: string | null;
|
|
226
226
|
id: string;
|
|
227
|
-
icon: string;
|
|
228
227
|
chainId: number;
|
|
229
228
|
address: string;
|
|
229
|
+
icon: string;
|
|
230
230
|
decimals: number;
|
|
231
231
|
displaySymbol: string;
|
|
232
232
|
verified: boolean;
|
|
@@ -241,9 +241,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
241
241
|
symbol: string;
|
|
242
242
|
name: string | null;
|
|
243
243
|
id: string;
|
|
244
|
-
icon: string;
|
|
245
244
|
chainId: number;
|
|
246
245
|
address: string;
|
|
246
|
+
icon: string;
|
|
247
247
|
decimals: number;
|
|
248
248
|
verified: boolean;
|
|
249
249
|
isTest: boolean;
|
|
@@ -284,9 +284,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
284
284
|
symbol: string;
|
|
285
285
|
name: string | null;
|
|
286
286
|
id: string;
|
|
287
|
-
icon: string;
|
|
288
287
|
chainId: number;
|
|
289
288
|
address: string;
|
|
289
|
+
icon: string;
|
|
290
290
|
decimals: number;
|
|
291
291
|
verified: boolean;
|
|
292
292
|
isTest: boolean;
|
|
@@ -338,8 +338,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
338
338
|
status?: string | undefined;
|
|
339
339
|
items?: number | undefined;
|
|
340
340
|
tags?: string | undefined;
|
|
341
|
-
page?: number | undefined;
|
|
342
341
|
chainId?: string | undefined;
|
|
342
|
+
page?: number | undefined;
|
|
343
343
|
action?: string | undefined;
|
|
344
344
|
mainProtocolId?: string | undefined;
|
|
345
345
|
order?: undefined;
|
|
@@ -385,9 +385,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
385
385
|
symbol: string;
|
|
386
386
|
name: string | null;
|
|
387
387
|
id: string;
|
|
388
|
-
icon: string;
|
|
389
388
|
chainId: number;
|
|
390
389
|
address: string;
|
|
390
|
+
icon: string;
|
|
391
391
|
decimals: number;
|
|
392
392
|
displaySymbol: string;
|
|
393
393
|
verified: boolean;
|
|
@@ -402,9 +402,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
402
402
|
symbol: string;
|
|
403
403
|
name: string | null;
|
|
404
404
|
id: string;
|
|
405
|
-
icon: string;
|
|
406
405
|
chainId: number;
|
|
407
406
|
address: string;
|
|
407
|
+
icon: string;
|
|
408
408
|
decimals: number;
|
|
409
409
|
verified: boolean;
|
|
410
410
|
isTest: boolean;
|
|
@@ -452,8 +452,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
452
452
|
status?: string | undefined;
|
|
453
453
|
items?: number | undefined;
|
|
454
454
|
tags?: string | undefined;
|
|
455
|
-
page?: number | undefined;
|
|
456
455
|
chainId?: string | undefined;
|
|
456
|
+
page?: number | undefined;
|
|
457
457
|
action?: string | undefined;
|
|
458
458
|
mainProtocolId?: string | undefined;
|
|
459
459
|
order?: undefined;
|
|
@@ -483,8 +483,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
483
483
|
status?: string | undefined;
|
|
484
484
|
items?: number | undefined;
|
|
485
485
|
tags?: string | undefined;
|
|
486
|
-
page?: number | undefined;
|
|
487
486
|
chainId?: string | undefined;
|
|
487
|
+
page?: number | undefined;
|
|
488
488
|
action?: string | undefined;
|
|
489
489
|
mainProtocolId?: string | undefined;
|
|
490
490
|
order?: undefined;
|
|
@@ -512,13 +512,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
512
512
|
subType?: number | undefined;
|
|
513
513
|
type: number;
|
|
514
514
|
params: string;
|
|
515
|
-
creator: string;
|
|
516
515
|
chainId: number;
|
|
517
516
|
startTimestamp: string;
|
|
518
517
|
endTimestamp: string;
|
|
519
518
|
computeChainId: number;
|
|
520
519
|
campaignId: string;
|
|
521
520
|
amount: string;
|
|
521
|
+
creator: string;
|
|
522
522
|
rewardTokenAddress: string;
|
|
523
523
|
opportunityIdentifier: string;
|
|
524
524
|
};
|
|
@@ -555,11 +555,11 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
555
555
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
556
556
|
items?: number | undefined;
|
|
557
557
|
subType?: number | undefined;
|
|
558
|
-
page?: number | undefined;
|
|
559
558
|
chainId?: number | undefined;
|
|
560
559
|
startTimestamp?: string | undefined;
|
|
561
560
|
endTimestamp?: string | undefined;
|
|
562
561
|
tokenAddress?: string | undefined;
|
|
562
|
+
page?: number | undefined;
|
|
563
563
|
mainParameter?: string | undefined;
|
|
564
564
|
campaignId?: string | undefined;
|
|
565
565
|
opportunityId?: string | undefined;
|
|
@@ -579,9 +579,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
579
579
|
symbol: string;
|
|
580
580
|
name: string | null;
|
|
581
581
|
id: string;
|
|
582
|
-
icon: string;
|
|
583
582
|
chainId: number;
|
|
584
583
|
address: string;
|
|
584
|
+
icon: string;
|
|
585
585
|
decimals: number;
|
|
586
586
|
verified: boolean;
|
|
587
587
|
isTest: boolean;
|
|
@@ -626,11 +626,11 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
626
626
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
627
627
|
items?: number | undefined;
|
|
628
628
|
subType?: number | undefined;
|
|
629
|
-
page?: number | undefined;
|
|
630
629
|
chainId?: number | undefined;
|
|
631
630
|
startTimestamp?: string | undefined;
|
|
632
631
|
endTimestamp?: string | undefined;
|
|
633
632
|
tokenAddress?: string | undefined;
|
|
633
|
+
page?: number | undefined;
|
|
634
634
|
mainParameter?: string | undefined;
|
|
635
635
|
campaignId?: string | undefined;
|
|
636
636
|
opportunityId?: string | undefined;
|
|
@@ -785,9 +785,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
785
785
|
symbol: string;
|
|
786
786
|
name: string | null;
|
|
787
787
|
id: string;
|
|
788
|
-
icon: string;
|
|
789
788
|
chainId: number;
|
|
790
789
|
address: string;
|
|
790
|
+
icon: string;
|
|
791
791
|
decimals: number;
|
|
792
792
|
verified: boolean;
|
|
793
793
|
isTest: boolean;
|
|
@@ -815,9 +815,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
815
815
|
symbol: string;
|
|
816
816
|
name: string | null;
|
|
817
817
|
id: string;
|
|
818
|
-
icon: string;
|
|
819
818
|
chainId: number;
|
|
820
819
|
address: string;
|
|
820
|
+
icon: string;
|
|
821
821
|
decimals: number;
|
|
822
822
|
verified: boolean;
|
|
823
823
|
isTest: boolean;
|
|
@@ -850,9 +850,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
850
850
|
symbol: string;
|
|
851
851
|
name: string | null;
|
|
852
852
|
id: string;
|
|
853
|
-
icon: string;
|
|
854
853
|
chainId: number;
|
|
855
854
|
address: string;
|
|
855
|
+
icon: string;
|
|
856
856
|
decimals: number;
|
|
857
857
|
displaySymbol: string;
|
|
858
858
|
verified: boolean;
|
|
@@ -1515,9 +1515,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1515
1515
|
symbol: string;
|
|
1516
1516
|
name: string | null;
|
|
1517
1517
|
id: string;
|
|
1518
|
-
icon: string;
|
|
1519
1518
|
chainId: number;
|
|
1520
1519
|
address: string;
|
|
1520
|
+
icon: string;
|
|
1521
1521
|
decimals: number;
|
|
1522
1522
|
displaySymbol: string;
|
|
1523
1523
|
verified: boolean;
|
|
@@ -1536,9 +1536,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1536
1536
|
symbol: string;
|
|
1537
1537
|
name: string | null;
|
|
1538
1538
|
id: string;
|
|
1539
|
-
icon: string;
|
|
1540
1539
|
chainId: number;
|
|
1541
1540
|
address: string;
|
|
1541
|
+
icon: string;
|
|
1542
1542
|
decimals: number;
|
|
1543
1543
|
displaySymbol: string;
|
|
1544
1544
|
verified: boolean;
|
|
@@ -1629,9 +1629,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1629
1629
|
symbol: string;
|
|
1630
1630
|
name: string | null;
|
|
1631
1631
|
id: string;
|
|
1632
|
-
icon: string;
|
|
1633
1632
|
chainId: number;
|
|
1634
1633
|
address: string;
|
|
1634
|
+
icon: string;
|
|
1635
1635
|
decimals: number;
|
|
1636
1636
|
displaySymbol: string;
|
|
1637
1637
|
verified: boolean;
|
|
@@ -1650,9 +1650,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1650
1650
|
symbol: string;
|
|
1651
1651
|
name: string | null;
|
|
1652
1652
|
id: string;
|
|
1653
|
-
icon: string;
|
|
1654
1653
|
chainId: number;
|
|
1655
1654
|
address: string;
|
|
1655
|
+
icon: string;
|
|
1656
1656
|
decimals: number;
|
|
1657
1657
|
displaySymbol: string;
|
|
1658
1658
|
verified: boolean;
|
|
@@ -124,9 +124,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
124
124
|
symbol: string;
|
|
125
125
|
name: string | null;
|
|
126
126
|
id: string;
|
|
127
|
-
icon: string;
|
|
128
127
|
chainId: number;
|
|
129
128
|
address: string;
|
|
129
|
+
icon: string;
|
|
130
130
|
decimals: number;
|
|
131
131
|
displaySymbol: string;
|
|
132
132
|
verified: boolean;
|
|
@@ -141,9 +141,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
141
141
|
symbol: string;
|
|
142
142
|
name: string | null;
|
|
143
143
|
id: string;
|
|
144
|
-
icon: string;
|
|
145
144
|
chainId: number;
|
|
146
145
|
address: string;
|
|
146
|
+
icon: string;
|
|
147
147
|
decimals: number;
|
|
148
148
|
verified: boolean;
|
|
149
149
|
isTest: boolean;
|
|
@@ -227,9 +227,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
227
227
|
symbol: string;
|
|
228
228
|
name: string | null;
|
|
229
229
|
id: string;
|
|
230
|
-
icon: string;
|
|
231
230
|
chainId: number;
|
|
232
231
|
address: string;
|
|
232
|
+
icon: string;
|
|
233
233
|
decimals: number;
|
|
234
234
|
displaySymbol: string;
|
|
235
235
|
verified: boolean;
|
|
@@ -244,9 +244,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
244
244
|
symbol: string;
|
|
245
245
|
name: string | null;
|
|
246
246
|
id: string;
|
|
247
|
-
icon: string;
|
|
248
247
|
chainId: number;
|
|
249
248
|
address: string;
|
|
249
|
+
icon: string;
|
|
250
250
|
decimals: number;
|
|
251
251
|
verified: boolean;
|
|
252
252
|
isTest: boolean;
|
|
@@ -287,9 +287,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
287
287
|
symbol: string;
|
|
288
288
|
name: string | null;
|
|
289
289
|
id: string;
|
|
290
|
-
icon: string;
|
|
291
290
|
chainId: number;
|
|
292
291
|
address: string;
|
|
292
|
+
icon: string;
|
|
293
293
|
decimals: number;
|
|
294
294
|
verified: boolean;
|
|
295
295
|
isTest: boolean;
|
|
@@ -341,8 +341,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
341
341
|
status?: string | undefined;
|
|
342
342
|
items?: number | undefined;
|
|
343
343
|
tags?: string | undefined;
|
|
344
|
-
page?: number | undefined;
|
|
345
344
|
chainId?: string | undefined;
|
|
345
|
+
page?: number | undefined;
|
|
346
346
|
action?: string | undefined;
|
|
347
347
|
mainProtocolId?: string | undefined;
|
|
348
348
|
order?: undefined;
|
|
@@ -388,9 +388,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
388
388
|
symbol: string;
|
|
389
389
|
name: string | null;
|
|
390
390
|
id: string;
|
|
391
|
-
icon: string;
|
|
392
391
|
chainId: number;
|
|
393
392
|
address: string;
|
|
393
|
+
icon: string;
|
|
394
394
|
decimals: number;
|
|
395
395
|
displaySymbol: string;
|
|
396
396
|
verified: boolean;
|
|
@@ -405,9 +405,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
405
405
|
symbol: string;
|
|
406
406
|
name: string | null;
|
|
407
407
|
id: string;
|
|
408
|
-
icon: string;
|
|
409
408
|
chainId: number;
|
|
410
409
|
address: string;
|
|
410
|
+
icon: string;
|
|
411
411
|
decimals: number;
|
|
412
412
|
verified: boolean;
|
|
413
413
|
isTest: boolean;
|
|
@@ -455,8 +455,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
455
455
|
status?: string | undefined;
|
|
456
456
|
items?: number | undefined;
|
|
457
457
|
tags?: string | undefined;
|
|
458
|
-
page?: number | undefined;
|
|
459
458
|
chainId?: string | undefined;
|
|
459
|
+
page?: number | undefined;
|
|
460
460
|
action?: string | undefined;
|
|
461
461
|
mainProtocolId?: string | undefined;
|
|
462
462
|
order?: undefined;
|
|
@@ -486,8 +486,8 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
486
486
|
status?: string | undefined;
|
|
487
487
|
items?: number | undefined;
|
|
488
488
|
tags?: string | undefined;
|
|
489
|
-
page?: number | undefined;
|
|
490
489
|
chainId?: string | undefined;
|
|
490
|
+
page?: number | undefined;
|
|
491
491
|
action?: string | undefined;
|
|
492
492
|
mainProtocolId?: string | undefined;
|
|
493
493
|
order?: undefined;
|
|
@@ -515,13 +515,13 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
515
515
|
subType?: number | undefined;
|
|
516
516
|
type: number;
|
|
517
517
|
params: string;
|
|
518
|
-
creator: string;
|
|
519
518
|
chainId: number;
|
|
520
519
|
startTimestamp: string;
|
|
521
520
|
endTimestamp: string;
|
|
522
521
|
computeChainId: number;
|
|
523
522
|
campaignId: string;
|
|
524
523
|
amount: string;
|
|
524
|
+
creator: string;
|
|
525
525
|
rewardTokenAddress: string;
|
|
526
526
|
opportunityIdentifier: string;
|
|
527
527
|
};
|
|
@@ -558,11 +558,11 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
558
558
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
559
559
|
items?: number | undefined;
|
|
560
560
|
subType?: number | undefined;
|
|
561
|
-
page?: number | undefined;
|
|
562
561
|
chainId?: number | undefined;
|
|
563
562
|
startTimestamp?: string | undefined;
|
|
564
563
|
endTimestamp?: string | undefined;
|
|
565
564
|
tokenAddress?: string | undefined;
|
|
565
|
+
page?: number | undefined;
|
|
566
566
|
mainParameter?: string | undefined;
|
|
567
567
|
campaignId?: string | undefined;
|
|
568
568
|
opportunityId?: string | undefined;
|
|
@@ -582,9 +582,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
582
582
|
symbol: string;
|
|
583
583
|
name: string | null;
|
|
584
584
|
id: string;
|
|
585
|
-
icon: string;
|
|
586
585
|
chainId: number;
|
|
587
586
|
address: string;
|
|
587
|
+
icon: string;
|
|
588
588
|
decimals: number;
|
|
589
589
|
verified: boolean;
|
|
590
590
|
isTest: boolean;
|
|
@@ -629,11 +629,11 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
629
629
|
type?: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | undefined;
|
|
630
630
|
items?: number | undefined;
|
|
631
631
|
subType?: number | undefined;
|
|
632
|
-
page?: number | undefined;
|
|
633
632
|
chainId?: number | undefined;
|
|
634
633
|
startTimestamp?: string | undefined;
|
|
635
634
|
endTimestamp?: string | undefined;
|
|
636
635
|
tokenAddress?: string | undefined;
|
|
636
|
+
page?: number | undefined;
|
|
637
637
|
mainParameter?: string | undefined;
|
|
638
638
|
campaignId?: string | undefined;
|
|
639
639
|
opportunityId?: string | undefined;
|
|
@@ -788,9 +788,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
788
788
|
symbol: string;
|
|
789
789
|
name: string | null;
|
|
790
790
|
id: string;
|
|
791
|
-
icon: string;
|
|
792
791
|
chainId: number;
|
|
793
792
|
address: string;
|
|
793
|
+
icon: string;
|
|
794
794
|
decimals: number;
|
|
795
795
|
verified: boolean;
|
|
796
796
|
isTest: boolean;
|
|
@@ -818,9 +818,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
818
818
|
symbol: string;
|
|
819
819
|
name: string | null;
|
|
820
820
|
id: string;
|
|
821
|
-
icon: string;
|
|
822
821
|
chainId: number;
|
|
823
822
|
address: string;
|
|
823
|
+
icon: string;
|
|
824
824
|
decimals: number;
|
|
825
825
|
verified: boolean;
|
|
826
826
|
isTest: boolean;
|
|
@@ -853,9 +853,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
853
853
|
symbol: string;
|
|
854
854
|
name: string | null;
|
|
855
855
|
id: string;
|
|
856
|
-
icon: string;
|
|
857
856
|
chainId: number;
|
|
858
857
|
address: string;
|
|
858
|
+
icon: string;
|
|
859
859
|
decimals: number;
|
|
860
860
|
displaySymbol: string;
|
|
861
861
|
verified: boolean;
|
|
@@ -1518,9 +1518,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1518
1518
|
symbol: string;
|
|
1519
1519
|
name: string | null;
|
|
1520
1520
|
id: string;
|
|
1521
|
-
icon: string;
|
|
1522
1521
|
chainId: number;
|
|
1523
1522
|
address: string;
|
|
1523
|
+
icon: string;
|
|
1524
1524
|
decimals: number;
|
|
1525
1525
|
displaySymbol: string;
|
|
1526
1526
|
verified: boolean;
|
|
@@ -1539,9 +1539,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1539
1539
|
symbol: string;
|
|
1540
1540
|
name: string | null;
|
|
1541
1541
|
id: string;
|
|
1542
|
-
icon: string;
|
|
1543
1542
|
chainId: number;
|
|
1544
1543
|
address: string;
|
|
1544
|
+
icon: string;
|
|
1545
1545
|
decimals: number;
|
|
1546
1546
|
displaySymbol: string;
|
|
1547
1547
|
verified: boolean;
|
|
@@ -1632,9 +1632,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1632
1632
|
symbol: string;
|
|
1633
1633
|
name: string | null;
|
|
1634
1634
|
id: string;
|
|
1635
|
-
icon: string;
|
|
1636
1635
|
chainId: number;
|
|
1637
1636
|
address: string;
|
|
1637
|
+
icon: string;
|
|
1638
1638
|
decimals: number;
|
|
1639
1639
|
displaySymbol: string;
|
|
1640
1640
|
verified: boolean;
|
|
@@ -1653,9 +1653,9 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
1653
1653
|
symbol: string;
|
|
1654
1654
|
name: string | null;
|
|
1655
1655
|
id: string;
|
|
1656
|
-
icon: string;
|
|
1657
1656
|
chainId: number;
|
|
1658
1657
|
address: string;
|
|
1658
|
+
icon: string;
|
|
1659
1659
|
decimals: number;
|
|
1660
1660
|
displaySymbol: string;
|
|
1661
1661
|
verified: boolean;
|