@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/eden/index.d.ts
CHANGED
@@ -1540,7 +1540,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1540
1540
|
breakdowns: {
|
1541
1541
|
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;
|
1542
1542
|
value: number;
|
1543
|
-
type: "
|
1543
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1544
1544
|
identifier: string;
|
1545
1545
|
}[];
|
1546
1546
|
} | undefined;
|
@@ -1742,7 +1742,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1742
1742
|
breakdowns: {
|
1743
1743
|
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;
|
1744
1744
|
value: number;
|
1745
|
-
type: "
|
1745
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1746
1746
|
identifier: string;
|
1747
1747
|
}[];
|
1748
1748
|
} | undefined;
|
@@ -1880,7 +1880,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1880
1880
|
breakdowns: {
|
1881
1881
|
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;
|
1882
1882
|
value: number;
|
1883
|
-
type: "
|
1883
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
1884
1884
|
identifier: string;
|
1885
1885
|
}[];
|
1886
1886
|
} | undefined;
|
@@ -2101,7 +2101,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2101
2101
|
breakdowns: {
|
2102
2102
|
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;
|
2103
2103
|
value: number;
|
2104
|
-
type: "
|
2104
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
2105
2105
|
identifier: string;
|
2106
2106
|
}[];
|
2107
2107
|
} | undefined;
|
@@ -2554,6 +2554,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2554
2554
|
address: string;
|
2555
2555
|
id: string;
|
2556
2556
|
chainId: number;
|
2557
|
+
type: import("@package/databases").TokenType;
|
2557
2558
|
icon: string;
|
2558
2559
|
isNative: boolean;
|
2559
2560
|
isPoint: boolean;
|
@@ -2580,6 +2581,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2580
2581
|
address: string;
|
2581
2582
|
id: string;
|
2582
2583
|
chainId: number;
|
2584
|
+
type: import("@package/databases").TokenType;
|
2583
2585
|
icon: string;
|
2584
2586
|
isNative: boolean;
|
2585
2587
|
isPoint: boolean;
|
@@ -2755,6 +2757,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2755
2757
|
address: string;
|
2756
2758
|
id: string;
|
2757
2759
|
chainId: number;
|
2760
|
+
type: import("@package/databases").TokenType;
|
2758
2761
|
icon: string;
|
2759
2762
|
isNative: boolean;
|
2760
2763
|
isPoint: boolean;
|
@@ -2781,6 +2784,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2781
2784
|
address: string;
|
2782
2785
|
id: string;
|
2783
2786
|
chainId: number;
|
2787
|
+
type: import("@package/databases").TokenType;
|
2784
2788
|
icon: string;
|
2785
2789
|
isNative: boolean;
|
2786
2790
|
isPoint: boolean;
|
@@ -2895,6 +2899,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2895
2899
|
address: string;
|
2896
2900
|
id: string;
|
2897
2901
|
chainId: number;
|
2902
|
+
type: import("@package/databases").TokenType;
|
2898
2903
|
icon: string;
|
2899
2904
|
isNative: boolean;
|
2900
2905
|
isPoint: boolean;
|
@@ -2921,6 +2926,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2921
2926
|
address: string;
|
2922
2927
|
id: string;
|
2923
2928
|
chainId: number;
|
2929
|
+
type: import("@package/databases").TokenType;
|
2924
2930
|
icon: string;
|
2925
2931
|
isNative: boolean;
|
2926
2932
|
isPoint: boolean;
|
@@ -3998,6 +4004,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3998
4004
|
address: string;
|
3999
4005
|
id: string;
|
4000
4006
|
chainId: number;
|
4007
|
+
type: import("@package/databases").TokenType;
|
4001
4008
|
icon: string;
|
4002
4009
|
isNative: boolean;
|
4003
4010
|
isPoint: boolean;
|
@@ -4024,6 +4031,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4024
4031
|
address: string;
|
4025
4032
|
id: string;
|
4026
4033
|
chainId: number;
|
4034
|
+
type: import("@package/databases").TokenType;
|
4027
4035
|
icon: string;
|
4028
4036
|
isNative: boolean;
|
4029
4037
|
isPoint: boolean;
|
@@ -4121,6 +4129,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4121
4129
|
address: string;
|
4122
4130
|
id: string;
|
4123
4131
|
chainId: number;
|
4132
|
+
type: import("@package/databases").TokenType;
|
4124
4133
|
icon: string;
|
4125
4134
|
isNative: boolean;
|
4126
4135
|
isPoint: boolean;
|
@@ -4147,6 +4156,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4147
4156
|
address: string;
|
4148
4157
|
id: string;
|
4149
4158
|
chainId: number;
|
4159
|
+
type: import("@package/databases").TokenType;
|
4150
4160
|
icon: string;
|
4151
4161
|
isNative: boolean;
|
4152
4162
|
isPoint: boolean;
|
@@ -4245,6 +4255,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4245
4255
|
address: string;
|
4246
4256
|
id: string;
|
4247
4257
|
chainId: number;
|
4258
|
+
type: import("@package/databases").TokenType;
|
4248
4259
|
icon: string;
|
4249
4260
|
isNative: boolean;
|
4250
4261
|
isPoint: boolean;
|
@@ -4271,6 +4282,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4271
4282
|
address: string;
|
4272
4283
|
id: string;
|
4273
4284
|
chainId: number;
|
4285
|
+
type: import("@package/databases").TokenType;
|
4274
4286
|
icon: string;
|
4275
4287
|
isNative: boolean;
|
4276
4288
|
isPoint: boolean;
|
@@ -4632,6 +4644,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4632
4644
|
address: string;
|
4633
4645
|
id: string;
|
4634
4646
|
chainId: number;
|
4647
|
+
type: import("@package/databases").TokenType;
|
4635
4648
|
icon: string;
|
4636
4649
|
isNative: boolean;
|
4637
4650
|
isPoint: boolean;
|
@@ -4677,6 +4690,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4677
4690
|
address: string;
|
4678
4691
|
id: string;
|
4679
4692
|
chainId: number;
|
4693
|
+
type: import("@package/databases").TokenType;
|
4680
4694
|
icon: string;
|
4681
4695
|
isNative: boolean;
|
4682
4696
|
isPoint: boolean;
|
@@ -4724,6 +4738,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4724
4738
|
address: string;
|
4725
4739
|
id: string;
|
4726
4740
|
chainId: number;
|
4741
|
+
type: import("@package/databases").TokenType;
|
4727
4742
|
icon: string;
|
4728
4743
|
isNative: boolean;
|
4729
4744
|
isPoint: boolean;
|
@@ -4767,6 +4782,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4767
4782
|
address: string;
|
4768
4783
|
id: string;
|
4769
4784
|
chainId: number;
|
4785
|
+
type: import("@package/databases").TokenType;
|
4770
4786
|
icon: string;
|
4771
4787
|
isNative: boolean;
|
4772
4788
|
isPoint: boolean;
|
@@ -4809,6 +4825,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4809
4825
|
address: string;
|
4810
4826
|
id: string;
|
4811
4827
|
chainId: number;
|
4828
|
+
type: import("@package/databases").TokenType;
|
4812
4829
|
icon: string;
|
4813
4830
|
isNative: boolean;
|
4814
4831
|
isPoint: boolean;
|
@@ -4863,6 +4880,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4863
4880
|
address: string;
|
4864
4881
|
id: string;
|
4865
4882
|
chainId: number;
|
4883
|
+
type: import("@package/databases").TokenType;
|
4866
4884
|
icon: string;
|
4867
4885
|
isNative: boolean;
|
4868
4886
|
isPoint: boolean;
|
@@ -4945,6 +4963,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4945
4963
|
address: string;
|
4946
4964
|
id: string;
|
4947
4965
|
chainId: number;
|
4966
|
+
type: import("@package/databases").TokenType;
|
4948
4967
|
icon: string;
|
4949
4968
|
isNative: boolean;
|
4950
4969
|
isPoint: boolean;
|
@@ -4992,6 +5011,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4992
5011
|
address: string;
|
4993
5012
|
id: string;
|
4994
5013
|
chainId: number;
|
5014
|
+
type: import("@package/databases").TokenType;
|
4995
5015
|
icon: string;
|
4996
5016
|
isNative: boolean;
|
4997
5017
|
isPoint: boolean;
|
@@ -5065,6 +5085,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5065
5085
|
address: string;
|
5066
5086
|
id: string;
|
5067
5087
|
chainId: number;
|
5088
|
+
type: import("@package/databases").TokenType;
|
5068
5089
|
icon: string;
|
5069
5090
|
isNative: boolean;
|
5070
5091
|
isPoint: boolean;
|
@@ -6419,6 +6440,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
6419
6440
|
address: string;
|
6420
6441
|
id: string;
|
6421
6442
|
chainId: number;
|
6443
|
+
type: import("@package/databases").TokenType;
|
6422
6444
|
icon: string;
|
6423
6445
|
isNative: boolean;
|
6424
6446
|
isPoint: boolean;
|
@@ -6444,6 +6466,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
6444
6466
|
address: string;
|
6445
6467
|
id: string;
|
6446
6468
|
chainId: number;
|
6469
|
+
type: import("@package/databases").TokenType;
|
6447
6470
|
icon: string;
|
6448
6471
|
isNative: boolean;
|
6449
6472
|
isPoint: boolean;
|
@@ -8456,6 +8479,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
8456
8479
|
address: string;
|
8457
8480
|
id: string;
|
8458
8481
|
chainId: number;
|
8482
|
+
type: import("@package/databases").TokenType;
|
8459
8483
|
icon: string;
|
8460
8484
|
isNative: boolean;
|
8461
8485
|
isPoint: boolean;
|
@@ -11280,7 +11304,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11280
11304
|
breakdowns: {
|
11281
11305
|
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;
|
11282
11306
|
value: number;
|
11283
|
-
type: "
|
11307
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11284
11308
|
identifier: string;
|
11285
11309
|
}[];
|
11286
11310
|
} | undefined;
|
@@ -11409,7 +11433,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11409
11433
|
breakdowns: {
|
11410
11434
|
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;
|
11411
11435
|
value: number;
|
11412
|
-
type: "
|
11436
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11413
11437
|
identifier: string;
|
11414
11438
|
}[];
|
11415
11439
|
} | undefined;
|
@@ -11596,6 +11620,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11596
11620
|
address: string;
|
11597
11621
|
id: string;
|
11598
11622
|
chainId: number;
|
11623
|
+
type: import("@package/databases").TokenType;
|
11599
11624
|
icon: string;
|
11600
11625
|
isNative: boolean;
|
11601
11626
|
isPoint: boolean;
|
@@ -11622,6 +11647,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11622
11647
|
address: string;
|
11623
11648
|
id: string;
|
11624
11649
|
chainId: number;
|
11650
|
+
type: import("@package/databases").TokenType;
|
11625
11651
|
icon: string;
|
11626
11652
|
isNative: boolean;
|
11627
11653
|
isPoint: boolean;
|
@@ -11768,6 +11794,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11768
11794
|
address: string;
|
11769
11795
|
id: string;
|
11770
11796
|
chainId: number;
|
11797
|
+
type: import("@package/databases").TokenType;
|
11771
11798
|
icon: string;
|
11772
11799
|
isNative: boolean;
|
11773
11800
|
isPoint: boolean;
|
@@ -11794,6 +11821,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11794
11821
|
address: string;
|
11795
11822
|
id: string;
|
11796
11823
|
chainId: number;
|
11824
|
+
type: import("@package/databases").TokenType;
|
11797
11825
|
icon: string;
|
11798
11826
|
isNative: boolean;
|
11799
11827
|
isPoint: boolean;
|
@@ -11894,7 +11922,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11894
11922
|
breakdowns: {
|
11895
11923
|
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;
|
11896
11924
|
value: number;
|
11897
|
-
type: "
|
11925
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
11898
11926
|
identifier: string;
|
11899
11927
|
}[];
|
11900
11928
|
} | undefined;
|
@@ -12109,7 +12137,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12109
12137
|
breakdowns: {
|
12110
12138
|
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;
|
12111
12139
|
value: number;
|
12112
|
-
type: "
|
12140
|
+
type: "TOKEN" | "CAMPAIGN" | "PROTOCOL";
|
12113
12141
|
identifier: string;
|
12114
12142
|
}[];
|
12115
12143
|
} | undefined;
|
@@ -12671,6 +12699,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12671
12699
|
address: string;
|
12672
12700
|
id: string;
|
12673
12701
|
chainId: number;
|
12702
|
+
type: import("@package/databases").TokenType;
|
12674
12703
|
icon: string;
|
12675
12704
|
isNative: boolean;
|
12676
12705
|
isPoint: boolean;
|
@@ -12697,6 +12726,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
12697
12726
|
address: string;
|
12698
12727
|
id: string;
|
12699
12728
|
chainId: number;
|
12729
|
+
type: import("@package/databases").TokenType;
|
12700
12730
|
icon: string;
|
12701
12731
|
isNative: boolean;
|
12702
12732
|
isPoint: boolean;
|
@@ -13495,6 +13525,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13495
13525
|
address: string;
|
13496
13526
|
id: string;
|
13497
13527
|
chainId: number;
|
13528
|
+
type: import("@package/databases").TokenType;
|
13498
13529
|
icon: string;
|
13499
13530
|
isNative: boolean;
|
13500
13531
|
isPoint: boolean;
|
@@ -13521,6 +13552,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13521
13552
|
address: string;
|
13522
13553
|
id: string;
|
13523
13554
|
chainId: number;
|
13555
|
+
type: import("@package/databases").TokenType;
|
13524
13556
|
icon: string;
|
13525
13557
|
isNative: boolean;
|
13526
13558
|
isPoint: boolean;
|
@@ -13611,6 +13643,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13611
13643
|
address: string;
|
13612
13644
|
id: string;
|
13613
13645
|
chainId: number;
|
13646
|
+
type: import("@package/databases").TokenType;
|
13614
13647
|
icon: string;
|
13615
13648
|
isNative: boolean;
|
13616
13649
|
isPoint: boolean;
|
@@ -13637,6 +13670,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13637
13670
|
address: string;
|
13638
13671
|
id: string;
|
13639
13672
|
chainId: number;
|
13673
|
+
type: import("@package/databases").TokenType;
|
13640
13674
|
icon: string;
|
13641
13675
|
isNative: boolean;
|
13642
13676
|
isPoint: boolean;
|
@@ -13728,6 +13762,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13728
13762
|
address: string;
|
13729
13763
|
id: string;
|
13730
13764
|
chainId: number;
|
13765
|
+
type: import("@package/databases").TokenType;
|
13731
13766
|
icon: string;
|
13732
13767
|
isNative: boolean;
|
13733
13768
|
isPoint: boolean;
|
@@ -13754,6 +13789,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13754
13789
|
address: string;
|
13755
13790
|
id: string;
|
13756
13791
|
chainId: number;
|
13792
|
+
type: import("@package/databases").TokenType;
|
13757
13793
|
icon: string;
|
13758
13794
|
isNative: boolean;
|
13759
13795
|
isPoint: boolean;
|
@@ -14131,6 +14167,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14131
14167
|
address: string;
|
14132
14168
|
id: string;
|
14133
14169
|
chainId: number;
|
14170
|
+
type: import("@package/databases").TokenType;
|
14134
14171
|
icon: string;
|
14135
14172
|
isNative: boolean;
|
14136
14173
|
isPoint: boolean;
|
@@ -14169,6 +14206,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14169
14206
|
address: string;
|
14170
14207
|
id: string;
|
14171
14208
|
chainId: number;
|
14209
|
+
type: import("@package/databases").TokenType;
|
14172
14210
|
icon: string;
|
14173
14211
|
isNative: boolean;
|
14174
14212
|
isPoint: boolean;
|
@@ -14213,6 +14251,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14213
14251
|
address: string;
|
14214
14252
|
id: string;
|
14215
14253
|
chainId: number;
|
14254
|
+
type: import("@package/databases").TokenType;
|
14216
14255
|
icon: string;
|
14217
14256
|
isNative: boolean;
|
14218
14257
|
isPoint: boolean;
|
@@ -14251,6 +14290,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14251
14290
|
address: string;
|
14252
14291
|
id: string;
|
14253
14292
|
chainId: number;
|
14293
|
+
type: import("@package/databases").TokenType;
|
14254
14294
|
icon: string;
|
14255
14295
|
isNative: boolean;
|
14256
14296
|
isPoint: boolean;
|
@@ -14289,6 +14329,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14289
14329
|
address: string;
|
14290
14330
|
id: string;
|
14291
14331
|
chainId: number;
|
14332
|
+
type: import("@package/databases").TokenType;
|
14292
14333
|
icon: string;
|
14293
14334
|
isNative: boolean;
|
14294
14335
|
isPoint: boolean;
|
@@ -14328,6 +14369,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14328
14369
|
address: string;
|
14329
14370
|
id: string;
|
14330
14371
|
chainId: number;
|
14372
|
+
type: import("@package/databases").TokenType;
|
14331
14373
|
icon: string;
|
14332
14374
|
isNative: boolean;
|
14333
14375
|
isPoint: boolean;
|
@@ -14379,6 +14421,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14379
14421
|
address: string;
|
14380
14422
|
id: string;
|
14381
14423
|
chainId: number;
|
14424
|
+
type: import("@package/databases").TokenType;
|
14382
14425
|
icon: string;
|
14383
14426
|
isNative: boolean;
|
14384
14427
|
isPoint: boolean;
|
@@ -14455,6 +14498,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14455
14498
|
address: string;
|
14456
14499
|
id: string;
|
14457
14500
|
chainId: number;
|
14501
|
+
type: import("@package/databases").TokenType;
|
14458
14502
|
icon: string;
|
14459
14503
|
isNative: boolean;
|
14460
14504
|
isPoint: boolean;
|
@@ -14524,6 +14568,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14524
14568
|
address: string;
|
14525
14569
|
id: string;
|
14526
14570
|
chainId: number;
|
14571
|
+
type: import("@package/databases").TokenType;
|
14527
14572
|
icon: string;
|
14528
14573
|
isNative: boolean;
|
14529
14574
|
isPoint: boolean;
|
@@ -15547,6 +15592,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15547
15592
|
address: string;
|
15548
15593
|
id: string;
|
15549
15594
|
chainId: number;
|
15595
|
+
type: import("@package/databases").TokenType;
|
15550
15596
|
icon: string;
|
15551
15597
|
isNative: boolean;
|
15552
15598
|
isPoint: boolean;
|
@@ -15572,6 +15618,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15572
15618
|
address: string;
|
15573
15619
|
id: string;
|
15574
15620
|
chainId: number;
|
15621
|
+
type: import("@package/databases").TokenType;
|
15575
15622
|
icon: string;
|
15576
15623
|
isNative: boolean;
|
15577
15624
|
isPoint: boolean;
|
@@ -17474,6 +17521,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
17474
17521
|
address: string;
|
17475
17522
|
id: string;
|
17476
17523
|
chainId: number;
|
17524
|
+
type: import("@package/databases").TokenType;
|
17477
17525
|
icon: string;
|
17478
17526
|
isNative: boolean;
|
17479
17527
|
isPoint: boolean;
|