@merkl/api 1.0.93 → 1.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/eden/index.d.ts +56 -8
- package/dist/src/index.d.ts +28 -4
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +5 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +3 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +6 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +8 -4
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +3 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +14 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +11 -1
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +12 -2
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +1 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +2 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +13 -0
- package/dist/src/modules/v4/router.d.ts +28 -4
- package/dist/src/modules/v4/token/token.controller.d.ts +9 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +5 -0
- package/dist/src/modules/v4/token/token.service.d.ts +15 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +2 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
@@ -1541,7 +1541,7 @@ declare const app: Elysia<"", {
|
|
1541
1541
|
breakdowns: {
|
1542
1542
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1543
1543
|
value: number;
|
1544
|
-
type: "
|
1544
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1545
1545
|
identifier: string;
|
1546
1546
|
}[];
|
1547
1547
|
} | undefined;
|
@@ -1743,7 +1743,7 @@ declare const app: Elysia<"", {
|
|
1743
1743
|
breakdowns: {
|
1744
1744
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1745
1745
|
value: number;
|
1746
|
-
type: "
|
1746
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1747
1747
|
identifier: string;
|
1748
1748
|
}[];
|
1749
1749
|
} | undefined;
|
@@ -1881,7 +1881,7 @@ declare const app: Elysia<"", {
|
|
1881
1881
|
breakdowns: {
|
1882
1882
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
1883
1883
|
value: number;
|
1884
|
-
type: "
|
1884
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1885
1885
|
identifier: string;
|
1886
1886
|
}[];
|
1887
1887
|
} | undefined;
|
@@ -2102,7 +2102,7 @@ declare const app: Elysia<"", {
|
|
2102
2102
|
breakdowns: {
|
2103
2103
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
2104
2104
|
value: number;
|
2105
|
-
type: "
|
2105
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
2106
2106
|
identifier: string;
|
2107
2107
|
}[];
|
2108
2108
|
} | undefined;
|
@@ -2555,6 +2555,7 @@ declare const app: Elysia<"", {
|
|
2555
2555
|
address: string;
|
2556
2556
|
id: string;
|
2557
2557
|
chainId: number;
|
2558
|
+
type: import("@package/databases").TokenType;
|
2558
2559
|
icon: string;
|
2559
2560
|
isNative: boolean;
|
2560
2561
|
isPoint: boolean;
|
@@ -2581,6 +2582,7 @@ declare const app: Elysia<"", {
|
|
2581
2582
|
address: string;
|
2582
2583
|
id: string;
|
2583
2584
|
chainId: number;
|
2585
|
+
type: import("@package/databases").TokenType;
|
2584
2586
|
icon: string;
|
2585
2587
|
isNative: boolean;
|
2586
2588
|
isPoint: boolean;
|
@@ -2756,6 +2758,7 @@ declare const app: Elysia<"", {
|
|
2756
2758
|
address: string;
|
2757
2759
|
id: string;
|
2758
2760
|
chainId: number;
|
2761
|
+
type: import("@package/databases").TokenType;
|
2759
2762
|
icon: string;
|
2760
2763
|
isNative: boolean;
|
2761
2764
|
isPoint: boolean;
|
@@ -2782,6 +2785,7 @@ declare const app: Elysia<"", {
|
|
2782
2785
|
address: string;
|
2783
2786
|
id: string;
|
2784
2787
|
chainId: number;
|
2788
|
+
type: import("@package/databases").TokenType;
|
2785
2789
|
icon: string;
|
2786
2790
|
isNative: boolean;
|
2787
2791
|
isPoint: boolean;
|
@@ -2896,6 +2900,7 @@ declare const app: Elysia<"", {
|
|
2896
2900
|
address: string;
|
2897
2901
|
id: string;
|
2898
2902
|
chainId: number;
|
2903
|
+
type: import("@package/databases").TokenType;
|
2899
2904
|
icon: string;
|
2900
2905
|
isNative: boolean;
|
2901
2906
|
isPoint: boolean;
|
@@ -2922,6 +2927,7 @@ declare const app: Elysia<"", {
|
|
2922
2927
|
address: string;
|
2923
2928
|
id: string;
|
2924
2929
|
chainId: number;
|
2930
|
+
type: import("@package/databases").TokenType;
|
2925
2931
|
icon: string;
|
2926
2932
|
isNative: boolean;
|
2927
2933
|
isPoint: boolean;
|
@@ -3999,6 +4005,7 @@ declare const app: Elysia<"", {
|
|
3999
4005
|
address: string;
|
4000
4006
|
id: string;
|
4001
4007
|
chainId: number;
|
4008
|
+
type: import("@package/databases").TokenType;
|
4002
4009
|
icon: string;
|
4003
4010
|
isNative: boolean;
|
4004
4011
|
isPoint: boolean;
|
@@ -4025,6 +4032,7 @@ declare const app: Elysia<"", {
|
|
4025
4032
|
address: string;
|
4026
4033
|
id: string;
|
4027
4034
|
chainId: number;
|
4035
|
+
type: import("@package/databases").TokenType;
|
4028
4036
|
icon: string;
|
4029
4037
|
isNative: boolean;
|
4030
4038
|
isPoint: boolean;
|
@@ -4122,6 +4130,7 @@ declare const app: Elysia<"", {
|
|
4122
4130
|
address: string;
|
4123
4131
|
id: string;
|
4124
4132
|
chainId: number;
|
4133
|
+
type: import("@package/databases").TokenType;
|
4125
4134
|
icon: string;
|
4126
4135
|
isNative: boolean;
|
4127
4136
|
isPoint: boolean;
|
@@ -4148,6 +4157,7 @@ declare const app: Elysia<"", {
|
|
4148
4157
|
address: string;
|
4149
4158
|
id: string;
|
4150
4159
|
chainId: number;
|
4160
|
+
type: import("@package/databases").TokenType;
|
4151
4161
|
icon: string;
|
4152
4162
|
isNative: boolean;
|
4153
4163
|
isPoint: boolean;
|
@@ -4246,6 +4256,7 @@ declare const app: Elysia<"", {
|
|
4246
4256
|
address: string;
|
4247
4257
|
id: string;
|
4248
4258
|
chainId: number;
|
4259
|
+
type: import("@package/databases").TokenType;
|
4249
4260
|
icon: string;
|
4250
4261
|
isNative: boolean;
|
4251
4262
|
isPoint: boolean;
|
@@ -4272,6 +4283,7 @@ declare const app: Elysia<"", {
|
|
4272
4283
|
address: string;
|
4273
4284
|
id: string;
|
4274
4285
|
chainId: number;
|
4286
|
+
type: import("@package/databases").TokenType;
|
4275
4287
|
icon: string;
|
4276
4288
|
isNative: boolean;
|
4277
4289
|
isPoint: boolean;
|
@@ -4633,6 +4645,7 @@ declare const app: Elysia<"", {
|
|
4633
4645
|
address: string;
|
4634
4646
|
id: string;
|
4635
4647
|
chainId: number;
|
4648
|
+
type: import("@package/databases").TokenType;
|
4636
4649
|
icon: string;
|
4637
4650
|
isNative: boolean;
|
4638
4651
|
isPoint: boolean;
|
@@ -4678,6 +4691,7 @@ declare const app: Elysia<"", {
|
|
4678
4691
|
address: string;
|
4679
4692
|
id: string;
|
4680
4693
|
chainId: number;
|
4694
|
+
type: import("@package/databases").TokenType;
|
4681
4695
|
icon: string;
|
4682
4696
|
isNative: boolean;
|
4683
4697
|
isPoint: boolean;
|
@@ -4725,6 +4739,7 @@ declare const app: Elysia<"", {
|
|
4725
4739
|
address: string;
|
4726
4740
|
id: string;
|
4727
4741
|
chainId: number;
|
4742
|
+
type: import("@package/databases").TokenType;
|
4728
4743
|
icon: string;
|
4729
4744
|
isNative: boolean;
|
4730
4745
|
isPoint: boolean;
|
@@ -4768,6 +4783,7 @@ declare const app: Elysia<"", {
|
|
4768
4783
|
address: string;
|
4769
4784
|
id: string;
|
4770
4785
|
chainId: number;
|
4786
|
+
type: import("@package/databases").TokenType;
|
4771
4787
|
icon: string;
|
4772
4788
|
isNative: boolean;
|
4773
4789
|
isPoint: boolean;
|
@@ -4810,6 +4826,7 @@ declare const app: Elysia<"", {
|
|
4810
4826
|
address: string;
|
4811
4827
|
id: string;
|
4812
4828
|
chainId: number;
|
4829
|
+
type: import("@package/databases").TokenType;
|
4813
4830
|
icon: string;
|
4814
4831
|
isNative: boolean;
|
4815
4832
|
isPoint: boolean;
|
@@ -4864,6 +4881,7 @@ declare const app: Elysia<"", {
|
|
4864
4881
|
address: string;
|
4865
4882
|
id: string;
|
4866
4883
|
chainId: number;
|
4884
|
+
type: import("@package/databases").TokenType;
|
4867
4885
|
icon: string;
|
4868
4886
|
isNative: boolean;
|
4869
4887
|
isPoint: boolean;
|
@@ -4946,6 +4964,7 @@ declare const app: Elysia<"", {
|
|
4946
4964
|
address: string;
|
4947
4965
|
id: string;
|
4948
4966
|
chainId: number;
|
4967
|
+
type: import("@package/databases").TokenType;
|
4949
4968
|
icon: string;
|
4950
4969
|
isNative: boolean;
|
4951
4970
|
isPoint: boolean;
|
@@ -4993,6 +5012,7 @@ declare const app: Elysia<"", {
|
|
4993
5012
|
address: string;
|
4994
5013
|
id: string;
|
4995
5014
|
chainId: number;
|
5015
|
+
type: import("@package/databases").TokenType;
|
4996
5016
|
icon: string;
|
4997
5017
|
isNative: boolean;
|
4998
5018
|
isPoint: boolean;
|
@@ -5066,6 +5086,7 @@ declare const app: Elysia<"", {
|
|
5066
5086
|
address: string;
|
5067
5087
|
id: string;
|
5068
5088
|
chainId: number;
|
5089
|
+
type: import("@package/databases").TokenType;
|
5069
5090
|
icon: string;
|
5070
5091
|
isNative: boolean;
|
5071
5092
|
isPoint: boolean;
|
@@ -6420,6 +6441,7 @@ declare const app: Elysia<"", {
|
|
6420
6441
|
address: string;
|
6421
6442
|
id: string;
|
6422
6443
|
chainId: number;
|
6444
|
+
type: import("@package/databases").TokenType;
|
6423
6445
|
icon: string;
|
6424
6446
|
isNative: boolean;
|
6425
6447
|
isPoint: boolean;
|
@@ -6445,6 +6467,7 @@ declare const app: Elysia<"", {
|
|
6445
6467
|
address: string;
|
6446
6468
|
id: string;
|
6447
6469
|
chainId: number;
|
6470
|
+
type: import("@package/databases").TokenType;
|
6448
6471
|
icon: string;
|
6449
6472
|
isNative: boolean;
|
6450
6473
|
isPoint: boolean;
|
@@ -8457,6 +8480,7 @@ declare const app: Elysia<"", {
|
|
8457
8480
|
address: string;
|
8458
8481
|
id: string;
|
8459
8482
|
chainId: number;
|
8483
|
+
type: import("@package/databases").TokenType;
|
8460
8484
|
icon: string;
|
8461
8485
|
isNative: boolean;
|
8462
8486
|
isPoint: boolean;
|
@@ -76,6 +76,7 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
76
76
|
address: string;
|
77
77
|
id: string;
|
78
78
|
chainId: number;
|
79
|
+
type: import("@package/databases").TokenType;
|
79
80
|
icon: string;
|
80
81
|
isNative: boolean;
|
81
82
|
isPoint: boolean;
|
@@ -102,6 +103,7 @@ export declare const CampaignController: Elysia<"/campaigns", {
|
|
102
103
|
address: string;
|
103
104
|
id: string;
|
104
105
|
chainId: number;
|
106
|
+
type: import("@package/databases").TokenType;
|
105
107
|
icon: string;
|
106
108
|
isNative: boolean;
|
107
109
|
isPoint: boolean;
|
@@ -521,6 +521,7 @@ export declare abstract class CampaignRepository {
|
|
521
521
|
address: string;
|
522
522
|
id: string;
|
523
523
|
chainId: number;
|
524
|
+
type: import("@package/databases").TokenType;
|
524
525
|
icon: string;
|
525
526
|
isNative: boolean;
|
526
527
|
isPoint: boolean;
|
@@ -664,6 +665,7 @@ export declare abstract class CampaignRepository {
|
|
664
665
|
address: string;
|
665
666
|
id: string;
|
666
667
|
chainId: number;
|
668
|
+
type: import("@package/databases").TokenType;
|
667
669
|
icon: string;
|
668
670
|
isNative: boolean;
|
669
671
|
isPoint: boolean;
|
@@ -745,6 +747,7 @@ export declare abstract class CampaignRepository {
|
|
745
747
|
address: string;
|
746
748
|
id: string;
|
747
749
|
chainId: number;
|
750
|
+
type: import("@package/databases").TokenType;
|
748
751
|
icon: string;
|
749
752
|
isNative: boolean;
|
750
753
|
isPoint: boolean;
|
@@ -835,6 +838,7 @@ export declare abstract class CampaignRepository {
|
|
835
838
|
address: string;
|
836
839
|
id: string;
|
837
840
|
chainId: number;
|
841
|
+
type: import("@package/databases").TokenType;
|
838
842
|
icon: string;
|
839
843
|
isNative: boolean;
|
840
844
|
isPoint: boolean;
|
@@ -916,6 +920,7 @@ export declare abstract class CampaignRepository {
|
|
916
920
|
address: string;
|
917
921
|
id: string;
|
918
922
|
chainId: number;
|
923
|
+
type: import("@package/databases").TokenType;
|
919
924
|
icon: string;
|
920
925
|
isNative: boolean;
|
921
926
|
isPoint: boolean;
|
@@ -141,6 +141,7 @@ export declare abstract class CampaignService {
|
|
141
141
|
address: string;
|
142
142
|
id: string;
|
143
143
|
chainId: number;
|
144
|
+
type: import("@package/databases").TokenType;
|
144
145
|
icon: string;
|
145
146
|
isNative: boolean;
|
146
147
|
isPoint: boolean;
|
@@ -206,6 +207,7 @@ export declare abstract class CampaignService {
|
|
206
207
|
address: string;
|
207
208
|
id: string;
|
208
209
|
chainId: number;
|
210
|
+
type: import("@package/databases").TokenType;
|
209
211
|
icon: string;
|
210
212
|
isNative: boolean;
|
211
213
|
isPoint: boolean;
|
@@ -232,6 +234,7 @@ export declare abstract class CampaignService {
|
|
232
234
|
address: string;
|
233
235
|
id: string;
|
234
236
|
chainId: number;
|
237
|
+
type: import("@package/databases").TokenType;
|
235
238
|
icon: string;
|
236
239
|
isNative: boolean;
|
237
240
|
isPoint: boolean;
|
@@ -230,6 +230,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
230
230
|
address: string;
|
231
231
|
id: string;
|
232
232
|
chainId: number;
|
233
|
+
type: import("@package/databases").TokenType;
|
233
234
|
icon: string;
|
234
235
|
isNative: boolean;
|
235
236
|
isPoint: boolean;
|
@@ -256,6 +257,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
256
257
|
address: string;
|
257
258
|
id: string;
|
258
259
|
chainId: number;
|
260
|
+
type: import("@package/databases").TokenType;
|
259
261
|
icon: string;
|
260
262
|
isNative: boolean;
|
261
263
|
isPoint: boolean;
|
@@ -353,6 +355,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
353
355
|
address: string;
|
354
356
|
id: string;
|
355
357
|
chainId: number;
|
358
|
+
type: import("@package/databases").TokenType;
|
356
359
|
icon: string;
|
357
360
|
isNative: boolean;
|
358
361
|
isPoint: boolean;
|
@@ -379,6 +382,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
379
382
|
address: string;
|
380
383
|
id: string;
|
381
384
|
chainId: number;
|
385
|
+
type: import("@package/databases").TokenType;
|
382
386
|
icon: string;
|
383
387
|
isNative: boolean;
|
384
388
|
isPoint: boolean;
|
@@ -477,6 +481,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
477
481
|
address: string;
|
478
482
|
id: string;
|
479
483
|
chainId: number;
|
484
|
+
type: import("@package/databases").TokenType;
|
480
485
|
icon: string;
|
481
486
|
isNative: boolean;
|
482
487
|
isPoint: boolean;
|
@@ -503,6 +508,7 @@ export declare const CampaignTestController: Elysia<"/campaigns", {
|
|
503
508
|
address: string;
|
504
509
|
id: string;
|
505
510
|
chainId: number;
|
511
|
+
type: import("@package/databases").TokenType;
|
506
512
|
icon: string;
|
507
513
|
isNative: boolean;
|
508
514
|
isPoint: boolean;
|
@@ -69,7 +69,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
69
69
|
breakdowns: {
|
70
70
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
71
71
|
value: number;
|
72
|
-
type: "
|
72
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
73
73
|
identifier: string;
|
74
74
|
}[];
|
75
75
|
} | undefined;
|
@@ -271,7 +271,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
271
271
|
breakdowns: {
|
272
272
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
273
273
|
value: number;
|
274
|
-
type: "
|
274
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
275
275
|
identifier: string;
|
276
276
|
}[];
|
277
277
|
} | undefined;
|
@@ -409,7 +409,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
409
409
|
breakdowns: {
|
410
410
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
411
411
|
value: number;
|
412
|
-
type: "
|
412
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
413
413
|
identifier: string;
|
414
414
|
}[];
|
415
415
|
} | undefined;
|
@@ -630,7 +630,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
630
630
|
breakdowns: {
|
631
631
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
632
632
|
value: number;
|
633
|
-
type: "
|
633
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
634
634
|
identifier: string;
|
635
635
|
}[];
|
636
636
|
} | undefined;
|
@@ -1083,6 +1083,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1083
1083
|
address: string;
|
1084
1084
|
id: string;
|
1085
1085
|
chainId: number;
|
1086
|
+
type: import("@package/databases").TokenType;
|
1086
1087
|
icon: string;
|
1087
1088
|
isNative: boolean;
|
1088
1089
|
isPoint: boolean;
|
@@ -1109,6 +1110,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1109
1110
|
address: string;
|
1110
1111
|
id: string;
|
1111
1112
|
chainId: number;
|
1113
|
+
type: import("@package/databases").TokenType;
|
1112
1114
|
icon: string;
|
1113
1115
|
isNative: boolean;
|
1114
1116
|
isPoint: boolean;
|
@@ -1284,6 +1286,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1284
1286
|
address: string;
|
1285
1287
|
id: string;
|
1286
1288
|
chainId: number;
|
1289
|
+
type: import("@package/databases").TokenType;
|
1287
1290
|
icon: string;
|
1288
1291
|
isNative: boolean;
|
1289
1292
|
isPoint: boolean;
|
@@ -1310,6 +1313,7 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
1310
1313
|
address: string;
|
1311
1314
|
id: string;
|
1312
1315
|
chainId: number;
|
1316
|
+
type: import("@package/databases").TokenType;
|
1313
1317
|
icon: string;
|
1314
1318
|
isNative: boolean;
|
1315
1319
|
isPoint: boolean;
|
@@ -42,6 +42,7 @@ export declare abstract class OpportunityFormatter {
|
|
42
42
|
address: string;
|
43
43
|
id: string;
|
44
44
|
chainId: number;
|
45
|
+
type: import("@package/databases").TokenType;
|
45
46
|
icon: string;
|
46
47
|
isNative: boolean;
|
47
48
|
isPoint: boolean;
|
@@ -63,6 +64,7 @@ export declare abstract class OpportunityFormatter {
|
|
63
64
|
address: string;
|
64
65
|
id: string;
|
65
66
|
chainId: number;
|
67
|
+
type: import("@package/databases").TokenType;
|
66
68
|
icon: string;
|
67
69
|
isNative: boolean;
|
68
70
|
isPoint: boolean;
|
@@ -112,6 +114,7 @@ export declare abstract class OpportunityFormatter {
|
|
112
114
|
address: string;
|
113
115
|
id: string;
|
114
116
|
chainId: number;
|
117
|
+
type: import("@package/databases").TokenType;
|
115
118
|
icon: string;
|
116
119
|
isNative: boolean;
|
117
120
|
isPoint: boolean;
|
@@ -18,6 +18,7 @@ export declare abstract class OpportunityRepository {
|
|
18
18
|
address: string;
|
19
19
|
id: string;
|
20
20
|
chainId: number;
|
21
|
+
type: import("@package/databases").TokenType;
|
21
22
|
icon: string;
|
22
23
|
isNative: boolean;
|
23
24
|
isPoint: boolean;
|
@@ -69,6 +70,7 @@ export declare abstract class OpportunityRepository {
|
|
69
70
|
address: string;
|
70
71
|
id: string;
|
71
72
|
chainId: number;
|
73
|
+
type: import("@package/databases").TokenType;
|
72
74
|
icon: string;
|
73
75
|
isNative: boolean;
|
74
76
|
isPoint: boolean;
|
@@ -106,6 +108,7 @@ export declare abstract class OpportunityRepository {
|
|
106
108
|
address: string;
|
107
109
|
id: string;
|
108
110
|
chainId: number;
|
111
|
+
type: import("@package/databases").TokenType;
|
109
112
|
icon: string;
|
110
113
|
isNative: boolean;
|
111
114
|
isPoint: boolean;
|
@@ -178,6 +181,7 @@ export declare abstract class OpportunityRepository {
|
|
178
181
|
address: string;
|
179
182
|
id: string;
|
180
183
|
chainId: number;
|
184
|
+
type: import("@package/databases").TokenType;
|
181
185
|
icon: string;
|
182
186
|
isNative: boolean;
|
183
187
|
isPoint: boolean;
|
@@ -254,6 +258,7 @@ export declare abstract class OpportunityRepository {
|
|
254
258
|
address: string;
|
255
259
|
id: string;
|
256
260
|
chainId: number;
|
261
|
+
type: import("@package/databases").TokenType;
|
257
262
|
icon: string;
|
258
263
|
isNative: boolean;
|
259
264
|
isPoint: boolean;
|
@@ -326,6 +331,7 @@ export declare abstract class OpportunityRepository {
|
|
326
331
|
address: string;
|
327
332
|
id: string;
|
328
333
|
chainId: number;
|
334
|
+
type: import("@package/databases").TokenType;
|
329
335
|
icon: string;
|
330
336
|
isNative: boolean;
|
331
337
|
isPoint: boolean;
|
@@ -422,6 +428,7 @@ export declare abstract class OpportunityRepository {
|
|
422
428
|
address: string;
|
423
429
|
id: string;
|
424
430
|
chainId: number;
|
431
|
+
type: import("@package/databases").TokenType;
|
425
432
|
icon: string;
|
426
433
|
isNative: boolean;
|
427
434
|
isPoint: boolean;
|
@@ -459,6 +466,7 @@ export declare abstract class OpportunityRepository {
|
|
459
466
|
address: string;
|
460
467
|
id: string;
|
461
468
|
chainId: number;
|
469
|
+
type: import("@package/databases").TokenType;
|
462
470
|
icon: string;
|
463
471
|
isNative: boolean;
|
464
472
|
isPoint: boolean;
|
@@ -531,6 +539,7 @@ export declare abstract class OpportunityRepository {
|
|
531
539
|
address: string;
|
532
540
|
id: string;
|
533
541
|
chainId: number;
|
542
|
+
type: import("@package/databases").TokenType;
|
534
543
|
icon: string;
|
535
544
|
isNative: boolean;
|
536
545
|
isPoint: boolean;
|
@@ -614,6 +623,7 @@ export declare abstract class OpportunityRepository {
|
|
614
623
|
address: string;
|
615
624
|
id: string;
|
616
625
|
chainId: number;
|
626
|
+
type: import("@package/databases").TokenType;
|
617
627
|
icon: string;
|
618
628
|
isNative: boolean;
|
619
629
|
isPoint: boolean;
|
@@ -686,6 +696,7 @@ export declare abstract class OpportunityRepository {
|
|
686
696
|
address: string;
|
687
697
|
id: string;
|
688
698
|
chainId: number;
|
699
|
+
type: import("@package/databases").TokenType;
|
689
700
|
icon: string;
|
690
701
|
isNative: boolean;
|
691
702
|
isPoint: boolean;
|
@@ -787,6 +798,7 @@ export declare abstract class OpportunityRepository {
|
|
787
798
|
address: string;
|
788
799
|
id: string;
|
789
800
|
chainId: number;
|
801
|
+
type: import("@package/databases").TokenType;
|
790
802
|
icon: string;
|
791
803
|
isNative: boolean;
|
792
804
|
isPoint: boolean;
|
@@ -824,6 +836,7 @@ export declare abstract class OpportunityRepository {
|
|
824
836
|
address: string;
|
825
837
|
id: string;
|
826
838
|
chainId: number;
|
839
|
+
type: import("@package/databases").TokenType;
|
827
840
|
icon: string;
|
828
841
|
isNative: boolean;
|
829
842
|
isPoint: boolean;
|
@@ -896,6 +909,7 @@ export declare abstract class OpportunityRepository {
|
|
896
909
|
address: string;
|
897
910
|
id: string;
|
898
911
|
chainId: number;
|
912
|
+
type: import("@package/databases").TokenType;
|
899
913
|
icon: string;
|
900
914
|
isNative: boolean;
|
901
915
|
isPoint: boolean;
|
@@ -55,6 +55,7 @@ export declare abstract class OpportunityService {
|
|
55
55
|
address: string;
|
56
56
|
id: string;
|
57
57
|
chainId: number;
|
58
|
+
type: import("@package/databases").TokenType;
|
58
59
|
icon: string;
|
59
60
|
isNative: boolean;
|
60
61
|
isPoint: boolean;
|
@@ -81,6 +82,7 @@ export declare abstract class OpportunityService {
|
|
81
82
|
address: string;
|
82
83
|
id: string;
|
83
84
|
chainId: number;
|
85
|
+
type: import("@package/databases").TokenType;
|
84
86
|
icon: string;
|
85
87
|
isNative: boolean;
|
86
88
|
isPoint: boolean;
|
@@ -137,6 +139,7 @@ export declare abstract class OpportunityService {
|
|
137
139
|
address: string;
|
138
140
|
id: string;
|
139
141
|
chainId: number;
|
142
|
+
type: import("@package/databases").TokenType;
|
140
143
|
icon: string;
|
141
144
|
isNative: boolean;
|
142
145
|
isPoint: boolean;
|
@@ -163,6 +166,7 @@ export declare abstract class OpportunityService {
|
|
163
166
|
address: string;
|
164
167
|
id: string;
|
165
168
|
chainId: number;
|
169
|
+
type: import("@package/databases").TokenType;
|
166
170
|
icon: string;
|
167
171
|
isNative: boolean;
|
168
172
|
isPoint: boolean;
|
@@ -218,6 +222,7 @@ export declare abstract class OpportunityService {
|
|
218
222
|
address: string;
|
219
223
|
id: string;
|
220
224
|
chainId: number;
|
225
|
+
type: import("@package/databases").TokenType;
|
221
226
|
icon: string;
|
222
227
|
isNative: boolean;
|
223
228
|
isPoint: boolean;
|
@@ -244,6 +249,7 @@ export declare abstract class OpportunityService {
|
|
244
249
|
address: string;
|
245
250
|
id: string;
|
246
251
|
chainId: number;
|
252
|
+
type: import("@package/databases").TokenType;
|
247
253
|
icon: string;
|
248
254
|
isNative: boolean;
|
249
255
|
isPoint: boolean;
|
@@ -305,7 +311,7 @@ export declare abstract class OpportunityService {
|
|
305
311
|
breakdowns: {
|
306
312
|
distributionType?: "DUTCH_AUCTION" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | undefined;
|
307
313
|
value: number;
|
308
|
-
type: "
|
314
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
309
315
|
identifier: string;
|
310
316
|
}[];
|
311
317
|
} | undefined;
|
@@ -497,6 +503,7 @@ export declare abstract class OpportunityService {
|
|
497
503
|
address: string;
|
498
504
|
id: string;
|
499
505
|
chainId: number;
|
506
|
+
type: import("@package/databases").TokenType;
|
500
507
|
icon: string;
|
501
508
|
isNative: boolean;
|
502
509
|
isPoint: boolean;
|
@@ -518,6 +525,7 @@ export declare abstract class OpportunityService {
|
|
518
525
|
address: string;
|
519
526
|
id: string;
|
520
527
|
chainId: number;
|
528
|
+
type: import("@package/databases").TokenType;
|
521
529
|
icon: string;
|
522
530
|
isNative: boolean;
|
523
531
|
isPoint: boolean;
|
@@ -607,6 +615,7 @@ export declare abstract class OpportunityService {
|
|
607
615
|
address: string;
|
608
616
|
id: string;
|
609
617
|
chainId: number;
|
618
|
+
type: import("@package/databases").TokenType;
|
610
619
|
icon: string;
|
611
620
|
isNative: boolean;
|
612
621
|
isPoint: boolean;
|
@@ -628,6 +637,7 @@ export declare abstract class OpportunityService {
|
|
628
637
|
address: string;
|
629
638
|
id: string;
|
630
639
|
chainId: number;
|
640
|
+
type: import("@package/databases").TokenType;
|
631
641
|
icon: string;
|
632
642
|
isNative: boolean;
|
633
643
|
isPoint: boolean;
|
@@ -1034,6 +1034,7 @@ export declare const ProgramPayloadController: Elysia<"/program-payload", {
|
|
1034
1034
|
address: string;
|
1035
1035
|
id: string;
|
1036
1036
|
chainId: number;
|
1037
|
+
type: import("@package/databases").TokenType;
|
1037
1038
|
icon: string;
|
1038
1039
|
isNative: boolean;
|
1039
1040
|
isPoint: boolean;
|