@argent/x-shared 1.27.0 → 1.28.0

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.
@@ -50,13 +50,13 @@ declare const defiPositionTokenSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
50
50
  symbol?: string | undefined;
51
51
  name?: string | undefined;
52
52
  decimals?: number | undefined;
53
+ dappId?: string | undefined;
54
+ brandColor?: string | undefined;
53
55
  unitCurrencyValue?: string | undefined;
54
56
  id?: number | undefined;
55
- brandColor?: string | undefined;
56
57
  iconUrl?: string | undefined;
57
58
  category?: string | undefined;
58
59
  pricingId?: number | undefined;
59
- dappId?: string | undefined;
60
60
  ethDayChange?: string | undefined;
61
61
  ccyDayChange?: string | undefined;
62
62
  }, {
@@ -72,13 +72,13 @@ declare const defiPositionTokenSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
72
72
  symbol?: string | undefined;
73
73
  name?: string | undefined;
74
74
  decimals?: number | undefined;
75
+ dappId?: string | undefined;
76
+ brandColor?: string | undefined;
75
77
  unitCurrencyValue?: string | undefined;
76
78
  id?: number | undefined;
77
- brandColor?: string | undefined;
78
79
  iconUrl?: string | undefined;
79
80
  category?: string | undefined;
80
81
  pricingId?: number | undefined;
81
- dappId?: string | undefined;
82
82
  ethDayChange?: string | undefined;
83
83
  ccyDayChange?: string | undefined;
84
84
  }>;
@@ -141,13 +141,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
141
141
  symbol?: string | undefined;
142
142
  name?: string | undefined;
143
143
  decimals?: number | undefined;
144
+ dappId?: string | undefined;
145
+ brandColor?: string | undefined;
144
146
  unitCurrencyValue?: string | undefined;
145
147
  id?: number | undefined;
146
- brandColor?: string | undefined;
147
148
  iconUrl?: string | undefined;
148
149
  category?: string | undefined;
149
150
  pricingId?: number | undefined;
150
- dappId?: string | undefined;
151
151
  ethDayChange?: string | undefined;
152
152
  ccyDayChange?: string | undefined;
153
153
  }, {
@@ -163,13 +163,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
163
163
  symbol?: string | undefined;
164
164
  name?: string | undefined;
165
165
  decimals?: number | undefined;
166
+ dappId?: string | undefined;
167
+ brandColor?: string | undefined;
166
168
  unitCurrencyValue?: string | undefined;
167
169
  id?: number | undefined;
168
- brandColor?: string | undefined;
169
170
  iconUrl?: string | undefined;
170
171
  category?: string | undefined;
171
172
  pricingId?: number | undefined;
172
- dappId?: string | undefined;
173
173
  ethDayChange?: string | undefined;
174
174
  ccyDayChange?: string | undefined;
175
175
  }>;
@@ -223,13 +223,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
223
223
  symbol?: string | undefined;
224
224
  name?: string | undefined;
225
225
  decimals?: number | undefined;
226
+ dappId?: string | undefined;
227
+ brandColor?: string | undefined;
226
228
  unitCurrencyValue?: string | undefined;
227
229
  id?: number | undefined;
228
- brandColor?: string | undefined;
229
230
  iconUrl?: string | undefined;
230
231
  category?: string | undefined;
231
232
  pricingId?: number | undefined;
232
- dappId?: string | undefined;
233
233
  ethDayChange?: string | undefined;
234
234
  ccyDayChange?: string | undefined;
235
235
  }, {
@@ -245,13 +245,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
245
245
  symbol?: string | undefined;
246
246
  name?: string | undefined;
247
247
  decimals?: number | undefined;
248
+ dappId?: string | undefined;
249
+ brandColor?: string | undefined;
248
250
  unitCurrencyValue?: string | undefined;
249
251
  id?: number | undefined;
250
- brandColor?: string | undefined;
251
252
  iconUrl?: string | undefined;
252
253
  category?: string | undefined;
253
254
  pricingId?: number | undefined;
254
- dappId?: string | undefined;
255
255
  ethDayChange?: string | undefined;
256
256
  ccyDayChange?: string | undefined;
257
257
  }>;
@@ -270,13 +270,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
270
270
  symbol?: string | undefined;
271
271
  name?: string | undefined;
272
272
  decimals?: number | undefined;
273
+ dappId?: string | undefined;
274
+ brandColor?: string | undefined;
273
275
  unitCurrencyValue?: string | undefined;
274
276
  id?: number | undefined;
275
- brandColor?: string | undefined;
276
277
  iconUrl?: string | undefined;
277
278
  category?: string | undefined;
278
279
  pricingId?: number | undefined;
279
- dappId?: string | undefined;
280
280
  ethDayChange?: string | undefined;
281
281
  ccyDayChange?: string | undefined;
282
282
  };
@@ -293,13 +293,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
293
293
  symbol?: string | undefined;
294
294
  name?: string | undefined;
295
295
  decimals?: number | undefined;
296
+ dappId?: string | undefined;
297
+ brandColor?: string | undefined;
296
298
  unitCurrencyValue?: string | undefined;
297
299
  id?: number | undefined;
298
- brandColor?: string | undefined;
299
300
  iconUrl?: string | undefined;
300
301
  category?: string | undefined;
301
302
  pricingId?: number | undefined;
302
- dappId?: string | undefined;
303
303
  ethDayChange?: string | undefined;
304
304
  ccyDayChange?: string | undefined;
305
305
  };
@@ -324,13 +324,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
324
324
  symbol?: string | undefined;
325
325
  name?: string | undefined;
326
326
  decimals?: number | undefined;
327
+ dappId?: string | undefined;
328
+ brandColor?: string | undefined;
327
329
  unitCurrencyValue?: string | undefined;
328
330
  id?: number | undefined;
329
- brandColor?: string | undefined;
330
331
  iconUrl?: string | undefined;
331
332
  category?: string | undefined;
332
333
  pricingId?: number | undefined;
333
- dappId?: string | undefined;
334
334
  ethDayChange?: string | undefined;
335
335
  ccyDayChange?: string | undefined;
336
336
  };
@@ -347,13 +347,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
347
347
  symbol?: string | undefined;
348
348
  name?: string | undefined;
349
349
  decimals?: number | undefined;
350
+ dappId?: string | undefined;
351
+ brandColor?: string | undefined;
350
352
  unitCurrencyValue?: string | undefined;
351
353
  id?: number | undefined;
352
- brandColor?: string | undefined;
353
354
  iconUrl?: string | undefined;
354
355
  category?: string | undefined;
355
356
  pricingId?: number | undefined;
356
- dappId?: string | undefined;
357
357
  ethDayChange?: string | undefined;
358
358
  ccyDayChange?: string | undefined;
359
359
  };
@@ -423,13 +423,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
423
423
  symbol?: string | undefined;
424
424
  name?: string | undefined;
425
425
  decimals?: number | undefined;
426
+ dappId?: string | undefined;
427
+ brandColor?: string | undefined;
426
428
  unitCurrencyValue?: string | undefined;
427
429
  id?: number | undefined;
428
- brandColor?: string | undefined;
429
430
  iconUrl?: string | undefined;
430
431
  category?: string | undefined;
431
432
  pricingId?: number | undefined;
432
- dappId?: string | undefined;
433
433
  ethDayChange?: string | undefined;
434
434
  ccyDayChange?: string | undefined;
435
435
  }, {
@@ -445,13 +445,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
445
445
  symbol?: string | undefined;
446
446
  name?: string | undefined;
447
447
  decimals?: number | undefined;
448
+ dappId?: string | undefined;
449
+ brandColor?: string | undefined;
448
450
  unitCurrencyValue?: string | undefined;
449
451
  id?: number | undefined;
450
- brandColor?: string | undefined;
451
452
  iconUrl?: string | undefined;
452
453
  category?: string | undefined;
453
454
  pricingId?: number | undefined;
454
- dappId?: string | undefined;
455
455
  ethDayChange?: string | undefined;
456
456
  ccyDayChange?: string | undefined;
457
457
  }>;
@@ -505,13 +505,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
505
505
  symbol?: string | undefined;
506
506
  name?: string | undefined;
507
507
  decimals?: number | undefined;
508
+ dappId?: string | undefined;
509
+ brandColor?: string | undefined;
508
510
  unitCurrencyValue?: string | undefined;
509
511
  id?: number | undefined;
510
- brandColor?: string | undefined;
511
512
  iconUrl?: string | undefined;
512
513
  category?: string | undefined;
513
514
  pricingId?: number | undefined;
514
- dappId?: string | undefined;
515
515
  ethDayChange?: string | undefined;
516
516
  ccyDayChange?: string | undefined;
517
517
  }, {
@@ -527,13 +527,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
527
527
  symbol?: string | undefined;
528
528
  name?: string | undefined;
529
529
  decimals?: number | undefined;
530
+ dappId?: string | undefined;
531
+ brandColor?: string | undefined;
530
532
  unitCurrencyValue?: string | undefined;
531
533
  id?: number | undefined;
532
- brandColor?: string | undefined;
533
534
  iconUrl?: string | undefined;
534
535
  category?: string | undefined;
535
536
  pricingId?: number | undefined;
536
- dappId?: string | undefined;
537
537
  ethDayChange?: string | undefined;
538
538
  ccyDayChange?: string | undefined;
539
539
  }>;
@@ -552,13 +552,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
552
552
  symbol?: string | undefined;
553
553
  name?: string | undefined;
554
554
  decimals?: number | undefined;
555
+ dappId?: string | undefined;
556
+ brandColor?: string | undefined;
555
557
  unitCurrencyValue?: string | undefined;
556
558
  id?: number | undefined;
557
- brandColor?: string | undefined;
558
559
  iconUrl?: string | undefined;
559
560
  category?: string | undefined;
560
561
  pricingId?: number | undefined;
561
- dappId?: string | undefined;
562
562
  ethDayChange?: string | undefined;
563
563
  ccyDayChange?: string | undefined;
564
564
  };
@@ -575,13 +575,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
575
575
  symbol?: string | undefined;
576
576
  name?: string | undefined;
577
577
  decimals?: number | undefined;
578
+ dappId?: string | undefined;
579
+ brandColor?: string | undefined;
578
580
  unitCurrencyValue?: string | undefined;
579
581
  id?: number | undefined;
580
- brandColor?: string | undefined;
581
582
  iconUrl?: string | undefined;
582
583
  category?: string | undefined;
583
584
  pricingId?: number | undefined;
584
- dappId?: string | undefined;
585
585
  ethDayChange?: string | undefined;
586
586
  ccyDayChange?: string | undefined;
587
587
  };
@@ -606,13 +606,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
606
606
  symbol?: string | undefined;
607
607
  name?: string | undefined;
608
608
  decimals?: number | undefined;
609
+ dappId?: string | undefined;
610
+ brandColor?: string | undefined;
609
611
  unitCurrencyValue?: string | undefined;
610
612
  id?: number | undefined;
611
- brandColor?: string | undefined;
612
613
  iconUrl?: string | undefined;
613
614
  category?: string | undefined;
614
615
  pricingId?: number | undefined;
615
- dappId?: string | undefined;
616
616
  ethDayChange?: string | undefined;
617
617
  ccyDayChange?: string | undefined;
618
618
  };
@@ -629,13 +629,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
629
629
  symbol?: string | undefined;
