@merkl/api 1.0.0 → 1.0.3
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 +131 -128
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.d.ts +1 -1
- package/dist/src/index.d.ts +47 -46
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +15 -15
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +1 -1
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +30 -30
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +13 -13
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +20 -20
- package/dist/src/modules/v4/router.d.ts +47 -46
- package/dist/src/modules/v4/status/status.controller.d.ts +1 -0
- package/dist/src/modules/v4/status/status.model.d.ts +1 -0
- package/dist/src/utils/pricer.d.ts +4 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -2
package/dist/src/eden/index.d.ts
CHANGED
@@ -252,11 +252,6 @@ declare const eden: {
|
|
252
252
|
chainId: number;
|
253
253
|
action: string;
|
254
254
|
type: string;
|
255
|
-
howToSteps: string[];
|
256
|
-
identifier: string;
|
257
|
-
dailyRewards: number;
|
258
|
-
tags: string[];
|
259
|
-
lastCampaignCreatedAt: string;
|
260
255
|
chain: {
|
261
256
|
explorers?: {
|
262
257
|
chainId: number;
|
@@ -267,6 +262,11 @@ declare const eden: {
|
|
267
262
|
id: number;
|
268
263
|
icon: string;
|
269
264
|
};
|
265
|
+
howToSteps: string[];
|
266
|
+
identifier: string;
|
267
|
+
dailyRewards: number;
|
268
|
+
tags: string[];
|
269
|
+
lastCampaignCreatedAt: string;
|
270
270
|
};
|
271
271
|
readonly 500: {
|
272
272
|
info: string;
|
@@ -424,11 +424,6 @@ declare const eden: {
|
|
424
424
|
computeChainId: number;
|
425
425
|
distributionChainId: number;
|
426
426
|
endTimestamp: string | number;
|
427
|
-
opportunityId: string;
|
428
|
-
creatorAddress: string;
|
429
|
-
subType: number | null;
|
430
|
-
rewardTokenId: string;
|
431
|
-
createdAt: string;
|
432
427
|
chain: {
|
433
428
|
explorers?: {
|
434
429
|
chainId: number;
|
@@ -439,14 +434,14 @@ declare const eden: {
|
|
439
434
|
id: number;
|
440
435
|
icon: string;
|
441
436
|
};
|
437
|
+
opportunityId: string;
|
438
|
+
creatorAddress: string;
|
439
|
+
subType: number | null;
|
440
|
+
rewardTokenId: string;
|
441
|
+
createdAt: string;
|
442
442
|
}[];
|
443
443
|
action: string;
|
444
444
|
type: string;
|
445
|
-
howToSteps: string[];
|
446
|
-
identifier: string;
|
447
|
-
dailyRewards: number;
|
448
|
-
tags: string[];
|
449
|
-
lastCampaignCreatedAt: string;
|
450
445
|
chain: {
|
451
446
|
explorers?: {
|
452
447
|
chainId: number;
|
@@ -457,6 +452,11 @@ declare const eden: {
|
|
457
452
|
id: number;
|
458
453
|
icon: string;
|
459
454
|
};
|
455
|
+
howToSteps: string[];
|
456
|
+
identifier: string;
|
457
|
+
dailyRewards: number;
|
458
|
+
tags: string[];
|
459
|
+
lastCampaignCreatedAt: string;
|
460
460
|
};
|
461
461
|
readonly 500: {
|
462
462
|
info: string;
|
@@ -850,11 +850,6 @@ declare const eden: {
|
|
850
850
|
chainId: number;
|
851
851
|
action: string;
|
852
852
|
type: string;
|
853
|
-
howToSteps: string[];
|
854
|
-
identifier: string;
|
855
|
-
dailyRewards: number;
|
856
|
-
tags: string[];
|
857
|
-
lastCampaignCreatedAt: string;
|
858
853
|
chain: {
|
859
854
|
explorers?: {
|
860
855
|
chainId: number;
|
@@ -865,6 +860,11 @@ declare const eden: {
|
|
865
860
|
id: number;
|
866
861
|
icon: string;
|
867
862
|
};
|
863
|
+
howToSteps: string[];
|
864
|
+
identifier: string;
|
865
|
+
dailyRewards: number;
|
866
|
+
tags: string[];
|
867
|
+
lastCampaignCreatedAt: string;
|
868
868
|
} | null)[];
|
869
869
|
422: {
|
870
870
|
type: "validation";
|
@@ -1177,11 +1177,6 @@ declare const eden: {
|
|
1177
1177
|
computeChainId: number;
|
1178
1178
|
distributionChainId: number;
|
1179
1179
|
endTimestamp: string | number;
|
1180
|
-
opportunityId: string;
|
1181
|
-
creatorAddress: string;
|
1182
|
-
subType: number | null;
|
1183
|
-
rewardTokenId: string;
|
1184
|
-
createdAt: string;
|
1185
1180
|
chain: {
|
1186
1181
|
explorers?: {
|
1187
1182
|
chainId: number;
|
@@ -1192,14 +1187,14 @@ declare const eden: {
|
|
1192
1187
|
id: number;
|
1193
1188
|
icon: string;
|
1194
1189
|
};
|
1190
|
+
opportunityId: string;
|
1191
|
+
creatorAddress: string;
|
1192
|
+
subType: number | null;
|
1193
|
+
rewardTokenId: string;
|
1194
|
+
createdAt: string;
|
1195
1195
|
}[];
|
1196
1196
|
action: string;
|
1197
1197
|
type: string;
|
1198
|
-
howToSteps: string[];
|
1199
|
-
identifier: string;
|
1200
|
-
dailyRewards: number;
|
1201
|
-
tags: string[];
|
1202
|
-
lastCampaignCreatedAt: string;
|
1203
1198
|
chain: {
|
1204
1199
|
explorers?: {
|
1205
1200
|
chainId: number;
|
@@ -1210,6 +1205,11 @@ declare const eden: {
|
|
1210
1205
|
id: number;
|
1211
1206
|
icon: string;
|
1212
1207
|
};
|
1208
|
+
howToSteps: string[];
|
1209
|
+
identifier: string;
|
1210
|
+
dailyRewards: number;
|
1211
|
+
tags: string[];
|
1212
|
+
lastCampaignCreatedAt: string;
|
1213
1213
|
}[];
|
1214
1214
|
readonly 500: {
|
1215
1215
|
info: string;
|
@@ -1511,11 +1511,6 @@ declare const eden: {
|
|
1511
1511
|
computeChainId: number;
|
1512
1512
|
distributionChainId: number;
|
1513
1513
|
endTimestamp: string | number;
|
1514
|
-
opportunityId: string;
|
1515
|
-
creatorAddress: string;
|
1516
|
-
subType: number | null;
|
1517
|
-
rewardTokenId: string;
|
1518
|
-
createdAt: string;
|
1519
1514
|
chain: {
|
1520
1515
|
explorers?: {
|
1521
1516
|
chainId: number;
|
@@ -1526,6 +1521,11 @@ declare const eden: {
|
|
1526
1521
|
id: number;
|
1527
1522
|
icon: string;
|
1528
1523
|
};
|
1524
|
+
opportunityId: string;
|
1525
|
+
creatorAddress: string;
|
1526
|
+
subType: number | null;
|
1527
|
+
rewardTokenId: string;
|
1528
|
+
createdAt: string;
|
1529
1529
|
};
|
1530
1530
|
422: {
|
1531
1531
|
type: "validation";
|
@@ -2038,11 +2038,6 @@ declare const eden: {
|
|
2038
2038
|
computeChainId: number;
|
2039
2039
|
distributionChainId: number;
|
2040
2040
|
endTimestamp: string | number;
|
2041
|
-
opportunityId: string;
|
2042
|
-
creatorAddress: string;
|
2043
|
-
subType: number | null;
|
2044
|
-
rewardTokenId: string;
|
2045
|
-
createdAt: string;
|
2046
2041
|
chain: {
|
2047
2042
|
explorers?: {
|
2048
2043
|
chainId: number;
|
@@ -2053,6 +2048,11 @@ declare const eden: {
|
|
2053
2048
|
id: number;
|
2054
2049
|
icon: string;
|
2055
2050
|
};
|
2051
|
+
opportunityId: string;
|
2052
|
+
creatorAddress: string;
|
2053
|
+
subType: number | null;
|
2054
|
+
rewardTokenId: string;
|
2055
|
+
createdAt: string;
|
2056
2056
|
}[];
|
2057
2057
|
422: {
|
2058
2058
|
type: "validation";
|
@@ -4783,10 +4783,10 @@ declare const eden: {
|
|
4783
4783
|
slippage?: number | undefined;
|
4784
4784
|
protocolId: string;
|
4785
4785
|
chainId: number;
|
4786
|
+
fromAmount: string;
|
4786
4787
|
userAddress: string;
|
4787
4788
|
identifier: string;
|
4788
4789
|
fromTokenAddress: string;
|
4789
|
-
fromAmount: string;
|
4790
4790
|
};
|
4791
4791
|
fetch?: RequestInit | undefined;
|
4792
4792
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5188,6 +5188,7 @@ declare const eden: {
|
|
5188
5188
|
query: {
|
5189
5189
|
chainId?: number | undefined;
|
5190
5190
|
endTimestampLowerBound?: number | undefined;
|
5191
|
+
includeSubCampaigns?: boolean | undefined;
|
5191
5192
|
delayLowerBound?: number | undefined;
|
5192
5193
|
};
|
5193
5194
|
fetch?: RequestInit | undefined;
|
@@ -9010,11 +9011,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9010
9011
|
chainId: number;
|
9011
9012
|
action: string;
|
9012
9013
|
type: string;
|
9013
|
-
howToSteps: string[];
|
9014
|
-
identifier: string;
|
9015
|
-
dailyRewards: number;
|
9016
|
-
tags: string[];
|
9017
|
-
lastCampaignCreatedAt: string;
|
9018
9014
|
chain: {
|
9019
9015
|
explorers?: {
|
9020
9016
|
chainId: number;
|
@@ -9025,6 +9021,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9025
9021
|
id: number;
|
9026
9022
|
icon: string;
|
9027
9023
|
};
|
9024
|
+
howToSteps: string[];
|
9025
|
+
identifier: string;
|
9026
|
+
dailyRewards: number;
|
9027
|
+
tags: string[];
|
9028
|
+
lastCampaignCreatedAt: string;
|
9028
9029
|
} | null)[];
|
9029
9030
|
422: {
|
9030
9031
|
type: "validation";
|
@@ -9291,11 +9292,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9291
9292
|
chainId: number;
|
9292
9293
|
action: string;
|
9293
9294
|
type: string;
|
9294
|
-
howToSteps: string[];
|
9295
|
-
identifier: string;
|
9296
|
-
dailyRewards: number;
|
9297
|
-
tags: string[];
|
9298
|
-
lastCampaignCreatedAt: string;
|
9299
9295
|
chain: {
|
9300
9296
|
explorers?: {
|
9301
9297
|
chainId: number;
|
@@ -9306,6 +9302,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9306
9302
|
id: number;
|
9307
9303
|
icon: string;
|
9308
9304
|
};
|
9305
|
+
howToSteps: string[];
|
9306
|
+
identifier: string;
|
9307
|
+
dailyRewards: number;
|
9308
|
+
tags: string[];
|
9309
|
+
lastCampaignCreatedAt: string;
|
9309
9310
|
};
|
9310
9311
|
readonly 500: {
|
9311
9312
|
info: string;
|
@@ -9491,11 +9492,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9491
9492
|
computeChainId: number;
|
9492
9493
|
distributionChainId: number;
|
9493
9494
|
endTimestamp: string | number;
|
9494
|
-
opportunityId: string;
|
9495
|
-
creatorAddress: string;
|
9496
|
-
subType: number | null;
|
9497
|
-
rewardTokenId: string;
|
9498
|
-
createdAt: string;
|
9499
9495
|
chain: {
|
9500
9496
|
explorers?: {
|
9501
9497
|
chainId: number;
|
@@ -9506,14 +9502,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9506
9502
|
id: number;
|
9507
9503
|
icon: string;
|
9508
9504
|
};
|
9505
|
+
opportunityId: string;
|
9506
|
+
creatorAddress: string;
|
9507
|
+
subType: number | null;
|
9508
|
+
rewardTokenId: string;
|
9509
|
+
createdAt: string;
|
9509
9510
|
}[];
|
9510
9511
|
action: string;
|
9511
9512
|
type: string;
|
9512
|
-
howToSteps: string[];
|
9513
|
-
identifier: string;
|
9514
|
-
dailyRewards: number;
|
9515
|
-
tags: string[];
|
9516
|
-
lastCampaignCreatedAt: string;
|
9517
9513
|
chain: {
|
9518
9514
|
explorers?: {
|
9519
9515
|
chainId: number;
|
@@ -9524,6 +9520,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9524
9520
|
id: number;
|
9525
9521
|
icon: string;
|
9526
9522
|
};
|
9523
|
+
howToSteps: string[];
|
9524
|
+
identifier: string;
|
9525
|
+
dailyRewards: number;
|
9526
|
+
tags: string[];
|
9527
|
+
lastCampaignCreatedAt: string;
|
9527
9528
|
}[];
|
9528
9529
|
readonly 500: {
|
9529
9530
|
info: string;
|
@@ -9690,11 +9691,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9690
9691
|
computeChainId: number;
|
9691
9692
|
distributionChainId: number;
|
9692
9693
|
endTimestamp: string | number;
|
9693
|
-
opportunityId: string;
|
9694
|
-
creatorAddress: string;
|
9695
|
-
subType: number | null;
|
9696
|
-
rewardTokenId: string;
|
9697
|
-
createdAt: string;
|
9698
9694
|
chain: {
|
9699
9695
|
explorers?: {
|
9700
9696
|
chainId: number;
|
@@ -9705,14 +9701,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9705
9701
|
id: number;
|
9706
9702
|
icon: string;
|
9707
9703
|
};
|
9704
|
+
opportunityId: string;
|
9705
|
+
creatorAddress: string;
|
9706
|
+
subType: number | null;
|
9707
|
+
rewardTokenId: string;
|
9708
|
+
createdAt: string;
|
9708
9709
|
}[];
|
9709
9710
|
action: string;
|
9710
9711
|
type: string;
|
9711
|
-
howToSteps: string[];
|
9712
|
-
identifier: string;
|
9713
|
-
dailyRewards: number;
|
9714
|
-
tags: string[];
|
9715
|
-
lastCampaignCreatedAt: string;
|
9716
9712
|
chain: {
|
9717
9713
|
explorers?: {
|
9718
9714
|
chainId: number;
|
@@ -9723,6 +9719,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
9723
9719
|
id: number;
|
9724
9720
|
icon: string;
|
9725
9721
|
};
|
9722
|
+
howToSteps: string[];
|
9723
|
+
identifier: string;
|
9724
|
+
dailyRewards: number;
|
9725
|
+
tags: string[];
|
9726
|
+
lastCampaignCreatedAt: string;
|
9726
9727
|
};
|
9727
9728
|
readonly 500: {
|
9728
9729
|
info: string;
|
@@ -10792,11 +10793,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10792
10793
|
computeChainId: number;
|
10793
10794
|
distributionChainId: number;
|
10794
10795
|
endTimestamp: string | number;
|
10795
|
-
opportunityId: string;
|
10796
|
-
creatorAddress: string;
|
10797
|
-
subType: number | null;
|
10798
|
-
rewardTokenId: string;
|
10799
|
-
createdAt: string;
|
10800
10796
|
chain: {
|
10801
10797
|
explorers?: {
|
10802
10798
|
chainId: number;
|
@@ -10807,6 +10803,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10807
10803
|
id: number;
|
10808
10804
|
icon: string;
|
10809
10805
|
};
|
10806
|
+
opportunityId: string;
|
10807
|
+
creatorAddress: string;
|
10808
|
+
subType: number | null;
|
10809
|
+
rewardTokenId: string;
|
10810
|
+
createdAt: string;
|
10810
10811
|
}[];
|
10811
10812
|
422: {
|
10812
10813
|
type: "validation";
|
@@ -10879,11 +10880,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10879
10880
|
computeChainId: number;
|
10880
10881
|
distributionChainId: number;
|
10881
10882
|
endTimestamp: string | number;
|
10882
|
-
opportunityId: string;
|
10883
|
-
creatorAddress: string;
|
10884
|
-
subType: number | null;
|
10885
|
-
rewardTokenId: string;
|
10886
|
-
createdAt: string;
|
10887
10883
|
chain: {
|
10888
10884
|
explorers?: {
|
10889
10885
|
chainId: number;
|
@@ -10894,6 +10890,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10894
10890
|
id: number;
|
10895
10891
|
icon: string;
|
10896
10892
|
};
|
10893
|
+
opportunityId: string;
|
10894
|
+
creatorAddress: string;
|
10895
|
+
subType: number | null;
|
10896
|
+
rewardTokenId: string;
|
10897
|
+
createdAt: string;
|
10897
10898
|
};
|
10898
10899
|
422: {
|
10899
10900
|
type: "validation";
|
@@ -11173,11 +11174,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11173
11174
|
computeChainId: number;
|
11174
11175
|
distributionChainId: number;
|
11175
11176
|
endTimestamp: string | number;
|
11176
|
-
opportunityId: string;
|
11177
|
-
creatorAddress: string;
|
11178
|
-
subType: number | null;
|
11179
|
-
rewardTokenId: string;
|
11180
|
-
createdAt: string;
|
11181
11177
|
chain: {
|
11182
11178
|
explorers?: {
|
11183
11179
|
chainId: number;
|
@@ -11188,6 +11184,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11188
11184
|
id: number;
|
11189
11185
|
icon: string;
|
11190
11186
|
};
|
11187
|
+
opportunityId: string;
|
11188
|
+
creatorAddress: string;
|
11189
|
+
subType: number | null;
|
11190
|
+
rewardTokenId: string;
|
11191
|
+
createdAt: string;
|
11191
11192
|
}[];
|
11192
11193
|
422: {
|
11193
11194
|
type: "validation";
|
@@ -14262,10 +14263,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14262
14263
|
slippage?: number | undefined;
|
14263
14264
|
protocolId: string;
|
14264
14265
|
chainId: number;
|
14266
|
+
fromAmount: string;
|
14265
14267
|
userAddress: string;
|
14266
14268
|
identifier: string;
|
14267
14269
|
fromTokenAddress: string;
|
14268
|
-
fromAmount: string;
|
14269
14270
|
};
|
14270
14271
|
headers: unknown;
|
14271
14272
|
response: {
|
@@ -14756,6 +14757,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14756
14757
|
query: {
|
14757
14758
|
chainId?: number | undefined;
|
14758
14759
|
endTimestampLowerBound?: number | undefined;
|
14760
|
+
includeSubCampaigns?: boolean | undefined;
|
14759
14761
|
delayLowerBound?: number | undefined;
|
14760
14762
|
};
|
14761
14763
|
headers: unknown;
|
@@ -18939,11 +18941,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18939
18941
|
chainId: number;
|
18940
18942
|
action: string;
|
18941
18943
|
type: string;
|
18942
|
-
howToSteps: string[];
|
18943
|
-
identifier: string;
|
18944
|
-
dailyRewards: number;
|
18945
|
-
tags: string[];
|
18946
|
-
lastCampaignCreatedAt: string;
|
18947
18944
|
chain: {
|
18948
18945
|
explorers?: {
|
18949
18946
|
chainId: number;
|
@@ -18954,6 +18951,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18954
18951
|
id: number;
|
18955
18952
|
icon: string;
|
18956
18953
|
};
|
18954
|
+
howToSteps: string[];
|
18955
|
+
identifier: string;
|
18956
|
+
dailyRewards: number;
|
18957
|
+
tags: string[];
|
18958
|
+
lastCampaignCreatedAt: string;
|
18957
18959
|
};
|
18958
18960
|
readonly 500: {
|
18959
18961
|
info: string;
|
@@ -19111,11 +19113,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19111
19113
|
computeChainId: number;
|
19112
19114
|
distributionChainId: number;
|
19113
19115
|
endTimestamp: string | number;
|
19114
|
-
opportunityId: string;
|
19115
|
-
creatorAddress: string;
|
19116
|
-
subType: number | null;
|
19117
|
-
rewardTokenId: string;
|
19118
|
-
createdAt: string;
|
19119
19116
|
chain: {
|
19120
19117
|
explorers?: {
|
19121
19118
|
chainId: number;
|
@@ -19126,14 +19123,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19126
19123
|
id: number;
|
19127
19124
|
icon: string;
|
19128
19125
|
};
|
19126
|
+
opportunityId: string;
|
19127
|
+
creatorAddress: string;
|
19128
|
+
subType: number | null;
|
19129
|
+
rewardTokenId: string;
|
19130
|
+
createdAt: string;
|
19129
19131
|
}[];
|
19130
19132
|
action: string;
|
19131
19133
|
type: string;
|
19132
|
-
howToSteps: string[];
|
19133
|
-
identifier: string;
|
19134
|
-
dailyRewards: number;
|
19135
|
-
tags: string[];
|
19136
|
-
lastCampaignCreatedAt: string;
|
19137
19134
|
chain: {
|
19138
19135
|
explorers?: {
|
19139
19136
|
chainId: number;
|
@@ -19144,6 +19141,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19144
19141
|
id: number;
|
19145
19142
|
icon: string;
|
19146
19143
|
};
|
19144
|
+
howToSteps: string[];
|
19145
|
+
identifier: string;
|
19146
|
+
dailyRewards: number;
|
19147
|
+
tags: string[];
|
19148
|
+
lastCampaignCreatedAt: string;
|
19147
19149
|
};
|
19148
19150
|
readonly 500: {
|
19149
19151
|
info: string;
|
@@ -19537,11 +19539,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19537
19539
|
chainId: number;
|
19538
19540
|
action: string;
|
19539
19541
|
type: string;
|
19540
|
-
howToSteps: string[];
|
19541
|
-
identifier: string;
|
19542
|
-
dailyRewards: number;
|
19543
|
-
tags: string[];
|
19544
|
-
lastCampaignCreatedAt: string;
|
19545
19542
|
chain: {
|
19546
19543
|
explorers?: {
|
19547
19544
|
chainId: number;
|
@@ -19552,6 +19549,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19552
19549
|
id: number;
|
19553
19550
|
icon: string;
|
19554
19551
|
};
|
19552
|
+
howToSteps: string[];
|
19553
|
+
identifier: string;
|
19554
|
+
dailyRewards: number;
|
19555
|
+
tags: string[];
|
19556
|
+
lastCampaignCreatedAt: string;
|
19555
19557
|
} | null)[];
|
19556
19558
|
422: {
|
19557
19559
|
type: "validation";
|
@@ -19864,11 +19866,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19864
19866
|
computeChainId: number;
|
19865
19867
|
distributionChainId: number;
|
19866
19868
|
endTimestamp: string | number;
|
19867
|
-
opportunityId: string;
|
19868
|
-
creatorAddress: string;
|
19869
|
-
subType: number | null;
|
19870
|
-
rewardTokenId: string;
|
19871
|
-
createdAt: string;
|
19872
19869
|
chain: {
|
19873
19870
|
explorers?: {
|
19874
19871
|
chainId: number;
|
@@ -19879,14 +19876,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19879
19876
|
id: number;
|
19880
19877
|
icon: string;
|
19881
19878
|
};
|
19879
|
+
opportunityId: string;
|
19880
|
+
creatorAddress: string;
|
19881
|
+
subType: number | null;
|
19882
|
+
rewardTokenId: string;
|
19883
|
+
createdAt: string;
|
19882
19884
|
}[];
|
19883
19885
|
action: string;
|
19884
19886
|
type: string;
|
19885
|
-
howToSteps: string[];
|
19886
|
-
identifier: string;
|
19887
|
-
dailyRewards: number;
|
19888
|
-
tags: string[];
|
19889
|
-
lastCampaignCreatedAt: string;
|
19890
19887
|
chain: {
|
19891
19888
|
explorers?: {
|
19892
19889
|
chainId: number;
|
@@ -19897,6 +19894,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19897
19894
|
id: number;
|
19898
19895
|
icon: string;
|
19899
19896
|
};
|
19897
|
+
howToSteps: string[];
|
19898
|
+
identifier: string;
|
19899
|
+
dailyRewards: number;
|
19900
|
+
tags: string[];
|
19901
|
+
lastCampaignCreatedAt: string;
|
19900
19902
|
}[];
|
19901
19903
|
readonly 500: {
|
19902
19904
|
info: string;
|
@@ -20198,11 +20200,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
20198
20200
|
computeChainId: number;
|
20199
20201
|
distributionChainId: number;
|
20200
20202
|
endTimestamp: string | number;
|
20201
|
-
opportunityId: string;
|
20202
|
-
creatorAddress: string;
|
20203
|
-
subType: number | null;
|
20204
|
-
rewardTokenId: string;
|
20205
|
-
createdAt: string;
|
20206
20203
|
chain: {
|
20207
20204
|
explorers?: {
|
20208
20205
|
chainId: number;
|
@@ -20213,6 +20210,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
20213
20210
|
id: number;
|
20214
20211
|
icon: string;
|
20215
20212
|
};
|
20213
|
+
opportunityId: string;
|
20214
|
+
creatorAddress: string;
|
20215
|
+
subType: number | null;
|
20216
|
+
rewardTokenId: string;
|
20217
|
+
createdAt: string;
|
20216
20218
|
};
|
20217
20219
|
422: {
|
20218
20220
|
type: "validation";
|
@@ -20725,11 +20727,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
20725
20727
|
computeChainId: number;
|
20726
20728
|
distributionChainId: number;
|
20727
20729
|
endTimestamp: string | number;
|
20728
|
-
opportunityId: string;
|
20729
|
-
creatorAddress: string;
|
20730
|
-
subType: number | null;
|
20731
|
-
rewardTokenId: string;
|
20732
|
-
createdAt: string;
|
20733
20730
|
chain: {
|
20734
20731
|
explorers?: {
|
20735
20732
|
chainId: number;
|
@@ -20740,6 +20737,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
20740
20737
|
id: number;
|
20741
20738
|
icon: string;
|
20742
20739
|
};
|
20740
|
+
opportunityId: string;
|
20741
|
+
creatorAddress: string;
|
20742
|
+
subType: number | null;
|
20743
|
+
rewardTokenId: string;
|
20744
|
+
createdAt: string;
|
20743
20745
|
}[];
|
20744
20746
|
422: {
|
20745
20747
|
type: "validation";
|
@@ -23470,10 +23472,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
23470
23472
|
slippage?: number | undefined;
|
23471
23473
|
protocolId: string;
|
23472
23474
|
chainId: number;
|
23475
|
+
fromAmount: string;
|
23473
23476
|
userAddress: string;
|
23474
23477
|
identifier: string;
|
23475
23478
|
fromTokenAddress: string;
|
23476
|
-
fromAmount: string;
|
23477
23479
|
};
|
23478
23480
|
fetch?: RequestInit | undefined;
|
23479
23481
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -23875,6 +23877,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
23875
23877
|
query: {
|
23876
23878
|
chainId?: number | undefined;
|
23877
23879
|
endTimestampLowerBound?: number | undefined;
|
23880
|
+
includeSubCampaigns?: boolean | undefined;
|
23878
23881
|
delayLowerBound?: number | undefined;
|
23879
23882
|
};
|
23880
23883
|
fetch?: RequestInit | undefined;
|
package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.d.ts
CHANGED
@@ -24,6 +24,6 @@ export declare class PendleYTProcessor extends GenericProcessor<callKeysPendleYT
|
|
24
24
|
round3: callType[];
|
25
25
|
round4: callType[];
|
26
26
|
};
|
27
|
-
processingRound5(_index: number, type: Erc20SubType, typeInfo: dataRawPendleYT, _calls: string[], campaign: CampaignParameters<Campaign.ERC20> | CampaignParameters<Campaign.EULER>,
|
27
|
+
processingRound5(_index: number, type: Erc20SubType, typeInfo: dataRawPendleYT, _calls: string[], campaign: CampaignParameters<Campaign.ERC20> | CampaignParameters<Campaign.EULER>, _pricer: Pricer): Promise<dataTypePendleYT>;
|
28
28
|
}
|
29
29
|
export {};
|