@merkl/api 0.18.8 → 0.18.10
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/backgroundJobs/index.js +1 -1
- package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.js +1 -1
- package/dist/src/eden/index.d.ts +521 -518
- package/dist/src/factories/opportunityMetadata/implementations/Clamm.js +1 -1
- package/dist/src/index.d.ts +111 -110
- package/dist/src/index.js +1 -1
- package/dist/src/jobs/etl/pendings.js +1 -1
- package/dist/src/jobs/etl/reward-breakdowns.js +1 -1
- package/dist/src/jobs/etl/rewards.js +1 -1
- package/dist/src/jobs/etl/update-euler-vaults.js +1 -1
- package/dist/src/libs/campaigns/campaignTypes/EventBasedDynamicData.js +1 -1
- package/dist/src/libs/campaigns/campaignTypes/RadiantDynamicData.js +1 -1
- package/dist/src/libs/campaigns/campaignTypes/UniswapV4DynamicData.js +1 -1
- package/dist/src/libs/campaigns/utils/getEulerV2Vaults.js +1 -1
- package/dist/src/libs/campaigns/utils/getUniswapV4Pools.js +1 -1
- package/dist/src/libs/getTokensList.d.ts +3 -0
- package/dist/src/libs/positions/erc20/index.js +1 -0
- package/dist/src/libs/staticCampaigns.js +1 -1
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +6 -6
- package/dist/src/modules/v4/accounting/accounting.repository.d.ts +16 -16
- package/dist/src/modules/v4/accounting/accounting.repository.js +1 -1
- package/dist/src/modules/v4/accounting/accounting.service.d.ts +2 -2
- package/dist/src/modules/v4/blacklist/blacklist.repository.js +1 -1
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +20 -20
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +29 -29
- package/dist/src/modules/v4/campaign/campaign.repository.js +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +26 -26
- package/dist/src/modules/v4/chain/chain.repository.js +1 -1
- package/dist/src/modules/v4/computedValue/computedValue.repository.js +1 -1
- package/dist/src/modules/v4/creator/creator.repository.js +1 -1
- package/dist/src/modules/v4/enso/enso.service.d.ts +2 -2
- package/dist/src/modules/v4/explorer/explorer.repository.js +1 -1
- package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +3 -3
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +3 -3
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js +1 -1
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +3 -3
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +34 -34
- package/dist/src/modules/v4/opportunity/opportunity.converter.js +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +57 -57
- package/dist/src/modules/v4/opportunity/opportunity.repository.js +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +35 -35
- package/dist/src/modules/v4/price/price.repository.js +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +11 -11
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +3 -3
- package/dist/src/modules/v4/protocol/protocol.repository.js +1 -1
- package/dist/src/modules/v4/referral/referral.controller.d.ts +1 -1
- package/dist/src/modules/v4/reward/reward.controller.d.ts +6 -6
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
- package/dist/src/modules/v4/reward/reward.repository.js +1 -1
- package/dist/src/modules/v4/reward/reward.service.d.ts +17 -17
- package/dist/src/modules/v4/router.d.ts +102 -102
- package/dist/src/modules/v4/status/status.controller.d.ts +2 -2
- package/dist/src/modules/v4/status/status.repository.d.ts +2 -2
- package/dist/src/modules/v4/status/status.repository.js +1 -1
- package/dist/src/modules/v4/status/status.service.d.ts +2 -2
- package/dist/src/modules/v4/token/token.controller.d.ts +12 -12
- package/dist/src/modules/v4/token/token.repository.d.ts +4 -9
- package/dist/src/modules/v4/token/token.repository.js +3 -9
- package/dist/src/modules/v4/token/token.service.d.ts +10 -10
- package/dist/src/modules/v4/token/token.service.js +3 -3
- package/dist/src/modules/v4/user/user.controller.d.ts +6 -6
- package/dist/src/modules/v4/user/user.repository.js +1 -1
- package/dist/src/modules/v4/user/user.service.js +1 -1
- package/dist/src/routes/v3/campaign/delay.js +1 -1
- package/dist/src/routes/v3/campaignClaims.d.ts +1 -1
- package/dist/src/routes/v3/campaignClaims.js +1 -1
- package/dist/src/routes/v3/campaigns.d.ts +3 -2
- package/dist/src/routes/v3/campaigns.js +21 -59
- package/dist/src/routes/v3/multiChainPositions.js +1 -0
- package/dist/src/routes/v3/opportunity.d.ts +1 -1
- package/dist/src/routes/v3/parse.d.ts +1 -1
- package/dist/src/routes/v3/positions.js +1 -0
- package/dist/src/routes/v3/recipients.d.ts +1 -1
- package/dist/src/routes/v3/rewardsReport.d.ts +1 -1
- package/dist/src/routes/v3/router.d.ts +9 -8
- package/dist/src/routes/v3/token.d.ts +1 -1
- package/dist/src/utils/execute.d.ts +3 -13
- package/dist/src/utils/execute.js +77 -1
- package/dist/src/utils/generic.d.ts +1 -18
- package/dist/src/utils/generic.js +2 -76
- package/dist/src/utils/hashArray.d.ts +1 -0
- package/dist/src/utils/hashArray.js +4 -1
- package/dist/src/utils/queries/allCampaigns.d.ts +0 -4
- package/dist/src/utils/queries/allCampaigns.js +0 -39
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/utils/addString.d.ts +0 -2
- package/dist/src/utils/addString.js +0 -6
- package/dist/src/utils/crypto.d.ts +0 -1
- package/dist/src/utils/crypto.js +0 -4
- package/dist/src/utils/queries/activeCampaigns.d.ts +0 -3
- package/dist/src/utils/queries/activeCampaigns.js +0 -22
- package/dist/src/utils/validation.d.ts +0 -5
- package/dist/src/utils/validation.js +0 -20
- /package/dist/{src/utils/prisma.d.ts → database/index.d.ts} +0 -0
- /package/dist/{src/utils/prisma.js → database/index.js} +0 -0
- /package/dist/src/utils/{camelToKebabCase.d.ts → caseChanges.d.ts} +0 -0
- /package/dist/src/utils/{camelToKebabCase.js → caseChanges.js} +0 -0
package/dist/src/eden/index.d.ts
CHANGED
@@ -120,8 +120,8 @@ declare const eden: {
|
|
120
120
|
id: string;
|
121
121
|
name: string | null;
|
122
122
|
icon: string;
|
123
|
-
chainId: number;
|
124
123
|
address: string;
|
124
|
+
chainId: number;
|
125
125
|
decimals: number;
|
126
126
|
verified: boolean;
|
127
127
|
isTest: boolean;
|
@@ -185,8 +185,8 @@ declare const eden: {
|
|
185
185
|
id: string;
|
186
186
|
name: string | null;
|
187
187
|
icon: string;
|
188
|
-
chainId: number;
|
189
188
|
address: string;
|
189
|
+
chainId: number;
|
190
190
|
decimals: number;
|
191
191
|
verified: boolean;
|
192
192
|
isTest: boolean;
|
@@ -207,8 +207,8 @@ declare const eden: {
|
|
207
207
|
id: string;
|
208
208
|
name: string | null;
|
209
209
|
icon: string;
|
210
|
-
chainId: number;
|
211
210
|
address: string;
|
211
|
+
chainId: number;
|
212
212
|
decimals: number;
|
213
213
|
verified: boolean;
|
214
214
|
isTest: boolean;
|
@@ -220,8 +220,8 @@ declare const eden: {
|
|
220
220
|
name: string;
|
221
221
|
icon: string;
|
222
222
|
};
|
223
|
-
chainId: number;
|
224
223
|
action: string;
|
224
|
+
chainId: number;
|
225
225
|
tvl: number;
|
226
226
|
apr: number;
|
227
227
|
dailyRewards: number;
|
@@ -288,8 +288,8 @@ declare const eden: {
|
|
288
288
|
id: string;
|
289
289
|
name: string | null;
|
290
290
|
icon: string;
|
291
|
-
chainId: number;
|
292
291
|
address: string;
|
292
|
+
chainId: number;
|
293
293
|
decimals: number;
|
294
294
|
verified: boolean;
|
295
295
|
isTest: boolean;
|
@@ -310,8 +310,8 @@ declare const eden: {
|
|
310
310
|
id: string;
|
311
311
|
name: string | null;
|
312
312
|
icon: string;
|
313
|
-
chainId: number;
|
314
313
|
address: string;
|
314
|
+
chainId: number;
|
315
315
|
decimals: number;
|
316
316
|
verified: boolean;
|
317
317
|
isTest: boolean;
|
@@ -323,8 +323,8 @@ declare const eden: {
|
|
323
323
|
name: string;
|
324
324
|
icon: string;
|
325
325
|
};
|
326
|
-
chainId: number;
|
327
326
|
action: string;
|
327
|
+
chainId: number;
|
328
328
|
tvl: number;
|
329
329
|
apr: number;
|
330
330
|
dailyRewards: number;
|
@@ -356,14 +356,14 @@ declare const eden: {
|
|
356
356
|
name: string;
|
357
357
|
icon: string;
|
358
358
|
};
|
359
|
-
startTimestamp: string | number;
|
360
|
-
endTimestamp: string | number;
|
361
359
|
computeChainId: number;
|
362
360
|
distributionChainId: number;
|
363
361
|
campaignId: string;
|
364
362
|
rewardTokenId: string;
|
365
363
|
amount: string;
|
366
364
|
opportunityId: string;
|
365
|
+
startTimestamp: string | number;
|
366
|
+
endTimestamp: string | number;
|
367
367
|
creatorAddress: string;
|
368
368
|
rewardToken: {
|
369
369
|
price?: number | null | undefined;
|
@@ -371,8 +371,8 @@ declare const eden: {
|
|
371
371
|
id: string;
|
372
372
|
name: string | null;
|
373
373
|
icon: string;
|
374
|
-
chainId: number;
|
375
374
|
address: string;
|
375
|
+
chainId: number;
|
376
376
|
decimals: number;
|
377
377
|
verified: boolean;
|
378
378
|
isTest: boolean;
|
@@ -408,8 +408,8 @@ declare const eden: {
|
|
408
408
|
status: import("@db/api").$Enums.Status;
|
409
409
|
tags: string[];
|
410
410
|
identifier: string;
|
411
|
-
chainId: number;
|
412
411
|
action: import("@db/api").$Enums.OpportunityAction;
|
412
|
+
chainId: number;
|
413
413
|
depositUrl: string | null;
|
414
414
|
mainProtocolId: string | null;
|
415
415
|
tvl: number;
|
@@ -428,12 +428,12 @@ declare const eden: {
|
|
428
428
|
type: string;
|
429
429
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
430
430
|
tokens: {
|
431
|
-
chainId: number;
|
432
431
|
address: string;
|
432
|
+
chainId: number;
|
433
433
|
}[];
|
434
434
|
identifier: string;
|
435
|
-
chainId: number;
|
436
435
|
action: "POOL" | "HOLD" | "DROP" | "LEND" | "BORROW" | "LONG" | "SHORT" | "INVALID";
|
436
|
+
chainId: number;
|
437
437
|
}, options: {
|
438
438
|
headers: {
|
439
439
|
authorization: string;
|
@@ -448,8 +448,8 @@ declare const eden: {
|
|
448
448
|
status: import("@db/api").$Enums.Status;
|
449
449
|
tags: string[];
|
450
450
|
identifier: string;
|
451
|
-
chainId: number;
|
452
451
|
action: import("@db/api").$Enums.OpportunityAction;
|
452
|
+
chainId: number;
|
453
453
|
depositUrl: string | null;
|
454
454
|
mainProtocolId: string | null;
|
455
455
|
tvl: number;
|
@@ -469,9 +469,9 @@ declare const eden: {
|
|
469
469
|
tags?: string | undefined;
|
470
470
|
identifier?: string | undefined;
|
471
471
|
page?: number | undefined;
|
472
|
-
chainId?: string | undefined;
|
473
472
|
action?: string | undefined;
|
474
473
|
creatorAddress?: string | undefined;
|
474
|
+
chainId?: string | undefined;
|
475
475
|
mainProtocolId?: string | undefined;
|
476
476
|
campaigns?: boolean | undefined;
|
477
477
|
order?: string | undefined;
|
@@ -519,8 +519,8 @@ declare const eden: {
|
|
519
519
|
id: string;
|
520
520
|
name: string | null;
|
521
521
|
icon: string;
|
522
|
-
chainId: number;
|
523
522
|
address: string;
|
523
|
+
chainId: number;
|
524
524
|
decimals: number;
|
525
525
|
displaySymbol: string;
|
526
526
|
verified: boolean;
|
@@ -545,8 +545,8 @@ declare const eden: {
|
|
545
545
|
id: string;
|
546
546
|
name: string | null;
|
547
547
|
icon: string;
|
548
|
-
chainId: number;
|
549
548
|
address: string;
|
549
|
+
chainId: number;
|
550
550
|
decimals: number;
|
551
551
|
verified: boolean;
|
552
552
|
isTest: boolean;
|
@@ -580,8 +580,8 @@ declare const eden: {
|
|
580
580
|
status: import("@db/api").$Enums.Status;
|
581
581
|
tags: string[];
|
582
582
|
identifier: string;
|
583
|
-
chainId: number;
|
584
583
|
action: import("@db/api").$Enums.OpportunityAction;
|
584
|
+
chainId: number;
|
585
585
|
depositUrl: string | null;
|
586
586
|
mainProtocolId: string | null;
|
587
587
|
tvl: number;
|
@@ -606,8 +606,8 @@ declare const eden: {
|
|
606
606
|
id: string;
|
607
607
|
name: string | null;
|
608
608
|
icon: string;
|
609
|
-
chainId: number;
|
610
609
|
address: string;
|
610
|
+
chainId: number;
|
611
611
|
decimals: number;
|
612
612
|
verified: boolean;
|
613
613
|
isTest: boolean;
|
@@ -633,8 +633,8 @@ declare const eden: {
|
|
633
633
|
status: import("@db/api").$Enums.Status;
|
634
634
|
tags: string[];
|
635
635
|
identifier: string;
|
636
|
-
chainId: number;
|
637
636
|
action: import("@db/api").$Enums.OpportunityAction;
|
637
|
+
chainId: number;
|
638
638
|
tvl: number;
|
639
639
|
dailyRewards: number;
|
640
640
|
}[];
|
@@ -653,9 +653,9 @@ declare const eden: {
|
|
653
653
|
tags?: string | undefined;
|
654
654
|
identifier?: string | undefined;
|
655
655
|
page?: number | undefined;
|
656
|
-
chainId?: string | undefined;
|
657
656
|
action?: string | undefined;
|
658
657
|
creatorAddress?: string | undefined;
|
658
|
+
chainId?: string | undefined;
|
659
659
|
mainProtocolId?: string | undefined;
|
660
660
|
campaigns?: boolean | undefined;
|
661
661
|
order?: string | undefined;
|
@@ -676,16 +676,16 @@ declare const eden: {
|
|
676
676
|
items?: number | undefined;
|
677
677
|
subType?: number | undefined;
|
678
678
|
page?: number | undefined;
|
679
|
-
chainId?: number | undefined;
|
680
|
-
startTimestamp?: string | undefined;
|
681
|
-
endTimestamp?: string | undefined;
|
682
|
-
tokenAddress?: string | undefined;
|
683
679
|
types?: string[] | undefined;
|
684
680
|
campaignId?: string | undefined;
|
685
681
|
opportunityId?: string | undefined;
|
682
|
+
startTimestamp?: string | undefined;
|
683
|
+
endTimestamp?: string | undefined;
|
686
684
|
creatorAddress?: string | undefined;
|
685
|
+
chainId?: number | undefined;
|
687
686
|
creatorId?: string | undefined;
|
688
687
|
mainParameter?: string | undefined;
|
688
|
+
tokenAddress?: string | undefined;
|
689
689
|
test?: boolean | undefined;
|
690
690
|
creatorTag?: string | undefined;
|
691
691
|
distributionChainIds?: number[] | undefined;
|
@@ -738,8 +738,8 @@ declare const eden: {
|
|
738
738
|
id: string;
|
739
739
|
name: string | null;
|
740
740
|
icon: string;
|
741
|
-
chainId: number;
|
742
741
|
address: string;
|
742
|
+
chainId: number;
|
743
743
|
decimals: number;
|
744
744
|
verified: boolean;
|
745
745
|
isTest: boolean;
|
@@ -760,8 +760,8 @@ declare const eden: {
|
|
760
760
|
id: string;
|
761
761
|
name: string | null;
|
762
762
|
icon: string;
|
763
|
-
chainId: number;
|
764
763
|
address: string;
|
764
|
+
chainId: number;
|
765
765
|
decimals: number;
|
766
766
|
verified: boolean;
|
767
767
|
isTest: boolean;
|
@@ -773,8 +773,8 @@ declare const eden: {
|
|
773
773
|
name: string;
|
774
774
|
icon: string;
|
775
775
|
};
|
776
|
-
chainId: number;
|
777
776
|
action: string;
|
777
|
+
chainId: number;
|
778
778
|
tvl: number;
|
779
779
|
apr: number;
|
780
780
|
dailyRewards: number;
|
@@ -806,14 +806,14 @@ declare const eden: {
|
|
806
806
|
name: string;
|
807
807
|
icon: string;
|
808
808
|
};
|
809
|
-
startTimestamp: string | number;
|
810
|
-
endTimestamp: string | number;
|
811
809
|
computeChainId: number;
|
812
810
|
distributionChainId: number;
|
813
811
|
campaignId: string;
|
814
812
|
rewardTokenId: string;
|
815
813
|
amount: string;
|
816
814
|
opportunityId: string;
|
815
|
+
startTimestamp: string | number;
|
816
|
+
endTimestamp: string | number;
|
817
817
|
creatorAddress: string;
|
818
818
|
rewardToken: {
|
819
819
|
price?: number | null | undefined;
|
@@ -821,8 +821,8 @@ declare const eden: {
|
|
821
821
|
id: string;
|
822
822
|
name: string | null;
|
823
823
|
icon: string;
|
824
|
-
chainId: number;
|
825
824
|
address: string;
|
825
|
+
chainId: number;
|
826
826
|
decimals: number;
|
827
827
|
verified: boolean;
|
828
828
|
isTest: boolean;
|
@@ -855,9 +855,9 @@ declare const eden: {
|
|
855
855
|
tags?: string | undefined;
|
856
856
|
identifier?: string | undefined;
|
857
857
|
page?: number | undefined;
|
858
|
-
chainId?: string | undefined;
|
859
858
|
action?: string | undefined;
|
860
859
|
creatorAddress?: string | undefined;
|
860
|
+
chainId?: string | undefined;
|
861
861
|
mainProtocolId?: string | undefined;
|
862
862
|
campaigns?: boolean | undefined;
|
863
863
|
order?: string | undefined;
|
@@ -886,9 +886,9 @@ declare const eden: {
|
|
886
886
|
tags?: string | undefined;
|
887
887
|
identifier?: string | undefined;
|
888
888
|
page?: number | undefined;
|
889
|
-
chainId?: string | undefined;
|
890
889
|
action?: string | undefined;
|
891
890
|
creatorAddress?: string | undefined;
|
891
|
+
chainId?: string | undefined;
|
892
892
|
mainProtocolId?: string | undefined;
|
893
893
|
campaigns?: boolean | undefined;
|
894
894
|
order?: string | undefined;
|
@@ -917,9 +917,9 @@ declare const eden: {
|
|
917
917
|
tags?: string | undefined;
|
918
918
|
identifier?: string | undefined;
|
919
919
|
page?: number | undefined;
|
920
|
-
chainId?: string | undefined;
|
921
920
|
action?: string | undefined;
|
922
921
|
creatorAddress?: string | undefined;
|
922
|
+
chainId?: string | undefined;
|
923
923
|
mainProtocolId?: string | undefined;
|
924
924
|
campaigns?: boolean | undefined;
|
925
925
|
order?: string | undefined;
|
@@ -958,8 +958,8 @@ declare const eden: {
|
|
958
958
|
id: string;
|
959
959
|
name: string | null;
|
960
960
|
icon: string;
|
961
|
-
chainId: number;
|
962
961
|
address: string;
|
962
|
+
chainId: number;
|
963
963
|
decimals: number;
|
964
964
|
verified: boolean;
|
965
965
|
isTest: boolean;
|
@@ -993,8 +993,8 @@ declare const eden: {
|
|
993
993
|
status: import("@db/api").$Enums.Status;
|
994
994
|
tags: string[];
|
995
995
|
identifier: string;
|
996
|
-
chainId: number;
|
997
996
|
action: import("@db/api").$Enums.OpportunityAction;
|
997
|
+
chainId: number;
|
998
998
|
depositUrl: string | null;
|
999
999
|
mainProtocolId: string | null;
|
1000
1000
|
tvl: number;
|
@@ -1034,12 +1034,12 @@ declare const eden: {
|
|
1034
1034
|
type: number;
|
1035
1035
|
params: string;
|
1036
1036
|
creator: string;
|
1037
|
-
chainId: number;
|
1038
|
-
startTimestamp: string;
|
1039
|
-
endTimestamp: string;
|
1040
1037
|
computeChainId: number;
|
1041
1038
|
campaignId: string;
|
1042
1039
|
amount: string;
|
1040
|
+
startTimestamp: string;
|
1041
|
+
endTimestamp: string;
|
1042
|
+
chainId: number;
|
1043
1043
|
rewardTokenAddress: string;
|
1044
1044
|
opportunityIdentifier: string;
|
1045
1045
|
}, options: {
|
@@ -1054,14 +1054,14 @@ declare const eden: {
|
|
1054
1054
|
type: string;
|
1055
1055
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
1056
1056
|
subType: number | null;
|
1057
|
-
startTimestamp: bigint;
|
1058
|
-
endTimestamp: bigint;
|
1059
1057
|
computeChainId: number;
|
1060
1058
|
distributionChainId: number;
|
1061
1059
|
campaignId: string;
|
1062
1060
|
rewardTokenId: string;
|
1063
1061
|
amount: string;
|
1064
1062
|
opportunityId: string;
|
1063
|
+
startTimestamp: bigint;
|
1064
|
+
endTimestamp: bigint;
|
1065
1065
|
creatorAddress: string;
|
1066
1066
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
1067
1067
|
} | undefined;
|
@@ -1129,14 +1129,14 @@ declare const eden: {
|
|
1129
1129
|
type: string;
|
1130
1130
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
1131
1131
|
subType: number | null;
|
1132
|
-
startTimestamp: bigint;
|
1133
|
-
endTimestamp: bigint;
|
1134
1132
|
computeChainId: number;
|
1135
1133
|
distributionChainId: number;
|
1136
1134
|
campaignId: string;
|
1137
1135
|
rewardTokenId: string;
|
1138
1136
|
amount: string;
|
1139
1137
|
opportunityId: string;
|
1138
|
+
startTimestamp: bigint;
|
1139
|
+
endTimestamp: bigint;
|
1140
1140
|
creatorAddress: string;
|
1141
1141
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
1142
1142
|
};
|
@@ -1151,16 +1151,16 @@ declare const eden: {
|
|
1151
1151
|
items?: number | undefined;
|
1152
1152
|
subType?: number | undefined;
|
1153
1153
|
page?: number | undefined;
|
1154
|
-
chainId?: number | undefined;
|
1155
|
-
startTimestamp?: string | undefined;
|
1156
|
-
endTimestamp?: string | undefined;
|
1157
|
-
tokenAddress?: string | undefined;
|
1158
1154
|
types?: string[] | undefined;
|
1159
1155
|
campaignId?: string | undefined;
|
1160
1156
|
opportunityId?: string | undefined;
|
1157
|
+
startTimestamp?: string | undefined;
|
1158
|
+
endTimestamp?: string | undefined;
|
1161
1159
|
creatorAddress?: string | undefined;
|
1160
|
+
chainId?: number | undefined;
|
1162
1161
|
creatorId?: string | undefined;
|
1163
1162
|
mainParameter?: string | undefined;
|
1163
|
+
tokenAddress?: string | undefined;
|
1164
1164
|
test?: boolean | undefined;
|
1165
1165
|
creatorTag?: string | undefined;
|
1166
1166
|
distributionChainIds?: number[] | undefined;
|
@@ -1183,8 +1183,8 @@ declare const eden: {
|
|
1183
1183
|
id: string;
|
1184
1184
|
name: string | null;
|
1185
1185
|
icon: string;
|
1186
|
-
chainId: number;
|
1187
1186
|
address: string;
|
1187
|
+
chainId: number;
|
1188
1188
|
decimals: number;
|
1189
1189
|
verified: boolean;
|
1190
1190
|
isTest: boolean;
|
@@ -1218,8 +1218,8 @@ declare const eden: {
|
|
1218
1218
|
status: import("@db/api").$Enums.Status;
|
1219
1219
|
tags: string[];
|
1220
1220
|
identifier: string;
|
1221
|
-
chainId: number;
|
1222
1221
|
action: import("@db/api").$Enums.OpportunityAction;
|
1222
|
+
chainId: number;
|
1223
1223
|
depositUrl: string | null;
|
1224
1224
|
mainProtocolId: string | null;
|
1225
1225
|
tvl: number;
|
@@ -1248,16 +1248,16 @@ declare const eden: {
|
|
1248
1248
|
items?: number | undefined;
|
1249
1249
|
subType?: number | undefined;
|
1250
1250
|
page?: number | undefined;
|
1251
|
-
chainId?: number | undefined;
|
1252
|
-
startTimestamp?: string | undefined;
|
1253
|
-
endTimestamp?: string | undefined;
|
1254
|
-
tokenAddress?: string | undefined;
|
1255
1251
|
types?: string[] | undefined;
|
1256
1252
|
campaignId?: string | undefined;
|
1257
1253
|
opportunityId?: string | undefined;
|
1254
|
+
startTimestamp?: string | undefined;
|
1255
|
+
endTimestamp?: string | undefined;
|
1258
1256
|
creatorAddress?: string | undefined;
|
1257
|
+
chainId?: number | undefined;
|
1259
1258
|
creatorId?: string | undefined;
|
1260
1259
|
mainParameter?: string | undefined;
|
1260
|
+
tokenAddress?: string | undefined;
|
1261
1261
|
test?: boolean | undefined;
|
1262
1262
|
creatorTag?: string | undefined;
|
1263
1263
|
distributionChainIds?: number[] | undefined;
|
@@ -1279,8 +1279,8 @@ declare const eden: {
|
|
1279
1279
|
fetch?: RequestInit | undefined;
|
1280
1280
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
1281
1281
|
200: {
|
1282
|
-
endTimestamp: bigint;
|
1283
1282
|
campaignId: string;
|
1283
|
+
endTimestamp: bigint;
|
1284
1284
|
CampaignStatus: {
|
1285
1285
|
status: import("@db/api").$Enums.RunStatus;
|
1286
1286
|
computedUntil: bigint;
|
@@ -1466,8 +1466,8 @@ declare const eden: {
|
|
1466
1466
|
id: string;
|
1467
1467
|
name: string | null;
|
1468
1468
|
icon: string;
|
1469
|
-
chainId: number;
|
1470
1469
|
address: string;
|
1470
|
+
chainId: number;
|
1471
1471
|
decimals: number;
|
1472
1472
|
verified: boolean;
|
1473
1473
|
isTest: boolean;
|
@@ -1491,8 +1491,8 @@ declare const eden: {
|
|
1491
1491
|
id: string;
|
1492
1492
|
name: string | null;
|
1493
1493
|
icon: string;
|
1494
|
-
chainId: number;
|
1495
1494
|
address: string;
|
1495
|
+
chainId: number;
|
1496
1496
|
decimals: number;
|
1497
1497
|
verified: boolean;
|
1498
1498
|
isTest: boolean;
|
@@ -1519,8 +1519,8 @@ declare const eden: {
|
|
1519
1519
|
id: string;
|
1520
1520
|
name: string | null;
|
1521
1521
|
icon: string;
|
1522
|
-
chainId: number;
|
1523
1522
|
address: string;
|
1523
|
+
chainId: number;
|
1524
1524
|
decimals: number;
|
1525
1525
|
displaySymbol: string;
|
1526
1526
|
verified: boolean;
|
@@ -1544,8 +1544,8 @@ declare const eden: {
|
|
1544
1544
|
id: string;
|
1545
1545
|
name: string | null;
|
1546
1546
|
icon: string;
|
1547
|
-
chainId: number;
|
1548
1547
|
address: string;
|
1548
|
+
chainId: number;
|
1549
1549
|
decimals: number;
|
1550
1550
|
displaySymbol: string;
|
1551
1551
|
verified: boolean;
|
@@ -1559,8 +1559,8 @@ declare const eden: {
|
|
1559
1559
|
get: (options: {
|
1560
1560
|
headers?: Record<string, unknown> | undefined;
|
1561
1561
|
query: {
|
1562
|
-
tokenAddress?: string | undefined;
|
1563
1562
|
verified?: boolean | undefined;
|
1563
|
+
tokenAddress?: string | undefined;
|
1564
1564
|
additionalTokenAddresses?: string[] | undefined;
|
1565
1565
|
chainId: number;
|
1566
1566
|
userAddress: string;
|
@@ -1572,8 +1572,8 @@ declare const eden: {
|
|
1572
1572
|
id: string;
|
1573
1573
|
name: string | null;
|
1574
1574
|
icon: string;
|
1575
|
-
chainId: number;
|
1576
1575
|
address: string;
|
1576
|
+
chainId: number;
|
1577
1577
|
decimals: number;
|
1578
1578
|
verified: boolean;
|
1579
1579
|
isTest: boolean;
|
@@ -1592,8 +1592,8 @@ declare const eden: {
|
|
1592
1592
|
symbol?: string | undefined;
|
1593
1593
|
id?: string[] | undefined;
|
1594
1594
|
name?: string | undefined;
|
1595
|
-
chainId?: number | undefined;
|
1596
1595
|
address?: string | undefined;
|
1596
|
+
chainId?: number | undefined;
|
1597
1597
|
displaySymbol?: string | undefined;
|
1598
1598
|
verified?: boolean | undefined;
|
1599
1599
|
isNative?: boolean | undefined;
|
@@ -1607,8 +1607,8 @@ declare const eden: {
|
|
1607
1607
|
id: string;
|
1608
1608
|
name: string | null;
|
1609
1609
|
icon: string;
|
1610
|
-
chainId: number;
|
1611
1610
|
address: string;
|
1611
|
+
chainId: number;
|
1612
1612
|
decimals: number;
|
1613
1613
|
verified: boolean;
|
1614
1614
|
isTest: boolean;
|
@@ -1620,8 +1620,8 @@ declare const eden: {
|
|
1620
1620
|
post: (body: {
|
1621
1621
|
isTest?: boolean | undefined;
|
1622
1622
|
icon: string;
|
1623
|
-
chainId: number;
|
1624
1623
|
address: string;
|
1624
|
+
chainId: number;
|
1625
1625
|
verified: boolean;
|
1626
1626
|
}, options: {
|
1627
1627
|
headers: {
|
@@ -1635,8 +1635,8 @@ declare const eden: {
|
|
1635
1635
|
id: string;
|
1636
1636
|
name: string | null;
|
1637
1637
|
icon: string;
|
1638
|
-
chainId: number;
|
1639
1638
|
address: string;
|
1639
|
+
chainId: number;
|
1640
1640
|
decimals: number;
|
1641
1641
|
verified: boolean;
|
1642
1642
|
isTest: boolean;
|
@@ -1652,8 +1652,8 @@ declare const eden: {
|
|
1652
1652
|
symbol?: string | undefined;
|
1653
1653
|
id?: string[] | undefined;
|
1654
1654
|
name?: string | undefined;
|
1655
|
-
chainId?: number | undefined;
|
1656
1655
|
address?: string | undefined;
|
1656
|
+
chainId?: number | undefined;
|
1657
1657
|
displaySymbol?: string | undefined;
|
1658
1658
|
verified?: boolean | undefined;
|
1659
1659
|
isNative?: boolean | undefined;
|
@@ -1723,8 +1723,8 @@ declare const eden: {
|
|
1723
1723
|
id: string;
|
1724
1724
|
name: string | null;
|
1725
1725
|
icon: string;
|
1726
|
-
chainId: number;
|
1727
1726
|
address: string;
|
1727
|
+
chainId: number;
|
1728
1728
|
decimals: number;
|
1729
1729
|
displaySymbol: string;
|
1730
1730
|
verified: boolean;
|
@@ -1743,8 +1743,8 @@ declare const eden: {
|
|
1743
1743
|
query: {
|
1744
1744
|
items?: number | undefined;
|
1745
1745
|
page?: number | undefined;
|
1746
|
-
chainId: number;
|
1747
1746
|
campaignId: string;
|
1747
|
+
chainId: number;
|
1748
1748
|
};
|
1749
1749
|
fetch?: RequestInit | undefined;
|
1750
1750
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -1757,8 +1757,8 @@ declare const eden: {
|
|
1757
1757
|
query: {
|
1758
1758
|
items?: number | undefined;
|
1759
1759
|
page?: number | undefined;
|
1760
|
-
chainId: number;
|
1761
1760
|
campaignId: string;
|
1761
|
+
chainId: number;
|
1762
1762
|
};
|
1763
1763
|
fetch?: RequestInit | undefined;
|
1764
1764
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -1774,8 +1774,8 @@ declare const eden: {
|
|
1774
1774
|
query: {
|
1775
1775
|
items?: number | undefined;
|
1776
1776
|
page?: number | undefined;
|
1777
|
-
chainId: number;
|
1778
1777
|
campaignId: string;
|
1778
|
+
chainId: number;
|
1779
1779
|
};
|
1780
1780
|
fetch?: RequestInit | undefined;
|
1781
1781
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -1860,8 +1860,8 @@ declare const eden: {
|
|
1860
1860
|
items?: number | undefined;
|
1861
1861
|
page?: number | undefined;
|
1862
1862
|
campaignIds?: string[] | undefined;
|
1863
|
-
chainId: number;
|
1864
1863
|
address: string;
|
1864
|
+
chainId: number;
|
1865
1865
|
};
|
1866
1866
|
fetch?: RequestInit | undefined;
|
1867
1867
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -1880,8 +1880,8 @@ declare const eden: {
|
|
1880
1880
|
items?: number | undefined;
|
1881
1881
|
page?: number | undefined;
|
1882
1882
|
campaignIds?: string[] | undefined;
|
1883
|
-
chainId: number;
|
1884
1883
|
address: string;
|
1884
|
+
chainId: number;
|
1885
1885
|
};
|
1886
1886
|
fetch?: RequestInit | undefined;
|
1887
1887
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -1898,8 +1898,8 @@ declare const eden: {
|
|
1898
1898
|
items?: number | undefined;
|
1899
1899
|
page?: number | undefined;
|
1900
1900
|
campaignIds?: string[] | undefined;
|
1901
|
-
chainId: number;
|
1902
1901
|
address: string;
|
1902
|
+
chainId: number;
|
1903
1903
|
};
|
1904
1904
|
fetch?: RequestInit | undefined;
|
1905
1905
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -2319,8 +2319,8 @@ declare const eden: {
|
|
2319
2319
|
id: string;
|
2320
2320
|
name: string | null;
|
2321
2321
|
icon: string;
|
2322
|
-
chainId: number;
|
2323
2322
|
address: string;
|
2323
|
+
chainId: number;
|
2324
2324
|
decimals: number;
|
2325
2325
|
displaySymbol: string;
|
2326
2326
|
verified: boolean;
|
@@ -2341,8 +2341,8 @@ declare const eden: {
|
|
2341
2341
|
id: string;
|
2342
2342
|
name: string | null;
|
2343
2343
|
icon: string;
|
2344
|
-
chainId: number;
|
2345
2344
|
address: string;
|
2345
|
+
chainId: number;
|
2346
2346
|
decimals: number;
|
2347
2347
|
displaySymbol: string;
|
2348
2348
|
verified: boolean;
|
@@ -2373,8 +2373,8 @@ declare const eden: {
|
|
2373
2373
|
status: import("@db/api").$Enums.Status;
|
2374
2374
|
tags: string[];
|
2375
2375
|
identifier: string;
|
2376
|
-
chainId: number;
|
2377
2376
|
action: import("@db/api").$Enums.OpportunityAction;
|
2377
|
+
chainId: number;
|
2378
2378
|
depositUrl: string | null;
|
2379
2379
|
mainProtocolId: string | null;
|
2380
2380
|
tvl: number;
|
@@ -2423,8 +2423,8 @@ declare const eden: {
|
|
2423
2423
|
id: string;
|
2424
2424
|
name: string | null;
|
2425
2425
|
icon: string;
|
2426
|
-
chainId: number;
|
2427
2426
|
address: string;
|
2427
|
+
chainId: number;
|
2428
2428
|
decimals: number;
|
2429
2429
|
displaySymbol: string;
|
2430
2430
|
verified: boolean;
|
@@ -2445,8 +2445,8 @@ declare const eden: {
|
|
2445
2445
|
id: string;
|
2446
2446
|
name: string | null;
|
2447
2447
|
icon: string;
|
2448
|
-
chainId: number;
|
2449
2448
|
address: string;
|
2449
|
+
chainId: number;
|
2450
2450
|
decimals: number;
|
2451
2451
|
displaySymbol: string;
|
2452
2452
|
verified: boolean;
|
@@ -2477,8 +2477,8 @@ declare const eden: {
|
|
2477
2477
|
status: import("@db/api").$Enums.Status;
|
2478
2478
|
tags: string[];
|
2479
2479
|
identifier: string;
|
2480
|
-
chainId: number;
|
2481
2480
|
action: import("@db/api").$Enums.OpportunityAction;
|
2481
|
+
chainId: number;
|
2482
2482
|
depositUrl: string | null;
|
2483
2483
|
mainProtocolId: string | null;
|
2484
2484
|
tvl: number;
|
@@ -2599,8 +2599,8 @@ declare const eden: {
|
|
2599
2599
|
fetch?: RequestInit | undefined;
|
2600
2600
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2601
2601
|
200: {
|
2602
|
-
timestamp: bigint;
|
2603
2602
|
chainId: number;
|
2603
|
+
timestamp: bigint;
|
2604
2604
|
root: string;
|
2605
2605
|
epoch: number;
|
2606
2606
|
}[];
|
@@ -2625,8 +2625,8 @@ declare const eden: {
|
|
2625
2625
|
};
|
2626
2626
|
engine: {
|
2627
2627
|
post: (body: {
|
2628
|
-
timestamp: number;
|
2629
2628
|
chainId: number;
|
2629
|
+
timestamp: number;
|
2630
2630
|
root: string;
|
2631
2631
|
epoch: number;
|
2632
2632
|
}, options: {
|
@@ -2637,8 +2637,8 @@ declare const eden: {
|
|
2637
2637
|
fetch?: RequestInit | undefined;
|
2638
2638
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2639
2639
|
200: {
|
2640
|
-
timestamp: bigint;
|
2641
2640
|
chainId: number;
|
2641
|
+
timestamp: bigint;
|
2642
2642
|
root: string;
|
2643
2643
|
epoch: number;
|
2644
2644
|
};
|
@@ -2721,9 +2721,9 @@ declare const eden: {
|
|
2721
2721
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
2722
2722
|
200: {
|
2723
2723
|
id: string;
|
2724
|
-
timestamp: number;
|
2725
|
-
chainId: number;
|
2726
2724
|
datetime: Date;
|
2725
|
+
chainId: number;
|
2726
|
+
timestamp: number;
|
2727
2727
|
recipient: string;
|
2728
2728
|
fromTokenId: string;
|
2729
2729
|
toTokenId: string;
|
@@ -3003,11 +3003,11 @@ declare const eden: {
|
|
3003
3003
|
200: {
|
3004
3004
|
delay: number;
|
3005
3005
|
computedUntil: number;
|
3006
|
-
startTimestamp: bigint;
|
3007
|
-
endTimestamp: bigint;
|
3008
3006
|
computeChainId: number;
|
3009
3007
|
distributionChainId: number;
|
3010
3008
|
campaignId: string;
|
3009
|
+
startTimestamp: bigint;
|
3010
|
+
endTimestamp: bigint;
|
3011
3011
|
RewardToken: {
|
3012
3012
|
symbol: string;
|
3013
3013
|
address: string;
|
@@ -3059,8 +3059,8 @@ declare const eden: {
|
|
3059
3059
|
get: (options: {
|
3060
3060
|
headers?: Record<string, unknown> | undefined;
|
3061
3061
|
query: {
|
3062
|
-
chainId: number;
|
3063
3062
|
address: string;
|
3063
|
+
chainId: number;
|
3064
3064
|
};
|
3065
3065
|
fetch?: RequestInit | undefined;
|
3066
3066
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -3089,11 +3089,11 @@ declare const eden: {
|
|
3089
3089
|
headers?: Record<string, unknown> | undefined;
|
3090
3090
|
query: {
|
3091
3091
|
creator: string;
|
3092
|
-
startTimestamp: number;
|
3093
|
-
endTimestamp: number;
|
3094
3092
|
campaign: string;
|
3095
3093
|
distributionChainId: number;
|
3096
3094
|
amount: string;
|
3095
|
+
startTimestamp: number;
|
3096
|
+
endTimestamp: number;
|
3097
3097
|
rewardToken: string;
|
3098
3098
|
program: string;
|
3099
3099
|
};
|
@@ -3116,11 +3116,11 @@ declare const eden: {
|
|
3116
3116
|
headers?: Record<string, unknown> | undefined;
|
3117
3117
|
query: {
|
3118
3118
|
creator: string;
|
3119
|
-
startTimestamp: number;
|
3120
|
-
endTimestamp: number;
|
3121
3119
|
campaign: string;
|
3122
3120
|
distributionChainId: number;
|
3123
3121
|
amount: string;
|
3122
|
+
startTimestamp: number;
|
3123
|
+
endTimestamp: number;
|
3124
3124
|
rewardToken: string;
|
3125
3125
|
program: string;
|
3126
3126
|
};
|
@@ -3148,11 +3148,11 @@ declare const eden: {
|
|
3148
3148
|
headers?: Record<string, unknown> | undefined;
|
3149
3149
|
query: {
|
3150
3150
|
creator: string;
|
3151
|
-
startTimestamp: number;
|
3152
|
-
endTimestamp: number;
|
3153
3151
|
campaign: string;
|
3154
3152
|
distributionChainId: number;
|
3155
3153
|
amount: string;
|
3154
|
+
startTimestamp: number;
|
3155
|
+
endTimestamp: number;
|
3156
3156
|
rewardToken: string;
|
3157
3157
|
program: string;
|
3158
3158
|
};
|
@@ -3169,9 +3169,9 @@ declare const eden: {
|
|
3169
3169
|
query: {
|
3170
3170
|
amount?: string | undefined;
|
3171
3171
|
creator: string;
|
3172
|
+
distributionChainId: number;
|
3172
3173
|
startTimestamp: number;
|
3173
3174
|
endTimestamp: number;
|
3174
|
-
distributionChainId: number;
|
3175
3175
|
rewardToken: string;
|
3176
3176
|
program: string;
|
3177
3177
|
};
|
@@ -3196,9 +3196,9 @@ declare const eden: {
|
|
3196
3196
|
query: {
|
3197
3197
|
amount?: string | undefined;
|
3198
3198
|
creator: string;
|
3199
|
+
distributionChainId: number;
|
3199
3200
|
startTimestamp: number;
|
3200
3201
|
endTimestamp: number;
|
3201
|
-
distributionChainId: number;
|
3202
3202
|
rewardToken: string;
|
3203
3203
|
program: string;
|
3204
3204
|
};
|
@@ -3247,10 +3247,10 @@ declare const eden: {
|
|
3247
3247
|
evkAddress?: string | undefined;
|
3248
3248
|
collateralAddress?: string | undefined;
|
3249
3249
|
creator: string;
|
3250
|
-
startTimestamp: number;
|
3251
3250
|
computeChainId: number;
|
3252
3251
|
distributionChainId: number;
|
3253
3252
|
amount: string;
|
3253
|
+
startTimestamp: number;
|
3254
3254
|
rewardToken: string;
|
3255
3255
|
campaignType: number;
|
3256
3256
|
}, options: {
|
@@ -3279,10 +3279,10 @@ declare const eden: {
|
|
3279
3279
|
parse: {
|
3280
3280
|
"from-campaign-data": {
|
3281
3281
|
post: (body: {
|
3282
|
-
chainId: number;
|
3283
|
-
startTimestamp: number;
|
3284
3282
|
computeChainId: number;
|
3285
3283
|
amount: string;
|
3284
|
+
startTimestamp: number;
|
3285
|
+
chainId: number;
|
3286
3286
|
rewardToken: string;
|
3287
3287
|
campaignType: number;
|
3288
3288
|
duration: number;
|
@@ -3498,8 +3498,8 @@ declare const eden: {
|
|
3498
3498
|
get: (options: {
|
3499
3499
|
headers?: Record<string, unknown> | undefined;
|
3500
3500
|
query: {
|
3501
|
-
chainId: number;
|
3502
3501
|
address: string;
|
3502
|
+
chainId: number;
|
3503
3503
|
referralKey: string;
|
3504
3504
|
};
|
3505
3505
|
fetch?: RequestInit | undefined;
|
@@ -3572,8 +3572,8 @@ declare const eden: {
|
|
3572
3572
|
id: string;
|
3573
3573
|
name: string | null;
|
3574
3574
|
icon: string;
|
3575
|
-
chainId: number;
|
3576
3575
|
address: string;
|
3576
|
+
chainId: number;
|
3577
3577
|
decimals: number;
|
3578
3578
|
verified: boolean;
|
3579
3579
|
isTest: boolean;
|
@@ -3637,8 +3637,8 @@ declare const eden: {
|
|
3637
3637
|
id: string;
|
3638
3638
|
name: string | null;
|
3639
3639
|
icon: string;
|
3640
|
-
chainId: number;
|
3641
3640
|
address: string;
|
3641
|
+
chainId: number;
|
3642
3642
|
decimals: number;
|
3643
3643
|
verified: boolean;
|
3644
3644
|
isTest: boolean;
|
@@ -3659,8 +3659,8 @@ declare const eden: {
|
|
3659
3659
|
id: string;
|
3660
3660
|
name: string | null;
|
3661
3661
|
icon: string;
|
3662
|
-
chainId: number;
|
3663
3662
|
address: string;
|
3663
|
+
chainId: number;
|
3664
3664
|
decimals: number;
|
3665
3665
|
verified: boolean;
|
3666
3666
|
isTest: boolean;
|
@@ -3672,8 +3672,8 @@ declare const eden: {
|
|
3672
3672
|
name: string;
|
3673
3673
|
icon: string;
|
3674
3674
|
};
|
3675
|
-
chainId: number;
|
3676
3675
|
action: string;
|
3676
|
+
chainId: number;
|
3677
3677
|
tvl: number;
|
3678
3678
|
apr: number;
|
3679
3679
|
dailyRewards: number;
|
@@ -3740,8 +3740,8 @@ declare const eden: {
|
|
3740
3740
|
id: string;
|
3741
3741
|
name: string | null;
|
3742
3742
|
icon: string;
|
3743
|
-
chainId: number;
|
3744
3743
|
address: string;
|
3744
|
+
chainId: number;
|
3745
3745
|
decimals: number;
|
3746
3746
|
verified: boolean;
|
3747
3747
|
isTest: boolean;
|
@@ -3762,8 +3762,8 @@ declare const eden: {
|
|
3762
3762
|
id: string;
|
3763
3763
|
name: string | null;
|
3764
3764
|
icon: string;
|
3765
|
-
chainId: number;
|
3766
3765
|
address: string;
|
3766
|
+
chainId: number;
|
3767
3767
|
decimals: number;
|
3768
3768
|
verified: boolean;
|
3769
3769
|
isTest: boolean;
|
@@ -3775,8 +3775,8 @@ declare const eden: {
|
|
3775
3775
|
name: string;
|
3776
3776
|
icon: string;
|
3777
3777
|
};
|
3778
|
-
chainId: number;
|
3779
3778
|
action: string;
|
3779
|
+
chainId: number;
|
3780
3780
|
tvl: number;
|
3781
3781
|
apr: number;
|
3782
3782
|
dailyRewards: number;
|
@@ -3808,14 +3808,14 @@ declare const eden: {
|
|
3808
3808
|
name: string;
|
3809
3809
|
icon: string;
|
3810
3810
|
};
|
3811
|
-
startTimestamp: string | number;
|
3812
|
-
endTimestamp: string | number;
|
3813
3811
|
computeChainId: number;
|
3814
3812
|
distributionChainId: number;
|
3815
3813
|
campaignId: string;
|
3816
3814
|
rewardTokenId: string;
|
3817
3815
|
amount: string;
|
3818
3816
|
opportunityId: string;
|
3817
|
+
startTimestamp: string | number;
|
3818
|
+
endTimestamp: string | number;
|
3819
3819
|
creatorAddress: string;
|
3820
3820
|
rewardToken: {
|
3821
3821
|
price?: number | null | undefined;
|
@@ -3823,8 +3823,8 @@ declare const eden: {
|
|
3823
3823
|
id: string;
|
3824
3824
|
name: string | null;
|
3825
3825
|
icon: string;
|
3826
|
-
chainId: number;
|
3827
3826
|
address: string;
|
3827
|
+
chainId: number;
|
3828
3828
|
decimals: number;
|
3829
3829
|
verified: boolean;
|
3830
3830
|
isTest: boolean;
|
@@ -3860,8 +3860,8 @@ declare const eden: {
|
|
3860
3860
|
status: import("@db/api").$Enums.Status;
|
3861
3861
|
tags: string[];
|
3862
3862
|
identifier: string;
|
3863
|
-
chainId: number;
|
3864
3863
|
action: import("@db/api").$Enums.OpportunityAction;
|
3864
|
+
chainId: number;
|
3865
3865
|
depositUrl: string | null;
|
3866
3866
|
mainProtocolId: string | null;
|
3867
3867
|
tvl: number;
|
@@ -3880,12 +3880,12 @@ declare const eden: {
|
|
3880
3880
|
type: string;
|
3881
3881
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
3882
3882
|
tokens: {
|
3883
|
-
chainId: number;
|
3884
3883
|
address: string;
|
3884
|
+
chainId: number;
|
3885
3885
|
}[];
|
3886
3886
|
identifier: string;
|
3887
|
-
chainId: number;
|
3888
3887
|
action: "POOL" | "HOLD" | "DROP" | "LEND" | "BORROW" | "LONG" | "SHORT" | "INVALID";
|
3888
|
+
chainId: number;
|
3889
3889
|
}, options: {
|
3890
3890
|
headers: {
|
3891
3891
|
authorization: string;
|
@@ -3900,8 +3900,8 @@ declare const eden: {
|
|
3900
3900
|
status: import("@db/api").$Enums.Status;
|
3901
3901
|
tags: string[];
|
3902
3902
|
identifier: string;
|
3903
|
-
chainId: number;
|
3904
3903
|
action: import("@db/api").$Enums.OpportunityAction;
|
3904
|
+
chainId: number;
|
3905
3905
|
depositUrl: string | null;
|
3906
3906
|
mainProtocolId: string | null;
|
3907
3907
|
tvl: number;
|
@@ -3921,9 +3921,9 @@ declare const eden: {
|
|
3921
3921
|
tags?: string | undefined;
|
3922
3922
|
identifier?: string | undefined;
|
3923
3923
|
page?: number | undefined;
|
3924
|
-
chainId?: string | undefined;
|
3925
3924
|
action?: string | undefined;
|
3926
3925
|
creatorAddress?: string | undefined;
|
3926
|
+
chainId?: string | undefined;
|
3927
3927
|
mainProtocolId?: string | undefined;
|
3928
3928
|
campaigns?: boolean | undefined;
|
3929
3929
|
order?: string | undefined;
|
@@ -3971,8 +3971,8 @@ declare const eden: {
|
|
3971
3971
|
id: string;
|
3972
3972
|
name: string | null;
|
3973
3973
|
icon: string;
|
3974
|
-
chainId: number;
|
3975
3974
|
address: string;
|
3975
|
+
chainId: number;
|
3976
3976
|
decimals: number;
|
3977
3977
|
displaySymbol: string;
|
3978
3978
|
verified: boolean;
|
@@ -3997,8 +3997,8 @@ declare const eden: {
|
|
3997
3997
|
id: string;
|
3998
3998
|
name: string | null;
|
3999
3999
|
icon: string;
|
4000
|
-
chainId: number;
|
4001
4000
|
address: string;
|
4001
|
+
chainId: number;
|
4002
4002
|
decimals: number;
|
4003
4003
|
verified: boolean;
|
4004
4004
|
isTest: boolean;
|
@@ -4032,8 +4032,8 @@ declare const eden: {
|
|
4032
4032
|
status: import("@db/api").$Enums.Status;
|
4033
4033
|
tags: string[];
|
4034
4034
|
identifier: string;
|
4035
|
-
chainId: number;
|
4036
4035
|
action: import("@db/api").$Enums.OpportunityAction;
|
4036
|
+
chainId: number;
|
4037
4037
|
depositUrl: string | null;
|
4038
4038
|
mainProtocolId: string | null;
|
4039
4039
|
tvl: number;
|
@@ -4058,8 +4058,8 @@ declare const eden: {
|
|
4058
4058
|
id: string;
|
4059
4059
|
name: string | null;
|
4060
4060
|
icon: string;
|
4061
|
-
chainId: number;
|
4062
4061
|
address: string;
|
4062
|
+
chainId: number;
|
4063
4063
|
decimals: number;
|
4064
4064
|
verified: boolean;
|
4065
4065
|
isTest: boolean;
|
@@ -4085,8 +4085,8 @@ declare const eden: {
|
|
4085
4085
|
status: import("@db/api").$Enums.Status;
|
4086
4086
|
tags: string[];
|
4087
4087
|
identifier: string;
|
4088
|
-
chainId: number;
|
4089
4088
|
action: import("@db/api").$Enums.OpportunityAction;
|
4089
|
+
chainId: number;
|
4090
4090
|
tvl: number;
|
4091
4091
|
dailyRewards: number;
|
4092
4092
|
}[];
|
@@ -4105,9 +4105,9 @@ declare const eden: {
|
|
4105
4105
|
tags?: string | undefined;
|
4106
4106
|
identifier?: string | undefined;
|
4107
4107
|
page?: number | undefined;
|
4108
|
-
chainId?: string | undefined;
|
4109
4108
|
action?: string | undefined;
|
4110
4109
|
creatorAddress?: string | undefined;
|
4110
|
+
chainId?: string | undefined;
|
4111
4111
|
mainProtocolId?: string | undefined;
|
4112
4112
|
campaigns?: boolean | undefined;
|
4113
4113
|
order?: string | undefined;
|
@@ -4128,16 +4128,16 @@ declare const eden: {
|
|
4128
4128
|
items?: number | undefined;
|
4129
4129
|
subType?: number | undefined;
|
4130
4130
|
page?: number | undefined;
|
4131
|
-
chainId?: number | undefined;
|
4132
|
-
startTimestamp?: string | undefined;
|
4133
|
-
endTimestamp?: string | undefined;
|
4134
|
-
tokenAddress?: string | undefined;
|
4135
4131
|
types?: string[] | undefined;
|
4136
4132
|
campaignId?: string | undefined;
|
4137
4133
|
opportunityId?: string | undefined;
|
4134
|
+
startTimestamp?: string | undefined;
|
4135
|
+
endTimestamp?: string | undefined;
|
4138
4136
|
creatorAddress?: string | undefined;
|
4137
|
+
chainId?: number | undefined;
|
4139
4138
|
creatorId?: string | undefined;
|
4140
4139
|
mainParameter?: string | undefined;
|
4140
|
+
tokenAddress?: string | undefined;
|
4141
4141
|
test?: boolean | undefined;
|
4142
4142
|
creatorTag?: string | undefined;
|
4143
4143
|
distributionChainIds?: number[] | undefined;
|
@@ -4190,8 +4190,8 @@ declare const eden: {
|
|
4190
4190
|
id: string;
|
4191
4191
|
name: string | null;
|
4192
4192
|
icon: string;
|
4193
|
-
chainId: number;
|
4194
4193
|
address: string;
|
4194
|
+
chainId: number;
|
4195
4195
|
decimals: number;
|
4196
4196
|
verified: boolean;
|
4197
4197
|
isTest: boolean;
|
@@ -4212,8 +4212,8 @@ declare const eden: {
|
|
4212
4212
|
id: string;
|
4213
4213
|
name: string | null;
|
4214
4214
|
icon: string;
|
4215
|
-
chainId: number;
|
4216
4215
|
address: string;
|
4216
|
+
chainId: number;
|
4217
4217
|
decimals: number;
|
4218
4218
|
verified: boolean;
|
4219
4219
|
isTest: boolean;
|
@@ -4225,8 +4225,8 @@ declare const eden: {
|
|
4225
4225
|
name: string;
|
4226
4226
|
icon: string;
|
4227
4227
|
};
|
4228
|
-
chainId: number;
|
4229
4228
|
action: string;
|
4229
|
+
chainId: number;
|
4230
4230
|
tvl: number;
|
4231
4231
|
apr: number;
|
4232
4232
|
dailyRewards: number;
|
@@ -4258,14 +4258,14 @@ declare const eden: {
|
|
4258
4258
|
name: string;
|
4259
4259
|
icon: string;
|
4260
4260
|
};
|
4261
|
-
startTimestamp: string | number;
|
4262
|
-
endTimestamp: string | number;
|
4263
4261
|
computeChainId: number;
|
4264
4262
|
distributionChainId: number;
|
4265
4263
|
campaignId: string;
|
4266
4264
|
rewardTokenId: string;
|
4267
4265
|
amount: string;
|
4268
4266
|
opportunityId: string;
|
4267
|
+
startTimestamp: string | number;
|
4268
|
+
endTimestamp: string | number;
|
4269
4269
|
creatorAddress: string;
|
4270
4270
|
rewardToken: {
|
4271
4271
|
price?: number | null | undefined;
|
@@ -4273,8 +4273,8 @@ declare const eden: {
|
|
4273
4273
|
id: string;
|
4274
4274
|
name: string | null;
|
4275
4275
|
icon: string;
|
4276
|
-
chainId: number;
|
4277
4276
|
address: string;
|
4277
|
+
chainId: number;
|
4278
4278
|
decimals: number;
|
4279
4279
|
verified: boolean;
|
4280
4280
|
isTest: boolean;
|
@@ -4307,9 +4307,9 @@ declare const eden: {
|
|
4307
4307
|
tags?: string | undefined;
|
4308
4308
|
identifier?: string | undefined;
|
4309
4309
|
page?: number | undefined;
|
4310
|
-
chainId?: string | undefined;
|
4311
4310
|
action?: string | undefined;
|
4312
4311
|
creatorAddress?: string | undefined;
|
4312
|
+
chainId?: string | undefined;
|
4313
4313
|
mainProtocolId?: string | undefined;
|
4314
4314
|
campaigns?: boolean | undefined;
|
4315
4315
|
order?: string | undefined;
|
@@ -4338,9 +4338,9 @@ declare const eden: {
|
|
4338
4338
|
tags?: string | undefined;
|
4339
4339
|
identifier?: string | undefined;
|
4340
4340
|
page?: number | undefined;
|
4341
|
-
chainId?: string | undefined;
|
4342
4341
|
action?: string | undefined;
|
4343
4342
|
creatorAddress?: string | undefined;
|
4343
|
+
chainId?: string | undefined;
|
4344
4344
|
mainProtocolId?: string | undefined;
|
4345
4345
|
campaigns?: boolean | undefined;
|
4346
4346
|
order?: string | undefined;
|
@@ -4369,9 +4369,9 @@ declare const eden: {
|
|
4369
4369
|
tags?: string | undefined;
|
4370
4370
|
identifier?: string | undefined;
|
4371
4371
|
page?: number | undefined;
|
4372
|
-
chainId?: string | undefined;
|
4373
4372
|
action?: string | undefined;
|
4374
4373
|
creatorAddress?: string | undefined;
|
4374
|
+
chainId?: string | undefined;
|
4375
4375
|
mainProtocolId?: string | undefined;
|
4376
4376
|
campaigns?: boolean | undefined;
|
4377
4377
|
order?: string | undefined;
|
@@ -4410,8 +4410,8 @@ declare const eden: {
|
|
4410
4410
|
id: string;
|
4411
4411
|
name: string | null;
|
4412
4412
|
icon: string;
|
4413
|
-
chainId: number;
|
4414
4413
|
address: string;
|
4414
|
+
chainId: number;
|
4415
4415
|
decimals: number;
|
4416
4416
|
verified: boolean;
|
4417
4417
|
isTest: boolean;
|
@@ -4445,8 +4445,8 @@ declare const eden: {
|
|
4445
4445
|
status: import("@db/api").$Enums.Status;
|
4446
4446
|
tags: string[];
|
4447
4447
|
identifier: string;
|
4448
|
-
chainId: number;
|
4449
4448
|
action: import("@db/api").$Enums.OpportunityAction;
|
4449
|
+
chainId: number;
|
4450
4450
|
depositUrl: string | null;
|
4451
4451
|
mainProtocolId: string | null;
|
4452
4452
|
tvl: number;
|
@@ -4486,12 +4486,12 @@ declare const eden: {
|
|
4486
4486
|
type: number;
|
4487
4487
|
params: string;
|
4488
4488
|
creator: string;
|
4489
|
-
chainId: number;
|
4490
|
-
startTimestamp: string;
|
4491
|
-
endTimestamp: string;
|
4492
4489
|
computeChainId: number;
|
4493
4490
|
campaignId: string;
|
4494
4491
|
amount: string;
|
4492
|
+
startTimestamp: string;
|
4493
|
+
endTimestamp: string;
|
4494
|
+
chainId: number;
|
4495
4495
|
rewardTokenAddress: string;
|
4496
4496
|
opportunityIdentifier: string;
|
4497
4497
|
}, options: {
|
@@ -4506,14 +4506,14 @@ declare const eden: {
|
|
4506
4506
|
type: string;
|
4507
4507
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
4508
4508
|
subType: number | null;
|
4509
|
-
startTimestamp: bigint;
|
4510
|
-
endTimestamp: bigint;
|
4511
4509
|
computeChainId: number;
|
4512
4510
|
distributionChainId: number;
|
4513
4511
|
campaignId: string;
|
4514
4512
|
rewardTokenId: string;
|
4515
4513
|
amount: string;
|
4516
4514
|
opportunityId: string;
|
4515
|
+
startTimestamp: bigint;
|
4516
|
+
endTimestamp: bigint;
|
4517
4517
|
creatorAddress: string;
|
4518
4518
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
4519
4519
|
} | undefined;
|
@@ -4581,14 +4581,14 @@ declare const eden: {
|
|
4581
4581
|
type: string;
|
4582
4582
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
4583
4583
|
subType: number | null;
|
4584
|
-
startTimestamp: bigint;
|
4585
|
-
endTimestamp: bigint;
|
4586
4584
|
computeChainId: number;
|
4587
4585
|
distributionChainId: number;
|
4588
4586
|
campaignId: string;
|
4589
4587
|
rewardTokenId: string;
|
4590
4588
|
amount: string;
|
4591
4589
|
opportunityId: string;
|
4590
|
+
startTimestamp: bigint;
|
4591
|
+
endTimestamp: bigint;
|
4592
4592
|
creatorAddress: string;
|
4593
4593
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
4594
4594
|
};
|
@@ -4603,16 +4603,16 @@ declare const eden: {
|
|
4603
4603
|
items?: number | undefined;
|
4604
4604
|
subType?: number | undefined;
|
4605
4605
|
page?: number | undefined;
|
4606
|
-
chainId?: number | undefined;
|
4607
|
-
startTimestamp?: string | undefined;
|
4608
|
-
endTimestamp?: string | undefined;
|
4609
|
-
tokenAddress?: string | undefined;
|
4610
4606
|
types?: string[] | undefined;
|
4611
4607
|
campaignId?: string | undefined;
|
4612
4608
|
opportunityId?: string | undefined;
|
4609
|
+
startTimestamp?: string | undefined;
|
4610
|
+
endTimestamp?: string | undefined;
|
4613
4611
|
creatorAddress?: string | undefined;
|
4612
|
+
chainId?: number | undefined;
|
4614
4613
|
creatorId?: string | undefined;
|
4615
4614
|
mainParameter?: string | undefined;
|
4615
|
+
tokenAddress?: string | undefined;
|
4616
4616
|
test?: boolean | undefined;
|
4617
4617
|
creatorTag?: string | undefined;
|
4618
4618
|
distributionChainIds?: number[] | undefined;
|
@@ -4635,8 +4635,8 @@ declare const eden: {
|
|
4635
4635
|
id: string;
|
4636
4636
|
name: string | null;
|
4637
4637
|
icon: string;
|
4638
|
-
chainId: number;
|
4639
4638
|
address: string;
|
4639
|
+
chainId: number;
|
4640
4640
|
decimals: number;
|
4641
4641
|
verified: boolean;
|
4642
4642
|
isTest: boolean;
|
@@ -4670,8 +4670,8 @@ declare const eden: {
|
|
4670
4670
|
status: import("@db/api").$Enums.Status;
|
4671
4671
|
tags: string[];
|
4672
4672
|
identifier: string;
|
4673
|
-
chainId: number;
|
4674
4673
|
action: import("@db/api").$Enums.OpportunityAction;
|
4674
|
+
chainId: number;
|
4675
4675
|
depositUrl: string | null;
|
4676
4676
|
mainProtocolId: string | null;
|
4677
4677
|
tvl: number;
|
@@ -4700,16 +4700,16 @@ declare const eden: {
|
|
4700
4700
|
items?: number | undefined;
|
4701
4701
|
subType?: number | undefined;
|
4702
4702
|
page?: number | undefined;
|
4703
|
-
chainId?: number | undefined;
|
4704
|
-
startTimestamp?: string | undefined;
|
4705
|
-
endTimestamp?: string | undefined;
|
4706
|
-
tokenAddress?: string | undefined;
|
4707
4703
|
types?: string[] | undefined;
|
4708
4704
|
campaignId?: string | undefined;
|
4709
4705
|
opportunityId?: string | undefined;
|
4706
|
+
startTimestamp?: string | undefined;
|
4707
|
+
endTimestamp?: string | undefined;
|
4710
4708
|
creatorAddress?: string | undefined;
|
4709
|
+
chainId?: number | undefined;
|
4711
4710
|
creatorId?: string | undefined;
|
4712
4711
|
mainParameter?: string | undefined;
|
4712
|
+
tokenAddress?: string | undefined;
|
4713
4713
|
test?: boolean | undefined;
|
4714
4714
|
creatorTag?: string | undefined;
|
4715
4715
|
distributionChainIds?: number[] | undefined;
|
@@ -4731,8 +4731,8 @@ declare const eden: {
|
|
4731
4731
|
fetch?: RequestInit | undefined;
|
4732
4732
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
4733
4733
|
200: {
|
4734
|
-
endTimestamp: bigint;
|
4735
4734
|
campaignId: string;
|
4735
|
+
endTimestamp: bigint;
|
4736
4736
|
CampaignStatus: {
|
4737
4737
|
status: import("@db/api").$Enums.RunStatus;
|
4738
4738
|
computedUntil: bigint;
|
@@ -4918,8 +4918,8 @@ declare const eden: {
|
|
4918
4918
|
id: string;
|
4919
4919
|
name: string | null;
|
4920
4920
|
icon: string;
|
4921
|
-
chainId: number;
|
4922
4921
|
address: string;
|
4922
|
+
chainId: number;
|
4923
4923
|
decimals: number;
|
4924
4924
|
verified: boolean;
|
4925
4925
|
isTest: boolean;
|
@@ -4943,8 +4943,8 @@ declare const eden: {
|
|
4943
4943
|
id: string;
|
4944
4944
|
name: string | null;
|
4945
4945
|
icon: string;
|
4946
|
-
chainId: number;
|
4947
4946
|
address: string;
|
4947
|
+
chainId: number;
|
4948
4948
|
decimals: number;
|
4949
4949
|
verified: boolean;
|
4950
4950
|
isTest: boolean;
|
@@ -4971,8 +4971,8 @@ declare const eden: {
|
|
4971
4971
|
id: string;
|
4972
4972
|
name: string | null;
|
4973
4973
|
icon: string;
|
4974
|
-
chainId: number;
|
4975
4974
|
address: string;
|
4975
|
+
chainId: number;
|
4976
4976
|
decimals: number;
|
4977
4977
|
displaySymbol: string;
|
4978
4978
|
verified: boolean;
|
@@ -4996,8 +4996,8 @@ declare const eden: {
|
|
4996
4996
|
id: string;
|
4997
4997
|
name: string | null;
|
4998
4998
|
icon: string;
|
4999
|
-
chainId: number;
|
5000
4999
|
address: string;
|
5000
|
+
chainId: number;
|
5001
5001
|
decimals: number;
|
5002
5002
|
displaySymbol: string;
|
5003
5003
|
verified: boolean;
|
@@ -5011,8 +5011,8 @@ declare const eden: {
|
|
5011
5011
|
get: (options: {
|
5012
5012
|
headers?: Record<string, unknown> | undefined;
|
5013
5013
|
query: {
|
5014
|
-
tokenAddress?: string | undefined;
|
5015
5014
|
verified?: boolean | undefined;
|
5015
|
+
tokenAddress?: string | undefined;
|
5016
5016
|
additionalTokenAddresses?: string[] | undefined;
|
5017
5017
|
chainId: number;
|
5018
5018
|
userAddress: string;
|
@@ -5024,8 +5024,8 @@ declare const eden: {
|
|
5024
5024
|
id: string;
|
5025
5025
|
name: string | null;
|
5026
5026
|
icon: string;
|
5027
|
-
chainId: number;
|
5028
5027
|
address: string;
|
5028
|
+
chainId: number;
|
5029
5029
|
decimals: number;
|
5030
5030
|
verified: boolean;
|
5031
5031
|
isTest: boolean;
|
@@ -5044,8 +5044,8 @@ declare const eden: {
|
|
5044
5044
|
symbol?: string | undefined;
|
5045
5045
|
id?: string[] | undefined;
|
5046
5046
|
name?: string | undefined;
|
5047
|
-
chainId?: number | undefined;
|
5048
5047
|
address?: string | undefined;
|
5048
|
+
chainId?: number | undefined;
|
5049
5049
|
displaySymbol?: string | undefined;
|
5050
5050
|
verified?: boolean | undefined;
|
5051
5051
|
isNative?: boolean | undefined;
|
@@ -5059,8 +5059,8 @@ declare const eden: {
|
|
5059
5059
|
id: string;
|
5060
5060
|
name: string | null;
|
5061
5061
|
icon: string;
|
5062
|
-
chainId: number;
|
5063
5062
|
address: string;
|
5063
|
+
chainId: number;
|
5064
5064
|
decimals: number;
|
5065
5065
|
verified: boolean;
|
5066
5066
|
isTest: boolean;
|
@@ -5072,8 +5072,8 @@ declare const eden: {
|
|
5072
5072
|
post: (body: {
|
5073
5073
|
isTest?: boolean | undefined;
|
5074
5074
|
icon: string;
|
5075
|
-
chainId: number;
|
5076
5075
|
address: string;
|
5076
|
+
chainId: number;
|
5077
5077
|
verified: boolean;
|
5078
5078
|
}, options: {
|
5079
5079
|
headers: {
|
@@ -5087,8 +5087,8 @@ declare const eden: {
|
|
5087
5087
|
id: string;
|
5088
5088
|
name: string | null;
|
5089
5089
|
icon: string;
|
5090
|
-
chainId: number;
|
5091
5090
|
address: string;
|
5091
|
+
chainId: number;
|
5092
5092
|
decimals: number;
|
5093
5093
|
verified: boolean;
|
5094
5094
|
isTest: boolean;
|
@@ -5104,8 +5104,8 @@ declare const eden: {
|
|
5104
5104
|
symbol?: string | undefined;
|
5105
5105
|
id?: string[] | undefined;
|
5106
5106
|
name?: string | undefined;
|
5107
|
-
chainId?: number | undefined;
|
5108
5107
|
address?: string | undefined;
|
5108
|
+
chainId?: number | undefined;
|
5109
5109
|
displaySymbol?: string | undefined;
|
5110
5110
|
verified?: boolean | undefined;
|
5111
5111
|
isNative?: boolean | undefined;
|
@@ -5175,8 +5175,8 @@ declare const eden: {
|
|
5175
5175
|
id: string;
|
5176
5176
|
name: string | null;
|
5177
5177
|
icon: string;
|
5178
|
-
chainId: number;
|
5179
5178
|
address: string;
|
5179
|
+
chainId: number;
|
5180
5180
|
decimals: number;
|
5181
5181
|
displaySymbol: string;
|
5182
5182
|
verified: boolean;
|
@@ -5195,8 +5195,8 @@ declare const eden: {
|
|
5195
5195
|
query: {
|
5196
5196
|
items?: number | undefined;
|
5197
5197
|
page?: number | undefined;
|
5198
|
-
chainId: number;
|
5199
5198
|
campaignId: string;
|
5199
|
+
chainId: number;
|
5200
5200
|
};
|
5201
5201
|
fetch?: RequestInit | undefined;
|
5202
5202
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5209,8 +5209,8 @@ declare const eden: {
|
|
5209
5209
|
query: {
|
5210
5210
|
items?: number | undefined;
|
5211
5211
|
page?: number | undefined;
|
5212
|
-
chainId: number;
|
5213
5212
|
campaignId: string;
|
5213
|
+
chainId: number;
|
5214
5214
|
};
|
5215
5215
|
fetch?: RequestInit | undefined;
|
5216
5216
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5226,8 +5226,8 @@ declare const eden: {
|
|
5226
5226
|
query: {
|
5227
5227
|
items?: number | undefined;
|
5228
5228
|
page?: number | undefined;
|
5229
|
-
chainId: number;
|
5230
5229
|
campaignId: string;
|
5230
|
+
chainId: number;
|
5231
5231
|
};
|
5232
5232
|
fetch?: RequestInit | undefined;
|
5233
5233
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5312,8 +5312,8 @@ declare const eden: {
|
|
5312
5312
|
items?: number | undefined;
|
5313
5313
|
page?: number | undefined;
|
5314
5314
|
campaignIds?: string[] | undefined;
|
5315
|
-
chainId: number;
|
5316
5315
|
address: string;
|
5316
|
+
chainId: number;
|
5317
5317
|
};
|
5318
5318
|
fetch?: RequestInit | undefined;
|
5319
5319
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5332,8 +5332,8 @@ declare const eden: {
|
|
5332
5332
|
items?: number | undefined;
|
5333
5333
|
page?: number | undefined;
|
5334
5334
|
campaignIds?: string[] | undefined;
|
5335
|
-
chainId: number;
|
5336
5335
|
address: string;
|
5336
|
+
chainId: number;
|
5337
5337
|
};
|
5338
5338
|
fetch?: RequestInit | undefined;
|
5339
5339
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5350,8 +5350,8 @@ declare const eden: {
|
|
5350
5350
|
items?: number | undefined;
|
5351
5351
|
page?: number | undefined;
|
5352
5352
|
campaignIds?: string[] | undefined;
|
5353
|
-
chainId: number;
|
5354
5353
|
address: string;
|
5354
|
+
chainId: number;
|
5355
5355
|
};
|
5356
5356
|
fetch?: RequestInit | undefined;
|
5357
5357
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -5771,8 +5771,8 @@ declare const eden: {
|
|
5771
5771
|
id: string;
|
5772
5772
|
name: string | null;
|
5773
5773
|
icon: string;
|
5774
|
-
chainId: number;
|
5775
5774
|
address: string;
|
5775
|
+
chainId: number;
|
5776
5776
|
decimals: number;
|
5777
5777
|
displaySymbol: string;
|
5778
5778
|
verified: boolean;
|
@@ -5793,8 +5793,8 @@ declare const eden: {
|
|
5793
5793
|
id: string;
|
5794
5794
|
name: string | null;
|
5795
5795
|
icon: string;
|
5796
|
-
chainId: number;
|
5797
5796
|
address: string;
|
5797
|
+
chainId: number;
|
5798
5798
|
decimals: number;
|
5799
5799
|
displaySymbol: string;
|
5800
5800
|
verified: boolean;
|
@@ -5825,8 +5825,8 @@ declare const eden: {
|
|
5825
5825
|
status: import("@db/api").$Enums.Status;
|
5826
5826
|
tags: string[];
|
5827
5827
|
identifier: string;
|
5828
|
-
chainId: number;
|
5829
5828
|
action: import("@db/api").$Enums.OpportunityAction;
|
5829
|
+
chainId: number;
|
5830
5830
|
depositUrl: string | null;
|
5831
5831
|
mainProtocolId: string | null;
|
5832
5832
|
tvl: number;
|
@@ -5875,8 +5875,8 @@ declare const eden: {
|
|
5875
5875
|
id: string;
|
5876
5876
|
name: string | null;
|
5877
5877
|
icon: string;
|
5878
|
-
chainId: number;
|
5879
5878
|
address: string;
|
5879
|
+
chainId: number;
|
5880
5880
|
decimals: number;
|
5881
5881
|
displaySymbol: string;
|
5882
5882
|
verified: boolean;
|
@@ -5897,8 +5897,8 @@ declare const eden: {
|
|
5897
5897
|
id: string;
|
5898
5898
|
name: string | null;
|
5899
5899
|
icon: string;
|
5900
|
-
chainId: number;
|
5901
5900
|
address: string;
|
5901
|
+
chainId: number;
|
5902
5902
|
decimals: number;
|
5903
5903
|
displaySymbol: string;
|
5904
5904
|
verified: boolean;
|
@@ -5929,8 +5929,8 @@ declare const eden: {
|
|
5929
5929
|
status: import("@db/api").$Enums.Status;
|
5930
5930
|
tags: string[];
|
5931
5931
|
identifier: string;
|
5932
|
-
chainId: number;
|
5933
5932
|
action: import("@db/api").$Enums.OpportunityAction;
|
5933
|
+
chainId: number;
|
5934
5934
|
depositUrl: string | null;
|
5935
5935
|
mainProtocolId: string | null;
|
5936
5936
|
tvl: number;
|
@@ -6051,8 +6051,8 @@ declare const eden: {
|
|
6051
6051
|
fetch?: RequestInit | undefined;
|
6052
6052
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
6053
6053
|
200: {
|
6054
|
-
timestamp: bigint;
|
6055
6054
|
chainId: number;
|
6055
|
+
timestamp: bigint;
|
6056
6056
|
root: string;
|
6057
6057
|
epoch: number;
|
6058
6058
|
}[];
|
@@ -6077,8 +6077,8 @@ declare const eden: {
|
|
6077
6077
|
};
|
6078
6078
|
engine: {
|
6079
6079
|
post: (body: {
|
6080
|
-
timestamp: number;
|
6081
6080
|
chainId: number;
|
6081
|
+
timestamp: number;
|
6082
6082
|
root: string;
|
6083
6083
|
epoch: number;
|
6084
6084
|
}, options: {
|
@@ -6089,8 +6089,8 @@ declare const eden: {
|
|
6089
6089
|
fetch?: RequestInit | undefined;
|
6090
6090
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
6091
6091
|
200: {
|
6092
|
-
timestamp: bigint;
|
6093
6092
|
chainId: number;
|
6093
|
+
timestamp: bigint;
|
6094
6094
|
root: string;
|
6095
6095
|
epoch: number;
|
6096
6096
|
};
|
@@ -6173,9 +6173,9 @@ declare const eden: {
|
|
6173
6173
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
6174
6174
|
200: {
|
6175
6175
|
id: string;
|
6176
|
-
timestamp: number;
|
6177
|
-
chainId: number;
|
6178
6176
|
datetime: Date;
|
6177
|
+
chainId: number;
|
6178
|
+
timestamp: number;
|
6179
6179
|
recipient: string;
|
6180
6180
|
fromTokenId: string;
|
6181
6181
|
toTokenId: string;
|
@@ -6455,11 +6455,11 @@ declare const eden: {
|
|
6455
6455
|
200: {
|
6456
6456
|
delay: number;
|
6457
6457
|
computedUntil: number;
|
6458
|
-
startTimestamp: bigint;
|
6459
|
-
endTimestamp: bigint;
|
6460
6458
|
computeChainId: number;
|
6461
6459
|
distributionChainId: number;
|
6462
6460
|
campaignId: string;
|
6461
|
+
startTimestamp: bigint;
|
6462
|
+
endTimestamp: bigint;
|
6463
6463
|
RewardToken: {
|
6464
6464
|
symbol: string;
|
6465
6465
|
address: string;
|
@@ -6511,8 +6511,8 @@ declare const eden: {
|
|
6511
6511
|
get: (options: {
|
6512
6512
|
headers?: Record<string, unknown> | undefined;
|
6513
6513
|
query: {
|
6514
|
-
chainId: number;
|
6515
6514
|
address: string;
|
6515
|
+
chainId: number;
|
6516
6516
|
};
|
6517
6517
|
fetch?: RequestInit | undefined;
|
6518
6518
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -6541,11 +6541,11 @@ declare const eden: {
|
|
6541
6541
|
headers?: Record<string, unknown> | undefined;
|
6542
6542
|
query: {
|
6543
6543
|
creator: string;
|
6544
|
-
startTimestamp: number;
|
6545
|
-
endTimestamp: number;
|
6546
6544
|
campaign: string;
|
6547
6545
|
distributionChainId: number;
|
6548
6546
|
amount: string;
|
6547
|
+
startTimestamp: number;
|
6548
|
+
endTimestamp: number;
|
6549
6549
|
rewardToken: string;
|
6550
6550
|
program: string;
|
6551
6551
|
};
|
@@ -6568,11 +6568,11 @@ declare const eden: {
|
|
6568
6568
|
headers?: Record<string, unknown> | undefined;
|
6569
6569
|
query: {
|
6570
6570
|
creator: string;
|
6571
|
-
startTimestamp: number;
|
6572
|
-
endTimestamp: number;
|
6573
6571
|
campaign: string;
|
6574
6572
|
distributionChainId: number;
|
6575
6573
|
amount: string;
|
6574
|
+
startTimestamp: number;
|
6575
|
+
endTimestamp: number;
|
6576
6576
|
rewardToken: string;
|
6577
6577
|
program: string;
|
6578
6578
|
};
|
@@ -6600,11 +6600,11 @@ declare const eden: {
|
|
6600
6600
|
headers?: Record<string, unknown> | undefined;
|
6601
6601
|
query: {
|
6602
6602
|
creator: string;
|
6603
|
-
startTimestamp: number;
|
6604
|
-
endTimestamp: number;
|
6605
6603
|
campaign: string;
|
6606
6604
|
distributionChainId: number;
|
6607
6605
|
amount: string;
|
6606
|
+
startTimestamp: number;
|
6607
|
+
endTimestamp: number;
|
6608
6608
|
rewardToken: string;
|
6609
6609
|
program: string;
|
6610
6610
|
};
|
@@ -6621,9 +6621,9 @@ declare const eden: {
|
|
6621
6621
|
query: {
|
6622
6622
|
amount?: string | undefined;
|
6623
6623
|
creator: string;
|
6624
|
+
distributionChainId: number;
|
6624
6625
|
startTimestamp: number;
|
6625
6626
|
endTimestamp: number;
|
6626
|
-
distributionChainId: number;
|
6627
6627
|
rewardToken: string;
|
6628
6628
|
program: string;
|
6629
6629
|
};
|
@@ -6648,9 +6648,9 @@ declare const eden: {
|
|
6648
6648
|
query: {
|
6649
6649
|
amount?: string | undefined;
|
6650
6650
|
creator: string;
|
6651
|
+
distributionChainId: number;
|
6651
6652
|
startTimestamp: number;
|
6652
6653
|
endTimestamp: number;
|
6653
|
-
distributionChainId: number;
|
6654
6654
|
rewardToken: string;
|
6655
6655
|
program: string;
|
6656
6656
|
};
|
@@ -6699,10 +6699,10 @@ declare const eden: {
|
|
6699
6699
|
evkAddress?: string | undefined;
|
6700
6700
|
collateralAddress?: string | undefined;
|
6701
6701
|
creator: string;
|
6702
|
-
startTimestamp: number;
|
6703
6702
|
computeChainId: number;
|
6704
6703
|
distributionChainId: number;
|
6705
6704
|
amount: string;
|
6705
|
+
startTimestamp: number;
|
6706
6706
|
rewardToken: string;
|
6707
6707
|
campaignType: number;
|
6708
6708
|
}, options: {
|
@@ -6731,10 +6731,10 @@ declare const eden: {
|
|
6731
6731
|
parse: {
|
6732
6732
|
"from-campaign-data": {
|
6733
6733
|
post: (body: {
|
6734
|
-
chainId: number;
|
6735
|
-
startTimestamp: number;
|
6736
6734
|
computeChainId: number;
|
6737
6735
|
amount: string;
|
6736
|
+
startTimestamp: number;
|
6737
|
+
chainId: number;
|
6738
6738
|
rewardToken: string;
|
6739
6739
|
campaignType: number;
|
6740
6740
|
duration: number;
|
@@ -6950,8 +6950,8 @@ declare const eden: {
|
|
6950
6950
|
get: (options: {
|
6951
6951
|
headers?: Record<string, unknown> | undefined;
|
6952
6952
|
query: {
|
6953
|
-
chainId: number;
|
6954
6953
|
address: string;
|
6954
|
+
chainId: number;
|
6955
6955
|
referralKey: string;
|
6956
6956
|
};
|
6957
6957
|
fetch?: RequestInit | undefined;
|
@@ -7032,8 +7032,8 @@ declare const eden: {
|
|
7032
7032
|
headers?: Record<string, unknown> | undefined;
|
7033
7033
|
query: {
|
7034
7034
|
byReason?: boolean | undefined;
|
7035
|
-
chainId: number;
|
7036
7035
|
campaignId: string;
|
7036
|
+
chainId: number;
|
7037
7037
|
};
|
7038
7038
|
fetch?: RequestInit | undefined;
|
7039
7039
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -7052,8 +7052,9 @@ declare const eden: {
|
|
7052
7052
|
};
|
7053
7053
|
fetch?: RequestInit | undefined;
|
7054
7054
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
7055
|
-
|
7056
|
-
|
7055
|
+
200: {
|
7056
|
+
[x: string]: Record<string, any>;
|
7057
|
+
};
|
7057
7058
|
}>>;
|
7058
7059
|
};
|
7059
7060
|
campaignsForMainParameter: {
|
@@ -7278,8 +7279,8 @@ declare const eden: {
|
|
7278
7279
|
query: {
|
7279
7280
|
type?: number | undefined;
|
7280
7281
|
tag?: string | undefined;
|
7281
|
-
chainId?: number | undefined;
|
7282
7282
|
action?: string | undefined;
|
7283
|
+
chainId?: number | undefined;
|
7283
7284
|
campaigns?: boolean | undefined;
|
7284
7285
|
mainParameter?: string | undefined;
|
7285
7286
|
testTokens?: boolean | undefined;
|
@@ -7323,8 +7324,8 @@ declare const eden: {
|
|
7323
7324
|
headers?: Record<string, unknown> | undefined;
|
7324
7325
|
query: {
|
7325
7326
|
index?: number | undefined;
|
7326
|
-
chainId: number;
|
7327
7327
|
campaign: any;
|
7328
|
+
chainId: number;
|
7328
7329
|
};
|
7329
7330
|
fetch?: RequestInit | undefined;
|
7330
7331
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -7404,8 +7405,8 @@ declare const eden: {
|
|
7404
7405
|
get: (options: {
|
7405
7406
|
headers?: Record<string, unknown> | undefined;
|
7406
7407
|
query: {
|
7407
|
-
chainId: number;
|
7408
7408
|
campaignId: string;
|
7409
|
+
chainId: number;
|
7409
7410
|
};
|
7410
7411
|
fetch?: RequestInit | undefined;
|
7411
7412
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -7463,8 +7464,8 @@ declare const eden: {
|
|
7463
7464
|
from?: number | undefined;
|
7464
7465
|
mainParameter?: string | undefined;
|
7465
7466
|
to?: number | undefined;
|
7466
|
-
chainId: number;
|
7467
7467
|
campaignId: string;
|
7468
|
+
chainId: number;
|
7468
7469
|
};
|
7469
7470
|
fetch?: RequestInit | undefined;
|
7470
7471
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -7493,8 +7494,8 @@ declare const eden: {
|
|
7493
7494
|
get: (options: {
|
7494
7495
|
headers?: Record<string, unknown> | undefined;
|
7495
7496
|
query: {
|
7496
|
-
chainId: number;
|
7497
7497
|
address: string;
|
7498
|
+
chainId: number;
|
7498
7499
|
};
|
7499
7500
|
fetch?: RequestInit | undefined;
|
7500
7501
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -7747,12 +7748,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7747
7748
|
type: string;
|
7748
7749
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
7749
7750
|
tokens: {
|
7750
|
-
chainId: number;
|
7751
7751
|
address: string;
|
7752
|
+
chainId: number;
|
7752
7753
|
}[];
|
7753
7754
|
identifier: string;
|
7754
|
-
chainId: number;
|
7755
7755
|
action: "POOL" | "HOLD" | "DROP" | "LEND" | "BORROW" | "LONG" | "SHORT" | "INVALID";
|
7756
|
+
chainId: number;
|
7756
7757
|
};
|
7757
7758
|
params: {};
|
7758
7759
|
query: unknown;
|
@@ -7767,8 +7768,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7767
7768
|
status: import("@db/api").$Enums.Status;
|
7768
7769
|
tags: string[];
|
7769
7770
|
identifier: string;
|
7770
|
-
chainId: number;
|
7771
7771
|
action: import("@db/api").$Enums.OpportunityAction;
|
7772
|
+
chainId: number;
|
7772
7773
|
depositUrl: string | null;
|
7773
7774
|
mainProtocolId: string | null;
|
7774
7775
|
tvl: number;
|
@@ -7806,8 +7807,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7806
7807
|
id: string;
|
7807
7808
|
name: string | null;
|
7808
7809
|
icon: string;
|
7809
|
-
chainId: number;
|
7810
7810
|
address: string;
|
7811
|
+
chainId: number;
|
7811
7812
|
decimals: number;
|
7812
7813
|
verified: boolean;
|
7813
7814
|
isTest: boolean;
|
@@ -7839,9 +7840,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7839
7840
|
tags?: string | undefined;
|
7840
7841
|
identifier?: string | undefined;
|
7841
7842
|
page?: number | undefined;
|
7842
|
-
chainId?: string | undefined;
|
7843
7843
|
action?: string | undefined;
|
7844
7844
|
creatorAddress?: string | undefined;
|
7845
|
+
chainId?: string | undefined;
|
7845
7846
|
mainProtocolId?: string | undefined;
|
7846
7847
|
campaigns?: boolean | undefined;
|
7847
7848
|
order?: string | undefined;
|
@@ -7889,8 +7890,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7889
7890
|
id: string;
|
7890
7891
|
name: string | null;
|
7891
7892
|
icon: string;
|
7892
|
-
chainId: number;
|
7893
7893
|
address: string;
|
7894
|
+
chainId: number;
|
7894
7895
|
decimals: number;
|
7895
7896
|
displaySymbol: string;
|
7896
7897
|
verified: boolean;
|
@@ -7915,8 +7916,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7915
7916
|
id: string;
|
7916
7917
|
name: string | null;
|
7917
7918
|
icon: string;
|
7918
|
-
chainId: number;
|
7919
7919
|
address: string;
|
7920
|
+
chainId: number;
|
7920
7921
|
decimals: number;
|
7921
7922
|
verified: boolean;
|
7922
7923
|
isTest: boolean;
|
@@ -7950,8 +7951,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7950
7951
|
status: import("@db/api").$Enums.Status;
|
7951
7952
|
tags: string[];
|
7952
7953
|
identifier: string;
|
7953
|
-
chainId: number;
|
7954
7954
|
action: import("@db/api").$Enums.OpportunityAction;
|
7955
|
+
chainId: number;
|
7955
7956
|
depositUrl: string | null;
|
7956
7957
|
mainProtocolId: string | null;
|
7957
7958
|
tvl: number;
|
@@ -7976,8 +7977,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
7976
7977
|
id: string;
|
7977
7978
|
name: string | null;
|
7978
7979
|
icon: string;
|
7979
|
-
chainId: number;
|
7980
7980
|
address: string;
|
7981
|
+
chainId: number;
|
7981
7982
|
decimals: number;
|
7982
7983
|
verified: boolean;
|
7983
7984
|
isTest: boolean;
|
@@ -8003,8 +8004,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8003
8004
|
status: import("@db/api").$Enums.Status;
|
8004
8005
|
tags: string[];
|
8005
8006
|
identifier: string;
|
8006
|
-
chainId: number;
|
8007
8007
|
action: import("@db/api").$Enums.OpportunityAction;
|
8008
|
+
chainId: number;
|
8008
8009
|
tvl: number;
|
8009
8010
|
dailyRewards: number;
|
8010
8011
|
}[];
|
@@ -8028,9 +8029,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8028
8029
|
tags?: string | undefined;
|
8029
8030
|
identifier?: string | undefined;
|
8030
8031
|
page?: number | undefined;
|
8031
|
-
chainId?: string | undefined;
|
8032
8032
|
action?: string | undefined;
|
8033
8033
|
creatorAddress?: string | undefined;
|
8034
|
+
chainId?: string | undefined;
|
8034
8035
|
mainProtocolId?: string | undefined;
|
8035
8036
|
campaigns?: boolean | undefined;
|
8036
8037
|
order?: string | undefined;
|
@@ -8101,8 +8102,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8101
8102
|
id: string;
|
8102
8103
|
name: string | null;
|
8103
8104
|
icon: string;
|
8104
|
-
chainId: number;
|
8105
8105
|
address: string;
|
8106
|
+
chainId: number;
|
8106
8107
|
decimals: number;
|
8107
8108
|
verified: boolean;
|
8108
8109
|
isTest: boolean;
|
@@ -8123,8 +8124,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8123
8124
|
id: string;
|
8124
8125
|
name: string | null;
|
8125
8126
|
icon: string;
|
8126
|
-
chainId: number;
|
8127
8127
|
address: string;
|
8128
|
+
chainId: number;
|
8128
8129
|
decimals: number;
|
8129
8130
|
verified: boolean;
|
8130
8131
|
isTest: boolean;
|
@@ -8136,8 +8137,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8136
8137
|
name: string;
|
8137
8138
|
icon: string;
|
8138
8139
|
};
|
8139
|
-
chainId: number;
|
8140
8140
|
action: string;
|
8141
|
+
chainId: number;
|
8141
8142
|
tvl: number;
|
8142
8143
|
apr: number;
|
8143
8144
|
dailyRewards: number;
|
@@ -8167,16 +8168,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8167
8168
|
items?: number | undefined;
|
8168
8169
|
subType?: number | undefined;
|
8169
8170
|
page?: number | undefined;
|
8170
|
-
chainId?: number | undefined;
|
8171
|
-
startTimestamp?: string | undefined;
|
8172
|
-
endTimestamp?: string | undefined;
|
8173
|
-
tokenAddress?: string | undefined;
|
8174
8171
|
types?: string[] | undefined;
|
8175
8172
|
campaignId?: string | undefined;
|
8176
8173
|
opportunityId?: string | undefined;
|
8174
|
+
startTimestamp?: string | undefined;
|
8175
|
+
endTimestamp?: string | undefined;
|
8177
8176
|
creatorAddress?: string | undefined;
|
8177
|
+
chainId?: number | undefined;
|
8178
8178
|
creatorId?: string | undefined;
|
8179
8179
|
mainParameter?: string | undefined;
|
8180
|
+
tokenAddress?: string | undefined;
|
8180
8181
|
test?: boolean | undefined;
|
8181
8182
|
creatorTag?: string | undefined;
|
8182
8183
|
distributionChainIds?: number[] | undefined;
|
@@ -8229,8 +8230,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8229
8230
|
id: string;
|
8230
8231
|
name: string | null;
|
8231
8232
|
icon: string;
|
8232
|
-
chainId: number;
|
8233
8233
|
address: string;
|
8234
|
+
chainId: number;
|
8234
8235
|
decimals: number;
|
8235
8236
|
verified: boolean;
|
8236
8237
|
isTest: boolean;
|
@@ -8251,8 +8252,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8251
8252
|
id: string;
|
8252
8253
|
name: string | null;
|
8253
8254
|
icon: string;
|
8254
|
-
chainId: number;
|
8255
8255
|
address: string;
|
8256
|
+
chainId: number;
|
8256
8257
|
decimals: number;
|
8257
8258
|
verified: boolean;
|
8258
8259
|
isTest: boolean;
|
@@ -8264,8 +8265,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8264
8265
|
name: string;
|
8265
8266
|
icon: string;
|
8266
8267
|
};
|
8267
|
-
chainId: number;
|
8268
8268
|
action: string;
|
8269
|
+
chainId: number;
|
8269
8270
|
tvl: number;
|
8270
8271
|
apr: number;
|
8271
8272
|
dailyRewards: number;
|
@@ -8297,14 +8298,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8297
8298
|
name: string;
|
8298
8299
|
icon: string;
|
8299
8300
|
};
|
8300
|
-
startTimestamp: string | number;
|
8301
|
-
endTimestamp: string | number;
|
8302
8301
|
computeChainId: number;
|
8303
8302
|
distributionChainId: number;
|
8304
8303
|
campaignId: string;
|
8305
8304
|
rewardTokenId: string;
|
8306
8305
|
amount: string;
|
8307
8306
|
opportunityId: string;
|
8307
|
+
startTimestamp: string | number;
|
8308
|
+
endTimestamp: string | number;
|
8308
8309
|
creatorAddress: string;
|
8309
8310
|
rewardToken: {
|
8310
8311
|
price?: number | null | undefined;
|
@@ -8312,8 +8313,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8312
8313
|
id: string;
|
8313
8314
|
name: string | null;
|
8314
8315
|
icon: string;
|
8315
|
-
chainId: number;
|
8316
8316
|
address: string;
|
8317
|
+
chainId: number;
|
8317
8318
|
decimals: number;
|
8318
8319
|
verified: boolean;
|
8319
8320
|
isTest: boolean;
|
@@ -8391,8 +8392,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8391
8392
|
id: string;
|
8392
8393
|
name: string | null;
|
8393
8394
|
icon: string;
|
8394
|
-
chainId: number;
|
8395
8395
|
address: string;
|
8396
|
+
chainId: number;
|
8396
8397
|
decimals: number;
|
8397
8398
|
verified: boolean;
|
8398
8399
|
isTest: boolean;
|
@@ -8413,8 +8414,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8413
8414
|
id: string;
|
8414
8415
|
name: string | null;
|
8415
8416
|
icon: string;
|
8416
|
-
chainId: number;
|
8417
8417
|
address: string;
|
8418
|
+
chainId: number;
|
8418
8419
|
decimals: number;
|
8419
8420
|
verified: boolean;
|
8420
8421
|
isTest: boolean;
|
@@ -8426,8 +8427,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8426
8427
|
name: string;
|
8427
8428
|
icon: string;
|
8428
8429
|
};
|
8429
|
-
chainId: number;
|
8430
8430
|
action: string;
|
8431
|
+
chainId: number;
|
8431
8432
|
tvl: number;
|
8432
8433
|
apr: number;
|
8433
8434
|
dailyRewards: number;
|
@@ -8459,14 +8460,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8459
8460
|
name: string;
|
8460
8461
|
icon: string;
|
8461
8462
|
};
|
8462
|
-
startTimestamp: string | number;
|
8463
|
-
endTimestamp: string | number;
|
8464
8463
|
computeChainId: number;
|
8465
8464
|
distributionChainId: number;
|
8466
8465
|
campaignId: string;
|
8467
8466
|
rewardTokenId: string;
|
8468
8467
|
amount: string;
|
8469
8468
|
opportunityId: string;
|
8469
|
+
startTimestamp: string | number;
|
8470
|
+
endTimestamp: string | number;
|
8470
8471
|
creatorAddress: string;
|
8471
8472
|
rewardToken: {
|
8472
8473
|
price?: number | null | undefined;
|
@@ -8474,8 +8475,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8474
8475
|
id: string;
|
8475
8476
|
name: string | null;
|
8476
8477
|
icon: string;
|
8477
|
-
chainId: number;
|
8478
8478
|
address: string;
|
8479
|
+
chainId: number;
|
8479
8480
|
decimals: number;
|
8480
8481
|
verified: boolean;
|
8481
8482
|
isTest: boolean;
|
@@ -8515,9 +8516,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8515
8516
|
tags?: string | undefined;
|
8516
8517
|
identifier?: string | undefined;
|
8517
8518
|
page?: number | undefined;
|
8518
|
-
chainId?: string | undefined;
|
8519
8519
|
action?: string | undefined;
|
8520
8520
|
creatorAddress?: string | undefined;
|
8521
|
+
chainId?: string | undefined;
|
8521
8522
|
mainProtocolId?: string | undefined;
|
8522
8523
|
campaigns?: boolean | undefined;
|
8523
8524
|
order?: string | undefined;
|
@@ -8554,9 +8555,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8554
8555
|
tags?: string | undefined;
|
8555
8556
|
identifier?: string | undefined;
|
8556
8557
|
page?: number | undefined;
|
8557
|
-
chainId?: string | undefined;
|
8558
8558
|
action?: string | undefined;
|
8559
8559
|
creatorAddress?: string | undefined;
|
8560
|
+
chainId?: string | undefined;
|
8560
8561
|
mainProtocolId?: string | undefined;
|
8561
8562
|
campaigns?: boolean | undefined;
|
8562
8563
|
order?: string | undefined;
|
@@ -8594,9 +8595,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8594
8595
|
tags?: string | undefined;
|
8595
8596
|
identifier?: string | undefined;
|
8596
8597
|
page?: number | undefined;
|
8597
|
-
chainId?: string | undefined;
|
8598
8598
|
action?: string | undefined;
|
8599
8599
|
creatorAddress?: string | undefined;
|
8600
|
+
chainId?: string | undefined;
|
8600
8601
|
mainProtocolId?: string | undefined;
|
8601
8602
|
campaigns?: boolean | undefined;
|
8602
8603
|
order?: string | undefined;
|
@@ -8638,8 +8639,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8638
8639
|
status: import("@db/api").$Enums.Status;
|
8639
8640
|
tags: string[];
|
8640
8641
|
identifier: string;
|
8641
|
-
chainId: number;
|
8642
8642
|
action: import("@db/api").$Enums.OpportunityAction;
|
8643
|
+
chainId: number;
|
8643
8644
|
depositUrl: string | null;
|
8644
8645
|
mainProtocolId: string | null;
|
8645
8646
|
tvl: number;
|
@@ -8663,12 +8664,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8663
8664
|
type: number;
|
8664
8665
|
params: string;
|
8665
8666
|
creator: string;
|
8666
|
-
chainId: number;
|
8667
|
-
startTimestamp: string;
|
8668
|
-
endTimestamp: string;
|
8669
8667
|
computeChainId: number;
|
8670
8668
|
campaignId: string;
|
8671
8669
|
amount: string;
|
8670
|
+
startTimestamp: string;
|
8671
|
+
endTimestamp: string;
|
8672
|
+
chainId: number;
|
8672
8673
|
rewardTokenAddress: string;
|
8673
8674
|
opportunityIdentifier: string;
|
8674
8675
|
};
|
@@ -8683,14 +8684,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8683
8684
|
type: string;
|
8684
8685
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
8685
8686
|
subType: number | null;
|
8686
|
-
startTimestamp: bigint;
|
8687
|
-
endTimestamp: bigint;
|
8688
8687
|
computeChainId: number;
|
8689
8688
|
distributionChainId: number;
|
8690
8689
|
campaignId: string;
|
8691
8690
|
rewardTokenId: string;
|
8692
8691
|
amount: string;
|
8693
8692
|
opportunityId: string;
|
8693
|
+
startTimestamp: bigint;
|
8694
|
+
endTimestamp: bigint;
|
8694
8695
|
creatorAddress: string;
|
8695
8696
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
8696
8697
|
} | undefined;
|
@@ -8770,14 +8771,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8770
8771
|
type: string;
|
8771
8772
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
8772
8773
|
subType: number | null;
|
8773
|
-
startTimestamp: bigint;
|
8774
|
-
endTimestamp: bigint;
|
8775
8774
|
computeChainId: number;
|
8776
8775
|
distributionChainId: number;
|
8777
8776
|
campaignId: string;
|
8778
8777
|
rewardTokenId: string;
|
8779
8778
|
amount: string;
|
8780
8779
|
opportunityId: string;
|
8780
|
+
startTimestamp: bigint;
|
8781
|
+
endTimestamp: bigint;
|
8781
8782
|
creatorAddress: string;
|
8782
8783
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
8783
8784
|
};
|
@@ -8813,16 +8814,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8813
8814
|
items?: number | undefined;
|
8814
8815
|
subType?: number | undefined;
|
8815
8816
|
page?: number | undefined;
|
8816
|
-
chainId?: number | undefined;
|
8817
|
-
startTimestamp?: string | undefined;
|
8818
|
-
endTimestamp?: string | undefined;
|
8819
|
-
tokenAddress?: string | undefined;
|
8820
8817
|
types?: string[] | undefined;
|
8821
8818
|
campaignId?: string | undefined;
|
8822
8819
|
opportunityId?: string | undefined;
|
8820
|
+
startTimestamp?: string | undefined;
|
8821
|
+
endTimestamp?: string | undefined;
|
8823
8822
|
creatorAddress?: string | undefined;
|
8823
|
+
chainId?: number | undefined;
|
8824
8824
|
creatorId?: string | undefined;
|
8825
8825
|
mainParameter?: string | undefined;
|
8826
|
+
tokenAddress?: string | undefined;
|
8826
8827
|
test?: boolean | undefined;
|
8827
8828
|
creatorTag?: string | undefined;
|
8828
8829
|
distributionChainIds?: number[] | undefined;
|
@@ -8845,8 +8846,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8845
8846
|
id: string;
|
8846
8847
|
name: string | null;
|
8847
8848
|
icon: string;
|
8848
|
-
chainId: number;
|
8849
8849
|
address: string;
|
8850
|
+
chainId: number;
|
8850
8851
|
decimals: number;
|
8851
8852
|
verified: boolean;
|
8852
8853
|
isTest: boolean;
|
@@ -8880,8 +8881,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8880
8881
|
status: import("@db/api").$Enums.Status;
|
8881
8882
|
tags: string[];
|
8882
8883
|
identifier: string;
|
8883
|
-
chainId: number;
|
8884
8884
|
action: import("@db/api").$Enums.OpportunityAction;
|
8885
|
+
chainId: number;
|
8885
8886
|
depositUrl: string | null;
|
8886
8887
|
mainProtocolId: string | null;
|
8887
8888
|
tvl: number;
|
@@ -8926,8 +8927,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8926
8927
|
id: string;
|
8927
8928
|
name: string | null;
|
8928
8929
|
icon: string;
|
8929
|
-
chainId: number;
|
8930
8930
|
address: string;
|
8931
|
+
chainId: number;
|
8931
8932
|
decimals: number;
|
8932
8933
|
verified: boolean;
|
8933
8934
|
isTest: boolean;
|
@@ -8961,8 +8962,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8961
8962
|
status: import("@db/api").$Enums.Status;
|
8962
8963
|
tags: string[];
|
8963
8964
|
identifier: string;
|
8964
|
-
chainId: number;
|
8965
8965
|
action: import("@db/api").$Enums.OpportunityAction;
|
8966
|
+
chainId: number;
|
8966
8967
|
depositUrl: string | null;
|
8967
8968
|
mainProtocolId: string | null;
|
8968
8969
|
tvl: number;
|
@@ -8994,16 +8995,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
8994
8995
|
items?: number | undefined;
|
8995
8996
|
subType?: number | undefined;
|
8996
8997
|
page?: number | undefined;
|
8997
|
-
chainId?: number | undefined;
|
8998
|
-
startTimestamp?: string | undefined;
|
8999
|
-
endTimestamp?: string | undefined;
|
9000
|
-
tokenAddress?: string | undefined;
|
9001
8998
|
types?: string[] | undefined;
|
9002
8999
|
campaignId?: string | undefined;
|
9003
9000
|
opportunityId?: string | undefined;
|
9001
|
+
startTimestamp?: string | undefined;
|
9002
|
+
endTimestamp?: string | undefined;
|
9004
9003
|
creatorAddress?: string | undefined;
|
9004
|
+
chainId?: number | undefined;
|
9005
9005
|
creatorId?: string | undefined;
|
9006
9006
|
mainParameter?: string | undefined;
|
9007
|
+
tokenAddress?: string | undefined;
|
9007
9008
|
test?: boolean | undefined;
|
9008
9009
|
creatorTag?: string | undefined;
|
9009
9010
|
distributionChainIds?: number[] | undefined;
|
@@ -9028,8 +9029,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9028
9029
|
headers: unknown;
|
9029
9030
|
response: {
|
9030
9031
|
200: {
|
9031
|
-
endTimestamp: bigint;
|
9032
9032
|
campaignId: string;
|
9033
|
+
endTimestamp: bigint;
|
9033
9034
|
CampaignStatus: {
|
9034
9035
|
status: import("@db/api").$Enums.RunStatus;
|
9035
9036
|
computedUntil: bigint;
|
@@ -9273,8 +9274,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9273
9274
|
id: string;
|
9274
9275
|
name: string | null;
|
9275
9276
|
icon: string;
|
9276
|
-
chainId: number;
|
9277
9277
|
address: string;
|
9278
|
+
chainId: number;
|
9278
9279
|
decimals: number;
|
9279
9280
|
verified: boolean;
|
9280
9281
|
isTest: boolean;
|
@@ -9305,8 +9306,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9305
9306
|
id: string;
|
9306
9307
|
name: string | null;
|
9307
9308
|
icon: string;
|
9308
|
-
chainId: number;
|
9309
9309
|
address: string;
|
9310
|
+
chainId: number;
|
9310
9311
|
decimals: number;
|
9311
9312
|
verified: boolean;
|
9312
9313
|
isTest: boolean;
|
@@ -9336,8 +9337,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9336
9337
|
id: string;
|
9337
9338
|
name: string | null;
|
9338
9339
|
icon: string;
|
9339
|
-
chainId: number;
|
9340
9340
|
address: string;
|
9341
|
+
chainId: number;
|
9341
9342
|
decimals: number;
|
9342
9343
|
displaySymbol: string;
|
9343
9344
|
verified: boolean;
|
@@ -9355,8 +9356,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9355
9356
|
body: unknown;
|
9356
9357
|
params: {};
|
9357
9358
|
query: {
|
9358
|
-
tokenAddress?: string | undefined;
|
9359
9359
|
verified?: boolean | undefined;
|
9360
|
+
tokenAddress?: string | undefined;
|
9360
9361
|
additionalTokenAddresses?: string[] | undefined;
|
9361
9362
|
chainId: number;
|
9362
9363
|
userAddress: string;
|
@@ -9368,8 +9369,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9368
9369
|
id: string;
|
9369
9370
|
name: string | null;
|
9370
9371
|
icon: string;
|
9371
|
-
chainId: number;
|
9372
9372
|
address: string;
|
9373
|
+
chainId: number;
|
9373
9374
|
decimals: number;
|
9374
9375
|
verified: boolean;
|
9375
9376
|
isTest: boolean;
|
@@ -9391,8 +9392,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9391
9392
|
symbol?: string | undefined;
|
9392
9393
|
id?: string[] | undefined;
|
9393
9394
|
name?: string | undefined;
|
9394
|
-
chainId?: number | undefined;
|
9395
9395
|
address?: string | undefined;
|
9396
|
+
chainId?: number | undefined;
|
9396
9397
|
displaySymbol?: string | undefined;
|
9397
9398
|
verified?: boolean | undefined;
|
9398
9399
|
isNative?: boolean | undefined;
|
@@ -9406,8 +9407,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9406
9407
|
id: string;
|
9407
9408
|
name: string | null;
|
9408
9409
|
icon: string;
|
9409
|
-
chainId: number;
|
9410
9410
|
address: string;
|
9411
|
+
chainId: number;
|
9411
9412
|
decimals: number;
|
9412
9413
|
verified: boolean;
|
9413
9414
|
isTest: boolean;
|
@@ -9427,8 +9428,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9427
9428
|
symbol?: string | undefined;
|
9428
9429
|
id?: string[] | undefined;
|
9429
9430
|
name?: string | undefined;
|
9430
|
-
chainId?: number | undefined;
|
9431
9431
|
address?: string | undefined;
|
9432
|
+
chainId?: number | undefined;
|
9432
9433
|
displaySymbol?: string | undefined;
|
9433
9434
|
verified?: boolean | undefined;
|
9434
9435
|
isNative?: boolean | undefined;
|
@@ -9447,8 +9448,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9447
9448
|
body: {
|
9448
9449
|
isTest?: boolean | undefined;
|
9449
9450
|
icon: string;
|
9450
|
-
chainId: number;
|
9451
9451
|
address: string;
|
9452
|
+
chainId: number;
|
9452
9453
|
verified: boolean;
|
9453
9454
|
};
|
9454
9455
|
params: {};
|
@@ -9462,8 +9463,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9462
9463
|
id: string;
|
9463
9464
|
name: string | null;
|
9464
9465
|
icon: string;
|
9465
|
-
chainId: number;
|
9466
9466
|
address: string;
|
9467
|
+
chainId: number;
|
9467
9468
|
decimals: number;
|
9468
9469
|
verified: boolean;
|
9469
9470
|
isTest: boolean;
|
@@ -9496,8 +9497,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9496
9497
|
id: string;
|
9497
9498
|
name: string | null;
|
9498
9499
|
icon: string;
|
9499
|
-
chainId: number;
|
9500
9500
|
address: string;
|
9501
|
+
chainId: number;
|
9501
9502
|
decimals: number;
|
9502
9503
|
displaySymbol: string;
|
9503
9504
|
verified: boolean;
|
@@ -9571,8 +9572,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9571
9572
|
id: string;
|
9572
9573
|
name: string | null;
|
9573
9574
|
icon: string;
|
9574
|
-
chainId: number;
|
9575
9575
|
address: string;
|
9576
|
+
chainId: number;
|
9576
9577
|
decimals: number;
|
9577
9578
|
displaySymbol: string;
|
9578
9579
|
verified: boolean;
|
@@ -9596,8 +9597,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9596
9597
|
query: {
|
9597
9598
|
items?: number | undefined;
|
9598
9599
|
page?: number | undefined;
|
9599
|
-
chainId: number;
|
9600
9600
|
campaignId: string;
|
9601
|
+
chainId: number;
|
9601
9602
|
};
|
9602
9603
|
headers: unknown;
|
9603
9604
|
response: {
|
@@ -9613,8 +9614,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9613
9614
|
query: {
|
9614
9615
|
items?: number | undefined;
|
9615
9616
|
page?: number | undefined;
|
9616
|
-
chainId: number;
|
9617
9617
|
campaignId: string;
|
9618
|
+
chainId: number;
|
9618
9619
|
};
|
9619
9620
|
headers: unknown;
|
9620
9621
|
response: {
|
@@ -9633,8 +9634,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9633
9634
|
query: {
|
9634
9635
|
items?: number | undefined;
|
9635
9636
|
page?: number | undefined;
|
9636
|
-
chainId: number;
|
9637
9637
|
campaignId: string;
|
9638
|
+
chainId: number;
|
9638
9639
|
};
|
9639
9640
|
headers: unknown;
|
9640
9641
|
response: {
|
@@ -9721,8 +9722,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9721
9722
|
items?: number | undefined;
|
9722
9723
|
page?: number | undefined;
|
9723
9724
|
campaignIds?: string[] | undefined;
|
9724
|
-
chainId: number;
|
9725
9725
|
address: string;
|
9726
|
+
chainId: number;
|
9726
9727
|
};
|
9727
9728
|
headers: unknown;
|
9728
9729
|
response: {
|
@@ -9746,8 +9747,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9746
9747
|
items?: number | undefined;
|
9747
9748
|
page?: number | undefined;
|
9748
9749
|
campaignIds?: string[] | undefined;
|
9749
|
-
chainId: number;
|
9750
9750
|
address: string;
|
9751
|
+
chainId: number;
|
9751
9752
|
};
|
9752
9753
|
headers: unknown;
|
9753
9754
|
response: {
|
@@ -9769,8 +9770,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
9769
9770
|
items?: number | undefined;
|
9770
9771
|
page?: number | undefined;
|
9771
9772
|
campaignIds?: string[] | undefined;
|
9772
|
-
chainId: number;
|
9773
9773
|
address: string;
|
9774
|
+
chainId: number;
|
9774
9775
|
};
|
9775
9776
|
headers: unknown;
|
9776
9777
|
response: {
|
@@ -10411,8 +10412,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10411
10412
|
id: string;
|
10412
10413
|
name: string | null;
|
10413
10414
|
icon: string;
|
10414
|
-
chainId: number;
|
10415
10415
|
address: string;
|
10416
|
+
chainId: number;
|
10416
10417
|
decimals: number;
|
10417
10418
|
displaySymbol: string;
|
10418
10419
|
verified: boolean;
|
@@ -10433,8 +10434,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10433
10434
|
id: string;
|
10434
10435
|
name: string | null;
|
10435
10436
|
icon: string;
|
10436
|
-
chainId: number;
|
10437
10437
|
address: string;
|
10438
|
+
chainId: number;
|
10438
10439
|
decimals: number;
|
10439
10440
|
displaySymbol: string;
|
10440
10441
|
verified: boolean;
|
@@ -10465,8 +10466,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10465
10466
|
status: import("@db/api").$Enums.Status;
|
10466
10467
|
tags: string[];
|
10467
10468
|
identifier: string;
|
10468
|
-
chainId: number;
|
10469
10469
|
action: import("@db/api").$Enums.OpportunityAction;
|
10470
|
+
chainId: number;
|
10470
10471
|
depositUrl: string | null;
|
10471
10472
|
mainProtocolId: string | null;
|
10472
10473
|
tvl: number;
|
@@ -10526,8 +10527,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10526
10527
|
id: string;
|
10527
10528
|
name: string | null;
|
10528
10529
|
icon: string;
|
10529
|
-
chainId: number;
|
10530
10530
|
address: string;
|
10531
|
+
chainId: number;
|
10531
10532
|
decimals: number;
|
10532
10533
|
displaySymbol: string;
|
10533
10534
|
verified: boolean;
|
@@ -10548,8 +10549,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10548
10549
|
id: string;
|
10549
10550
|
name: string | null;
|
10550
10551
|
icon: string;
|
10551
|
-
chainId: number;
|
10552
10552
|
address: string;
|
10553
|
+
chainId: number;
|
10553
10554
|
decimals: number;
|
10554
10555
|
displaySymbol: string;
|
10555
10556
|
verified: boolean;
|
@@ -10580,8 +10581,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10580
10581
|
status: import("@db/api").$Enums.Status;
|
10581
10582
|
tags: string[];
|
10582
10583
|
identifier: string;
|
10583
|
-
chainId: number;
|
10584
10584
|
action: import("@db/api").$Enums.OpportunityAction;
|
10585
|
+
chainId: number;
|
10585
10586
|
depositUrl: string | null;
|
10586
10587
|
mainProtocolId: string | null;
|
10587
10588
|
tvl: number;
|
@@ -10695,8 +10696,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10695
10696
|
headers: unknown;
|
10696
10697
|
response: {
|
10697
10698
|
200: {
|
10698
|
-
timestamp: bigint;
|
10699
10699
|
chainId: number;
|
10700
|
+
timestamp: bigint;
|
10700
10701
|
root: string;
|
10701
10702
|
epoch: number;
|
10702
10703
|
}[];
|
@@ -10731,8 +10732,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10731
10732
|
engine: {
|
10732
10733
|
post: {
|
10733
10734
|
body: {
|
10734
|
-
timestamp: number;
|
10735
10735
|
chainId: number;
|
10736
|
+
timestamp: number;
|
10736
10737
|
root: string;
|
10737
10738
|
epoch: number;
|
10738
10739
|
};
|
@@ -10743,8 +10744,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10743
10744
|
};
|
10744
10745
|
response: {
|
10745
10746
|
200: {
|
10746
|
-
timestamp: bigint;
|
10747
10747
|
chainId: number;
|
10748
|
+
timestamp: bigint;
|
10748
10749
|
root: string;
|
10749
10750
|
epoch: number;
|
10750
10751
|
};
|
@@ -10847,9 +10848,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10847
10848
|
response: {
|
10848
10849
|
200: {
|
10849
10850
|
id: string;
|
10850
|
-
timestamp: number;
|
10851
|
-
chainId: number;
|
10852
10851
|
datetime: Date;
|
10852
|
+
chainId: number;
|
10853
|
+
timestamp: number;
|
10853
10854
|
recipient: string;
|
10854
10855
|
fromTokenId: string;
|
10855
10856
|
toTokenId: string;
|
@@ -10890,8 +10891,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10890
10891
|
get: {
|
10891
10892
|
body: unknown;
|
10892
10893
|
params: {
|
10893
|
-
month: number;
|
10894
10894
|
year: number;
|
10895
|
+
month: number;
|
10895
10896
|
};
|
10896
10897
|
query: unknown;
|
10897
10898
|
headers: {
|
@@ -10948,8 +10949,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
10948
10949
|
body: unknown;
|
10949
10950
|
params: {
|
10950
10951
|
chainId: number;
|
10951
|
-
month: number;
|
10952
10952
|
year: number;
|
10953
|
+
month: number;
|
10953
10954
|
};
|
10954
10955
|
query: unknown;
|
10955
10956
|
headers: {
|
@@ -11004,9 +11005,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11004
11005
|
body: unknown;
|
11005
11006
|
params: {
|
11006
11007
|
chainId: number;
|
11007
|
-
tokenAddress: string;
|
11008
|
-
month: number;
|
11009
11008
|
year: number;
|
11009
|
+
month: number;
|
11010
|
+
tokenAddress: string;
|
11010
11011
|
};
|
11011
11012
|
query: unknown;
|
11012
11013
|
headers: {
|
@@ -11218,11 +11219,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11218
11219
|
200: {
|
11219
11220
|
delay: number;
|
11220
11221
|
computedUntil: number;
|
11221
|
-
startTimestamp: bigint;
|
11222
|
-
endTimestamp: bigint;
|
11223
11222
|
computeChainId: number;
|
11224
11223
|
distributionChainId: number;
|
11225
11224
|
campaignId: string;
|
11225
|
+
startTimestamp: bigint;
|
11226
|
+
endTimestamp: bigint;
|
11226
11227
|
RewardToken: {
|
11227
11228
|
symbol: string;
|
11228
11229
|
address: string;
|
@@ -11284,8 +11285,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11284
11285
|
body: unknown;
|
11285
11286
|
params: {};
|
11286
11287
|
query: {
|
11287
|
-
chainId: number;
|
11288
11288
|
address: string;
|
11289
|
+
chainId: number;
|
11289
11290
|
};
|
11290
11291
|
headers: unknown;
|
11291
11292
|
response: {
|
@@ -11326,11 +11327,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11326
11327
|
params: {};
|
11327
11328
|
query: {
|
11328
11329
|
creator: string;
|
11329
|
-
startTimestamp: number;
|
11330
|
-
endTimestamp: number;
|
11331
11330
|
campaign: string;
|
11332
11331
|
distributionChainId: number;
|
11333
11332
|
amount: string;
|
11333
|
+
startTimestamp: number;
|
11334
|
+
endTimestamp: number;
|
11334
11335
|
rewardToken: string;
|
11335
11336
|
program: string;
|
11336
11337
|
};
|
@@ -11358,11 +11359,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11358
11359
|
params: {};
|
11359
11360
|
query: {
|
11360
11361
|
creator: string;
|
11361
|
-
startTimestamp: number;
|
11362
|
-
endTimestamp: number;
|
11363
11362
|
campaign: string;
|
11364
11363
|
distributionChainId: number;
|
11365
11364
|
amount: string;
|
11365
|
+
startTimestamp: number;
|
11366
|
+
endTimestamp: number;
|
11366
11367
|
rewardToken: string;
|
11367
11368
|
program: string;
|
11368
11369
|
};
|
@@ -11402,11 +11403,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11402
11403
|
params: {};
|
11403
11404
|
query: {
|
11404
11405
|
creator: string;
|
11405
|
-
startTimestamp: number;
|
11406
|
-
endTimestamp: number;
|
11407
11406
|
campaign: string;
|
11408
11407
|
distributionChainId: number;
|
11409
11408
|
amount: string;
|
11409
|
+
startTimestamp: number;
|
11410
|
+
endTimestamp: number;
|
11410
11411
|
rewardToken: string;
|
11411
11412
|
program: string;
|
11412
11413
|
};
|
@@ -11428,9 +11429,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11428
11429
|
query: {
|
11429
11430
|
amount?: string | undefined;
|
11430
11431
|
creator: string;
|
11432
|
+
distributionChainId: number;
|
11431
11433
|
startTimestamp: number;
|
11432
11434
|
endTimestamp: number;
|
11433
|
-
distributionChainId: number;
|
11434
11435
|
rewardToken: string;
|
11435
11436
|
program: string;
|
11436
11437
|
};
|
@@ -11462,9 +11463,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11462
11463
|
query: {
|
11463
11464
|
amount?: string | undefined;
|
11464
11465
|
creator: string;
|
11466
|
+
distributionChainId: number;
|
11465
11467
|
startTimestamp: number;
|
11466
11468
|
endTimestamp: number;
|
11467
|
-
distributionChainId: number;
|
11468
11469
|
rewardToken: string;
|
11469
11470
|
program: string;
|
11470
11471
|
};
|
@@ -11518,10 +11519,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11518
11519
|
evkAddress?: string | undefined;
|
11519
11520
|
collateralAddress?: string | undefined;
|
11520
11521
|
creator: string;
|
11521
|
-
startTimestamp: number;
|
11522
11522
|
computeChainId: number;
|
11523
11523
|
distributionChainId: number;
|
11524
11524
|
amount: string;
|
11525
|
+
startTimestamp: number;
|
11525
11526
|
rewardToken: string;
|
11526
11527
|
campaignType: number;
|
11527
11528
|
};
|
@@ -11555,10 +11556,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11555
11556
|
"from-campaign-data": {
|
11556
11557
|
post: {
|
11557
11558
|
body: {
|
11558
|
-
chainId: number;
|
11559
|
-
startTimestamp: number;
|
11560
11559
|
computeChainId: number;
|
11561
11560
|
amount: string;
|
11561
|
+
startTimestamp: number;
|
11562
|
+
chainId: number;
|
11562
11563
|
rewardToken: string;
|
11563
11564
|
campaignType: number;
|
11564
11565
|
duration: number;
|
@@ -11851,8 +11852,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11851
11852
|
body: unknown;
|
11852
11853
|
params: {};
|
11853
11854
|
query: {
|
11854
|
-
chainId: number;
|
11855
11855
|
address: string;
|
11856
|
+
chainId: number;
|
11856
11857
|
referralKey: string;
|
11857
11858
|
};
|
11858
11859
|
headers: unknown;
|
@@ -11951,8 +11952,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11951
11952
|
params: {};
|
11952
11953
|
query: {
|
11953
11954
|
byReason?: boolean | undefined;
|
11954
|
-
chainId: number;
|
11955
11955
|
campaignId: string;
|
11956
|
+
chainId: number;
|
11956
11957
|
};
|
11957
11958
|
headers: unknown;
|
11958
11959
|
response: {
|
@@ -11976,8 +11977,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
11976
11977
|
};
|
11977
11978
|
headers: unknown;
|
11978
11979
|
response: {
|
11979
|
-
|
11980
|
-
|
11980
|
+
200: {
|
11981
|
+
[x: string]: Record<string, any>;
|
11982
|
+
};
|
11981
11983
|
};
|
11982
11984
|
};
|
11983
11985
|
};
|
@@ -12285,8 +12287,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12285
12287
|
query: {
|
12286
12288
|
type?: number | undefined;
|
12287
12289
|
tag?: string | undefined;
|
12288
|
-
chainId?: number | undefined;
|
12289
12290
|
action?: string | undefined;
|
12291
|
+
chainId?: number | undefined;
|
12290
12292
|
campaigns?: boolean | undefined;
|
12291
12293
|
mainParameter?: string | undefined;
|
12292
12294
|
testTokens?: boolean | undefined;
|
@@ -12340,8 +12342,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12340
12342
|
params: {};
|
12341
12343
|
query: {
|
12342
12344
|
index?: number | undefined;
|
12343
|
-
chainId: number;
|
12344
12345
|
campaign: any;
|
12346
|
+
chainId: number;
|
12345
12347
|
};
|
12346
12348
|
headers: unknown;
|
12347
12349
|
response: {
|
@@ -12446,8 +12448,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12446
12448
|
body: unknown;
|
12447
12449
|
params: {};
|
12448
12450
|
query: {
|
12449
|
-
chainId: number;
|
12450
12451
|
campaignId: string;
|
12452
|
+
chainId: number;
|
12451
12453
|
};
|
12452
12454
|
headers: unknown;
|
12453
12455
|
response: {
|
@@ -12515,8 +12517,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12515
12517
|
from?: number | undefined;
|
12516
12518
|
mainParameter?: string | undefined;
|
12517
12519
|
to?: number | undefined;
|
12518
|
-
chainId: number;
|
12519
12520
|
campaignId: string;
|
12521
|
+
chainId: number;
|
12520
12522
|
};
|
12521
12523
|
headers: unknown;
|
12522
12524
|
response: {
|
@@ -12555,8 +12557,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12555
12557
|
body: unknown;
|
12556
12558
|
params: {};
|
12557
12559
|
query: {
|
12558
|
-
chainId: number;
|
12559
12560
|
address: string;
|
12561
|
+
chainId: number;
|
12560
12562
|
};
|
12561
12563
|
headers: unknown;
|
12562
12564
|
response: {
|
@@ -12774,8 +12776,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12774
12776
|
id: string;
|
12775
12777
|
name: string | null;
|
12776
12778
|
icon: string;
|
12777
|
-
chainId: number;
|
12778
12779
|
address: string;
|
12780
|
+
chainId: number;
|
12779
12781
|
decimals: number;
|
12780
12782
|
verified: boolean;
|
12781
12783
|
isTest: boolean;
|
@@ -12839,8 +12841,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12839
12841
|
id: string;
|
12840
12842
|
name: string | null;
|
12841
12843
|
icon: string;
|
12842
|
-
chainId: number;
|
12843
12844
|
address: string;
|
12845
|
+
chainId: number;
|
12844
12846
|
decimals: number;
|
12845
12847
|
verified: boolean;
|
12846
12848
|
isTest: boolean;
|
@@ -12861,8 +12863,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12861
12863
|
id: string;
|
12862
12864
|
name: string | null;
|
12863
12865
|
icon: string;
|
12864
|
-
chainId: number;
|
12865
12866
|
address: string;
|
12867
|
+
chainId: number;
|
12866
12868
|
decimals: number;
|
12867
12869
|
verified: boolean;
|
12868
12870
|
isTest: boolean;
|
@@ -12874,8 +12876,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12874
12876
|
name: string;
|
12875
12877
|
icon: string;
|
12876
12878
|
};
|
12877
|
-
chainId: number;
|
12878
12879
|
action: string;
|
12880
|
+
chainId: number;
|
12879
12881
|
tvl: number;
|
12880
12882
|
apr: number;
|
12881
12883
|
dailyRewards: number;
|
@@ -12942,8 +12944,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12942
12944
|
id: string;
|
12943
12945
|
name: string | null;
|
12944
12946
|
icon: string;
|
12945
|
-
chainId: number;
|
12946
12947
|
address: string;
|
12948
|
+
chainId: number;
|
12947
12949
|
decimals: number;
|
12948
12950
|
verified: boolean;
|
12949
12951
|
isTest: boolean;
|
@@ -12964,8 +12966,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12964
12966
|
id: string;
|
12965
12967
|
name: string | null;
|
12966
12968
|
icon: string;
|
12967
|
-
chainId: number;
|
12968
12969
|
address: string;
|
12970
|
+
chainId: number;
|
12969
12971
|
decimals: number;
|
12970
12972
|
verified: boolean;
|
12971
12973
|
isTest: boolean;
|
@@ -12977,8 +12979,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
12977
12979
|
name: string;
|
12978
12980
|
icon: string;
|
12979
12981
|
};
|
12980
|
-
chainId: number;
|
12981
12982
|
action: string;
|
12983
|
+
chainId: number;
|
12982
12984
|
tvl: number;
|
12983
12985
|
apr: number;
|
12984
12986
|
dailyRewards: number;
|
@@ -13010,14 +13012,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13010
13012
|
name: string;
|
13011
13013
|
icon: string;
|
13012
13014
|
};
|
13013
|
-
startTimestamp: string | number;
|
13014
|
-
endTimestamp: string | number;
|
13015
13015
|
computeChainId: number;
|
13016
13016
|
distributionChainId: number;
|
13017
13017
|
campaignId: string;
|
13018
13018
|
rewardTokenId: string;
|
13019
13019
|
amount: string;
|
13020
13020
|
opportunityId: string;
|
13021
|
+
startTimestamp: string | number;
|
13022
|
+
endTimestamp: string | number;
|
13021
13023
|
creatorAddress: string;
|
13022
13024
|
rewardToken: {
|
13023
13025
|
price?: number | null | undefined;
|
@@ -13025,8 +13027,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13025
13027
|
id: string;
|
13026
13028
|
name: string | null;
|
13027
13029
|
icon: string;
|
13028
|
-
chainId: number;
|
13029
13030
|
address: string;
|
13031
|
+
chainId: number;
|
13030
13032
|
decimals: number;
|
13031
13033
|
verified: boolean;
|
13032
13034
|
isTest: boolean;
|
@@ -13062,8 +13064,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13062
13064
|
status: import("@db/api").$Enums.Status;
|
13063
13065
|
tags: string[];
|
13064
13066
|
identifier: string;
|
13065
|
-
chainId: number;
|
13066
13067
|
action: import("@db/api").$Enums.OpportunityAction;
|
13068
|
+
chainId: number;
|
13067
13069
|
depositUrl: string | null;
|
13068
13070
|
mainProtocolId: string | null;
|
13069
13071
|
tvl: number;
|
@@ -13082,12 +13084,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13082
13084
|
type: string;
|
13083
13085
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
13084
13086
|
tokens: {
|
13085
|
-
chainId: number;
|
13086
13087
|
address: string;
|
13088
|
+
chainId: number;
|
13087
13089
|
}[];
|
13088
13090
|
identifier: string;
|
13089
|
-
chainId: number;
|
13090
13091
|
action: "POOL" | "HOLD" | "DROP" | "LEND" | "BORROW" | "LONG" | "SHORT" | "INVALID";
|
13092
|
+
chainId: number;
|
13091
13093
|
}, options: {
|
13092
13094
|
headers: {
|
13093
13095
|
authorization: string;
|
@@ -13102,8 +13104,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13102
13104
|
status: import("@db/api").$Enums.Status;
|
13103
13105
|
tags: string[];
|
13104
13106
|
identifier: string;
|
13105
|
-
chainId: number;
|
13106
13107
|
action: import("@db/api").$Enums.OpportunityAction;
|
13108
|
+
chainId: number;
|
13107
13109
|
depositUrl: string | null;
|
13108
13110
|
mainProtocolId: string | null;
|
13109
13111
|
tvl: number;
|
@@ -13123,9 +13125,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13123
13125
|
tags?: string | undefined;
|
13124
13126
|
identifier?: string | undefined;
|
13125
13127
|
page?: number | undefined;
|
13126
|
-
chainId?: string | undefined;
|
13127
13128
|
action?: string | undefined;
|
13128
13129
|
creatorAddress?: string | undefined;
|
13130
|
+
chainId?: string | undefined;
|
13129
13131
|
mainProtocolId?: string | undefined;
|
13130
13132
|
campaigns?: boolean | undefined;
|
13131
13133
|
order?: string | undefined;
|
@@ -13173,8 +13175,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13173
13175
|
id: string;
|
13174
13176
|
name: string | null;
|
13175
13177
|
icon: string;
|
13176
|
-
chainId: number;
|
13177
13178
|
address: string;
|
13179
|
+
chainId: number;
|
13178
13180
|
decimals: number;
|
13179
13181
|
displaySymbol: string;
|
13180
13182
|
verified: boolean;
|
@@ -13199,8 +13201,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13199
13201
|
id: string;
|
13200
13202
|
name: string | null;
|
13201
13203
|
icon: string;
|
13202
|
-
chainId: number;
|
13203
13204
|
address: string;
|
13205
|
+
chainId: number;
|
13204
13206
|
decimals: number;
|
13205
13207
|
verified: boolean;
|
13206
13208
|
isTest: boolean;
|
@@ -13234,8 +13236,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13234
13236
|
status: import("@db/api").$Enums.Status;
|
13235
13237
|
tags: string[];
|
13236
13238
|
identifier: string;
|
13237
|
-
chainId: number;
|
13238
13239
|
action: import("@db/api").$Enums.OpportunityAction;
|
13240
|
+
chainId: number;
|
13239
13241
|
depositUrl: string | null;
|
13240
13242
|
mainProtocolId: string | null;
|
13241
13243
|
tvl: number;
|
@@ -13260,8 +13262,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13260
13262
|
id: string;
|
13261
13263
|
name: string | null;
|
13262
13264
|
icon: string;
|
13263
|
-
chainId: number;
|
13264
13265
|
address: string;
|
13266
|
+
chainId: number;
|
13265
13267
|
decimals: number;
|
13266
13268
|
verified: boolean;
|
13267
13269
|
isTest: boolean;
|
@@ -13287,8 +13289,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13287
13289
|
status: import("@db/api").$Enums.Status;
|
13288
13290
|
tags: string[];
|
13289
13291
|
identifier: string;
|
13290
|
-
chainId: number;
|
13291
13292
|
action: import("@db/api").$Enums.OpportunityAction;
|
13293
|
+
chainId: number;
|
13292
13294
|
tvl: number;
|
13293
13295
|
dailyRewards: number;
|
13294
13296
|
}[];
|
@@ -13307,9 +13309,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13307
13309
|
tags?: string | undefined;
|
13308
13310
|
identifier?: string | undefined;
|
13309
13311
|
page?: number | undefined;
|
13310
|
-
chainId?: string | undefined;
|
13311
13312
|
action?: string | undefined;
|
13312
13313
|
creatorAddress?: string | undefined;
|
13314
|
+
chainId?: string | undefined;
|
13313
13315
|
mainProtocolId?: string | undefined;
|
13314
13316
|
campaigns?: boolean | undefined;
|
13315
13317
|
order?: string | undefined;
|
@@ -13330,16 +13332,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13330
13332
|
items?: number | undefined;
|
13331
13333
|
subType?: number | undefined;
|
13332
13334
|
page?: number | undefined;
|
13333
|
-
chainId?: number | undefined;
|
13334
|
-
startTimestamp?: string | undefined;
|
13335
|
-
endTimestamp?: string | undefined;
|
13336
|
-
tokenAddress?: string | undefined;
|
13337
13335
|
types?: string[] | undefined;
|
13338
13336
|
campaignId?: string | undefined;
|
13339
13337
|
opportunityId?: string | undefined;
|
13338
|
+
startTimestamp?: string | undefined;
|
13339
|
+
endTimestamp?: string | undefined;
|
13340
13340
|
creatorAddress?: string | undefined;
|
13341
|
+
chainId?: number | undefined;
|
13341
13342
|
creatorId?: string | undefined;
|
13342
13343
|
mainParameter?: string | undefined;
|
13344
|
+
tokenAddress?: string | undefined;
|
13343
13345
|
test?: boolean | undefined;
|
13344
13346
|
creatorTag?: string | undefined;
|
13345
13347
|
distributionChainIds?: number[] | undefined;
|
@@ -13392,8 +13394,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13392
13394
|
id: string;
|
13393
13395
|
name: string | null;
|
13394
13396
|
icon: string;
|
13395
|
-
chainId: number;
|
13396
13397
|
address: string;
|
13398
|
+
chainId: number;
|
13397
13399
|
decimals: number;
|
13398
13400
|
verified: boolean;
|
13399
13401
|
isTest: boolean;
|
@@ -13414,8 +13416,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13414
13416
|
id: string;
|
13415
13417
|
name: string | null;
|
13416
13418
|
icon: string;
|
13417
|
-
chainId: number;
|
13418
13419
|
address: string;
|
13420
|
+
chainId: number;
|
13419
13421
|
decimals: number;
|
13420
13422
|
verified: boolean;
|
13421
13423
|
isTest: boolean;
|
@@ -13427,8 +13429,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13427
13429
|
name: string;
|
13428
13430
|
icon: string;
|
13429
13431
|
};
|
13430
|
-
chainId: number;
|
13431
13432
|
action: string;
|
13433
|
+
chainId: number;
|
13432
13434
|
tvl: number;
|
13433
13435
|
apr: number;
|
13434
13436
|
dailyRewards: number;
|
@@ -13460,14 +13462,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13460
13462
|
name: string;
|
13461
13463
|
icon: string;
|
13462
13464
|
};
|
13463
|
-
startTimestamp: string | number;
|
13464
|
-
endTimestamp: string | number;
|
13465
13465
|
computeChainId: number;
|
13466
13466
|
distributionChainId: number;
|
13467
13467
|
campaignId: string;
|
13468
13468
|
rewardTokenId: string;
|
13469
13469
|
amount: string;
|
13470
13470
|
opportunityId: string;
|
13471
|
+
startTimestamp: string | number;
|
13472
|
+
endTimestamp: string | number;
|
13471
13473
|
creatorAddress: string;
|
13472
13474
|
rewardToken: {
|
13473
13475
|
price?: number | null | undefined;
|
@@ -13475,8 +13477,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13475
13477
|
id: string;
|
13476
13478
|
name: string | null;
|
13477
13479
|
icon: string;
|
13478
|
-
chainId: number;
|
13479
13480
|
address: string;
|
13481
|
+
chainId: number;
|
13480
13482
|
decimals: number;
|
13481
13483
|
verified: boolean;
|
13482
13484
|
isTest: boolean;
|
@@ -13509,9 +13511,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13509
13511
|
tags?: string | undefined;
|
13510
13512
|
identifier?: string | undefined;
|
13511
13513
|
page?: number | undefined;
|
13512
|
-
chainId?: string | undefined;
|
13513
13514
|
action?: string | undefined;
|
13514
13515
|
creatorAddress?: string | undefined;
|
13516
|
+
chainId?: string | undefined;
|
13515
13517
|
mainProtocolId?: string | undefined;
|
13516
13518
|
campaigns?: boolean | undefined;
|
13517
13519
|
order?: string | undefined;
|
@@ -13540,9 +13542,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13540
13542
|
tags?: string | undefined;
|
13541
13543
|
identifier?: string | undefined;
|
13542
13544
|
page?: number | undefined;
|
13543
|
-
chainId?: string | undefined;
|
13544
13545
|
action?: string | undefined;
|
13545
13546
|
creatorAddress?: string | undefined;
|
13547
|
+
chainId?: string | undefined;
|
13546
13548
|
mainProtocolId?: string | undefined;
|
13547
13549
|
campaigns?: boolean | undefined;
|
13548
13550
|
order?: string | undefined;
|
@@ -13571,9 +13573,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13571
13573
|
tags?: string | undefined;
|
13572
13574
|
identifier?: string | undefined;
|
13573
13575
|
page?: number | undefined;
|
13574
|
-
chainId?: string | undefined;
|
13575
13576
|
action?: string | undefined;
|
13576
13577
|
creatorAddress?: string | undefined;
|
13578
|
+
chainId?: string | undefined;
|
13577
13579
|
mainProtocolId?: string | undefined;
|
13578
13580
|
campaigns?: boolean | undefined;
|
13579
13581
|
order?: string | undefined;
|
@@ -13612,8 +13614,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13612
13614
|
id: string;
|
13613
13615
|
name: string | null;
|
13614
13616
|
icon: string;
|
13615
|
-
chainId: number;
|
13616
13617
|
address: string;
|
13618
|
+
chainId: number;
|
13617
13619
|
decimals: number;
|
13618
13620
|
verified: boolean;
|
13619
13621
|
isTest: boolean;
|
@@ -13647,8 +13649,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13647
13649
|
status: import("@db/api").$Enums.Status;
|
13648
13650
|
tags: string[];
|
13649
13651
|
identifier: string;
|
13650
|
-
chainId: number;
|
13651
13652
|
action: import("@db/api").$Enums.OpportunityAction;
|
13653
|
+
chainId: number;
|
13652
13654
|
depositUrl: string | null;
|
13653
13655
|
mainProtocolId: string | null;
|
13654
13656
|
tvl: number;
|
@@ -13688,12 +13690,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13688
13690
|
type: number;
|
13689
13691
|
params: string;
|
13690
13692
|
creator: string;
|
13691
|
-
chainId: number;
|
13692
|
-
startTimestamp: string;
|
13693
|
-
endTimestamp: string;
|
13694
13693
|
computeChainId: number;
|
13695
13694
|
campaignId: string;
|
13696
13695
|
amount: string;
|
13696
|
+
startTimestamp: string;
|
13697
|
+
endTimestamp: string;
|
13698
|
+
chainId: number;
|
13697
13699
|
rewardTokenAddress: string;
|
13698
13700
|
opportunityIdentifier: string;
|
13699
13701
|
}, options: {
|
@@ -13708,14 +13710,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13708
13710
|
type: string;
|
13709
13711
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
13710
13712
|
subType: number | null;
|
13711
|
-
startTimestamp: bigint;
|
13712
|
-
endTimestamp: bigint;
|
13713
13713
|
computeChainId: number;
|
13714
13714
|
distributionChainId: number;
|
13715
13715
|
campaignId: string;
|
13716
13716
|
rewardTokenId: string;
|
13717
13717
|
amount: string;
|
13718
13718
|
opportunityId: string;
|
13719
|
+
startTimestamp: bigint;
|
13720
|
+
endTimestamp: bigint;
|
13719
13721
|
creatorAddress: string;
|
13720
13722
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
13721
13723
|
} | undefined;
|
@@ -13783,14 +13785,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13783
13785
|
type: string;
|
13784
13786
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
13785
13787
|
subType: number | null;
|
13786
|
-
startTimestamp: bigint;
|
13787
|
-
endTimestamp: bigint;
|
13788
13788
|
computeChainId: number;
|
13789
13789
|
distributionChainId: number;
|
13790
13790
|
campaignId: string;
|
13791
13791
|
rewardTokenId: string;
|
13792
13792
|
amount: string;
|
13793
13793
|
opportunityId: string;
|
13794
|
+
startTimestamp: bigint;
|
13795
|
+
endTimestamp: bigint;
|
13794
13796
|
creatorAddress: string;
|
13795
13797
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
13796
13798
|
};
|
@@ -13805,16 +13807,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13805
13807
|
items?: number | undefined;
|
13806
13808
|
subType?: number | undefined;
|
13807
13809
|
page?: number | undefined;
|
13808
|
-
chainId?: number | undefined;
|
13809
|
-
startTimestamp?: string | undefined;
|
13810
|
-
endTimestamp?: string | undefined;
|
13811
|
-
tokenAddress?: string | undefined;
|
13812
13810
|
types?: string[] | undefined;
|
13813
13811
|
campaignId?: string | undefined;
|
13814
13812
|
opportunityId?: string | undefined;
|
13813
|
+
startTimestamp?: string | undefined;
|
13814
|
+
endTimestamp?: string | undefined;
|
13815
13815
|
creatorAddress?: string | undefined;
|
13816
|
+
chainId?: number | undefined;
|
13816
13817
|
creatorId?: string | undefined;
|
13817
13818
|
mainParameter?: string | undefined;
|
13819
|
+
tokenAddress?: string | undefined;
|
13818
13820
|
test?: boolean | undefined;
|
13819
13821
|
creatorTag?: string | undefined;
|
13820
13822
|
distributionChainIds?: number[] | undefined;
|
@@ -13837,8 +13839,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13837
13839
|
id: string;
|
13838
13840
|
name: string | null;
|
13839
13841
|
icon: string;
|
13840
|
-
chainId: number;
|
13841
13842
|
address: string;
|
13843
|
+
chainId: number;
|
13842
13844
|
decimals: number;
|
13843
13845
|
verified: boolean;
|
13844
13846
|
isTest: boolean;
|
@@ -13872,8 +13874,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13872
13874
|
status: import("@db/api").$Enums.Status;
|
13873
13875
|
tags: string[];
|
13874
13876
|
identifier: string;
|
13875
|
-
chainId: number;
|
13876
13877
|
action: import("@db/api").$Enums.OpportunityAction;
|
13878
|
+
chainId: number;
|
13877
13879
|
depositUrl: string | null;
|
13878
13880
|
mainProtocolId: string | null;
|
13879
13881
|
tvl: number;
|
@@ -13902,16 +13904,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13902
13904
|
items?: number | undefined;
|
13903
13905
|
subType?: number | undefined;
|
13904
13906
|
page?: number | undefined;
|
13905
|
-
chainId?: number | undefined;
|
13906
|
-
startTimestamp?: string | undefined;
|
13907
|
-
endTimestamp?: string | undefined;
|
13908
|
-
tokenAddress?: string | undefined;
|
13909
13907
|
types?: string[] | undefined;
|
13910
13908
|
campaignId?: string | undefined;
|
13911
13909
|
opportunityId?: string | undefined;
|
13910
|
+
startTimestamp?: string | undefined;
|
13911
|
+
endTimestamp?: string | undefined;
|
13912
13912
|
creatorAddress?: string | undefined;
|
13913
|
+
chainId?: number | undefined;
|
13913
13914
|
creatorId?: string | undefined;
|
13914
13915
|
mainParameter?: string | undefined;
|
13916
|
+
tokenAddress?: string | undefined;
|
13915
13917
|
test?: boolean | undefined;
|
13916
13918
|
creatorTag?: string | undefined;
|
13917
13919
|
distributionChainIds?: number[] | undefined;
|
@@ -13933,8 +13935,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
13933
13935
|
fetch?: RequestInit | undefined;
|
13934
13936
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
13935
13937
|
200: {
|
13936
|
-
endTimestamp: bigint;
|
13937
13938
|
campaignId: string;
|
13939
|
+
endTimestamp: bigint;
|
13938
13940
|
CampaignStatus: {
|
13939
13941
|
status: import("@db/api").$Enums.RunStatus;
|
13940
13942
|
computedUntil: bigint;
|
@@ -14120,8 +14122,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14120
14122
|
id: string;
|
14121
14123
|
name: string | null;
|
14122
14124
|
icon: string;
|
14123
|
-
chainId: number;
|
14124
14125
|
address: string;
|
14126
|
+
chainId: number;
|
14125
14127
|
decimals: number;
|
14126
14128
|
verified: boolean;
|
14127
14129
|
isTest: boolean;
|
@@ -14145,8 +14147,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14145
14147
|
id: string;
|
14146
14148
|
name: string | null;
|
14147
14149
|
icon: string;
|
14148
|
-
chainId: number;
|
14149
14150
|
address: string;
|
14151
|
+
chainId: number;
|
14150
14152
|
decimals: number;
|
14151
14153
|
verified: boolean;
|
14152
14154
|
isTest: boolean;
|
@@ -14173,8 +14175,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14173
14175
|
id: string;
|
14174
14176
|
name: string | null;
|
14175
14177
|
icon: string;
|
14176
|
-
chainId: number;
|
14177
14178
|
address: string;
|
14179
|
+
chainId: number;
|
14178
14180
|
decimals: number;
|
14179
14181
|
displaySymbol: string;
|
14180
14182
|
verified: boolean;
|
@@ -14198,8 +14200,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14198
14200
|
id: string;
|
14199
14201
|
name: string | null;
|
14200
14202
|
icon: string;
|
14201
|
-
chainId: number;
|
14202
14203
|
address: string;
|
14204
|
+
chainId: number;
|
14203
14205
|
decimals: number;
|
14204
14206
|
displaySymbol: string;
|
14205
14207
|
verified: boolean;
|
@@ -14213,8 +14215,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14213
14215
|
get: (options: {
|
14214
14216
|
headers?: Record<string, unknown> | undefined;
|
14215
14217
|
query: {
|
14216
|
-
tokenAddress?: string | undefined;
|
14217
14218
|
verified?: boolean | undefined;
|
14219
|
+
tokenAddress?: string | undefined;
|
14218
14220
|
additionalTokenAddresses?: string[] | undefined;
|
14219
14221
|
chainId: number;
|
14220
14222
|
userAddress: string;
|
@@ -14226,8 +14228,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14226
14228
|
id: string;
|
14227
14229
|
name: string | null;
|
14228
14230
|
icon: string;
|
14229
|
-
chainId: number;
|
14230
14231
|
address: string;
|
14232
|
+
chainId: number;
|
14231
14233
|
decimals: number;
|
14232
14234
|
verified: boolean;
|
14233
14235
|
isTest: boolean;
|
@@ -14246,8 +14248,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14246
14248
|
symbol?: string | undefined;
|
14247
14249
|
id?: string[] | undefined;
|
14248
14250
|
name?: string | undefined;
|
14249
|
-
chainId?: number | undefined;
|
14250
14251
|
address?: string | undefined;
|
14252
|
+
chainId?: number | undefined;
|
14251
14253
|
displaySymbol?: string | undefined;
|
14252
14254
|
verified?: boolean | undefined;
|
14253
14255
|
isNative?: boolean | undefined;
|
@@ -14261,8 +14263,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14261
14263
|
id: string;
|
14262
14264
|
name: string | null;
|
14263
14265
|
icon: string;
|
14264
|
-
chainId: number;
|
14265
14266
|
address: string;
|
14267
|
+
chainId: number;
|
14266
14268
|
decimals: number;
|
14267
14269
|
verified: boolean;
|
14268
14270
|
isTest: boolean;
|
@@ -14274,8 +14276,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14274
14276
|
post: (body: {
|
14275
14277
|
isTest?: boolean | undefined;
|
14276
14278
|
icon: string;
|
14277
|
-
chainId: number;
|
14278
14279
|
address: string;
|
14280
|
+
chainId: number;
|
14279
14281
|
verified: boolean;
|
14280
14282
|
}, options: {
|
14281
14283
|
headers: {
|
@@ -14289,8 +14291,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14289
14291
|
id: string;
|
14290
14292
|
name: string | null;
|
14291
14293
|
icon: string;
|
14292
|
-
chainId: number;
|
14293
14294
|
address: string;
|
14295
|
+
chainId: number;
|
14294
14296
|
decimals: number;
|
14295
14297
|
verified: boolean;
|
14296
14298
|
isTest: boolean;
|
@@ -14306,8 +14308,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14306
14308
|
symbol?: string | undefined;
|
14307
14309
|
id?: string[] | undefined;
|
14308
14310
|
name?: string | undefined;
|
14309
|
-
chainId?: number | undefined;
|
14310
14311
|
address?: string | undefined;
|
14312
|
+
chainId?: number | undefined;
|
14311
14313
|
displaySymbol?: string | undefined;
|
14312
14314
|
verified?: boolean | undefined;
|
14313
14315
|
isNative?: boolean | undefined;
|
@@ -14377,8 +14379,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14377
14379
|
id: string;
|
14378
14380
|
name: string | null;
|
14379
14381
|
icon: string;
|
14380
|
-
chainId: number;
|
14381
14382
|
address: string;
|
14383
|
+
chainId: number;
|
14382
14384
|
decimals: number;
|
14383
14385
|
displaySymbol: string;
|
14384
14386
|
verified: boolean;
|
@@ -14397,8 +14399,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14397
14399
|
query: {
|
14398
14400
|
items?: number | undefined;
|
14399
14401
|
page?: number | undefined;
|
14400
|
-
chainId: number;
|
14401
14402
|
campaignId: string;
|
14403
|
+
chainId: number;
|
14402
14404
|
};
|
14403
14405
|
fetch?: RequestInit | undefined;
|
14404
14406
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14411,8 +14413,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14411
14413
|
query: {
|
14412
14414
|
items?: number | undefined;
|
14413
14415
|
page?: number | undefined;
|
14414
|
-
chainId: number;
|
14415
14416
|
campaignId: string;
|
14417
|
+
chainId: number;
|
14416
14418
|
};
|
14417
14419
|
fetch?: RequestInit | undefined;
|
14418
14420
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14428,8 +14430,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14428
14430
|
query: {
|
14429
14431
|
items?: number | undefined;
|
14430
14432
|
page?: number | undefined;
|
14431
|
-
chainId: number;
|
14432
14433
|
campaignId: string;
|
14434
|
+
chainId: number;
|
14433
14435
|
};
|
14434
14436
|
fetch?: RequestInit | undefined;
|
14435
14437
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14514,8 +14516,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14514
14516
|
items?: number | undefined;
|
14515
14517
|
page?: number | undefined;
|
14516
14518
|
campaignIds?: string[] | undefined;
|
14517
|
-
chainId: number;
|
14518
14519
|
address: string;
|
14520
|
+
chainId: number;
|
14519
14521
|
};
|
14520
14522
|
fetch?: RequestInit | undefined;
|
14521
14523
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14534,8 +14536,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14534
14536
|
items?: number | undefined;
|
14535
14537
|
page?: number | undefined;
|
14536
14538
|
campaignIds?: string[] | undefined;
|
14537
|
-
chainId: number;
|
14538
14539
|
address: string;
|
14540
|
+
chainId: number;
|
14539
14541
|
};
|
14540
14542
|
fetch?: RequestInit | undefined;
|
14541
14543
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14552,8 +14554,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14552
14554
|
items?: number | undefined;
|
14553
14555
|
page?: number | undefined;
|
14554
14556
|
campaignIds?: string[] | undefined;
|
14555
|
-
chainId: number;
|
14556
14557
|
address: string;
|
14558
|
+
chainId: number;
|
14557
14559
|
};
|
14558
14560
|
fetch?: RequestInit | undefined;
|
14559
14561
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -14973,8 +14975,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14973
14975
|
id: string;
|
14974
14976
|
name: string | null;
|
14975
14977
|
icon: string;
|
14976
|
-
chainId: number;
|
14977
14978
|
address: string;
|
14979
|
+
chainId: number;
|
14978
14980
|
decimals: number;
|
14979
14981
|
displaySymbol: string;
|
14980
14982
|
verified: boolean;
|
@@ -14995,8 +14997,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
14995
14997
|
id: string;
|
14996
14998
|
name: string | null;
|
14997
14999
|
icon: string;
|
14998
|
-
chainId: number;
|
14999
15000
|
address: string;
|
15001
|
+
chainId: number;
|
15000
15002
|
decimals: number;
|
15001
15003
|
displaySymbol: string;
|
15002
15004
|
verified: boolean;
|
@@ -15027,8 +15029,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15027
15029
|
status: import("@db/api").$Enums.Status;
|
15028
15030
|
tags: string[];
|
15029
15031
|
identifier: string;
|
15030
|
-
chainId: number;
|
15031
15032
|
action: import("@db/api").$Enums.OpportunityAction;
|
15033
|
+
chainId: number;
|
15032
15034
|
depositUrl: string | null;
|
15033
15035
|
mainProtocolId: string | null;
|
15034
15036
|
tvl: number;
|
@@ -15077,8 +15079,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15077
15079
|
id: string;
|
15078
15080
|
name: string | null;
|
15079
15081
|
icon: string;
|
15080
|
-
chainId: number;
|
15081
15082
|
address: string;
|
15083
|
+
chainId: number;
|
15082
15084
|
decimals: number;
|
15083
15085
|
displaySymbol: string;
|
15084
15086
|
verified: boolean;
|
@@ -15099,8 +15101,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15099
15101
|
id: string;
|
15100
15102
|
name: string | null;
|
15101
15103
|
icon: string;
|
15102
|
-
chainId: number;
|
15103
15104
|
address: string;
|
15105
|
+
chainId: number;
|
15104
15106
|
decimals: number;
|
15105
15107
|
displaySymbol: string;
|
15106
15108
|
verified: boolean;
|
@@ -15131,8 +15133,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15131
15133
|
status: import("@db/api").$Enums.Status;
|
15132
15134
|
tags: string[];
|
15133
15135
|
identifier: string;
|
15134
|
-
chainId: number;
|
15135
15136
|
action: import("@db/api").$Enums.OpportunityAction;
|
15137
|
+
chainId: number;
|
15136
15138
|
depositUrl: string | null;
|
15137
15139
|
mainProtocolId: string | null;
|
15138
15140
|
tvl: number;
|
@@ -15253,8 +15255,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15253
15255
|
fetch?: RequestInit | undefined;
|
15254
15256
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
15255
15257
|
200: {
|
15256
|
-
timestamp: bigint;
|
15257
15258
|
chainId: number;
|
15259
|
+
timestamp: bigint;
|
15258
15260
|
root: string;
|
15259
15261
|
epoch: number;
|
15260
15262
|
}[];
|
@@ -15279,8 +15281,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15279
15281
|
};
|
15280
15282
|
engine: {
|
15281
15283
|
post: (body: {
|
15282
|
-
timestamp: number;
|
15283
15284
|
chainId: number;
|
15285
|
+
timestamp: number;
|
15284
15286
|
root: string;
|
15285
15287
|
epoch: number;
|
15286
15288
|
}, options: {
|
@@ -15291,8 +15293,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15291
15293
|
fetch?: RequestInit | undefined;
|
15292
15294
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
15293
15295
|
200: {
|
15294
|
-
timestamp: bigint;
|
15295
15296
|
chainId: number;
|
15297
|
+
timestamp: bigint;
|
15296
15298
|
root: string;
|
15297
15299
|
epoch: number;
|
15298
15300
|
};
|
@@ -15375,9 +15377,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15375
15377
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
15376
15378
|
200: {
|
15377
15379
|
id: string;
|
15378
|
-
timestamp: number;
|
15379
|
-
chainId: number;
|
15380
15380
|
datetime: Date;
|
15381
|
+
chainId: number;
|
15382
|
+
timestamp: number;
|
15381
15383
|
recipient: string;
|
15382
15384
|
fromTokenId: string;
|
15383
15385
|
toTokenId: string;
|
@@ -15657,11 +15659,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15657
15659
|
200: {
|
15658
15660
|
delay: number;
|
15659
15661
|
computedUntil: number;
|
15660
|
-
startTimestamp: bigint;
|
15661
|
-
endTimestamp: bigint;
|
15662
15662
|
computeChainId: number;
|
15663
15663
|
distributionChainId: number;
|
15664
15664
|
campaignId: string;
|
15665
|
+
startTimestamp: bigint;
|
15666
|
+
endTimestamp: bigint;
|
15665
15667
|
RewardToken: {
|
15666
15668
|
symbol: string;
|
15667
15669
|
address: string;
|
@@ -15713,8 +15715,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15713
15715
|
get: (options: {
|
15714
15716
|
headers?: Record<string, unknown> | undefined;
|
15715
15717
|
query: {
|
15716
|
-
chainId: number;
|
15717
15718
|
address: string;
|
15719
|
+
chainId: number;
|
15718
15720
|
};
|
15719
15721
|
fetch?: RequestInit | undefined;
|
15720
15722
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -15743,11 +15745,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15743
15745
|
headers?: Record<string, unknown> | undefined;
|
15744
15746
|
query: {
|
15745
15747
|
creator: string;
|
15746
|
-
startTimestamp: number;
|
15747
|
-
endTimestamp: number;
|
15748
15748
|
campaign: string;
|
15749
15749
|
distributionChainId: number;
|
15750
15750
|
amount: string;
|
15751
|
+
startTimestamp: number;
|
15752
|
+
endTimestamp: number;
|
15751
15753
|
rewardToken: string;
|
15752
15754
|
program: string;
|
15753
15755
|
};
|
@@ -15770,11 +15772,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15770
15772
|
headers?: Record<string, unknown> | undefined;
|
15771
15773
|
query: {
|
15772
15774
|
creator: string;
|
15773
|
-
startTimestamp: number;
|
15774
|
-
endTimestamp: number;
|
15775
15775
|
campaign: string;
|
15776
15776
|
distributionChainId: number;
|
15777
15777
|
amount: string;
|
15778
|
+
startTimestamp: number;
|
15779
|
+
endTimestamp: number;
|
15778
15780
|
rewardToken: string;
|
15779
15781
|
program: string;
|
15780
15782
|
};
|
@@ -15802,11 +15804,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15802
15804
|
headers?: Record<string, unknown> | undefined;
|
15803
15805
|
query: {
|
15804
15806
|
creator: string;
|
15805
|
-
startTimestamp: number;
|
15806
|
-
endTimestamp: number;
|
15807
15807
|
campaign: string;
|
15808
15808
|
distributionChainId: number;
|
15809
15809
|
amount: string;
|
15810
|
+
startTimestamp: number;
|
15811
|
+
endTimestamp: number;
|
15810
15812
|
rewardToken: string;
|
15811
15813
|
program: string;
|
15812
15814
|
};
|
@@ -15823,9 +15825,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15823
15825
|
query: {
|
15824
15826
|
amount?: string | undefined;
|
15825
15827
|
creator: string;
|
15828
|
+
distributionChainId: number;
|
15826
15829
|
startTimestamp: number;
|
15827
15830
|
endTimestamp: number;
|
15828
|
-
distributionChainId: number;
|
15829
15831
|
rewardToken: string;
|
15830
15832
|
program: string;
|
15831
15833
|
};
|
@@ -15850,9 +15852,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15850
15852
|
query: {
|
15851
15853
|
amount?: string | undefined;
|
15852
15854
|
creator: string;
|
15855
|
+
distributionChainId: number;
|
15853
15856
|
startTimestamp: number;
|
15854
15857
|
endTimestamp: number;
|
15855
|
-
distributionChainId: number;
|
15856
15858
|
rewardToken: string;
|
15857
15859
|
program: string;
|
15858
15860
|
};
|
@@ -15901,10 +15903,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15901
15903
|
evkAddress?: string | undefined;
|
15902
15904
|
collateralAddress?: string | undefined;
|
15903
15905
|
creator: string;
|
15904
|
-
startTimestamp: number;
|
15905
15906
|
computeChainId: number;
|
15906
15907
|
distributionChainId: number;
|
15907
15908
|
amount: string;
|
15909
|
+
startTimestamp: number;
|
15908
15910
|
rewardToken: string;
|
15909
15911
|
campaignType: number;
|
15910
15912
|
}, options: {
|
@@ -15933,10 +15935,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
15933
15935
|
parse: {
|
15934
15936
|
"from-campaign-data": {
|
15935
15937
|
post: (body: {
|
15936
|
-
chainId: number;
|
15937
|
-
startTimestamp: number;
|
15938
15938
|
computeChainId: number;
|
15939
15939
|
amount: string;
|
15940
|
+
startTimestamp: number;
|
15941
|
+
chainId: number;
|
15940
15942
|
rewardToken: string;
|
15941
15943
|
campaignType: number;
|
15942
15944
|
duration: number;
|
@@ -16152,8 +16154,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16152
16154
|
get: (options: {
|
16153
16155
|
headers?: Record<string, unknown> | undefined;
|
16154
16156
|
query: {
|
16155
|
-
chainId: number;
|
16156
16157
|
address: string;
|
16158
|
+
chainId: number;
|
16157
16159
|
referralKey: string;
|
16158
16160
|
};
|
16159
16161
|
fetch?: RequestInit | undefined;
|
@@ -16226,8 +16228,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16226
16228
|
id: string;
|
16227
16229
|
name: string | null;
|
16228
16230
|
icon: string;
|
16229
|
-
chainId: number;
|
16230
16231
|
address: string;
|
16232
|
+
chainId: number;
|
16231
16233
|
decimals: number;
|
16232
16234
|
verified: boolean;
|
16233
16235
|
isTest: boolean;
|
@@ -16291,8 +16293,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16291
16293
|
id: string;
|
16292
16294
|
name: string | null;
|
16293
16295
|
icon: string;
|
16294
|
-
chainId: number;
|
16295
16296
|
address: string;
|
16297
|
+
chainId: number;
|
16296
16298
|
decimals: number;
|
16297
16299
|
verified: boolean;
|
16298
16300
|
isTest: boolean;
|
@@ -16313,8 +16315,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16313
16315
|
id: string;
|
16314
16316
|
name: string | null;
|
16315
16317
|
icon: string;
|
16316
|
-
chainId: number;
|
16317
16318
|
address: string;
|
16319
|
+
chainId: number;
|
16318
16320
|
decimals: number;
|
16319
16321
|
verified: boolean;
|
16320
16322
|
isTest: boolean;
|
@@ -16326,8 +16328,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16326
16328
|
name: string;
|
16327
16329
|
icon: string;
|
16328
16330
|
};
|
16329
|
-
chainId: number;
|
16330
16331
|
action: string;
|
16332
|
+
chainId: number;
|
16331
16333
|
tvl: number;
|
16332
16334
|
apr: number;
|
16333
16335
|
dailyRewards: number;
|
@@ -16394,8 +16396,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16394
16396
|
id: string;
|
16395
16397
|
name: string | null;
|
16396
16398
|
icon: string;
|
16397
|
-
chainId: number;
|
16398
16399
|
address: string;
|
16400
|
+
chainId: number;
|
16399
16401
|
decimals: number;
|
16400
16402
|
verified: boolean;
|
16401
16403
|
isTest: boolean;
|
@@ -16416,8 +16418,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16416
16418
|
id: string;
|
16417
16419
|
name: string | null;
|
16418
16420
|
icon: string;
|
16419
|
-
chainId: number;
|
16420
16421
|
address: string;
|
16422
|
+
chainId: number;
|
16421
16423
|
decimals: number;
|
16422
16424
|
verified: boolean;
|
16423
16425
|
isTest: boolean;
|
@@ -16429,8 +16431,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16429
16431
|
name: string;
|
16430
16432
|
icon: string;
|
16431
16433
|
};
|
16432
|
-
chainId: number;
|
16433
16434
|
action: string;
|
16435
|
+
chainId: number;
|
16434
16436
|
tvl: number;
|
16435
16437
|
apr: number;
|
16436
16438
|
dailyRewards: number;
|
@@ -16462,14 +16464,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16462
16464
|
name: string;
|
16463
16465
|
icon: string;
|
16464
16466
|
};
|
16465
|
-
startTimestamp: string | number;
|
16466
|
-
endTimestamp: string | number;
|
16467
16467
|
computeChainId: number;
|
16468
16468
|
distributionChainId: number;
|
16469
16469
|
campaignId: string;
|
16470
16470
|
rewardTokenId: string;
|
16471
16471
|
amount: string;
|
16472
16472
|
opportunityId: string;
|
16473
|
+
startTimestamp: string | number;
|
16474
|
+
endTimestamp: string | number;
|
16473
16475
|
creatorAddress: string;
|
16474
16476
|
rewardToken: {
|
16475
16477
|
price?: number | null | undefined;
|
@@ -16477,8 +16479,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16477
16479
|
id: string;
|
16478
16480
|
name: string | null;
|
16479
16481
|
icon: string;
|
16480
|
-
chainId: number;
|
16481
16482
|
address: string;
|
16483
|
+
chainId: number;
|
16482
16484
|
decimals: number;
|
16483
16485
|
verified: boolean;
|
16484
16486
|
isTest: boolean;
|
@@ -16514,8 +16516,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16514
16516
|
status: import("@db/api").$Enums.Status;
|
16515
16517
|
tags: string[];
|
16516
16518
|
identifier: string;
|
16517
|
-
chainId: number;
|
16518
16519
|
action: import("@db/api").$Enums.OpportunityAction;
|
16520
|
+
chainId: number;
|
16519
16521
|
depositUrl: string | null;
|
16520
16522
|
mainProtocolId: string | null;
|
16521
16523
|
tvl: number;
|
@@ -16534,12 +16536,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16534
16536
|
type: string;
|
16535
16537
|
status: "NONE" | "PAST" | "LIVE" | "SOON";
|
16536
16538
|
tokens: {
|
16537
|
-
chainId: number;
|
16538
16539
|
address: string;
|
16540
|
+
chainId: number;
|
16539
16541
|
}[];
|
16540
16542
|
identifier: string;
|
16541
|
-
chainId: number;
|
16542
16543
|
action: "POOL" | "HOLD" | "DROP" | "LEND" | "BORROW" | "LONG" | "SHORT" | "INVALID";
|
16544
|
+
chainId: number;
|
16543
16545
|
}, options: {
|
16544
16546
|
headers: {
|
16545
16547
|
authorization: string;
|
@@ -16554,8 +16556,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16554
16556
|
status: import("@db/api").$Enums.Status;
|
16555
16557
|
tags: string[];
|
16556
16558
|
identifier: string;
|
16557
|
-
chainId: number;
|
16558
16559
|
action: import("@db/api").$Enums.OpportunityAction;
|
16560
|
+
chainId: number;
|
16559
16561
|
depositUrl: string | null;
|
16560
16562
|
mainProtocolId: string | null;
|
16561
16563
|
tvl: number;
|
@@ -16575,9 +16577,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16575
16577
|
tags?: string | undefined;
|
16576
16578
|
identifier?: string | undefined;
|
16577
16579
|
page?: number | undefined;
|
16578
|
-
chainId?: string | undefined;
|
16579
16580
|
action?: string | undefined;
|
16580
16581
|
creatorAddress?: string | undefined;
|
16582
|
+
chainId?: string | undefined;
|
16581
16583
|
mainProtocolId?: string | undefined;
|
16582
16584
|
campaigns?: boolean | undefined;
|
16583
16585
|
order?: string | undefined;
|
@@ -16625,8 +16627,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16625
16627
|
id: string;
|
16626
16628
|
name: string | null;
|
16627
16629
|
icon: string;
|
16628
|
-
chainId: number;
|
16629
16630
|
address: string;
|
16631
|
+
chainId: number;
|
16630
16632
|
decimals: number;
|
16631
16633
|
displaySymbol: string;
|
16632
16634
|
verified: boolean;
|
@@ -16651,8 +16653,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16651
16653
|
id: string;
|
16652
16654
|
name: string | null;
|
16653
16655
|
icon: string;
|
16654
|
-
chainId: number;
|
16655
16656
|
address: string;
|
16657
|
+
chainId: number;
|
16656
16658
|
decimals: number;
|
16657
16659
|
verified: boolean;
|
16658
16660
|
isTest: boolean;
|
@@ -16686,8 +16688,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16686
16688
|
status: import("@db/api").$Enums.Status;
|
16687
16689
|
tags: string[];
|
16688
16690
|
identifier: string;
|
16689
|
-
chainId: number;
|
16690
16691
|
action: import("@db/api").$Enums.OpportunityAction;
|
16692
|
+
chainId: number;
|
16691
16693
|
depositUrl: string | null;
|
16692
16694
|
mainProtocolId: string | null;
|
16693
16695
|
tvl: number;
|
@@ -16712,8 +16714,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16712
16714
|
id: string;
|
16713
16715
|
name: string | null;
|
16714
16716
|
icon: string;
|
16715
|
-
chainId: number;
|
16716
16717
|
address: string;
|
16718
|
+
chainId: number;
|
16717
16719
|
decimals: number;
|
16718
16720
|
verified: boolean;
|
16719
16721
|
isTest: boolean;
|
@@ -16739,8 +16741,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16739
16741
|
status: import("@db/api").$Enums.Status;
|
16740
16742
|
tags: string[];
|
16741
16743
|
identifier: string;
|
16742
|
-
chainId: number;
|
16743
16744
|
action: import("@db/api").$Enums.OpportunityAction;
|
16745
|
+
chainId: number;
|
16744
16746
|
tvl: number;
|
16745
16747
|
dailyRewards: number;
|
16746
16748
|
}[];
|
@@ -16759,9 +16761,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16759
16761
|
tags?: string | undefined;
|
16760
16762
|
identifier?: string | undefined;
|
16761
16763
|
page?: number | undefined;
|
16762
|
-
chainId?: string | undefined;
|
16763
16764
|
action?: string | undefined;
|
16764
16765
|
creatorAddress?: string | undefined;
|
16766
|
+
chainId?: string | undefined;
|
16765
16767
|
mainProtocolId?: string | undefined;
|
16766
16768
|
campaigns?: boolean | undefined;
|
16767
16769
|
order?: string | undefined;
|
@@ -16782,16 +16784,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16782
16784
|
items?: number | undefined;
|
16783
16785
|
subType?: number | undefined;
|
16784
16786
|
page?: number | undefined;
|
16785
|
-
chainId?: number | undefined;
|
16786
|
-
startTimestamp?: string | undefined;
|
16787
|
-
endTimestamp?: string | undefined;
|
16788
|
-
tokenAddress?: string | undefined;
|
16789
16787
|
types?: string[] | undefined;
|
16790
16788
|
campaignId?: string | undefined;
|
16791
16789
|
opportunityId?: string | undefined;
|
16790
|
+
startTimestamp?: string | undefined;
|
16791
|
+
endTimestamp?: string | undefined;
|
16792
16792
|
creatorAddress?: string | undefined;
|
16793
|
+
chainId?: number | undefined;
|
16793
16794
|
creatorId?: string | undefined;
|
16794
16795
|
mainParameter?: string | undefined;
|
16796
|
+
tokenAddress?: string | undefined;
|
16795
16797
|
test?: boolean | undefined;
|
16796
16798
|
creatorTag?: string | undefined;
|
16797
16799
|
distributionChainIds?: number[] | undefined;
|
@@ -16844,8 +16846,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16844
16846
|
id: string;
|
16845
16847
|
name: string | null;
|
16846
16848
|
icon: string;
|
16847
|
-
chainId: number;
|
16848
16849
|
address: string;
|
16850
|
+
chainId: number;
|
16849
16851
|
decimals: number;
|
16850
16852
|
verified: boolean;
|
16851
16853
|
isTest: boolean;
|
@@ -16866,8 +16868,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16866
16868
|
id: string;
|
16867
16869
|
name: string | null;
|
16868
16870
|
icon: string;
|
16869
|
-
chainId: number;
|
16870
16871
|
address: string;
|
16872
|
+
chainId: number;
|
16871
16873
|
decimals: number;
|
16872
16874
|
verified: boolean;
|
16873
16875
|
isTest: boolean;
|
@@ -16879,8 +16881,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16879
16881
|
name: string;
|
16880
16882
|
icon: string;
|
16881
16883
|
};
|
16882
|
-
chainId: number;
|
16883
16884
|
action: string;
|
16885
|
+
chainId: number;
|
16884
16886
|
tvl: number;
|
16885
16887
|
apr: number;
|
16886
16888
|
dailyRewards: number;
|
@@ -16912,14 +16914,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16912
16914
|
name: string;
|
16913
16915
|
icon: string;
|
16914
16916
|
};
|
16915
|
-
startTimestamp: string | number;
|
16916
|
-
endTimestamp: string | number;
|
16917
16917
|
computeChainId: number;
|
16918
16918
|
distributionChainId: number;
|
16919
16919
|
campaignId: string;
|
16920
16920
|
rewardTokenId: string;
|
16921
16921
|
amount: string;
|
16922
16922
|
opportunityId: string;
|
16923
|
+
startTimestamp: string | number;
|
16924
|
+
endTimestamp: string | number;
|
16923
16925
|
creatorAddress: string;
|
16924
16926
|
rewardToken: {
|
16925
16927
|
price?: number | null | undefined;
|
@@ -16927,8 +16929,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16927
16929
|
id: string;
|
16928
16930
|
name: string | null;
|
16929
16931
|
icon: string;
|
16930
|
-
chainId: number;
|
16931
16932
|
address: string;
|
16933
|
+
chainId: number;
|
16932
16934
|
decimals: number;
|
16933
16935
|
verified: boolean;
|
16934
16936
|
isTest: boolean;
|
@@ -16961,9 +16963,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16961
16963
|
tags?: string | undefined;
|
16962
16964
|
identifier?: string | undefined;
|
16963
16965
|
page?: number | undefined;
|
16964
|
-
chainId?: string | undefined;
|
16965
16966
|
action?: string | undefined;
|
16966
16967
|
creatorAddress?: string | undefined;
|
16968
|
+
chainId?: string | undefined;
|
16967
16969
|
mainProtocolId?: string | undefined;
|
16968
16970
|
campaigns?: boolean | undefined;
|
16969
16971
|
order?: string | undefined;
|
@@ -16992,9 +16994,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
16992
16994
|
tags?: string | undefined;
|
16993
16995
|
identifier?: string | undefined;
|
16994
16996
|
page?: number | undefined;
|
16995
|
-
chainId?: string | undefined;
|
16996
16997
|
action?: string | undefined;
|
16997
16998
|
creatorAddress?: string | undefined;
|
16999
|
+
chainId?: string | undefined;
|
16998
17000
|
mainProtocolId?: string | undefined;
|
16999
17001
|
campaigns?: boolean | undefined;
|
17000
17002
|
order?: string | undefined;
|
@@ -17023,9 +17025,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17023
17025
|
tags?: string | undefined;
|
17024
17026
|
identifier?: string | undefined;
|
17025
17027
|
page?: number | undefined;
|
17026
|
-
chainId?: string | undefined;
|
17027
17028
|
action?: string | undefined;
|
17028
17029
|
creatorAddress?: string | undefined;
|
17030
|
+
chainId?: string | undefined;
|
17029
17031
|
mainProtocolId?: string | undefined;
|
17030
17032
|
campaigns?: boolean | undefined;
|
17031
17033
|
order?: string | undefined;
|
@@ -17064,8 +17066,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17064
17066
|
id: string;
|
17065
17067
|
name: string | null;
|
17066
17068
|
icon: string;
|
17067
|
-
chainId: number;
|
17068
17069
|
address: string;
|
17070
|
+
chainId: number;
|
17069
17071
|
decimals: number;
|
17070
17072
|
verified: boolean;
|
17071
17073
|
isTest: boolean;
|
@@ -17099,8 +17101,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17099
17101
|
status: import("@db/api").$Enums.Status;
|
17100
17102
|
tags: string[];
|
17101
17103
|
identifier: string;
|
17102
|
-
chainId: number;
|
17103
17104
|
action: import("@db/api").$Enums.OpportunityAction;
|
17105
|
+
chainId: number;
|
17104
17106
|
depositUrl: string | null;
|
17105
17107
|
mainProtocolId: string | null;
|
17106
17108
|
tvl: number;
|
@@ -17140,12 +17142,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17140
17142
|
type: number;
|
17141
17143
|
params: string;
|
17142
17144
|
creator: string;
|
17143
|
-
chainId: number;
|
17144
|
-
startTimestamp: string;
|
17145
|
-
endTimestamp: string;
|
17146
17145
|
computeChainId: number;
|
17147
17146
|
campaignId: string;
|
17148
17147
|
amount: string;
|
17148
|
+
startTimestamp: string;
|
17149
|
+
endTimestamp: string;
|
17150
|
+
chainId: number;
|
17149
17151
|
rewardTokenAddress: string;
|
17150
17152
|
opportunityIdentifier: string;
|
17151
17153
|
}, options: {
|
@@ -17160,14 +17162,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17160
17162
|
type: string;
|
17161
17163
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
17162
17164
|
subType: number | null;
|
17163
|
-
startTimestamp: bigint;
|
17164
|
-
endTimestamp: bigint;
|
17165
17165
|
computeChainId: number;
|
17166
17166
|
distributionChainId: number;
|
17167
17167
|
campaignId: string;
|
17168
17168
|
rewardTokenId: string;
|
17169
17169
|
amount: string;
|
17170
17170
|
opportunityId: string;
|
17171
|
+
startTimestamp: bigint;
|
17172
|
+
endTimestamp: bigint;
|
17171
17173
|
creatorAddress: string;
|
17172
17174
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
17173
17175
|
} | undefined;
|
@@ -17235,14 +17237,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17235
17237
|
type: string;
|
17236
17238
|
params: import("database/api/.generated/runtime/library").JsonValue;
|
17237
17239
|
subType: number | null;
|
17238
|
-
startTimestamp: bigint;
|
17239
|
-
endTimestamp: bigint;
|
17240
17240
|
computeChainId: number;
|
17241
17241
|
distributionChainId: number;
|
17242
17242
|
campaignId: string;
|
17243
17243
|
rewardTokenId: string;
|
17244
17244
|
amount: string;
|
17245
17245
|
opportunityId: string;
|
17246
|
+
startTimestamp: bigint;
|
17247
|
+
endTimestamp: bigint;
|
17246
17248
|
creatorAddress: string;
|
17247
17249
|
manualOverrides: import("@db/api").$Enums.CampaignManualOverride[];
|
17248
17250
|
};
|
@@ -17257,16 +17259,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17257
17259
|
items?: number | undefined;
|
17258
17260
|
subType?: number | undefined;
|
17259
17261
|
page?: number | undefined;
|
17260
|
-
chainId?: number | undefined;
|
17261
|
-
startTimestamp?: string | undefined;
|
17262
|
-
endTimestamp?: string | undefined;
|
17263
|
-
tokenAddress?: string | undefined;
|
17264
17262
|
types?: string[] | undefined;
|
17265
17263
|
campaignId?: string | undefined;
|
17266
17264
|
opportunityId?: string | undefined;
|
17265
|
+
startTimestamp?: string | undefined;
|
17266
|
+
endTimestamp?: string | undefined;
|
17267
17267
|
creatorAddress?: string | undefined;
|
17268
|
+
chainId?: number | undefined;
|
17268
17269
|
creatorId?: string | undefined;
|
17269
17270
|
mainParameter?: string | undefined;
|
17271
|
+
tokenAddress?: string | undefined;
|
17270
17272
|
test?: boolean | undefined;
|
17271
17273
|
creatorTag?: string | undefined;
|
17272
17274
|
distributionChainIds?: number[] | undefined;
|
@@ -17289,8 +17291,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17289
17291
|
id: string;
|
17290
17292
|
name: string | null;
|
17291
17293
|
icon: string;
|
17292
|
-
chainId: number;
|
17293
17294
|
address: string;
|
17295
|
+
chainId: number;
|
17294
17296
|
decimals: number;
|
17295
17297
|
verified: boolean;
|
17296
17298
|
isTest: boolean;
|
@@ -17324,8 +17326,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17324
17326
|
status: import("@db/api").$Enums.Status;
|
17325
17327
|
tags: string[];
|
17326
17328
|
identifier: string;
|
17327
|
-
chainId: number;
|
17328
17329
|
action: import("@db/api").$Enums.OpportunityAction;
|
17330
|
+
chainId: number;
|
17329
17331
|
depositUrl: string | null;
|
17330
17332
|
mainProtocolId: string | null;
|
17331
17333
|
tvl: number;
|
@@ -17354,16 +17356,16 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17354
17356
|
items?: number | undefined;
|
17355
17357
|
subType?: number | undefined;
|
17356
17358
|
page?: number | undefined;
|
17357
|
-
chainId?: number | undefined;
|
17358
|
-
startTimestamp?: string | undefined;
|
17359
|
-
endTimestamp?: string | undefined;
|
17360
|
-
tokenAddress?: string | undefined;
|
17361
17359
|
types?: string[] | undefined;
|
17362
17360
|
campaignId?: string | undefined;
|
17363
17361
|
opportunityId?: string | undefined;
|
17362
|
+
startTimestamp?: string | undefined;
|
17363
|
+
endTimestamp?: string | undefined;
|
17364
17364
|
creatorAddress?: string | undefined;
|
17365
|
+
chainId?: number | undefined;
|
17365
17366
|
creatorId?: string | undefined;
|
17366
17367
|
mainParameter?: string | undefined;
|
17368
|
+
tokenAddress?: string | undefined;
|
17367
17369
|
test?: boolean | undefined;
|
17368
17370
|
creatorTag?: string | undefined;
|
17369
17371
|
distributionChainIds?: number[] | undefined;
|
@@ -17385,8 +17387,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17385
17387
|
fetch?: RequestInit | undefined;
|
17386
17388
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
17387
17389
|
200: {
|
17388
|
-
endTimestamp: bigint;
|
17389
17390
|
campaignId: string;
|
17391
|
+
endTimestamp: bigint;
|
17390
17392
|
CampaignStatus: {
|
17391
17393
|
status: import("@db/api").$Enums.RunStatus;
|
17392
17394
|
computedUntil: bigint;
|
@@ -17572,8 +17574,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17572
17574
|
id: string;
|
17573
17575
|
name: string | null;
|
17574
17576
|
icon: string;
|
17575
|
-
chainId: number;
|
17576
17577
|
address: string;
|
17578
|
+
chainId: number;
|
17577
17579
|
decimals: number;
|
17578
17580
|
verified: boolean;
|
17579
17581
|
isTest: boolean;
|
@@ -17597,8 +17599,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17597
17599
|
id: string;
|
17598
17600
|
name: string | null;
|
17599
17601
|
icon: string;
|
17600
|
-
chainId: number;
|
17601
17602
|
address: string;
|
17603
|
+
chainId: number;
|
17602
17604
|
decimals: number;
|
17603
17605
|
verified: boolean;
|
17604
17606
|
isTest: boolean;
|
@@ -17625,8 +17627,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17625
17627
|
id: string;
|
17626
17628
|
name: string | null;
|
17627
17629
|
icon: string;
|
17628
|
-
chainId: number;
|
17629
17630
|
address: string;
|
17631
|
+
chainId: number;
|
17630
17632
|
decimals: number;
|
17631
17633
|
displaySymbol: string;
|
17632
17634
|
verified: boolean;
|
@@ -17650,8 +17652,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17650
17652
|
id: string;
|
17651
17653
|
name: string | null;
|
17652
17654
|
icon: string;
|
17653
|
-
chainId: number;
|
17654
17655
|
address: string;
|
17656
|
+
chainId: number;
|
17655
17657
|
decimals: number;
|
17656
17658
|
displaySymbol: string;
|
17657
17659
|
verified: boolean;
|
@@ -17665,8 +17667,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17665
17667
|
get: (options: {
|
17666
17668
|
headers?: Record<string, unknown> | undefined;
|
17667
17669
|
query: {
|
17668
|
-
tokenAddress?: string | undefined;
|
17669
17670
|
verified?: boolean | undefined;
|
17671
|
+
tokenAddress?: string | undefined;
|
17670
17672
|
additionalTokenAddresses?: string[] | undefined;
|
17671
17673
|
chainId: number;
|
17672
17674
|
userAddress: string;
|
@@ -17678,8 +17680,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17678
17680
|
id: string;
|
17679
17681
|
name: string | null;
|
17680
17682
|
icon: string;
|
17681
|
-
chainId: number;
|
17682
17683
|
address: string;
|
17684
|
+
chainId: number;
|
17683
17685
|
decimals: number;
|
17684
17686
|
verified: boolean;
|
17685
17687
|
isTest: boolean;
|
@@ -17698,8 +17700,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17698
17700
|
symbol?: string | undefined;
|
17699
17701
|
id?: string[] | undefined;
|
17700
17702
|
name?: string | undefined;
|
17701
|
-
chainId?: number | undefined;
|
17702
17703
|
address?: string | undefined;
|
17704
|
+
chainId?: number | undefined;
|
17703
17705
|
displaySymbol?: string | undefined;
|
17704
17706
|
verified?: boolean | undefined;
|
17705
17707
|
isNative?: boolean | undefined;
|
@@ -17713,8 +17715,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17713
17715
|
id: string;
|
17714
17716
|
name: string | null;
|
17715
17717
|
icon: string;
|
17716
|
-
chainId: number;
|
17717
17718
|
address: string;
|
17719
|
+
chainId: number;
|
17718
17720
|
decimals: number;
|
17719
17721
|
verified: boolean;
|
17720
17722
|
isTest: boolean;
|
@@ -17726,8 +17728,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17726
17728
|
post: (body: {
|
17727
17729
|
isTest?: boolean | undefined;
|
17728
17730
|
icon: string;
|
17729
|
-
chainId: number;
|
17730
17731
|
address: string;
|
17732
|
+
chainId: number;
|
17731
17733
|
verified: boolean;
|
17732
17734
|
}, options: {
|
17733
17735
|
headers: {
|
@@ -17741,8 +17743,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17741
17743
|
id: string;
|
17742
17744
|
name: string | null;
|
17743
17745
|
icon: string;
|
17744
|
-
chainId: number;
|
17745
17746
|
address: string;
|
17747
|
+
chainId: number;
|
17746
17748
|
decimals: number;
|
17747
17749
|
verified: boolean;
|
17748
17750
|
isTest: boolean;
|
@@ -17758,8 +17760,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17758
17760
|
symbol?: string | undefined;
|
17759
17761
|
id?: string[] | undefined;
|
17760
17762
|
name?: string | undefined;
|
17761
|
-
chainId?: number | undefined;
|
17762
17763
|
address?: string | undefined;
|
17764
|
+
chainId?: number | undefined;
|
17763
17765
|
displaySymbol?: string | undefined;
|
17764
17766
|
verified?: boolean | undefined;
|
17765
17767
|
isNative?: boolean | undefined;
|
@@ -17829,8 +17831,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17829
17831
|
id: string;
|
17830
17832
|
name: string | null;
|
17831
17833
|
icon: string;
|
17832
|
-
chainId: number;
|
17833
17834
|
address: string;
|
17835
|
+
chainId: number;
|
17834
17836
|
decimals: number;
|
17835
17837
|
displaySymbol: string;
|
17836
17838
|
verified: boolean;
|
@@ -17849,8 +17851,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17849
17851
|
query: {
|
17850
17852
|
items?: number | undefined;
|
17851
17853
|
page?: number | undefined;
|
17852
|
-
chainId: number;
|
17853
17854
|
campaignId: string;
|
17855
|
+
chainId: number;
|
17854
17856
|
};
|
17855
17857
|
fetch?: RequestInit | undefined;
|
17856
17858
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -17863,8 +17865,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17863
17865
|
query: {
|
17864
17866
|
items?: number | undefined;
|
17865
17867
|
page?: number | undefined;
|
17866
|
-
chainId: number;
|
17867
17868
|
campaignId: string;
|
17869
|
+
chainId: number;
|
17868
17870
|
};
|
17869
17871
|
fetch?: RequestInit | undefined;
|
17870
17872
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -17880,8 +17882,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17880
17882
|
query: {
|
17881
17883
|
items?: number | undefined;
|
17882
17884
|
page?: number | undefined;
|
17883
|
-
chainId: number;
|
17884
17885
|
campaignId: string;
|
17886
|
+
chainId: number;
|
17885
17887
|
};
|
17886
17888
|
fetch?: RequestInit | undefined;
|
17887
17889
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -17966,8 +17968,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17966
17968
|
items?: number | undefined;
|
17967
17969
|
page?: number | undefined;
|
17968
17970
|
campaignIds?: string[] | undefined;
|
17969
|
-
chainId: number;
|
17970
17971
|
address: string;
|
17972
|
+
chainId: number;
|
17971
17973
|
};
|
17972
17974
|
fetch?: RequestInit | undefined;
|
17973
17975
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -17986,8 +17988,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
17986
17988
|
items?: number | undefined;
|
17987
17989
|
page?: number | undefined;
|
17988
17990
|
campaignIds?: string[] | undefined;
|
17989
|
-
chainId: number;
|
17990
17991
|
address: string;
|
17992
|
+
chainId: number;
|
17991
17993
|
};
|
17992
17994
|
fetch?: RequestInit | undefined;
|
17993
17995
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -18004,8 +18006,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18004
18006
|
items?: number | undefined;
|
18005
18007
|
page?: number | undefined;
|
18006
18008
|
campaignIds?: string[] | undefined;
|
18007
|
-
chainId: number;
|
18008
18009
|
address: string;
|
18010
|
+
chainId: number;
|
18009
18011
|
};
|
18010
18012
|
fetch?: RequestInit | undefined;
|
18011
18013
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -18425,8 +18427,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18425
18427
|
id: string;
|
18426
18428
|
name: string | null;
|
18427
18429
|
icon: string;
|
18428
|
-
chainId: number;
|
18429
18430
|
address: string;
|
18431
|
+
chainId: number;
|
18430
18432
|
decimals: number;
|
18431
18433
|
displaySymbol: string;
|
18432
18434
|
verified: boolean;
|
@@ -18447,8 +18449,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18447
18449
|
id: string;
|
18448
18450
|
name: string | null;
|
18449
18451
|
icon: string;
|
18450
|
-
chainId: number;
|
18451
18452
|
address: string;
|
18453
|
+
chainId: number;
|
18452
18454
|
decimals: number;
|
18453
18455
|
displaySymbol: string;
|
18454
18456
|
verified: boolean;
|
@@ -18479,8 +18481,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18479
18481
|
status: import("@db/api").$Enums.Status;
|
18480
18482
|
tags: string[];
|
18481
18483
|
identifier: string;
|
18482
|
-
chainId: number;
|
18483
18484
|
action: import("@db/api").$Enums.OpportunityAction;
|
18485
|
+
chainId: number;
|
18484
18486
|
depositUrl: string | null;
|
18485
18487
|
mainProtocolId: string | null;
|
18486
18488
|
tvl: number;
|
@@ -18529,8 +18531,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18529
18531
|
id: string;
|
18530
18532
|
name: string | null;
|
18531
18533
|
icon: string;
|
18532
|
-
chainId: number;
|
18533
18534
|
address: string;
|
18535
|
+
chainId: number;
|
18534
18536
|
decimals: number;
|
18535
18537
|
displaySymbol: string;
|
18536
18538
|
verified: boolean;
|
@@ -18551,8 +18553,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18551
18553
|
id: string;
|
18552
18554
|
name: string | null;
|
18553
18555
|
icon: string;
|
18554
|
-
chainId: number;
|
18555
18556
|
address: string;
|
18557
|
+
chainId: number;
|
18556
18558
|
decimals: number;
|
18557
18559
|
displaySymbol: string;
|
18558
18560
|
verified: boolean;
|
@@ -18583,8 +18585,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18583
18585
|
status: import("@db/api").$Enums.Status;
|
18584
18586
|
tags: string[];
|
18585
18587
|
identifier: string;
|
18586
|
-
chainId: number;
|
18587
18588
|
action: import("@db/api").$Enums.OpportunityAction;
|
18589
|
+
chainId: number;
|
18588
18590
|
depositUrl: string | null;
|
18589
18591
|
mainProtocolId: string | null;
|
18590
18592
|
tvl: number;
|
@@ -18705,8 +18707,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18705
18707
|
fetch?: RequestInit | undefined;
|
18706
18708
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
18707
18709
|
200: {
|
18708
|
-
timestamp: bigint;
|
18709
18710
|
chainId: number;
|
18711
|
+
timestamp: bigint;
|
18710
18712
|
root: string;
|
18711
18713
|
epoch: number;
|
18712
18714
|
}[];
|
@@ -18731,8 +18733,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18731
18733
|
};
|
18732
18734
|
engine: {
|
18733
18735
|
post: (body: {
|
18734
|
-
timestamp: number;
|
18735
18736
|
chainId: number;
|
18737
|
+
timestamp: number;
|
18736
18738
|
root: string;
|
18737
18739
|
epoch: number;
|
18738
18740
|
}, options: {
|
@@ -18743,8 +18745,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18743
18745
|
fetch?: RequestInit | undefined;
|
18744
18746
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
18745
18747
|
200: {
|
18746
|
-
timestamp: bigint;
|
18747
18748
|
chainId: number;
|
18749
|
+
timestamp: bigint;
|
18748
18750
|
root: string;
|
18749
18751
|
epoch: number;
|
18750
18752
|
};
|
@@ -18827,9 +18829,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
18827
18829
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
18828
18830
|
200: {
|
18829
18831
|
id: string;
|
18830
|
-
timestamp: number;
|
18831
|
-
chainId: number;
|
18832
18832
|
datetime: Date;
|
18833
|
+
chainId: number;
|
18834
|
+
timestamp: number;
|
18833
18835
|
recipient: string;
|
18834
18836
|
fromTokenId: string;
|
18835
18837
|
toTokenId: string;
|
@@ -19109,11 +19111,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19109
19111
|
200: {
|
19110
19112
|
delay: number;
|
19111
19113
|
computedUntil: number;
|
19112
|
-
startTimestamp: bigint;
|
19113
|
-
endTimestamp: bigint;
|
19114
19114
|
computeChainId: number;
|
19115
19115
|
distributionChainId: number;
|
19116
19116
|
campaignId: string;
|
19117
|
+
startTimestamp: bigint;
|
19118
|
+
endTimestamp: bigint;
|
19117
19119
|
RewardToken: {
|
19118
19120
|
symbol: string;
|
19119
19121
|
address: string;
|
@@ -19165,8 +19167,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19165
19167
|
get: (options: {
|
19166
19168
|
headers?: Record<string, unknown> | undefined;
|
19167
19169
|
query: {
|
19168
|
-
chainId: number;
|
19169
19170
|
address: string;
|
19171
|
+
chainId: number;
|
19170
19172
|
};
|
19171
19173
|
fetch?: RequestInit | undefined;
|
19172
19174
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -19195,11 +19197,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19195
19197
|
headers?: Record<string, unknown> | undefined;
|
19196
19198
|
query: {
|
19197
19199
|
creator: string;
|
19198
|
-
startTimestamp: number;
|
19199
|
-
endTimestamp: number;
|
19200
19200
|
campaign: string;
|
19201
19201
|
distributionChainId: number;
|
19202
19202
|
amount: string;
|
19203
|
+
startTimestamp: number;
|
19204
|
+
endTimestamp: number;
|
19203
19205
|
rewardToken: string;
|
19204
19206
|
program: string;
|
19205
19207
|
};
|
@@ -19222,11 +19224,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19222
19224
|
headers?: Record<string, unknown> | undefined;
|
19223
19225
|
query: {
|
19224
19226
|
creator: string;
|
19225
|
-
startTimestamp: number;
|
19226
|
-
endTimestamp: number;
|
19227
19227
|
campaign: string;
|
19228
19228
|
distributionChainId: number;
|
19229
19229
|
amount: string;
|
19230
|
+
startTimestamp: number;
|
19231
|
+
endTimestamp: number;
|
19230
19232
|
rewardToken: string;
|
19231
19233
|
program: string;
|
19232
19234
|
};
|
@@ -19254,11 +19256,11 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19254
19256
|
headers?: Record<string, unknown> | undefined;
|
19255
19257
|
query: {
|
19256
19258
|
creator: string;
|
19257
|
-
startTimestamp: number;
|
19258
|
-
endTimestamp: number;
|
19259
19259
|
campaign: string;
|
19260
19260
|
distributionChainId: number;
|
19261
19261
|
amount: string;
|
19262
|
+
startTimestamp: number;
|
19263
|
+
endTimestamp: number;
|
19262
19264
|
rewardToken: string;
|
19263
19265
|
program: string;
|
19264
19266
|
};
|
@@ -19275,9 +19277,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19275
19277
|
query: {
|
19276
19278
|
amount?: string | undefined;
|
19277
19279
|
creator: string;
|
19280
|
+
distributionChainId: number;
|
19278
19281
|
startTimestamp: number;
|
19279
19282
|
endTimestamp: number;
|
19280
|
-
distributionChainId: number;
|
19281
19283
|
rewardToken: string;
|
19282
19284
|
program: string;
|
19283
19285
|
};
|
@@ -19302,9 +19304,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19302
19304
|
query: {
|
19303
19305
|
amount?: string | undefined;
|
19304
19306
|
creator: string;
|
19307
|
+
distributionChainId: number;
|
19305
19308
|
startTimestamp: number;
|
19306
19309
|
endTimestamp: number;
|
19307
|
-
distributionChainId: number;
|
19308
19310
|
rewardToken: string;
|
19309
19311
|
program: string;
|
19310
19312
|
};
|
@@ -19353,10 +19355,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19353
19355
|
evkAddress?: string | undefined;
|
19354
19356
|
collateralAddress?: string | undefined;
|
19355
19357
|
creator: string;
|
19356
|
-
startTimestamp: number;
|
19357
19358
|
computeChainId: number;
|
19358
19359
|
distributionChainId: number;
|
19359
19360
|
amount: string;
|
19361
|
+
startTimestamp: number;
|
19360
19362
|
rewardToken: string;
|
19361
19363
|
campaignType: number;
|
19362
19364
|
}, options: {
|
@@ -19385,10 +19387,10 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19385
19387
|
parse: {
|
19386
19388
|
"from-campaign-data": {
|
19387
19389
|
post: (body: {
|
19388
|
-
chainId: number;
|
19389
|
-
startTimestamp: number;
|
19390
19390
|
computeChainId: number;
|
19391
19391
|
amount: string;
|
19392
|
+
startTimestamp: number;
|
19393
|
+
chainId: number;
|
19392
19394
|
rewardToken: string;
|
19393
19395
|
campaignType: number;
|
19394
19396
|
duration: number;
|
@@ -19604,8 +19606,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19604
19606
|
get: (options: {
|
19605
19607
|
headers?: Record<string, unknown> | undefined;
|
19606
19608
|
query: {
|
19607
|
-
chainId: number;
|
19608
19609
|
address: string;
|
19610
|
+
chainId: number;
|
19609
19611
|
referralKey: string;
|
19610
19612
|
};
|
19611
19613
|
fetch?: RequestInit | undefined;
|
@@ -19686,8 +19688,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19686
19688
|
headers?: Record<string, unknown> | undefined;
|
19687
19689
|
query: {
|
19688
19690
|
byReason?: boolean | undefined;
|
19689
|
-
chainId: number;
|
19690
19691
|
campaignId: string;
|
19692
|
+
chainId: number;
|
19691
19693
|
};
|
19692
19694
|
fetch?: RequestInit | undefined;
|
19693
19695
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -19706,8 +19708,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19706
19708
|
};
|
19707
19709
|
fetch?: RequestInit | undefined;
|
19708
19710
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
19709
|
-
|
19710
|
-
|
19711
|
+
200: {
|
19712
|
+
[x: string]: Record<string, any>;
|
19713
|
+
};
|
19711
19714
|
}>>;
|
19712
19715
|
};
|
19713
19716
|
campaignsForMainParameter: {
|
@@ -19932,8 +19935,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19932
19935
|
query: {
|
19933
19936
|
type?: number | undefined;
|
19934
19937
|
tag?: string | undefined;
|
19935
|
-
chainId?: number | undefined;
|
19936
19938
|
action?: string | undefined;
|
19939
|
+
chainId?: number | undefined;
|
19937
19940
|
campaigns?: boolean | undefined;
|
19938
19941
|
mainParameter?: string | undefined;
|
19939
19942
|
testTokens?: boolean | undefined;
|
@@ -19977,8 +19980,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
19977
19980
|
headers?: Record<string, unknown> | undefined;
|
19978
19981
|
query: {
|
19979
19982
|
index?: number | undefined;
|
19980
|
-
chainId: number;
|
19981
19983
|
campaign: any;
|
19984
|
+
chainId: number;
|
19982
19985
|
};
|
19983
19986
|
fetch?: RequestInit | undefined;
|
19984
19987
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -20058,8 +20061,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
20058
20061
|
get: (options: {
|
20059
20062
|
headers?: Record<string, unknown> | undefined;
|
20060
20063
|
query: {
|
20061
|
-
chainId: number;
|
20062
20064
|
campaignId: string;
|
20065
|
+
chainId: number;
|
20063
20066
|
};
|
20064
20067
|
fetch?: RequestInit | undefined;
|
20065
20068
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -20117,8 +20120,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
20117
20120
|
from?: number | undefined;
|
20118
20121
|
mainParameter?: string | undefined;
|
20119
20122
|
to?: number | undefined;
|
20120
|
-
chainId: number;
|
20121
20123
|
campaignId: string;
|
20124
|
+
chainId: number;
|
20122
20125
|
};
|
20123
20126
|
fetch?: RequestInit | undefined;
|
20124
20127
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
@@ -20147,8 +20150,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", fa
|
|
20147
20150
|
get: (options: {
|
20148
20151
|
headers?: Record<string, unknown> | undefined;
|
20149
20152
|
query: {
|
20150
|
-
chainId: number;
|
20151
20153
|
address: string;
|
20154
|
+
chainId: number;
|
20152
20155
|
};
|
20153
20156
|
fetch?: RequestInit | undefined;
|
20154
20157
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|