630
630
  name?: string | undefined;
631
631
  decimals?: number | undefined;
632
+ dappId?: string | undefined;
633
+ brandColor?: string | undefined;
632
634
  unitCurrencyValue?: string | undefined;
633
635
  id?: number | undefined;
634
- brandColor?: string | undefined;
635
636
  iconUrl?: string | undefined;
636
637
  category?: string | undefined;
637
638
  pricingId?: number | undefined;
638
- dappId?: string | undefined;
639
639
  ethDayChange?: string | undefined;
640
640
  ccyDayChange?: string | undefined;
641
641
  };
@@ -715,10 +715,10 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
715
715
  listed: boolean;
716
716
  tradable: boolean;
717
717
  category: "tokens" | "currencies" | "savings";
718
+ dappId?: string | undefined;
718
719
  brandColor?: string | undefined;
719
720
  iconUrl?: string | undefined;
720
721
  pricingId?: number | undefined;
721
- dappId?: string | undefined;
722
722
  marketData?: {
723
723
  marketCap: number;
724
724
  marketCap24hChange: number;
@@ -738,10 +738,10 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
738
738
  listed: boolean;
739
739
  tradable: boolean;
740
740
  category: "tokens" | "currencies" | "savings";
741
+ dappId?: string | undefined;
741
742
  brandColor?: string | undefined;
742
743
  iconUrl?: string | undefined;
743
744
  pricingId?: number | undefined;
744
- dappId?: string | undefined;
745
745
  marketData?: {
746
746
  marketCap: number;
747
747
  marketCap24hChange: number;
@@ -789,13 +789,13 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
789
789
  symbol?: string | undefined;
790
790
  name?: string | undefined;
791
791
  decimals?: number | undefined;
792
+ dappId?: string | undefined;
793
+ brandColor?: string | undefined;
792
794
  unitCurrencyValue?: string | undefined;
793
795
  id?: number | undefined;
794
- brandColor?: string | undefined;
795
796
  iconUrl?: string | undefined;
796
797
  category?: string | undefined;
797
798
  pricingId?: number | undefined;
798
- dappId?: string | undefined;
799
799
  ethDayChange?: string | undefined;
800
800
  ccyDayChange?: string | undefined;
801
801
  }, {
@@ -806,13 +806,13 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
806
806
  symbol?: string | undefined;
807
807
  name?: string | undefined;
808
808
  decimals?: number | undefined;
809
+ dappId?: string | undefined;
810
+ brandColor?: string | undefined;
809
811
  unitCurrencyValue?: string | undefined;
810
812
  id?: number | undefined;
811
- brandColor?: string | undefined;
812
813
  iconUrl?: string | undefined;
813
814
  category?: string | undefined;
814
815
  pricingId?: number | undefined;
815
- dappId?: string | undefined;
816
816
  ethDayChange?: string | undefined;
817
817
  ccyDayChange?: string | undefined;
818
818
  }>>;
@@ -841,10 +841,10 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
841
841
  listed: boolean;
842
842
  tradable: boolean;
843
843
  category: "tokens" | "currencies" | "savings";
844
+ dappId?: string | undefined;
844
845
  brandColor?: string | undefined;
845
846
  iconUrl?: string | undefined;
846
847
  pricingId?: number | undefined;
847
- dappId?: string | undefined;
848
848
  marketData?: {
849
849
  marketCap: number;
850
850
  marketCap24hChange: number;
@@ -861,13 +861,13 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
861
861
  symbol?: string | undefined;
862
862
  name?: string | undefined;
863
863
  decimals?: number | undefined;
864
+ dappId?: string | undefined;
865
+ brandColor?: string | undefined;
864
866
  unitCurrencyValue?: string | undefined;
865
867
  id?: number | undefined;
866
- brandColor?: string | undefined;
867
868
  iconUrl?: string | undefined;
868
869
  category?: string | undefined;
869
870
  pricingId?: number | undefined;
870
- dappId?: string | undefined;
871
871
  ethDayChange?: string | undefined;
872
872
  ccyDayChange?: string | undefined;
873
873
  } | undefined;
@@ -895,10 +895,10 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
895
895
  listed: boolean;
896
896
  tradable: boolean;
897
897
  category: "tokens" | "currencies" | "savings";
898
+ dappId?: string | undefined;
898
899
  brandColor?: string | undefined;
899
900
  iconUrl?: string | undefined;
900
901
  pricingId?: number | undefined;
901
- dappId?: string | undefined;
902
902
  marketData?: {
903
903
  marketCap: number;
904
904
  marketCap24hChange: number;
@@ -915,13 +915,13 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
915
915
  symbol?: string | undefined;
916
916
  name?: string | undefined;
917
917
  decimals?: number | undefined;
918
+ dappId?: string | undefined;
919
+ brandColor?: string | undefined;
918
920
  unitCurrencyValue?: string | undefined;
919
921
  id?: number | undefined;
920
- brandColor?: string | undefined;
921
922
  iconUrl?: string | undefined;
922
923
  category?: string | undefined;
923
924
  pricingId?: number | undefined;
924
- dappId?: string | undefined;
925
925
  ethDayChange?: string | undefined;
926
926
  ccyDayChange?: string | undefined;
927
927
  } | undefined;
@@ -983,10 +983,10 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
983
983
  listed: boolean;
984
984
  tradable: boolean;
985
985
  category: "tokens" | "currencies" | "savings";
986
+ dappId?: string | undefined;
986
987
  brandColor?: string | undefined;
987
988
  iconUrl?: string | undefined;
988
989
  pricingId?: number | undefined;
989
- dappId?: string | undefined;
990
990
  marketData?: {
991
991
  marketCap: number;
992
992
  marketCap24hChange: number;
@@ -1006,10 +1006,10 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1006
1006
  listed: boolean;
1007
1007
  tradable: boolean;
1008
1008
  category: "tokens" | "currencies" | "savings";
1009
+ dappId?: string | undefined;
1009
1010
  brandColor?: string | undefined;
1010
1011
  iconUrl?: string | undefined;
1011
1012
  pricingId?: number | undefined;
1012
- dappId?: string | undefined;
1013
1013
  marketData?: {
1014
1014
  marketCap: number;
1015
1015
  marketCap24hChange: number;
@@ -1057,13 +1057,13 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1057
1057
  symbol?: string | undefined;
1058
1058
  name?: string | undefined;
1059
1059
  decimals?: number | undefined;
1060
+ dappId?: string | undefined;
1061
+ brandColor?: string | undefined;
1060
1062
  unitCurrencyValue?: string | undefined;
1061
1063
  id?: number | undefined;
1062
- brandColor?: string | undefined;
1063
1064
  iconUrl?: string | undefined;
1064
1065
  category?: string | undefined;
1065
1066
  pricingId?: number | undefined;
1066
- dappId?: string | undefined;
1067
1067
  ethDayChange?: string | undefined;
1068
1068
  ccyDayChange?: string | undefined;
1069
1069
  }, {
@@ -1074,13 +1074,13 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1074
1074
  symbol?: string | undefined;
1075
1075
  name?: string | undefined;
1076
1076
  decimals?: number | undefined;
1077
+ dappId?: string | undefined;
1078
+ brandColor?: string | undefined;
1077
1079
  unitCurrencyValue?: string | undefined;
1078
1080
  id?: number | undefined;
1079
- brandColor?: string | undefined;
1080
1081
  iconUrl?: string | undefined;
1081
1082
  category?: string | undefined;
1082
1083
  pricingId?: number | undefined;
1083
- dappId?: string | undefined;
1084
1084
  ethDayChange?: string | undefined;
1085
1085
  ccyDayChange?: string | undefined;
1086
1086
  }>>;
@@ -1109,10 +1109,10 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1109
1109
  listed: boolean;
1110
1110
  tradable: boolean;
1111
1111
  category: "tokens" | "currencies" | "savings";
1112
+ dappId?: string | undefined;
1112
1113
  brandColor?: string | undefined;
1113
1114
  iconUrl?: string | undefined;
1114
1115
  pricingId?: number | undefined;
1115
- dappId?: string | undefined;
1116
1116
  marketData?: {
1117
1117
  marketCap: number;
1118
1118
  marketCap24hChange: number;
@@ -1129,13 +1129,13 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1129
1129
  symbol?: string | undefined;
1130
1130
  name?: string | undefined;
1131
1131
  decimals?: number | undefined;
1132
+ dappId?: string | undefined;
1133
+ brandColor?: string | undefined;
1132
1134
  unitCurrencyValue?: string | undefined;
1133
1135
  id?: number | undefined;
1134
- brandColor?: string | undefined;
1135
1136
  iconUrl?: string | undefined;
1136
1137
  category?: string | undefined;
1137
1138
  pricingId?: number | undefined;
1138
- dappId?: string | undefined;
1139
1139
  ethDayChange?: string | undefined;
1140
1140
  ccyDayChange?: string | undefined;
1141
1141
  } | undefined;
@@ -1163,10 +1163,10 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1163
1163
  listed: boolean;
1164
1164
  tradable: boolean;
1165
1165
  category: "tokens" | "currencies" | "savings";
1166
+ dappId?: string | undefined;
1166
1167
  brandColor?: string | undefined;
1167
1168
  iconUrl?: string | undefined;
1168
1169
  pricingId?: number | undefined;
1169
- dappId?: string | undefined;
1170
1170
  marketData?: {
1171
1171
  marketCap: number;
1172
1172
  marketCap24hChange: number;
@@ -1183,13 +1183,13 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
1183
1183
  symbol?: string | undefined;
1184
1184
  name?: string | undefined;
1185
1185
  decimals?: number | undefined;
1186
+ dappId?: string | undefined;
1187
+ brandColor?: string | undefined;
1186
1188
  unitCurrencyValue?: string | undefined;
1187
1189
  id?: number | undefined;
1188
- brandColor?: string | undefined;
1189
1190
  iconUrl?: string | undefined;
1190
1191
  category?: string | undefined;
1191
1192
  pricingId?: number | undefined;
1192
- dappId?: string | undefined;
1193
1193
  ethDayChange?: string | undefined;
1194
1194
  ccyDayChange?: string | undefined;
1195
1195
  } | undefined;
@@ -1254,13 +1254,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1254
1254
  symbol?: string | undefined;
1255
1255
  name?: string | undefined;
1256
1256
  decimals?: number | undefined;
1257
+ dappId?: string | undefined;
1258
+ brandColor?: string | undefined;
1257
1259
  unitCurrencyValue?: string | undefined;
1258
1260
  id?: number | undefined;
1259
- brandColor?: string | undefined;
1260
1261
  iconUrl?: string | undefined;
1261
1262
  category?: string | undefined;
1262
1263
  pricingId?: number | undefined;
1263
- dappId?: string | undefined;
1264
1264
  ethDayChange?: string | undefined;
1265
1265
  ccyDayChange?: string | undefined;
1266
1266
  }, {
@@ -1276,13 +1276,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1276
1276
  symbol?: string | undefined;
1277
1277
  name?: string | undefined;
1278
1278
  decimals?: number | undefined;
1279
+ dappId?: string | undefined;
1280
+ brandColor?: string | undefined;
1279
1281
  unitCurrencyValue?: string | undefined;
1280
1282
  id?: number | undefined;
1281
- brandColor?: string | undefined;
1282
1283
  iconUrl?: string | undefined;
1283
1284
  category?: string | undefined;
1284
1285
  pricingId?: number | undefined;
1285
- dappId?: string | undefined;
1286
1286
  ethDayChange?: string | undefined;
1287
1287
  ccyDayChange?: string | undefined;
1288
1288
  }>;
@@ -1336,13 +1336,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1336
1336
  symbol?: string | undefined;
1337
1337
  name?: string | undefined;
1338
1338
  decimals?: number | undefined;
1339
+ dappId?: string | undefined;
1340
+ brandColor?: string | undefined;
1339
1341
  unitCurrencyValue?: string | undefined;
1340
1342
  id?: number | undefined;
1341
- brandColor?: string | undefined;
1342
1343
  iconUrl?: string | undefined;
1343
1344
  category?: string | undefined;
1344
1345
  pricingId?: number | undefined;
1345
- dappId?: string | undefined;
1346
1346
  ethDayChange?: string | undefined;
1347
1347
  ccyDayChange?: string | undefined;
1348
1348
  }, {
@@ -1358,13 +1358,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1358
1358
  symbol?: string | undefined;
1359
1359
  name?: string | undefined;
1360
1360
  decimals?: number | undefined;
1361
+ dappId?: string | undefined;
1362
+ brandColor?: string | undefined;
1361
1363
  unitCurrencyValue?: string | undefined;
1362
1364
  id?: number | undefined;
1363
- brandColor?: string | undefined;
1364
1365
  iconUrl?: string | undefined;
1365
1366
  category?: string | undefined;
1366
1367
  pricingId?: number | undefined;
1367
- dappId?: string | undefined;
1368
1368
  ethDayChange?: string | undefined;
1369
1369
  ccyDayChange?: string | undefined;
1370
1370
  }>;
@@ -1383,13 +1383,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1383
1383
  symbol?: string | undefined;
1384
1384
  name?: string | undefined;
1385
1385
  decimals?: number | undefined;
1386
+ dappId?: string | undefined;
1387
+ brandColor?: string | undefined;
1386
1388
  unitCurrencyValue?: string | undefined;
1387
1389
  id?: number | undefined;
1388
- brandColor?: string | undefined;
1389
1390
  iconUrl?: string | undefined;
1390
1391
  category?: string | undefined;
1391
1392
  pricingId?: number | undefined;
1392
- dappId?: string | undefined;
1393
1393
  ethDayChange?: string | undefined;
1394
1394
  ccyDayChange?: string | undefined;
1395
1395
  };
@@ -1406,13 +1406,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1406
1406
  symbol?: string | undefined;
1407
1407
  name?: string | undefined;
1408
1408
  decimals?: number | undefined;
1409
+ dappId?: string | undefined;
1410
+ brandColor?: string | undefined;
1409
1411
  unitCurrencyValue?: string | undefined;
1410
1412
  id?: number | undefined;
1411
- brandColor?: string | undefined;
1412
1413
  iconUrl?: string | undefined;
1413
1414
  category?: string | undefined;
1414
1415
  pricingId?: number | undefined;
1415
- dappId?: string | undefined;
1416
1416
  ethDayChange?: string | undefined;
1417
1417
  ccyDayChange?: string | undefined;
1418
1418
  };
@@ -1437,13 +1437,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1437
1437
  symbol?: string | undefined;
1438
1438
  name?: string | undefined;
1439
1439
  decimals?: number | undefined;
1440
+ dappId?: string | undefined;
1441
+ brandColor?: string | undefined;
1440
1442
  unitCurrencyValue?: string | undefined;
1441
1443
  id?: number | undefined;
1442
- brandColor?: string | undefined;
1443
1444
  iconUrl?: string | undefined;
1444
1445
  category?: string | undefined;
1445
1446
  pricingId?: number | undefined;
1446
- dappId?: string | undefined;
1447
1447
  ethDayChange?: string | undefined;
1448
1448
  ccyDayChange?: string | undefined;
1449
1449
  };
@@ -1460,13 +1460,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1460
1460
  symbol?: string | undefined;
1461
1461
  name?: string | undefined;
1462
1462
  decimals?: number | undefined;
1463
+ dappId?: string | undefined;
1464
+ brandColor?: string | undefined;
1463
1465
  unitCurrencyValue?: string | undefined;
1464
1466
  id?: number | undefined;
1465
- brandColor?: string | undefined;
1466
1467
  iconUrl?: string | undefined;
1467
1468
  category?: string | undefined;
1468
1469
  pricingId?: number | undefined;
1469
- dappId?: string | undefined;
1470
1470
  ethDayChange?: string | undefined;
1471
1471
  ccyDayChange?: string | undefined;
1472
1472
  };
@@ -1532,10 +1532,10 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1532
1532
  listed: boolean;
1533
1533
  tradable: boolean;
1534
1534
  category: "tokens" | "currencies" | "savings";
1535
+ dappId?: string | undefined;
1535
1536
  brandColor?: string | undefined;
1536
1537
  iconUrl?: string | undefined;
1537
1538
  pricingId?: number | undefined;
1538
- dappId?: string | undefined;
1539
1539
  marketData?: {
1540
1540
  marketCap: number;
1541
1541
  marketCap24hChange: number;
@@ -1555,10 +1555,10 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1555
1555
  listed: boolean;
1556
1556
  tradable: boolean;
1557
1557
  category: "tokens" | "currencies" | "savings";
1558
+ dappId?: string | undefined;
1558
1559
  brandColor?: string | undefined;
1559
1560
  iconUrl?: string | undefined;
1560
1561
  pricingId?: number | undefined;
1561
- dappId?: string | undefined;
1562
1562
  marketData?: {
1563
1563
  marketCap: number;
1564
1564
  marketCap24hChange: number;
@@ -1606,13 +1606,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1606
1606
  symbol?: string | undefined;
1607
1607
  name?: string | undefined;
1608
1608
  decimals?: number | undefined;
1609
+ dappId?: string | undefined;
1610
+ brandColor?: string | undefined;
1609
1611
  unitCurrencyValue?: string | undefined;
1610
1612
  id?: number | undefined;
1611
- brandColor?: string | undefined;
1612
1613
  iconUrl?: string | undefined;
1613
1614
  category?: string | undefined;
1614
1615
  pricingId?: number | undefined;
1615
- dappId?: string | undefined;
1616
1616
  ethDayChange?: string | undefined;
1617
1617
  ccyDayChange?: string | undefined;
1618
1618
  }, {
@@ -1623,13 +1623,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1623
1623
  symbol?: string | undefined;
1624
1624
  name?: string | undefined;
1625
1625
  decimals?: number | undefined;
1626
+ dappId?: string | undefined;
1627
+ brandColor?: string | undefined;
1626
1628
  unitCurrencyValue?: string | undefined;
1627
1629
  id?: number | undefined;
1628
- brandColor?: string | undefined;
1629
1630
  iconUrl?: string | undefined;
1630
1631
  category?: string | undefined;
1631
1632
  pricingId?: number | undefined;
1632
- dappId?: string | undefined;
1633
1633
  ethDayChange?: string | undefined;
1634
1634
  ccyDayChange?: string | undefined;
1635
1635
  }>>;
@@ -1658,10 +1658,10 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1658
1658
  listed: boolean;
1659
1659
  tradable: boolean;
1660
1660
  category: "tokens" | "currencies" | "savings";
1661
+ dappId?: string | undefined;
1661
1662
  brandColor?: string | undefined;
1662
1663
  iconUrl?: string | undefined;
1663
1664
  pricingId?: number | undefined;
1664
- dappId?: string | undefined;
1665
1665
  marketData?: {
1666
1666
  marketCap: number;
1667
1667
  marketCap24hChange: number;
@@ -1678,13 +1678,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1678
1678
  symbol?: string | undefined;
1679
1679
  name?: string | undefined;
1680
1680
  decimals?: number | undefined;
1681
+ dappId?: string | undefined;
1682
+ brandColor?: string | undefined;
1681
1683
  unitCurrencyValue?: string | undefined;
1682
1684
  id?: number | undefined;
1683
- brandColor?: string | undefined;
1684
1685
  iconUrl?: string | undefined;
1685
1686
  category?: string | undefined;
1686
1687
  pricingId?: number | undefined;
1687
- dappId?: string | undefined;
1688
1688
  ethDayChange?: string | undefined;
1689
1689
  ccyDayChange?: string | undefined;
1690
1690
  } | undefined;
@@ -1712,10 +1712,10 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1712
1712
  listed: boolean;
1713
1713
  tradable: boolean;
1714
1714
  category: "tokens" | "currencies" | "savings";
1715
+ dappId?: string | undefined;
1715
1716
  brandColor?: string | undefined;
1716
1717
  iconUrl?: string | undefined;
1717
1718
  pricingId?: number | undefined;
1718
- dappId?: string | undefined;
1719
1719
  marketData?: {
1720
1720
  marketCap: number;
1721
1721
  marketCap24hChange: number;
@@ -1732,13 +1732,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
1732
1732
  symbol?: string | undefined;
1733
1733
  name?: string | undefined;
1734
1734
  decimals?: number | undefined;
1735
+ dappId?: string | undefined;
1736
+ brandColor?: string | undefined;
1735
1737
  unitCurrencyValue?: string | undefined;
1736
1738
  id?: number | undefined;
1737
- brandColor?: string | undefined;
1738
1739
  iconUrl?: string | undefined;
1739
1740
  category?: string | undefined;
1740
1741
  pricingId?: number | undefined;
1741
- dappId?: string | undefined;
1742
1742
  ethDayChange?: string | undefined;
1743
1743
  ccyDayChange?: string | undefined;
1744
1744
  } | undefined;
@@ -1820,13 +1820,13 @@ export declare const defiProductSchema: z.ZodObject<{
1820
1820
  symbol?: string | undefined;
1821
1821
  name?: string | undefined;
1822
1822
  decimals?: number | undefined;
1823
+ dappId?: string | undefined;
1824
+ brandColor?: string | undefined;
1823
1825
  unitCurrencyValue?: string | undefined;
1824
1826
  id?: number | undefined;
1825
- brandColor?: string | undefined;
1826
1827
  iconUrl?: string | undefined;
1827
1828
  category?: string | undefined;
1828
1829
  pricingId?: number | undefined;
1829
- dappId?: string | undefined;
1830
1830
  ethDayChange?: string | undefined;
1831
1831
  ccyDayChange?: string | undefined;
1832
1832
  }, {
@@ -1842,13 +1842,13 @@ export declare const defiProductSchema: z.ZodObject<{
1842
1842
  symbol?: string | undefined;
1843
1843
  name?: string | undefined;
1844
1844
  decimals?: number | undefined;
1845
+ dappId?: string | undefined;
1846
+ brandColor?: string | undefined;
1845
1847
  unitCurrencyValue?: string | undefined;
1846
1848
  id?: number | undefined;
1847
- brandColor?: string | undefined;
1848
1849
  iconUrl?: string | undefined;
1849
1850
  category?: string | undefined;
1850
1851
  pricingId?: number | undefined;
1851
- dappId?: string | undefined;
1852
1852
  ethDayChange?: string | undefined;
1853
1853
  ccyDayChange?: string | undefined;
1854
1854
  }>;
@@ -1902,13 +1902,13 @@ export declare const defiProductSchema: z.ZodObject<{
1902
1902
  symbol?: string | undefined;
1903
1903
  name?: string | undefined;
1904
1904
  decimals?: number | undefined;
1905
+ dappId?: string | undefined;
1906
+ brandColor?: string | undefined;
1905
1907
  unitCurrencyValue?: string | undefined;
1906
1908
  id?: number | undefined;
1907
- brandColor?: string | undefined;
1908
1909
  iconUrl?: string | undefined;
1909
1910
  category?: string | undefined;
1910
1911
  pricingId?: number | undefined;
1911
- dappId?: string | undefined;
1912
1912
  ethDayChange?: string | undefined;
1913
1913
  ccyDayChange?: string | undefined;
1914
1914
  }, {
@@ -1924,13 +1924,13 @@ export declare const defiProductSchema: z.ZodObject<{
1924
1924
  symbol?: string | undefined;
1925
1925
  name?: string | undefined;
1926
1926
  decimals?: number | undefined;
1927
+ dappId?: string | undefined;
1928
+ brandColor?: string | undefined;
1927
1929
  unitCurrencyValue?: string | undefined;
1928
1930
  id?: number | undefined;
1929
- brandColor?: string | undefined;
1930
1931
  iconUrl?: string | undefined;
1931
1932
  category?: string | undefined;
1932
1933
  pricingId?: number | undefined;
1933
- dappId?: string | undefined;
1934
1934
  ethDayChange?: string | undefined;
1935
1935
  ccyDayChange?: string | undefined;
1936
1936
  }>;
@@ -1949,13 +1949,13 @@ export declare const defiProductSchema: z.ZodObject<{
1949
1949
  symbol?: string | undefined;
1950
1950
  name?: string | undefined;
1951
1951
  decimals?: number | undefined;
1952
+ dappId?: string | undefined;
1953
+ brandColor?: string | undefined;
1952
1954
  unitCurrencyValue?: string | undefined;
1953
1955
  id?: number | undefined;
1954
- brandColor?: string | undefined;
1955
1956
  iconUrl?: string | undefined;
1956
1957
  category?: string | undefined;
1957
1958
  pricingId?: number | undefined;
1958
- dappId?: string | undefined;
1959
1959
  ethDayChange?: string | undefined;
1960
1960
  ccyDayChange?: string | undefined;
1961
1961
  };
@@ -1972,13 +1972,13 @@ export declare const defiProductSchema: z.ZodObject<{
1972
1972
  symbol?: string | undefined;
1973
1973
  name?: string | undefined;
1974
1974
  decimals?: number | undefined;
1975
+ dappId?: string | undefined;
1976
+ brandColor?: string | undefined;
1975
1977
  unitCurrencyValue?: string | undefined;
1976
1978
  id?: number | undefined;
1977
- brandColor?: string | undefined;
1978
1979
  iconUrl?: string | undefined;
1979
1980
  category?: string | undefined;
1980
1981
  pricingId?: number | undefined;
1981
- dappId?: string | undefined;
1982
1982
  ethDayChange?: string | undefined;
1983
1983
  ccyDayChange?: string | undefined;
1984
1984
  };
@@ -2003,13 +2003,13 @@ export declare const defiProductSchema: z.ZodObject<{
2003
2003
  symbol?: string | undefined;
2004
2004
  name?: string | undefined;
2005
2005
  decimals?: number | undefined;
2006
+ dappId?: string | undefined;
2007
+ brandColor?: string | undefined;
2006
2008
  unitCurrencyValue?: string | undefined;
2007
2009
  id?: number | undefined;
2008
- brandColor?: string | undefined;
2009
2010
  iconUrl?: string | undefined;
2010
2011
  category?: string | undefined;
2011
2012
  pricingId?: number | undefined;
2012
- dappId?: string | undefined;
2013
2013
  ethDayChange?: string | undefined;
2014
2014
  ccyDayChange?: string | undefined;
2015
2015
  };
@@ -2026,13 +2026,13 @@ export declare const defiProductSchema: z.ZodObject<{
2026
2026
  symbol?: string | undefined;
2027
2027
  name?: string | undefined;
2028
2028
  decimals?: number | undefined;
2029
+ dappId?: string | undefined;
2030
+ brandColor?: string | undefined;
2029
2031
  unitCurrencyValue?: string | undefined;
2030
2032
  id?: number | undefined;
2031
- brandColor?: string | undefined;
2032
2033
  iconUrl?: string | undefined;
2033
2034
  category?: string | undefined;
2034
2035
  pricingId?: number | undefined;
2035
- dappId?: string | undefined;
2036
2036
  ethDayChange?: string | undefined;
2037
2037
  ccyDayChange?: string | undefined;
2038
2038
  };
@@ -2098,10 +2098,10 @@ export declare const defiProductSchema: z.ZodObject<{
2098
2098
  listed: boolean;
2099
2099
  tradable: boolean;
2100
2100
  category: "tokens" | "currencies" | "savings";
2101
+ dappId?: string | undefined;
2101
2102
  brandColor?: string | undefined;
2102
2103
  iconUrl?: string | undefined;
2103
2104
  pricingId?: number | undefined;
2104
- dappId?: string | undefined;
2105
2105
  marketData?: {
2106
2106
  marketCap: number;
2107
2107
  marketCap24hChange: number;
@@ -2121,10 +2121,10 @@ export declare const defiProductSchema: z.ZodObject<{
2121
2121
  listed: boolean;
2122
2122
  tradable: boolean;
2123
2123
  category: "tokens" | "currencies" | "savings";
2124
+ dappId?: string | undefined;
2124
2125
  brandColor?: string | undefined;
2125
2126
  iconUrl?: string | undefined;
2126
2127
  pricingId?: number | undefined;
2127
- dappId?: string | undefined;
2128
2128
  marketData?: {
2129
2129
  marketCap: number;
2130
2130
  marketCap24hChange: number;
@@ -2172,13 +2172,13 @@ export declare const defiProductSchema: z.ZodObject<{
2172
2172
  symbol?: string | undefined;
2173
2173
  name?: string | undefined;
2174
2174
  decimals?: number | undefined;
2175
+ dappId?: string | undefined;
2176
+ brandColor?: string | undefined;
2175
2177
  unitCurrencyValue?: string | undefined;
2176
2178
  id?: number | undefined;
2177
- brandColor?: string | undefined;
2178
2179
  iconUrl?: string | undefined;
2179
2180
  category?: string | undefined;
2180
2181
  pricingId?: number | undefined;
2181
- dappId?: string | undefined;
2182
2182
  ethDayChange?: string | undefined;
2183
2183
  ccyDayChange?: string | undefined;
2184
2184
  }, {
@@ -2189,13 +2189,13 @@ export declare const defiProductSchema: z.ZodObject<{
2189
2189
  symbol?: string | undefined;
2190
2190
  name?: string | undefined;
2191
2191
  decimals?: number | undefined;
2192
+ dappId?: string | undefined;
2193
+ brandColor?: string | undefined;
2192
2194
  unitCurrencyValue?: string | undefined;
2193
2195
  id?: number | undefined;
2194
- brandColor?: string | undefined;
2195
2196
  iconUrl?: string | undefined;
2196
2197
  category?: string | undefined;
2197
2198
  pricingId?: number | undefined;
2198
- dappId?: string | undefined;
2199
2199
  ethDayChange?: string | undefined;
2200
2200
  ccyDayChange?: string | undefined;
2201
2201
  }>>;
@@ -2224,10 +2224,10 @@ export declare const defiProductSchema: z.ZodObject<{
2224
2224
  listed: boolean;
2225
2225
  tradable: boolean;
2226
2226
  category: "tokens" | "currencies" | "savings";
2227
+ dappId?: string | undefined;
2227
2228
  brandColor?: string | undefined;
2228
2229
  iconUrl?: string | undefined;
2229
2230
  pricingId?: number | undefined;
2230
- dappId?: string | undefined;
2231
2231
  marketData?: {
2232
2232
  marketCap: number;
2233
2233
  marketCap24hChange: number;
@@ -2244,13 +2244,13 @@ export declare const defiProductSchema: z.ZodObject<{
2244
2244
  symbol?: string | undefined;
2245
2245
  name?: string | undefined;
2246
2246
  decimals?: number | undefined;
2247
+ dappId?: string | undefined;
2248
+ brandColor?: string | undefined;
2247
2249
  unitCurrencyValue?: string | undefined;
2248
2250
  id?: number | undefined;
2249
- brandColor?: string | undefined;
2250
2251
  iconUrl?: string | undefined;
2251
2252
  category?: string | undefined;
2252
2253
  pricingId?: number | undefined;
2253
- dappId?: string | undefined;
2254
2254
  ethDayChange?: string | undefined;
2255
2255
  ccyDayChange?: string | undefined;
2256
2256
  } | undefined;
@@ -2278,10 +2278,10 @@ export declare const defiProductSchema: z.ZodObject<{
2278
2278
  listed: boolean;
2279
2279
  tradable: boolean;
2280
2280
  category: "tokens" | "currencies" | "savings";
2281
+ dappId?: string | undefined;
2281
2282
  brandColor?: string | undefined;
2282
2283
  iconUrl?: string | undefined;
2283
2284
  pricingId?: number | undefined;
2284
- dappId?: string | undefined;
2285
2285
  marketData?: {
2286
2286
  marketCap: number;
2287
2287
  marketCap24hChange: number;
@@ -2298,13 +2298,13 @@ export declare const defiProductSchema: z.ZodObject<{
2298
2298
  symbol?: string | undefined;
2299
2299
  name?: string | undefined;
2300
2300
  decimals?: number | undefined;
2301
+ dappId?: string | undefined;
2302
+ brandColor?: string | undefined;
2301
2303
  unitCurrencyValue?: string | undefined;
2302
2304
  id?: number | undefined;
2303
- brandColor?: string | undefined;
2304
2305
  iconUrl?: string | undefined;
2305
2306
  category?: string | undefined;
2306
2307
  pricingId?: number | undefined;
2307
- dappId?: string | undefined;
2308
2308
  ethDayChange?: string | undefined;
2309
2309
  ccyDayChange?: string | undefined;
2310
2310
  } | undefined;
@@ -2327,8 +2327,8 @@ export declare const defiProductSchema: z.ZodObject<{
2327
2327
  }>>>;
2328
2328
  accountAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2329
2329
  }, "strip", z.ZodTypeAny, {
2330
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
2331
2330
  name: string;
2331
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
2332
2332
  accountAddress: `0x${string}`;
2333
2333
  positions: ({
2334
2334
  poolFeePercentage: string;
@@ -2345,13 +2345,13 @@ export declare const defiProductSchema: z.ZodObject<{
2345
2345
  symbol?: string | undefined;
2346
2346
  name?: string | undefined;
2347
2347
  decimals?: number | undefined;
2348
+ dappId?: string | undefined;
2349
+ brandColor?: string | undefined;
2348
2350
  unitCurrencyValue?: string | undefined;
2349
2351
  id?: number | undefined;
2350
- brandColor?: string | undefined;
2351
2352
  iconUrl?: string | undefined;
2352
2353
  category?: string | undefined;
2353
2354
  pricingId?: number | undefined;
2354
- dappId?: string | undefined;
2355
2355
  ethDayChange?: string | undefined;
2356
2356
  ccyDayChange?: string | undefined;
2357
2357
  };
@@ -2368,13 +2368,13 @@ export declare const defiProductSchema: z.ZodObject<{
2368
2368
  symbol?: string | undefined;
2369
2369
  name?: string | undefined;
2370
2370
  decimals?: number | undefined;
2371
+ dappId?: string | undefined;
2372
+ brandColor?: string | undefined;
2371
2373
  unitCurrencyValue?: string | undefined;
2372
2374
  id?: number | undefined;
2373
- brandColor?: string | undefined;
2374
2375
  iconUrl?: string | undefined;
2375
2376
  category?: string | undefined;
2376
2377
  pricingId?: number | undefined;
2377
- dappId?: string | undefined;
2378
2378
  ethDayChange?: string | undefined;
2379
2379
  ccyDayChange?: string | undefined;
2380
2380
  };
@@ -2407,10 +2407,10 @@ export declare const defiProductSchema: z.ZodObject<{
2407
2407
  listed: boolean;
2408
2408
  tradable: boolean;
2409
2409
  category: "tokens" | "currencies" | "savings";
2410
+ dappId?: string | undefined;
2410
2411
  brandColor?: string | undefined;
2411
2412
  iconUrl?: string | undefined;
2412
2413
  pricingId?: number | undefined;
2413
- dappId?: string | undefined;
2414
2414
  marketData?: {
2415
2415
  marketCap: number;
2416
2416
  marketCap24hChange: number;
@@ -2427,13 +2427,13 @@ export declare const defiProductSchema: z.ZodObject<{
2427
2427
  symbol?: string | undefined;
2428
2428
  name?: string | undefined;
2429
2429
  decimals?: number | undefined;
2430
+ dappId?: string | undefined;
2431
+ brandColor?: string | undefined;
2430
2432
  unitCurrencyValue?: string | undefined;
2431
2433
  id?: number | undefined;
2432
- brandColor?: string | undefined;
2433
2434
  iconUrl?: string | undefined;
2434
2435
  category?: string | undefined;
2435
2436
  pricingId?: number | undefined;
2436
- dappId?: string | undefined;
2437
2437
  ethDayChange?: string | undefined;
2438
2438
  ccyDayChange?: string | undefined;
2439
2439
  } | undefined;
@@ -2448,8 +2448,8 @@ export declare const defiProductSchema: z.ZodObject<{
2448
2448
  healthRatio?: string | undefined;
2449
2449
  }> | undefined;
2450
2450
  }, {
2451
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
2452
2451
  name: string;
2452
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
2453
2453
  accountAddress: string;
2454
2454
  positions: ({
2455
2455
  poolFeePercentage: string;
@@ -2466,13 +2466,13 @@ export declare const defiProductSchema: z.ZodObject<{
2466
2466
  symbol?: string | undefined;
2467
2467
  name?: string | undefined;
2468
2468
  decimals?: number | undefined;
2469
+ dappId?: string | undefined;
2470
+ brandColor?: string | undefined;
2469
2471
  unitCurrencyValue?: string | undefined;
2470
2472
  id?: number | undefined;
2471
- brandColor?: string | undefined;
2472
2473
  iconUrl?: string | undefined;
2473
2474
  category?: string | undefined;
2474
2475
  pricingId?: number | undefined;
2475
- dappId?: string | undefined;
2476
2476
  ethDayChange?: string | undefined;
2477
2477
  ccyDayChange?: string | undefined;
2478
2478
  };
@@ -2489,13 +2489,13 @@ export declare const defiProductSchema: z.ZodObject<{
2489
2489
  symbol?: string | undefined;
2490
2490
  name?: string | undefined;
2491
2491
  decimals?: number | undefined;
2492
+ dappId?: string | undefined;
2493
+ brandColor?: string | undefined;
2492
2494
  unitCurrencyValue?: string | undefined;
2493
2495
  id?: number | undefined;
2494
- brandColor?: string | undefined;
2495
2496
  iconUrl?: string | undefined;
2496
2497
  category?: string | undefined;
2497
2498
  pricingId?: number | undefined;
2498
- dappId?: string | undefined;
2499
2499
  ethDayChange?: string | undefined;
2500
2500
  ccyDayChange?: string | undefined;
2501
2501
  };
@@ -2528,10 +2528,10 @@ export declare const defiProductSchema: z.ZodObject<{
2528
2528
  listed: boolean;
2529
2529
  tradable: boolean;
2530
2530
  category: "tokens" | "currencies" | "savings";
2531
+ dappId?: string | undefined;
2531
2532
  brandColor?: string | undefined;
2532
2533
  iconUrl?: string | undefined;
2533
2534
  pricingId?: number | undefined;
2534
- dappId?: string | undefined;
2535
2535
  marketData?: {
2536
2536
  marketCap: number;
2537
2537
  marketCap24hChange: number;
@@ -2548,13 +2548,13 @@ export declare const defiProductSchema: z.ZodObject<{
2548
2548
  symbol?: string | undefined;
2549
2549
  name?: string | undefined;
2550
2550
  decimals?: number | undefined;
2551
+ dappId?: string | undefined;
2552
+ brandColor?: string | undefined;
2551
2553
  unitCurrencyValue?: string | undefined;
2552
2554
  id?: number | undefined;
2553
- brandColor?: string | undefined;
2554
2555
  iconUrl?: string | undefined;
2555
2556
  category?: string | undefined;
2556
2557
  pricingId?: number | undefined;
2557
- dappId?: string | undefined;
2558
2558
  ethDayChange?: string | undefined;
2559
2559
  ccyDayChange?: string | undefined;
2560
2560
  } | undefined;
@@ -2632,13 +2632,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2632
2632
  symbol?: string | undefined;
2633
2633
  name?: string | undefined;
2634
2634
  decimals?: number | undefined;
2635
+ dappId?: string | undefined;
2636
+ brandColor?: string | undefined;
2635
2637
  unitCurrencyValue?: string | undefined;
2636
2638
  id?: number | undefined;
2637
- brandColor?: string | undefined;
2638
2639
  iconUrl?: string | undefined;
2639
2640
  category?: string | undefined;
2640
2641
  pricingId?: number | undefined;
2641
- dappId?: string | undefined;
2642
2642
  ethDayChange?: string | undefined;
2643
2643
  ccyDayChange?: string | undefined;
2644
2644
  }, {
@@ -2654,13 +2654,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2654
2654
  symbol?: string | undefined;
2655
2655
  name?: string | undefined;
2656
2656
  decimals?: number | undefined;
2657
+ dappId?: string | undefined;
2658
+ brandColor?: string | undefined;
2657
2659
  unitCurrencyValue?: string | undefined;
2658
2660
  id?: number | undefined;
2659
- brandColor?: string | undefined;
2660
2661
  iconUrl?: string | undefined;
2661
2662
  category?: string | undefined;
2662
2663
  pricingId?: number | undefined;
2663
- dappId?: string | undefined;
2664
2664
  ethDayChange?: string | undefined;
2665
2665
  ccyDayChange?: string | undefined;
2666
2666
  }>;
@@ -2714,13 +2714,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2714
2714
  symbol?: string | undefined;
2715
2715
  name?: string | undefined;
2716
2716
  decimals?: number | undefined;
2717
+ dappId?: string | undefined;
2718
+ brandColor?: string | undefined;
2717
2719
  unitCurrencyValue?: string | undefined;
2718
2720
  id?: number | undefined;
2719
- brandColor?: string | undefined;
2720
2721
  iconUrl?: string | undefined;
2721
2722
  category?: string | undefined;
2722
2723
  pricingId?: number | undefined;
2723
- dappId?: string | undefined;
2724
2724
  ethDayChange?: string | undefined;
2725
2725
  ccyDayChange?: string | undefined;
2726
2726
  }, {
@@ -2736,13 +2736,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2736
2736
  symbol?: string | undefined;
2737
2737
  name?: string | undefined;
2738
2738
  decimals?: number | undefined;
2739
+ dappId?: string | undefined;
2740
+ brandColor?: string | undefined;
2739
2741
  unitCurrencyValue?: string | undefined;
2740
2742
  id?: number | undefined;
2741
- brandColor?: string | undefined;
2742
2743
  iconUrl?: string | undefined;
2743
2744
  category?: string | undefined;
2744
2745
  pricingId?: number | undefined;
2745
- dappId?: string | undefined;
2746
2746
  ethDayChange?: string | undefined;
2747
2747
  ccyDayChange?: string | undefined;
2748
2748
  }>;
@@ -2761,13 +2761,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2761
2761
  symbol?: string | undefined;
2762
2762
  name?: string | undefined;
2763
2763
  decimals?: number | undefined;
2764
+ dappId?: string | undefined;
2765
+ brandColor?: string | undefined;
2764
2766
  unitCurrencyValue?: string | undefined;
2765
2767
  id?: number | undefined;
2766
- brandColor?: string | undefined;
2767
2768
  iconUrl?: string | undefined;
2768
2769
  category?: string | undefined;
2769
2770
  pricingId?: number | undefined;
2770
- dappId?: string | undefined;
2771
2771
  ethDayChange?: string | undefined;
2772
2772
  ccyDayChange?: string | undefined;
2773
2773
  };
@@ -2784,13 +2784,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2784
2784
  symbol?: string | undefined;
2785
2785
  name?: string | undefined;
2786
2786
  decimals?: number | undefined;
2787
+ dappId?: string | undefined;
2788
+ brandColor?: string | undefined;
2787
2789
  unitCurrencyValue?: string | undefined;
2788
2790
  id?: number | undefined;
2789
- brandColor?: string | undefined;
2790
2791
  iconUrl?: string | undefined;
2791
2792
  category?: string | undefined;
2792
2793
  pricingId?: number | undefined;
2793
- dappId?: string | undefined;
2794
2794
  ethDayChange?: string | undefined;
2795
2795
  ccyDayChange?: string | undefined;
2796
2796
  };
@@ -2815,13 +2815,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2815
2815
  symbol?: string | undefined;
2816
2816
  name?: string | undefined;
2817
2817
  decimals?: number | undefined;
2818
+ dappId?: string | undefined;
2819
+ brandColor?: string | undefined;
2818
2820
  unitCurrencyValue?: string | undefined;
2819
2821
  id?: number | undefined;
2820
- brandColor?: string | undefined;
2821
2822
  iconUrl?: string | undefined;
2822
2823
  category?: string | undefined;
2823
2824
  pricingId?: number | undefined;
2824
- dappId?: string | undefined;
2825
2825
  ethDayChange?: string | undefined;
2826
2826
  ccyDayChange?: string | undefined;
2827
2827
  };
@@ -2838,13 +2838,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2838
2838
  symbol?: string | undefined;
2839
2839
  name?: string | undefined;
2840
2840
  decimals?: number | undefined;
2841
+ dappId?: string | undefined;
2842
+ brandColor?: string | undefined;
2841
2843
  unitCurrencyValue?: string | undefined;
2842
2844
  id?: number | undefined;
2843
- brandColor?: string | undefined;
2844
2845
  iconUrl?: string | undefined;
2845
2846
  category?: string | undefined;
2846
2847
  pricingId?: number | undefined;
2847
- dappId?: string | undefined;
2848
2848
  ethDayChange?: string | undefined;
2849
2849
  ccyDayChange?: string | undefined;
2850
2850
  };
@@ -2910,10 +2910,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2910
2910
  listed: boolean;
2911
2911
  tradable: boolean;
2912
2912
  category: "tokens" | "currencies" | "savings";
2913
+ dappId?: string | undefined;
2913
2914
  brandColor?: string | undefined;
2914
2915
  iconUrl?: string | undefined;
2915
2916
  pricingId?: number | undefined;
2916
- dappId?: string | undefined;
2917
2917
  marketData?: {
2918
2918
  marketCap: number;
2919
2919
  marketCap24hChange: number;
@@ -2933,10 +2933,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2933
2933
  listed: boolean;
2934
2934
  tradable: boolean;
2935
2935
  category: "tokens" | "currencies" | "savings";
2936
+ dappId?: string | undefined;
2936
2937
  brandColor?: string | undefined;
2937
2938
  iconUrl?: string | undefined;
2938
2939
  pricingId?: number | undefined;
2939
- dappId?: string | undefined;
2940
2940
  marketData?: {
2941
2941
  marketCap: number;
2942
2942
  marketCap24hChange: number;
@@ -2984,13 +2984,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
2984
2984
  symbol?: string | undefined;
2985
2985
  name?: string | undefined;
2986
2986
  decimals?: number | undefined;
2987
+ dappId?: string | undefined;
2988
+ brandColor?: string | undefined;
2987
2989
  unitCurrencyValue?: string | undefined;
2988
2990
  id?: number | undefined;
2989
- brandColor?: string | undefined;
2990
2991
  iconUrl?: string | undefined;
2991
2992
  category?: string | undefined;
2992
2993
  pricingId?: number | undefined;
2993
- dappId?: string | undefined;
2994
2994
  ethDayChange?: string | undefined;
2995
2995
  ccyDayChange?: string | undefined;
2996
2996
  }, {
@@ -3001,13 +3001,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3001
3001
  symbol?: string | undefined;
3002
3002
  name?: string | undefined;
3003
3003
  decimals?: number | undefined;
3004
+ dappId?: string | undefined;
3005
+ brandColor?: string | undefined;
3004
3006
  unitCurrencyValue?: string | undefined;
3005
3007
  id?: number | undefined;
3006
- brandColor?: string | undefined;
3007
3008
  iconUrl?: string | undefined;
3008
3009
  category?: string | undefined;
3009
3010
  pricingId?: number | undefined;
3010
- dappId?: string | undefined;
3011
3011
  ethDayChange?: string | undefined;
3012
3012
  ccyDayChange?: string | undefined;
3013
3013
  }>>;
@@ -3036,10 +3036,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3036
3036
  listed: boolean;
3037
3037
  tradable: boolean;
3038
3038
  category: "tokens" | "currencies" | "savings";
3039
+ dappId?: string | undefined;
3039
3040
  brandColor?: string | undefined;
3040
3041
  iconUrl?: string | undefined;
3041
3042
  pricingId?: number | undefined;
3042
- dappId?: string | undefined;
3043
3043
  marketData?: {
3044
3044
  marketCap: number;
3045
3045
  marketCap24hChange: number;
@@ -3056,13 +3056,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3056
3056
  symbol?: string | undefined;
3057
3057
  name?: string | undefined;
3058
3058
  decimals?: number | undefined;
3059
+ dappId?: string | undefined;
3060
+ brandColor?: string | undefined;
3059
3061
  unitCurrencyValue?: string | undefined;
3060
3062
  id?: number | undefined;
3061
- brandColor?: string | undefined;
3062
3063
  iconUrl?: string | undefined;
3063
3064
  category?: string | undefined;
3064
3065
  pricingId?: number | undefined;
3065
- dappId?: string | undefined;
3066
3066
  ethDayChange?: string | undefined;
3067
3067
  ccyDayChange?: string | undefined;
3068
3068
  } | undefined;
@@ -3090,10 +3090,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3090
3090
  listed: boolean;
3091
3091
  tradable: boolean;
3092
3092
  category: "tokens" | "currencies" | "savings";
3093
+ dappId?: string | undefined;
3093
3094
  brandColor?: string | undefined;
3094
3095
  iconUrl?: string | undefined;
3095
3096
  pricingId?: number | undefined;
3096
- dappId?: string | undefined;
3097
3097
  marketData?: {
3098
3098
  marketCap: number;
3099
3099
  marketCap24hChange: number;
@@ -3110,13 +3110,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3110
3110
  symbol?: string | undefined;
3111
3111
  name?: string | undefined;
3112
3112
  decimals?: number | undefined;
3113
+ dappId?: string | undefined;
3114
+ brandColor?: string | undefined;
3113
3115
  unitCurrencyValue?: string | undefined;
3114
3116
  id?: number | undefined;
3115
- brandColor?: string | undefined;
3116
3117
  iconUrl?: string | undefined;
3117
3118
  category?: string | undefined;
3118
3119
  pricingId?: number | undefined;
3119
- dappId?: string | undefined;
3120
3120
  ethDayChange?: string | undefined;
3121
3121
  ccyDayChange?: string | undefined;
3122
3122
  } | undefined;
@@ -3139,8 +3139,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3139
3139
  }>>>;
3140
3140
  accountAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3141
3141
  }, "strip", z.ZodTypeAny, {
3142
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3143
3142
  name: string;
3143
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3144
3144
  accountAddress: `0x${string}`;
3145
3145
  positions: ({
3146
3146
  poolFeePercentage: string;
@@ -3157,13 +3157,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3157
3157
  symbol?: string | undefined;
3158
3158
  name?: string | undefined;
3159
3159
  decimals?: number | undefined;
3160
+ dappId?: string | undefined;
3161
+ brandColor?: string | undefined;
3160
3162
  unitCurrencyValue?: string | undefined;
3161
3163
  id?: number | undefined;
3162
- brandColor?: string | undefined;
3163
3164
  iconUrl?: string | undefined;
3164
3165
  category?: string | undefined;
3165
3166
  pricingId?: number | undefined;
3166
- dappId?: string | undefined;
3167
3167
  ethDayChange?: string | undefined;
3168
3168
  ccyDayChange?: string | undefined;
3169
3169
  };
@@ -3180,13 +3180,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3180
3180
  symbol?: string | undefined;
3181
3181
  name?: string | undefined;
3182
3182
  decimals?: number | undefined;
3183
+ dappId?: string | undefined;
3184
+ brandColor?: string | undefined;
3183
3185
  unitCurrencyValue?: string | undefined;
3184
3186
  id?: number | undefined;
3185
- brandColor?: string | undefined;
3186
3187
  iconUrl?: string | undefined;
3187
3188
  category?: string | undefined;
3188
3189
  pricingId?: number | undefined;
3189
- dappId?: string | undefined;
3190
3190
  ethDayChange?: string | undefined;
3191
3191
  ccyDayChange?: string | undefined;
3192
3192
  };
@@ -3219,10 +3219,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3219
3219
  listed: boolean;
3220
3220
  tradable: boolean;
3221
3221
  category: "tokens" | "currencies" | "savings";
3222
+ dappId?: string | undefined;
3222
3223
  brandColor?: string | undefined;
3223
3224
  iconUrl?: string | undefined;
3224
3225
  pricingId?: number | undefined;
3225
- dappId?: string | undefined;
3226
3226
  marketData?: {
3227
3227
  marketCap: number;
3228
3228
  marketCap24hChange: number;
@@ -3239,13 +3239,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3239
3239
  symbol?: string | undefined;
3240
3240
  name?: string | undefined;
3241
3241
  decimals?: number | undefined;
3242
+ dappId?: string | undefined;
3243
+ brandColor?: string | undefined;
3242
3244
  unitCurrencyValue?: string | undefined;
3243
3245
  id?: number | undefined;
3244
- brandColor?: string | undefined;
3245
3246
  iconUrl?: string | undefined;
3246
3247
  category?: string | undefined;
3247
3248
  pricingId?: number | undefined;
3248
- dappId?: string | undefined;
3249
3249
  ethDayChange?: string | undefined;
3250
3250
  ccyDayChange?: string | undefined;
3251
3251
  } | undefined;
@@ -3260,8 +3260,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3260
3260
  healthRatio?: string | undefined;
3261
3261
  }> | undefined;
3262
3262
  }, {
3263
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3264
3263
  name: string;
3264
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3265
3265
  accountAddress: string;
3266
3266
  positions: ({
3267
3267
  poolFeePercentage: string;
@@ -3278,13 +3278,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3278
3278
  symbol?: string | undefined;
3279
3279
  name?: string | undefined;
3280
3280
  decimals?: number | undefined;
3281
+ dappId?: string | undefined;
3282
+ brandColor?: string | undefined;
3281
3283
  unitCurrencyValue?: string | undefined;
3282
3284
  id?: number | undefined;
3283
- brandColor?: string | undefined;
3284
3285
  iconUrl?: string | undefined;
3285
3286
  category?: string | undefined;
3286
3287
  pricingId?: number | undefined;
3287
- dappId?: string | undefined;
3288
3288
  ethDayChange?: string | undefined;
3289
3289
  ccyDayChange?: string | undefined;
3290
3290
  };
@@ -3301,13 +3301,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3301
3301
  symbol?: string | undefined;
3302
3302
  name?: string | undefined;
3303
3303
  decimals?: number | undefined;
3304
+ dappId?: string | undefined;
3305
+ brandColor?: string | undefined;
3304
3306
  unitCurrencyValue?: string | undefined;
3305
3307
  id?: number | undefined;
3306
- brandColor?: string | undefined;
3307
3308
  iconUrl?: string | undefined;
3308
3309
  category?: string | undefined;
3309
3310
  pricingId?: number | undefined;
3310
- dappId?: string | undefined;
3311
3311
  ethDayChange?: string | undefined;
3312
3312
  ccyDayChange?: string | undefined;
3313
3313
  };
@@ -3340,10 +3340,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3340
3340
  listed: boolean;
3341
3341
  tradable: boolean;
3342
3342
  category: "tokens" | "currencies" | "savings";
3343
+ dappId?: string | undefined;
3343
3344
  brandColor?: string | undefined;
3344
3345
  iconUrl?: string | undefined;
3345
3346
  pricingId?: number | undefined;
3346
- dappId?: string | undefined;
3347
3347
  marketData?: {
3348
3348
  marketCap: number;
3349
3349
  marketCap24hChange: number;
@@ -3360,13 +3360,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
3360
3360
  symbol?: string | undefined;
3361
3361
  name?: string | undefined;
3362
3362
  decimals?: number | undefined;
3363
+ dappId?: string | undefined;
3364
+ brandColor?: string | undefined;
3363
3365
  unitCurrencyValue?: string | undefined;
3364
3366
  id?: number | undefined;
3365
- brandColor?: string | undefined;
3366
3367
  iconUrl?: string | undefined;
3367
3368
  category?: string | undefined;
3368
3369
  pricingId?: number | undefined;
3369
- dappId?: string | undefined;
3370
3370
  ethDayChange?: string | undefined;
3371
3371
  ccyDayChange?: string | undefined;
3372
3372
  } | undefined;
@@ -3446,13 +3446,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3446
3446
  symbol?: string | undefined;
3447
3447
  name?: string | undefined;
3448
3448
  decimals?: number | undefined;
3449
+ dappId?: string | undefined;
3450
+ brandColor?: string | undefined;
3449
3451
  unitCurrencyValue?: string | undefined;
3450
3452
  id?: number | undefined;
3451
- brandColor?: string | undefined;
3452
3453
  iconUrl?: string | undefined;
3453
3454
  category?: string | undefined;
3454
3455
  pricingId?: number | undefined;
3455
- dappId?: string | undefined;
3456
3456
  ethDayChange?: string | undefined;
3457
3457
  ccyDayChange?: string | undefined;
3458
3458
  }, {
@@ -3468,13 +3468,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3468
3468
  symbol?: string | undefined;
3469
3469
  name?: string | undefined;
3470
3470
  decimals?: number | undefined;
3471
+ dappId?: string | undefined;
3472
+ brandColor?: string | undefined;
3471
3473
  unitCurrencyValue?: string | undefined;
3472
3474
  id?: number | undefined;
3473
- brandColor?: string | undefined;
3474
3475
  iconUrl?: string | undefined;
3475
3476
  category?: string | undefined;
3476
3477
  pricingId?: number | undefined;
3477
- dappId?: string | undefined;
3478
3478
  ethDayChange?: string | undefined;
3479
3479
  ccyDayChange?: string | undefined;
3480
3480
  }>;
@@ -3528,13 +3528,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3528
3528
  symbol?: string | undefined;
3529
3529
  name?: string | undefined;
3530
3530
  decimals?: number | undefined;
3531
+ dappId?: string | undefined;
3532
+ brandColor?: string | undefined;
3531
3533
  unitCurrencyValue?: string | undefined;
3532
3534
  id?: number | undefined;
3533
- brandColor?: string | undefined;
3534
3535
  iconUrl?: string | undefined;
3535
3536
  category?: string | undefined;
3536
3537
  pricingId?: number | undefined;
3537
- dappId?: string | undefined;
3538
3538
  ethDayChange?: string | undefined;
3539
3539
  ccyDayChange?: string | undefined;
3540
3540
  }, {
@@ -3550,13 +3550,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3550
3550
  symbol?: string | undefined;
3551
3551
  name?: string | undefined;
3552
3552
  decimals?: number | undefined;
3553
+ dappId?: string | undefined;
3554
+ brandColor?: string | undefined;
3553
3555
  unitCurrencyValue?: string | undefined;
3554
3556
  id?: number | undefined;
3555
- brandColor?: string | undefined;
3556
3557
  iconUrl?: string | undefined;
3557
3558
  category?: string | undefined;
3558
3559
  pricingId?: number | undefined;
3559
- dappId?: string | undefined;
3560
3560
  ethDayChange?: string | undefined;
3561
3561
  ccyDayChange?: string | undefined;
3562
3562
  }>;
@@ -3575,13 +3575,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3575
3575
  symbol?: string | undefined;
3576
3576
  name?: string | undefined;
3577
3577
  decimals?: number | undefined;
3578
+ dappId?: string | undefined;
3579
+ brandColor?: string | undefined;
3578
3580
  unitCurrencyValue?: string | undefined;
3579
3581
  id?: number | undefined;
3580
- brandColor?: string | undefined;
3581
3582
  iconUrl?: string | undefined;
3582
3583
  category?: string | undefined;
3583
3584
  pricingId?: number | undefined;
3584
- dappId?: string | undefined;
3585
3585
  ethDayChange?: string | undefined;
3586
3586
  ccyDayChange?: string | undefined;
3587
3587
  };
@@ -3598,13 +3598,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3598
3598
  symbol?: string | undefined;
3599
3599
  name?: string | undefined;
3600
3600
  decimals?: number | undefined;
3601
+ dappId?: string | undefined;
3602
+ brandColor?: string | undefined;
3601
3603
  unitCurrencyValue?: string | undefined;
3602
3604
  id?: number | undefined;
3603
- brandColor?: string | undefined;
3604
3605
  iconUrl?: string | undefined;
3605
3606
  category?: string | undefined;
3606
3607
  pricingId?: number | undefined;
3607
- dappId?: string | undefined;
3608
3608
  ethDayChange?: string | undefined;
3609
3609
  ccyDayChange?: string | undefined;
3610
3610
  };
@@ -3629,13 +3629,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3629
3629
  symbol?: string | undefined;
3630
3630
  name?: string | undefined;
3631
3631
  decimals?: number | undefined;
3632
+ dappId?: string | undefined;
3633
+ brandColor?: string | undefined;
3632
3634
  unitCurrencyValue?: string | undefined;
3633
3635
  id?: number | undefined;
3634
- brandColor?: string | undefined;
3635
3636
  iconUrl?: string | undefined;
3636
3637
  category?: string | undefined;
3637
3638
  pricingId?: number | undefined;
3638
- dappId?: string | undefined;
3639
3639
  ethDayChange?: string | undefined;
3640
3640
  ccyDayChange?: string | undefined;
3641
3641
  };
@@ -3652,13 +3652,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3652
3652
  symbol?: string | undefined;
3653
3653
  name?: string | undefined;
3654
3654
  decimals?: number | undefined;
3655
+ dappId?: string | undefined;
3656
+ brandColor?: string | undefined;
3655
3657
  unitCurrencyValue?: string | undefined;
3656
3658
  id?: number | undefined;
3657
- brandColor?: string | undefined;
3658
3659
  iconUrl?: string | undefined;
3659
3660
  category?: string | undefined;
3660
3661
  pricingId?: number | undefined;
3661
- dappId?: string | undefined;
3662
3662
  ethDayChange?: string | undefined;
3663
3663
  ccyDayChange?: string | undefined;
3664
3664
  };
@@ -3724,10 +3724,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3724
3724
  listed: boolean;
3725
3725
  tradable: boolean;
3726
3726
  category: "tokens" | "currencies" | "savings";
3727
+ dappId?: string | undefined;
3727
3728
  brandColor?: string | undefined;
3728
3729
  iconUrl?: string | undefined;
3729
3730
  pricingId?: number | undefined;
3730
- dappId?: string | undefined;
3731
3731
  marketData?: {
3732
3732
  marketCap: number;
3733
3733
  marketCap24hChange: number;
@@ -3747,10 +3747,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3747
3747
  listed: boolean;
3748
3748
  tradable: boolean;
3749
3749
  category: "tokens" | "currencies" | "savings";
3750
+ dappId?: string | undefined;
3750
3751
  brandColor?: string | undefined;
3751
3752
  iconUrl?: string | undefined;
3752
3753
  pricingId?: number | undefined;
3753
- dappId?: string | undefined;
3754
3754
  marketData?: {
3755
3755
  marketCap: number;
3756
3756
  marketCap24hChange: number;
@@ -3798,13 +3798,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3798
3798
  symbol?: string | undefined;
3799
3799
  name?: string | undefined;
3800
3800
  decimals?: number | undefined;
3801
+ dappId?: string | undefined;
3802
+ brandColor?: string | undefined;
3801
3803
  unitCurrencyValue?: string | undefined;
3802
3804
  id?: number | undefined;
3803
- brandColor?: string | undefined;
3804
3805
  iconUrl?: string | undefined;
3805
3806
  category?: string | undefined;
3806
3807
  pricingId?: number | undefined;
3807
- dappId?: string | undefined;
3808
3808
  ethDayChange?: string | undefined;
3809
3809
  ccyDayChange?: string | undefined;
3810
3810
  }, {
@@ -3815,13 +3815,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3815
3815
  symbol?: string | undefined;
3816
3816
  name?: string | undefined;
3817
3817
  decimals?: number | undefined;
3818
+ dappId?: string | undefined;
3819
+ brandColor?: string | undefined;
3818
3820
  unitCurrencyValue?: string | undefined;
3819
3821
  id?: number | undefined;
3820
- brandColor?: string | undefined;
3821
3822
  iconUrl?: string | undefined;
3822
3823
  category?: string | undefined;
3823
3824
  pricingId?: number | undefined;
3824
- dappId?: string | undefined;
3825
3825
  ethDayChange?: string | undefined;
3826
3826
  ccyDayChange?: string | undefined;
3827
3827
  }>>;
@@ -3850,10 +3850,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3850
3850
  listed: boolean;
3851
3851
  tradable: boolean;
3852
3852
  category: "tokens" | "currencies" | "savings";
3853
+ dappId?: string | undefined;
3853
3854
  brandColor?: string | undefined;
3854
3855
  iconUrl?: string | undefined;
3855
3856
  pricingId?: number | undefined;
3856
- dappId?: string | undefined;
3857
3857
  marketData?: {
3858
3858
  marketCap: number;
3859
3859
  marketCap24hChange: number;
@@ -3870,13 +3870,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3870
3870
  symbol?: string | undefined;
3871
3871
  name?: string | undefined;
3872
3872
  decimals?: number | undefined;
3873
+ dappId?: string | undefined;
3874
+ brandColor?: string | undefined;
3873
3875
  unitCurrencyValue?: string | undefined;
3874
3876
  id?: number | undefined;
3875
- brandColor?: string | undefined;
3876
3877
  iconUrl?: string | undefined;
3877
3878
  category?: string | undefined;
3878
3879
  pricingId?: number | undefined;
3879
- dappId?: string | undefined;
3880
3880
  ethDayChange?: string | undefined;
3881
3881
  ccyDayChange?: string | undefined;
3882
3882
  } | undefined;
@@ -3904,10 +3904,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3904
3904
  listed: boolean;
3905
3905
  tradable: boolean;
3906
3906
  category: "tokens" | "currencies" | "savings";
3907
+ dappId?: string | undefined;
3907
3908
  brandColor?: string | undefined;
3908
3909
  iconUrl?: string | undefined;
3909
3910
  pricingId?: number | undefined;
3910
- dappId?: string | undefined;
3911
3911
  marketData?: {
3912
3912
  marketCap: number;
3913
3913
  marketCap24hChange: number;
@@ -3924,13 +3924,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3924
3924
  symbol?: string | undefined;
3925
3925
  name?: string | undefined;
3926
3926
  decimals?: number | undefined;
3927
+ dappId?: string | undefined;
3928
+ brandColor?: string | undefined;
3927
3929
  unitCurrencyValue?: string | undefined;
3928
3930
  id?: number | undefined;
3929
- brandColor?: string | undefined;
3930
3931
  iconUrl?: string | undefined;
3931
3932
  category?: string | undefined;
3932
3933
  pricingId?: number | undefined;
3933
- dappId?: string | undefined;
3934
3934
  ethDayChange?: string | undefined;
3935
3935
  ccyDayChange?: string | undefined;
3936
3936
  } | undefined;
@@ -3953,8 +3953,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3953
3953
  }>>>;
3954
3954
  accountAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3955
3955
  }, "strip", z.ZodTypeAny, {
3956
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3957
3956
  name: string;
3957
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
3958
3958
  accountAddress: `0x${string}`;
3959
3959
  positions: ({
3960
3960
  poolFeePercentage: string;
@@ -3971,13 +3971,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3971
3971
  symbol?: string | undefined;
3972
3972
  name?: string | undefined;
3973
3973
  decimals?: number | undefined;
3974
+ dappId?: string | undefined;
3975
+ brandColor?: string | undefined;
3974
3976
  unitCurrencyValue?: string | undefined;
3975
3977
  id?: number | undefined;
3976
- brandColor?: string | undefined;
3977
3978
  iconUrl?: string | undefined;
3978
3979
  category?: string | undefined;
3979
3980
  pricingId?: number | undefined;
3980
- dappId?: string | undefined;
3981
3981
  ethDayChange?: string | undefined;
3982
3982
  ccyDayChange?: string | undefined;
3983
3983
  };
@@ -3994,13 +3994,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
3994
3994
  symbol?: string | undefined;
3995
3995
  name?: string | undefined;
3996
3996
  decimals?: number | undefined;
3997
+ dappId?: string | undefined;
3998
+ brandColor?: string | undefined;
3997
3999
  unitCurrencyValue?: string | undefined;
3998
4000
  id?: number | undefined;
3999
- brandColor?: string | undefined;
4000
4001
  iconUrl?: string | undefined;
4001
4002
  category?: string | undefined;
4002
4003
  pricingId?: number | undefined;
4003
- dappId?: string | undefined;
4004
4004
  ethDayChange?: string | undefined;
4005
4005
  ccyDayChange?: string | undefined;
4006
4006
  };
@@ -4033,10 +4033,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4033
4033
  listed: boolean;
4034
4034
  tradable: boolean;
4035
4035
  category: "tokens" | "currencies" | "savings";
4036
+ dappId?: string | undefined;
4036
4037
  brandColor?: string | undefined;
4037
4038
  iconUrl?: string | undefined;
4038
4039
  pricingId?: number | undefined;
4039
- dappId?: string | undefined;
4040
4040
  marketData?: {
4041
4041
  marketCap: number;
4042
4042
  marketCap24hChange: number;
@@ -4053,13 +4053,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4053
4053
  symbol?: string | undefined;
4054
4054
  name?: string | undefined;
4055
4055
  decimals?: number | undefined;
4056
+ dappId?: string | undefined;
4057
+ brandColor?: string | undefined;
4056
4058
  unitCurrencyValue?: string | undefined;
4057
4059
  id?: number | undefined;
4058
- brandColor?: string | undefined;
4059
4060
  iconUrl?: string | undefined;
4060
4061
  category?: string | undefined;
4061
4062
  pricingId?: number | undefined;
4062
- dappId?: string | undefined;
4063
4063
  ethDayChange?: string | undefined;
4064
4064
  ccyDayChange?: string | undefined;
4065
4065
  } | undefined;
@@ -4074,8 +4074,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4074
4074
  healthRatio?: string | undefined;
4075
4075
  }> | undefined;
4076
4076
  }, {
4077
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4078
4077
  name: string;
4078
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4079
4079
  accountAddress: string;
4080
4080
  positions: ({
4081
4081
  poolFeePercentage: string;
@@ -4092,13 +4092,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4092
4092
  symbol?: string | undefined;
4093
4093
  name?: string | undefined;
4094
4094
  decimals?: number | undefined;
4095
+ dappId?: string | undefined;
4096
+ brandColor?: string | undefined;
4095
4097
  unitCurrencyValue?: string | undefined;
4096
4098
  id?: number | undefined;
4097
- brandColor?: string | undefined;
4098
4099
  iconUrl?: string | undefined;
4099
4100
  category?: string | undefined;
4100
4101
  pricingId?: number | undefined;
4101
- dappId?: string | undefined;
4102
4102
  ethDayChange?: string | undefined;
4103
4103
  ccyDayChange?: string | undefined;
4104
4104
  };
@@ -4115,13 +4115,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4115
4115
  symbol?: string | undefined;
4116
4116
  name?: string | undefined;
4117
4117
  decimals?: number | undefined;
4118
+ dappId?: string | undefined;
4119
+ brandColor?: string | undefined;
4118
4120
  unitCurrencyValue?: string | undefined;
4119
4121
  id?: number | undefined;
4120
- brandColor?: string | undefined;
4121
4122
  iconUrl?: string | undefined;
4122
4123
  category?: string | undefined;
4123
4124
  pricingId?: number | undefined;
4124
- dappId?: string | undefined;
4125
4125
  ethDayChange?: string | undefined;
4126
4126
  ccyDayChange?: string | undefined;
4127
4127
  };
@@ -4154,10 +4154,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4154
4154
  listed: boolean;
4155
4155
  tradable: boolean;
4156
4156
  category: "tokens" | "currencies" | "savings";
4157
+ dappId?: string | undefined;
4157
4158
  brandColor?: string | undefined;
4158
4159
  iconUrl?: string | undefined;
4159
4160
  pricingId?: number | undefined;
4160
- dappId?: string | undefined;
4161
4161
  marketData?: {
4162
4162
  marketCap: number;
4163
4163
  marketCap24hChange: number;
@@ -4174,13 +4174,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4174
4174
  symbol?: string | undefined;
4175
4175
  name?: string | undefined;
4176
4176
  decimals?: number | undefined;
4177
+ dappId?: string | undefined;
4178
+ brandColor?: string | undefined;
4177
4179
  unitCurrencyValue?: string | undefined;
4178
4180
  id?: number | undefined;
4179
- brandColor?: string | undefined;
4180
4181
  iconUrl?: string | undefined;
4181
4182
  category?: string | undefined;
4182
4183
  pricingId?: number | undefined;
4183
- dappId?: string | undefined;
4184
4184
  ethDayChange?: string | undefined;
4185
4185
  ccyDayChange?: string | undefined;
4186
4186
  } | undefined;
@@ -4198,8 +4198,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4198
4198
  }, "strip", z.ZodTypeAny, {
4199
4199
  dappId: string;
4200
4200
  products: {
4201
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4202
4201
  name: string;
4202
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4203
4203
  accountAddress: `0x${string}`;
4204
4204
  positions: ({
4205
4205
  poolFeePercentage: string;
@@ -4216,13 +4216,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4216
4216
  symbol?: string | undefined;
4217
4217
  name?: string | undefined;
4218
4218
  decimals?: number | undefined;
4219
+ dappId?: string | undefined;
4220
+ brandColor?: string | undefined;
4219
4221
  unitCurrencyValue?: string | undefined;
4220
4222
  id?: number | undefined;
4221
- brandColor?: string | undefined;
4222
4223
  iconUrl?: string | undefined;
4223
4224
  category?: string | undefined;
4224
4225
  pricingId?: number | undefined;
4225
- dappId?: string | undefined;
4226
4226
  ethDayChange?: string | undefined;
4227
4227
  ccyDayChange?: string | undefined;
4228
4228
  };
@@ -4239,13 +4239,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4239
4239
  symbol?: string | undefined;
4240
4240
  name?: string | undefined;
4241
4241
  decimals?: number | undefined;
4242
+ dappId?: string | undefined;
4243
+ brandColor?: string | undefined;
4242
4244
  unitCurrencyValue?: string | undefined;
4243
4245
  id?: number | undefined;
4244
- brandColor?: string | undefined;
4245
4246
  iconUrl?: string | undefined;
4246
4247
  category?: string | undefined;
4247
4248
  pricingId?: number | undefined;
4248
- dappId?: string | undefined;
4249
4249
  ethDayChange?: string | undefined;
4250
4250
  ccyDayChange?: string | undefined;
4251
4251
  };
@@ -4278,10 +4278,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4278
4278
  listed: boolean;
4279
4279
  tradable: boolean;
4280
4280
  category: "tokens" | "currencies" | "savings";
4281
+ dappId?: string | undefined;
4281
4282
  brandColor?: string | undefined;
4282
4283
  iconUrl?: string | undefined;
4283
4284
  pricingId?: number | undefined;
4284
- dappId?: string | undefined;
4285
4285
  marketData?: {
4286
4286
  marketCap: number;
4287
4287
  marketCap24hChange: number;
@@ -4298,13 +4298,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4298
4298
  symbol?: string | undefined;
4299
4299
  name?: string | undefined;
4300
4300
  decimals?: number | undefined;
4301
+ dappId?: string | undefined;
4302
+ brandColor?: string | undefined;
4301
4303
  unitCurrencyValue?: string | undefined;
4302
4304
  id?: number | undefined;
4303
- brandColor?: string | undefined;
4304
4305
  iconUrl?: string | undefined;
4305
4306
  category?: string | undefined;
4306
4307
  pricingId?: number | undefined;
4307
- dappId?: string | undefined;
4308
4308
  ethDayChange?: string | undefined;
4309
4309
  ccyDayChange?: string | undefined;
4310
4310
  } | undefined;
@@ -4322,8 +4322,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4322
4322
  }, {
4323
4323
  dappId: string;
4324
4324
  products: {
4325
- type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4326
4325
  name: string;
4326
+ type: "concentratedLiquidityPosition" | "collateralizedDebtPosition";
4327
4327
  accountAddress: string;
4328
4328
  positions: ({
4329
4329
  poolFeePercentage: string;
@@ -4340,13 +4340,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4340
4340
  symbol?: string | undefined;
4341
4341
  name?: string | undefined;
4342
4342
  decimals?: number | undefined;
4343
+ dappId?: string | undefined;
4344
+ brandColor?: string | undefined;
4343
4345
  unitCurrencyValue?: string | undefined;
4344
4346
  id?: number | undefined;
4345
- brandColor?: string | undefined;
4346
4347
  iconUrl?: string | undefined;
4347
4348
  category?: string | undefined;
4348
4349
  pricingId?: number | undefined;
4349
- dappId?: string | undefined;
4350
4350
  ethDayChange?: string | undefined;
4351
4351
  ccyDayChange?: string | undefined;
4352
4352
  };
@@ -4363,13 +4363,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4363
4363
  symbol?: string | undefined;
4364
4364
  name?: string | undefined;
4365
4365
  decimals?: number | undefined;
4366
+ dappId?: string | undefined;
4367
+ brandColor?: string | undefined;
4366
4368
  unitCurrencyValue?: string | undefined;
4367
4369
  id?: number | undefined;
4368
- brandColor?: string | undefined;
4369
4370
  iconUrl?: string | undefined;
4370
4371
  category?: string | undefined;
4371
4372
  pricingId?: number | undefined;
4372
- dappId?: string | undefined;
4373
4373
  ethDayChange?: string | undefined;
4374
4374
  ccyDayChange?: string | undefined;
4375
4375
  };
@@ -4402,10 +4402,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4402
4402
  listed: boolean;
4403
4403
  tradable: boolean;
4404
4404
  category: "tokens" | "currencies" | "savings";
4405
+ dappId?: string | undefined;
4405
4406
  brandColor?: string | undefined;
4406
4407
  iconUrl?: string | undefined;
4407
4408
  pricingId?: number | undefined;
4408
- dappId?: string | undefined;
4409
4409
  marketData?: {
4410
4410
  marketCap: number;
4411
4411
  marketCap24hChange: number;
@@ -4422,13 +4422,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
4422
4422
  symbol?: string | undefined;
4423
4423
  name?: string | undefined;
4424
4424
  decimals?: number | undefined;
4425
+ dappId?: string | undefined;
4426
+ brandColor?: string | undefined;
4425
4427
  unitCurrencyValue?: string | undefined;
4426
4428
  id?: number | undefined;
4427
- brandColor?: string | undefined;
4428
4429
  iconUrl?: string | undefined;
4429
4430
  category?: string | undefined;
4430
4431
  pricingId?: number | undefined;
4431
- dappId?: string | undefined;
4432
4432
  ethDayChange?: string | undefined;
4433
4433
  ccyDayChange?: string | undefined;
4434
4434
  } | undefined;