@argent/x-shared 1.57.0 → 1.58.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.
- package/dist/_virtual/numeral.cjs +1 -0
- package/dist/_virtual/numeral.js +7 -0
- package/dist/_virtual/numeral2.cjs +1 -0
- package/dist/_virtual/numeral2.js +4 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +289 -285
- package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.cjs +7 -0
- package/dist/node_modules/.pnpm/numeral@2.0.6/node_modules/numeral/numeral.js +424 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.cjs +1 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.d.ts +14 -0
- package/dist/src/tokens/convertCurrencyValueToTokenAmount.js +11 -0
- package/dist/src/tokens/index.d.ts +1 -0
- package/dist/src/tokens/service/types/defiPosition.model.d.ts +264 -264
- package/dist/src/tokens/service/types/webToken.model.d.ts +4 -4
- package/dist/src/utils/number/abbreviateNumber.cjs +1 -0
- package/dist/src/utils/number/abbreviateNumber.d.ts +13 -0
- package/dist/src/utils/number/abbreviateNumber.js +15 -0
- package/dist/src/utils/number/index.d.ts +1 -0
- package/dist/src/utils/number/prettifyNumber.cjs +1 -1
- package/dist/src/utils/number/prettifyNumber.d.ts +12 -6
- package/dist/src/utils/number/prettifyNumber.js +54 -30
- package/package.json +3 -1
|
@@ -40,13 +40,13 @@ declare const defiPositionTokenSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
40
40
|
}>, "strip", z.ZodTypeAny, {
|
|
41
41
|
address: `0x${string}`;
|
|
42
42
|
networkId: string;
|
|
43
|
+
currencyValue: string;
|
|
43
44
|
principal: string;
|
|
44
45
|
accruedFees: string;
|
|
45
46
|
minPrice: string;
|
|
46
47
|
maxPrice: string;
|
|
47
48
|
currentPrice: string;
|
|
48
49
|
balance: string;
|
|
49
|
-
currencyValue: string;
|
|
50
50
|
symbol?: string | undefined;
|
|
51
51
|
name?: string | undefined;
|
|
52
52
|
decimals?: number | undefined;
|
|
@@ -63,13 +63,13 @@ declare const defiPositionTokenSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
63
63
|
}, {
|
|
64
64
|
address: string;
|
|
65
65
|
networkId: string;
|
|
66
|
+
currencyValue: string;
|
|
66
67
|
principal: string;
|
|
67
68
|
accruedFees: string;
|
|
68
69
|
minPrice: string;
|
|
69
70
|
maxPrice: string;
|
|
70
71
|
currentPrice: string;
|
|
71
72
|
balance: string;
|
|
72
|
-
currencyValue: string;
|
|
73
73
|
symbol?: string | undefined;
|
|
74
74
|
name?: string | undefined;
|
|
75
75
|
decimals?: number | undefined;
|
|
@@ -134,13 +134,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
134
134
|
}>, "strip", z.ZodTypeAny, {
|
|
135
135
|
address: `0x${string}`;
|
|
136
136
|
networkId: string;
|
|
137
|
+
currencyValue: string;
|
|
137
138
|
principal: string;
|
|
138
139
|
accruedFees: string;
|
|
139
140
|
minPrice: string;
|
|
140
141
|
maxPrice: string;
|
|
141
142
|
currentPrice: string;
|
|
142
143
|
balance: string;
|
|
143
|
-
currencyValue: string;
|
|
144
144
|
symbol?: string | undefined;
|
|
145
145
|
name?: string | undefined;
|
|
146
146
|
decimals?: number | undefined;
|
|
@@ -157,13 +157,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
157
157
|
}, {
|
|
158
158
|
address: string;
|
|
159
159
|
networkId: string;
|
|
160
|
+
currencyValue: string;
|
|
160
161
|
principal: string;
|
|
161
162
|
accruedFees: string;
|
|
162
163
|
minPrice: string;
|
|
163
164
|
maxPrice: string;
|
|
164
165
|
currentPrice: string;
|
|
165
166
|
balance: string;
|
|
166
|
-
currencyValue: string;
|
|
167
167
|
symbol?: string | undefined;
|
|
168
168
|
name?: string | undefined;
|
|
169
169
|
decimals?: number | undefined;
|
|
@@ -219,13 +219,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
219
219
|
}>, "strip", z.ZodTypeAny, {
|
|
220
220
|
address: `0x${string}`;
|
|
221
221
|
networkId: string;
|
|
222
|
+
currencyValue: string;
|
|
222
223
|
principal: string;
|
|
223
224
|
accruedFees: string;
|
|
224
225
|
minPrice: string;
|
|
225
226
|
maxPrice: string;
|
|
226
227
|
currentPrice: string;
|
|
227
228
|
balance: string;
|
|
228
|
-
currencyValue: string;
|
|
229
229
|
symbol?: string | undefined;
|
|
230
230
|
name?: string | undefined;
|
|
231
231
|
decimals?: number | undefined;
|
|
@@ -242,13 +242,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
242
242
|
}, {
|
|
243
243
|
address: string;
|
|
244
244
|
networkId: string;
|
|
245
|
+
currencyValue: string;
|
|
245
246
|
principal: string;
|
|
246
247
|
accruedFees: string;
|
|
247
248
|
minPrice: string;
|
|
248
249
|
maxPrice: string;
|
|
249
250
|
currentPrice: string;
|
|
250
251
|
balance: string;
|
|
251
|
-
currencyValue: string;
|
|
252
252
|
symbol?: string | undefined;
|
|
253
253
|
name?: string | undefined;
|
|
254
254
|
decimals?: number | undefined;
|
|
@@ -264,17 +264,18 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
264
264
|
currencySymbol?: string | undefined;
|
|
265
265
|
}>;
|
|
266
266
|
}>, "strip", z.ZodTypeAny, {
|
|
267
|
+
currencyValue: string;
|
|
267
268
|
poolFeePercentage: string;
|
|
268
269
|
token0: {
|
|
269
270
|
address: `0x${string}`;
|
|
270
271
|
networkId: string;
|
|
272
|
+
currencyValue: string;
|
|
271
273
|
principal: string;
|
|
272
274
|
accruedFees: string;
|
|
273
275
|
minPrice: string;
|
|
274
276
|
maxPrice: string;
|
|
275
277
|
currentPrice: string;
|
|
276
278
|
balance: string;
|
|
277
|
-
currencyValue: string;
|
|
278
279
|
symbol?: string | undefined;
|
|
279
280
|
name?: string | undefined;
|
|
280
281
|
decimals?: number | undefined;
|
|
@@ -292,13 +293,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
292
293
|
token1: {
|
|
293
294
|
address: `0x${string}`;
|
|
294
295
|
networkId: string;
|
|
296
|
+
currencyValue: string;
|
|
295
297
|
principal: string;
|
|
296
298
|
accruedFees: string;
|
|
297
299
|
minPrice: string;
|
|
298
300
|
maxPrice: string;
|
|
299
301
|
currentPrice: string;
|
|
300
302
|
balance: string;
|
|
301
|
-
currencyValue: string;
|
|
302
303
|
symbol?: string | undefined;
|
|
303
304
|
name?: string | undefined;
|
|
304
305
|
decimals?: number | undefined;
|
|
@@ -313,7 +314,6 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
313
314
|
ccyDayChange?: string | undefined;
|
|
314
315
|
currencySymbol?: string | undefined;
|
|
315
316
|
};
|
|
316
|
-
currencyValue: string;
|
|
317
317
|
address?: `0x${string}` | undefined;
|
|
318
318
|
tokenId?: string | undefined;
|
|
319
319
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -324,13 +324,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
324
324
|
token0: {
|
|
325
325
|
address: string;
|
|
326
326
|
networkId: string;
|
|
327
|
+
currencyValue: string;
|
|
327
328
|
principal: string;
|
|
328
329
|
accruedFees: string;
|
|
329
330
|
minPrice: string;
|
|
330
331
|
maxPrice: string;
|
|
331
332
|
currentPrice: string;
|
|
332
333
|
balance: string;
|
|
333
|
-
currencyValue: string;
|
|
334
334
|
symbol?: string | undefined;
|
|
335
335
|
name?: string | undefined;
|
|
336
336
|
decimals?: number | undefined;
|
|
@@ -348,13 +348,13 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
348
348
|
token1: {
|
|
349
349
|
address: string;
|
|
350
350
|
networkId: string;
|
|
351
|
+
currencyValue: string;
|
|
351
352
|
principal: string;
|
|
352
353
|
accruedFees: string;
|
|
353
354
|
minPrice: string;
|
|
354
355
|
maxPrice: string;
|
|
355
356
|
currentPrice: string;
|
|
356
357
|
balance: string;
|
|
357
|
-
currencyValue: string;
|
|
358
358
|
symbol?: string | undefined;
|
|
359
359
|
name?: string | undefined;
|
|
360
360
|
decimals?: number | undefined;
|
|
@@ -370,9 +370,9 @@ export declare const concentratedLiquidityPositionSchema: z.ZodObject<z.objectUt
|
|
|
370
370
|
currencySymbol?: string | undefined;
|
|
371
371
|
};
|
|
372
372
|
address?: string | undefined;
|
|
373
|
+
currencyValue?: string | undefined;
|
|
373
374
|
tokenId?: string | undefined;
|
|
374
375
|
tickSpacingPercentage?: string | undefined;
|
|
375
|
-
currencyValue?: string | undefined;
|
|
376
376
|
unitCurrencyValueToken0?: string | undefined;
|
|
377
377
|
unitCurrencyValueToken1?: string | undefined;
|
|
378
378
|
}>;
|
|
@@ -426,13 +426,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
426
426
|
}>, "strip", z.ZodTypeAny, {
|
|
427
427
|
address: `0x${string}`;
|
|
428
428
|
networkId: string;
|
|
429
|
+
currencyValue: string;
|
|
429
430
|
principal: string;
|
|
430
431
|
accruedFees: string;
|
|
431
432
|
minPrice: string;
|
|
432
433
|
maxPrice: string;
|
|
433
434
|
currentPrice: string;
|
|
434
435
|
balance: string;
|
|
435
|
-
currencyValue: string;
|
|
436
436
|
symbol?: string | undefined;
|
|
437
437
|
name?: string | undefined;
|
|
438
438
|
decimals?: number | undefined;
|
|
@@ -449,13 +449,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
449
449
|
}, {
|
|
450
450
|
address: string;
|
|
451
451
|
networkId: string;
|
|
452
|
+
currencyValue: string;
|
|
452
453
|
principal: string;
|
|
453
454
|
accruedFees: string;
|
|
454
455
|
minPrice: string;
|
|
455
456
|
maxPrice: string;
|
|
456
457
|
currentPrice: string;
|
|
457
458
|
balance: string;
|
|
458
|
-
currencyValue: string;
|
|
459
459
|
symbol?: string | undefined;
|
|
460
460
|
name?: string | undefined;
|
|
461
461
|
decimals?: number | undefined;
|
|
@@ -511,13 +511,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
511
511
|
}>, "strip", z.ZodTypeAny, {
|
|
512
512
|
address: `0x${string}`;
|
|
513
513
|
networkId: string;
|
|
514
|
+
currencyValue: string;
|
|
514
515
|
principal: string;
|
|
515
516
|
accruedFees: string;
|
|
516
517
|
minPrice: string;
|
|
517
518
|
maxPrice: string;
|
|
518
519
|
currentPrice: string;
|
|
519
520
|
balance: string;
|
|
520
|
-
currencyValue: string;
|
|
521
521
|
symbol?: string | undefined;
|
|
522
522
|
name?: string | undefined;
|
|
523
523
|
decimals?: number | undefined;
|
|
@@ -534,13 +534,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
534
534
|
}, {
|
|
535
535
|
address: string;
|
|
536
536
|
networkId: string;
|
|
537
|
+
currencyValue: string;
|
|
537
538
|
principal: string;
|
|
538
539
|
accruedFees: string;
|
|
539
540
|
minPrice: string;
|
|
540
541
|
maxPrice: string;
|
|
541
542
|
currentPrice: string;
|
|
542
543
|
balance: string;
|
|
543
|
-
currencyValue: string;
|
|
544
544
|
symbol?: string | undefined;
|
|
545
545
|
name?: string | undefined;
|
|
546
546
|
decimals?: number | undefined;
|
|
@@ -556,17 +556,18 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
556
556
|
currencySymbol?: string | undefined;
|
|
557
557
|
}>;
|
|
558
558
|
}>, "strip", z.ZodTypeAny, {
|
|
559
|
+
currencyValue: string;
|
|
559
560
|
poolFeePercentage: string;
|
|
560
561
|
token0: {
|
|
561
562
|
address: `0x${string}`;
|
|
562
563
|
networkId: string;
|
|
564
|
+
currencyValue: string;
|
|
563
565
|
principal: string;
|
|
564
566
|
accruedFees: string;
|
|
565
567
|
minPrice: string;
|
|
566
568
|
maxPrice: string;
|
|
567
569
|
currentPrice: string;
|
|
568
570
|
balance: string;
|
|
569
|
-
currencyValue: string;
|
|
570
571
|
symbol?: string | undefined;
|
|
571
572
|
name?: string | undefined;
|
|
572
573
|
decimals?: number | undefined;
|
|
@@ -584,13 +585,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
584
585
|
token1: {
|
|
585
586
|
address: `0x${string}`;
|
|
586
587
|
networkId: string;
|
|
588
|
+
currencyValue: string;
|
|
587
589
|
principal: string;
|
|
588
590
|
accruedFees: string;
|
|
589
591
|
minPrice: string;
|
|
590
592
|
maxPrice: string;
|
|
591
593
|
currentPrice: string;
|
|
592
594
|
balance: string;
|
|
593
|
-
currencyValue: string;
|
|
594
595
|
symbol?: string | undefined;
|
|
595
596
|
name?: string | undefined;
|
|
596
597
|
decimals?: number | undefined;
|
|
@@ -605,7 +606,6 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
605
606
|
ccyDayChange?: string | undefined;
|
|
606
607
|
currencySymbol?: string | undefined;
|
|
607
608
|
};
|
|
608
|
-
currencyValue: string;
|
|
609
609
|
address?: `0x${string}` | undefined;
|
|
610
610
|
tokenId?: string | undefined;
|
|
611
611
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -616,13 +616,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
616
616
|
token0: {
|
|
617
617
|
address: string;
|
|
618
618
|
networkId: string;
|
|
619
|
+
currencyValue: string;
|
|
619
620
|
principal: string;
|
|
620
621
|
accruedFees: string;
|
|
621
622
|
minPrice: string;
|
|
622
623
|
maxPrice: string;
|
|
623
624
|
currentPrice: string;
|
|
624
625
|
balance: string;
|
|
625
|
-
currencyValue: string;
|
|
626
626
|
symbol?: string | undefined;
|
|
627
627
|
name?: string | undefined;
|
|
628
628
|
decimals?: number | undefined;
|
|
@@ -640,13 +640,13 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
640
640
|
token1: {
|
|
641
641
|
address: string;
|
|
642
642
|
networkId: string;
|
|
643
|
+
currencyValue: string;
|
|
643
644
|
principal: string;
|
|
644
645
|
accruedFees: string;
|
|
645
646
|
minPrice: string;
|
|
646
647
|
maxPrice: string;
|
|
647
648
|
currentPrice: string;
|
|
648
649
|
balance: string;
|
|
649
|
-
currencyValue: string;
|
|
650
650
|
symbol?: string | undefined;
|
|
651
651
|
name?: string | undefined;
|
|
652
652
|
decimals?: number | undefined;
|
|
@@ -662,9 +662,9 @@ export declare const concentratedLiquidityPositionsSchema: z.ZodArray<z.ZodObjec
|
|
|
662
662
|
currencySymbol?: string | undefined;
|
|
663
663
|
};
|
|
664
664
|
address?: string | undefined;
|
|
665
|
+
currencyValue?: string | undefined;
|
|
665
666
|
tokenId?: string | undefined;
|
|
666
667
|
tickSpacingPercentage?: string | undefined;
|
|
667
|
-
currencyValue?: string | undefined;
|
|
668
668
|
unitCurrencyValueToken0?: string | undefined;
|
|
669
669
|
unitCurrencyValueToken1?: string | undefined;
|
|
670
670
|
}>, "many">;
|
|
@@ -808,8 +808,8 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
808
808
|
}>, "strip", z.ZodTypeAny, {
|
|
809
809
|
address: `0x${string}`;
|
|
810
810
|
networkId: string;
|
|
811
|
-
balance: string;
|
|
812
811
|
currencyValue: string;
|
|
812
|
+
balance: string;
|
|
813
813
|
symbol?: string | undefined;
|
|
814
814
|
name?: string | undefined;
|
|
815
815
|
decimals?: number | undefined;
|
|
@@ -826,8 +826,8 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
826
826
|
}, {
|
|
827
827
|
address: string;
|
|
828
828
|
networkId: string;
|
|
829
|
-
balance: string;
|
|
830
829
|
currencyValue: string;
|
|
830
|
+
balance: string;
|
|
831
831
|
symbol?: string | undefined;
|
|
832
832
|
name?: string | undefined;
|
|
833
833
|
decimals?: number | undefined;
|
|
@@ -846,10 +846,10 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
846
846
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
847
847
|
}>, "strip", z.ZodTypeAny, {
|
|
848
848
|
lending: boolean;
|
|
849
|
+
currencyValue: string;
|
|
849
850
|
totalBalances: Record<string, string>;
|
|
850
851
|
collateral: boolean;
|
|
851
852
|
debt: boolean;
|
|
852
|
-
currencyValue: string;
|
|
853
853
|
address?: `0x${string}` | undefined;
|
|
854
854
|
accountAddress?: `0x${string}` | undefined;
|
|
855
855
|
totalApy?: string | undefined;
|
|
@@ -883,8 +883,8 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
883
883
|
token?: {
|
|
884
884
|
address: `0x${string}`;
|
|
885
885
|
networkId: string;
|
|
886
|
-
balance: string;
|
|
887
886
|
currencyValue: string;
|
|
887
|
+
balance: string;
|
|
888
888
|
symbol?: string | undefined;
|
|
889
889
|
name?: string | undefined;
|
|
890
890
|
decimals?: number | undefined;
|
|
@@ -909,9 +909,9 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
909
909
|
accountAddress?: string | undefined;
|
|
910
910
|
totalApy?: string | undefined;
|
|
911
911
|
apy?: string | undefined;
|
|
912
|
+
currencyValue?: string | undefined;
|
|
912
913
|
unitCurrencyValue?: string | undefined;
|
|
913
914
|
group?: string | undefined;
|
|
914
|
-
currencyValue?: string | undefined;
|
|
915
915
|
positionToken?: {
|
|
916
916
|
symbol: string;
|
|
917
917
|
name: string;
|
|
@@ -939,8 +939,8 @@ export declare const collateralizedDebtPositionSchema: z.ZodObject<z.objectUtil.
|
|
|
939
939
|
token?: {
|
|
940
940
|
address: string;
|
|
941
941
|
networkId: string;
|
|
942
|
-
balance: string;
|
|
943
942
|
currencyValue: string;
|
|
943
|
+
balance: string;
|
|
944
944
|
symbol?: string | undefined;
|
|
945
945
|
name?: string | undefined;
|
|
946
946
|
decimals?: number | undefined;
|
|
@@ -1084,8 +1084,8 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1084
1084
|
}>, "strip", z.ZodTypeAny, {
|
|
1085
1085
|
address: `0x${string}`;
|
|
1086
1086
|
networkId: string;
|
|
1087
|
-
balance: string;
|
|
1088
1087
|
currencyValue: string;
|
|
1088
|
+
balance: string;
|
|
1089
1089
|
symbol?: string | undefined;
|
|
1090
1090
|
name?: string | undefined;
|
|
1091
1091
|
decimals?: number | undefined;
|
|
@@ -1102,8 +1102,8 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1102
1102
|
}, {
|
|
1103
1103
|
address: string;
|
|
1104
1104
|
networkId: string;
|
|
1105
|
-
balance: string;
|
|
1106
1105
|
currencyValue: string;
|
|
1106
|
+
balance: string;
|
|
1107
1107
|
symbol?: string | undefined;
|
|
1108
1108
|
name?: string | undefined;
|
|
1109
1109
|
decimals?: number | undefined;
|
|
@@ -1122,10 +1122,10 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1122
1122
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
1123
1123
|
}>, "strip", z.ZodTypeAny, {
|
|
1124
1124
|
lending: boolean;
|
|
1125
|
+
currencyValue: string;
|
|
1125
1126
|
totalBalances: Record<string, string>;
|
|
1126
1127
|
collateral: boolean;
|
|
1127
1128
|
debt: boolean;
|
|
1128
|
-
currencyValue: string;
|
|
1129
1129
|
address?: `0x${string}` | undefined;
|
|
1130
1130
|
accountAddress?: `0x${string}` | undefined;
|
|
1131
1131
|
totalApy?: string | undefined;
|
|
@@ -1159,8 +1159,8 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1159
1159
|
token?: {
|
|
1160
1160
|
address: `0x${string}`;
|
|
1161
1161
|
networkId: string;
|
|
1162
|
-
balance: string;
|
|
1163
1162
|
currencyValue: string;
|
|
1163
|
+
balance: string;
|
|
1164
1164
|
symbol?: string | undefined;
|
|
1165
1165
|
name?: string | undefined;
|
|
1166
1166
|
decimals?: number | undefined;
|
|
@@ -1185,9 +1185,9 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1185
1185
|
accountAddress?: string | undefined;
|
|
1186
1186
|
totalApy?: string | undefined;
|
|
1187
1187
|
apy?: string | undefined;
|
|
1188
|
+
currencyValue?: string | undefined;
|
|
1188
1189
|
unitCurrencyValue?: string | undefined;
|
|
1189
1190
|
group?: string | undefined;
|
|
1190
|
-
currencyValue?: string | undefined;
|
|
1191
1191
|
positionToken?: {
|
|
1192
1192
|
symbol: string;
|
|
1193
1193
|
name: string;
|
|
@@ -1215,8 +1215,8 @@ export declare const collateralizedDebtPositionsSchema: z.ZodArray<z.ZodObject<z
|
|
|
1215
1215
|
token?: {
|
|
1216
1216
|
address: string;
|
|
1217
1217
|
networkId: string;
|
|
1218
|
-
balance: string;
|
|
1219
1218
|
currencyValue: string;
|
|
1219
|
+
balance: string;
|
|
1220
1220
|
symbol?: string | undefined;
|
|
1221
1221
|
name?: string | undefined;
|
|
1222
1222
|
decimals?: number | undefined;
|
|
@@ -1273,8 +1273,8 @@ export declare const delegatedTokensSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1273
1273
|
}>, "strip", z.ZodTypeAny, {
|
|
1274
1274
|
address: `0x${string}`;
|
|
1275
1275
|
networkId: string;
|
|
1276
|
-
balance: string;
|
|
1277
1276
|
currencyValue: string;
|
|
1277
|
+
balance: string;
|
|
1278
1278
|
symbol?: string | undefined;
|
|
1279
1279
|
name?: string | undefined;
|
|
1280
1280
|
decimals?: number | undefined;
|
|
@@ -1291,8 +1291,8 @@ export declare const delegatedTokensSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1291
1291
|
}, {
|
|
1292
1292
|
address: string;
|
|
1293
1293
|
networkId: string;
|
|
1294
|
-
balance: string;
|
|
1295
1294
|
currencyValue: string;
|
|
1295
|
+
balance: string;
|
|
1296
1296
|
symbol?: string | undefined;
|
|
1297
1297
|
name?: string | undefined;
|
|
1298
1298
|
decimals?: number | undefined;
|
|
@@ -1310,16 +1310,16 @@ export declare const delegatedTokensSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1310
1310
|
balance: z.ZodString;
|
|
1311
1311
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1312
1312
|
}>, "strip", z.ZodTypeAny, {
|
|
1313
|
+
currencyValue: string;
|
|
1313
1314
|
unitCurrencyValue: string;
|
|
1314
1315
|
delegatingTo: `0x${string}`;
|
|
1315
1316
|
balance: string;
|
|
1316
|
-
currencyValue: string;
|
|
1317
1317
|
address?: `0x${string}` | undefined;
|
|
1318
1318
|
token?: {
|
|
1319
1319
|
address: `0x${string}`;
|
|
1320
1320
|
networkId: string;
|
|
1321
|
-
balance: string;
|
|
1322
1321
|
currencyValue: string;
|
|
1322
|
+
balance: string;
|
|
1323
1323
|
symbol?: string | undefined;
|
|
1324
1324
|
name?: string | undefined;
|
|
1325
1325
|
decimals?: number | undefined;
|
|
@@ -1338,13 +1338,13 @@ export declare const delegatedTokensSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1338
1338
|
delegatingTo: string;
|
|
1339
1339
|
balance: string;
|
|
1340
1340
|
address?: string | undefined;
|
|
1341
|
-
unitCurrencyValue?: string | undefined;
|
|
1342
1341
|
currencyValue?: string | undefined;
|
|
1342
|
+
unitCurrencyValue?: string | undefined;
|
|
1343
1343
|
token?: {
|
|
1344
1344
|
address: string;
|
|
1345
1345
|
networkId: string;
|
|
1346
|
-
balance: string;
|
|
1347
1346
|
currencyValue: string;
|
|
1347
|
+
balance: string;
|
|
1348
1348
|
symbol?: string | undefined;
|
|
1349
1349
|
name?: string | undefined;
|
|
1350
1350
|
decimals?: number | undefined;
|
|
@@ -1400,8 +1400,8 @@ export declare const delegatedTokensArraySchema: z.ZodArray<z.ZodObject<z.object
|
|
|
1400
1400
|
}>, "strip", z.ZodTypeAny, {
|
|
1401
1401
|
address: `0x${string}`;
|
|
1402
1402
|
networkId: string;
|
|
1403
|
-
balance: string;
|
|
1404
1403
|
currencyValue: string;
|
|
1404
|
+
balance: string;
|
|
1405
1405
|
symbol?: string | undefined;
|
|
1406
1406
|
name?: string | undefined;
|
|
1407
1407
|
decimals?: number | undefined;
|
|
@@ -1418,8 +1418,8 @@ export declare const delegatedTokensArraySchema: z.ZodArray<z.ZodObject<z.object
|
|
|
1418
1418
|
}, {
|
|
1419
1419
|
address: string;
|
|
1420
1420
|
networkId: string;
|
|
1421
|
-
balance: string;
|
|
1422
1421
|
currencyValue: string;
|
|
1422
|
+
balance: string;
|
|
1423
1423
|
symbol?: string | undefined;
|
|
1424
1424
|
name?: string | undefined;
|
|
1425
1425
|
decimals?: number | undefined;
|
|
@@ -1437,16 +1437,16 @@ export declare const delegatedTokensArraySchema: z.ZodArray<z.ZodObject<z.object
|
|
|
1437
1437
|
balance: z.ZodString;
|
|
1438
1438
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1439
1439
|
}>, "strip", z.ZodTypeAny, {
|
|
1440
|
+
currencyValue: string;
|
|
1440
1441
|
unitCurrencyValue: string;
|
|
1441
1442
|
delegatingTo: `0x${string}`;
|
|
1442
1443
|
balance: string;
|
|
1443
|
-
currencyValue: string;
|
|
1444
1444
|
address?: `0x${string}` | undefined;
|
|
1445
1445
|
token?: {
|
|
1446
1446
|
address: `0x${string}`;
|
|
1447
1447
|
networkId: string;
|
|
1448
|
-
balance: string;
|
|
1449
1448
|
currencyValue: string;
|
|
1449
|
+
balance: string;
|
|
1450
1450
|
symbol?: string | undefined;
|
|
1451
1451
|
name?: string | undefined;
|
|
1452
1452
|
decimals?: number | undefined;
|
|
@@ -1465,13 +1465,13 @@ export declare const delegatedTokensArraySchema: z.ZodArray<z.ZodObject<z.object
|
|
|
1465
1465
|
delegatingTo: string;
|
|
1466
1466
|
balance: string;
|
|
1467
1467
|
address?: string | undefined;
|
|
1468
|
-
unitCurrencyValue?: string | undefined;
|
|
1469
1468
|
currencyValue?: string | undefined;
|
|
1469
|
+
unitCurrencyValue?: string | undefined;
|
|
1470
1470
|
token?: {
|
|
1471
1471
|
address: string;
|
|
1472
1472
|
networkId: string;
|
|
1473
|
-
balance: string;
|
|
1474
1473
|
currencyValue: string;
|
|
1474
|
+
balance: string;
|
|
1475
1475
|
symbol?: string | undefined;
|
|
1476
1476
|
name?: string | undefined;
|
|
1477
1477
|
decimals?: number | undefined;
|
|
@@ -1542,8 +1542,8 @@ export declare const stakingPositionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1542
1542
|
}>, "strip", z.ZodTypeAny, {
|
|
1543
1543
|
address: `0x${string}`;
|
|
1544
1544
|
networkId: string;
|
|
1545
|
-
balance: string;
|
|
1546
1545
|
currencyValue: string;
|
|
1546
|
+
balance: string;
|
|
1547
1547
|
symbol?: string | undefined;
|
|
1548
1548
|
name?: string | undefined;
|
|
1549
1549
|
decimals?: number | undefined;
|
|
@@ -1560,8 +1560,8 @@ export declare const stakingPositionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1560
1560
|
}, {
|
|
1561
1561
|
address: string;
|
|
1562
1562
|
networkId: string;
|
|
1563
|
-
balance: string;
|
|
1564
1563
|
currencyValue: string;
|
|
1564
|
+
balance: string;
|
|
1565
1565
|
symbol?: string | undefined;
|
|
1566
1566
|
name?: string | undefined;
|
|
1567
1567
|
decimals?: number | undefined;
|
|
@@ -1584,8 +1584,8 @@ export declare const stakingPositionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1584
1584
|
token: {
|
|
1585
1585
|
address: `0x${string}`;
|
|
1586
1586
|
networkId: string;
|
|
1587
|
-
balance: string;
|
|
1588
1587
|
currencyValue: string;
|
|
1588
|
+
balance: string;
|
|
1589
1589
|
symbol?: string | undefined;
|
|
1590
1590
|
name?: string | undefined;
|
|
1591
1591
|
decimals?: number | undefined;
|
|
@@ -1613,8 +1613,8 @@ export declare const stakingPositionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1613
1613
|
token: {
|
|
1614
1614
|
address: string;
|
|
1615
1615
|
networkId: string;
|
|
1616
|
-
balance: string;
|
|
1617
1616
|
currencyValue: string;
|
|
1617
|
+
balance: string;
|
|
1618
1618
|
symbol?: string | undefined;
|
|
1619
1619
|
name?: string | undefined;
|
|
1620
1620
|
decimals?: number | undefined;
|
|
@@ -1692,8 +1692,8 @@ export declare const stakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
|
1692
1692
|
}>, "strip", z.ZodTypeAny, {
|
|
1693
1693
|
address: `0x${string}`;
|
|
1694
1694
|
networkId: string;
|
|
1695
|
-
balance: string;
|
|
1696
1695
|
currencyValue: string;
|
|
1696
|
+
balance: string;
|
|
1697
1697
|
symbol?: string | undefined;
|
|
1698
1698
|
name?: string | undefined;
|
|
1699
1699
|
decimals?: number | undefined;
|
|
@@ -1710,8 +1710,8 @@ export declare const stakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
|
1710
1710
|
}, {
|
|
1711
1711
|
address: string;
|
|
1712
1712
|
networkId: string;
|
|
1713
|
-
balance: string;
|
|
1714
1713
|
currencyValue: string;
|
|
1714
|
+
balance: string;
|
|
1715
1715
|
symbol?: string | undefined;
|
|
1716
1716
|
name?: string | undefined;
|
|
1717
1717
|
decimals?: number | undefined;
|
|
@@ -1734,8 +1734,8 @@ export declare const stakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
|
1734
1734
|
token: {
|
|
1735
1735
|
address: `0x${string}`;
|
|
1736
1736
|
networkId: string;
|
|
1737
|
-
balance: string;
|
|
1738
1737
|
currencyValue: string;
|
|
1738
|
+
balance: string;
|
|
1739
1739
|
symbol?: string | undefined;
|
|
1740
1740
|
name?: string | undefined;
|
|
1741
1741
|
decimals?: number | undefined;
|
|
@@ -1763,8 +1763,8 @@ export declare const stakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
|
1763
1763
|
token: {
|
|
1764
1764
|
address: string;
|
|
1765
1765
|
networkId: string;
|
|
1766
|
-
balance: string;
|
|
1767
1766
|
currencyValue: string;
|
|
1767
|
+
balance: string;
|
|
1768
1768
|
symbol?: string | undefined;
|
|
1769
1769
|
name?: string | undefined;
|
|
1770
1770
|
decimals?: number | undefined;
|
|
@@ -1881,8 +1881,8 @@ export declare const strkDelegatedStakingPositionSchema: z.ZodObject<z.objectUti
|
|
|
1881
1881
|
}>, "strip", z.ZodTypeAny, {
|
|
1882
1882
|
address: `0x${string}`;
|
|
1883
1883
|
networkId: string;
|
|
1884
|
-
balance: string;
|
|
1885
1884
|
currencyValue: string;
|
|
1885
|
+
balance: string;
|
|
1886
1886
|
symbol?: string | undefined;
|
|
1887
1887
|
name?: string | undefined;
|
|
1888
1888
|
decimals?: number | undefined;
|
|
@@ -1899,8 +1899,8 @@ export declare const strkDelegatedStakingPositionSchema: z.ZodObject<z.objectUti
|
|
|
1899
1899
|
}, {
|
|
1900
1900
|
address: string;
|
|
1901
1901
|
networkId: string;
|
|
1902
|
-
balance: string;
|
|
1903
1902
|
currencyValue: string;
|
|
1903
|
+
balance: string;
|
|
1904
1904
|
symbol?: string | undefined;
|
|
1905
1905
|
name?: string | undefined;
|
|
1906
1906
|
decimals?: number | undefined;
|
|
@@ -1924,6 +1924,7 @@ export declare const strkDelegatedStakingPositionSchema: z.ZodObject<z.objectUti
|
|
|
1924
1924
|
name?: string | undefined;
|
|
1925
1925
|
iconUrl?: string | undefined;
|
|
1926
1926
|
};
|
|
1927
|
+
currencyValue: string;
|
|
1927
1928
|
accruedRewards: {
|
|
1928
1929
|
wei: string;
|
|
1929
1930
|
eth: string;
|
|
@@ -1934,12 +1935,11 @@ export declare const strkDelegatedStakingPositionSchema: z.ZodObject<z.objectUti
|
|
|
1934
1935
|
eth: string;
|
|
1935
1936
|
currency: string;
|
|
1936
1937
|
};
|
|
1937
|
-
currencyValue: string;
|
|
1938
1938
|
token: {
|
|
1939
1939
|
address: `0x${string}`;
|
|
1940
1940
|
networkId: string;
|
|
1941
|
-
balance: string;
|
|
1942
1941
|
currencyValue: string;
|
|
1942
|
+
balance: string;
|
|
1943
1943
|
symbol?: string | undefined;
|
|
1944
1944
|
name?: string | undefined;
|
|
1945
1945
|
decimals?: number | undefined;
|
|
@@ -1982,8 +1982,8 @@ export declare const strkDelegatedStakingPositionSchema: z.ZodObject<z.objectUti
|
|
|
1982
1982
|
token: {
|
|
1983
1983
|
address: string;
|
|
1984
1984
|
networkId: string;
|
|
1985
|
-
balance: string;
|
|
1986
1985
|
currencyValue: string;
|
|
1986
|
+
balance: string;
|
|
1987
1987
|
symbol?: string | undefined;
|
|
1988
1988
|
name?: string | undefined;
|
|
1989
1989
|
decimals?: number | undefined;
|
|
@@ -2100,8 +2100,8 @@ export declare const strkDelegatedStakingPositionArraySchema: z.ZodArray<z.ZodOb
|
|
|
2100
2100
|
}>, "strip", z.ZodTypeAny, {
|
|
2101
2101
|
address: `0x${string}`;
|
|
2102
2102
|
networkId: string;
|
|
2103
|
-
balance: string;
|
|
2104
2103
|
currencyValue: string;
|
|
2104
|
+
balance: string;
|
|
2105
2105
|
symbol?: string | undefined;
|
|
2106
2106
|
name?: string | undefined;
|
|
2107
2107
|
decimals?: number | undefined;
|
|
@@ -2118,8 +2118,8 @@ export declare const strkDelegatedStakingPositionArraySchema: z.ZodArray<z.ZodOb
|
|
|
2118
2118
|
}, {
|
|
2119
2119
|
address: string;
|
|
2120
2120
|
networkId: string;
|
|
2121
|
-
balance: string;
|
|
2122
2121
|
currencyValue: string;
|
|
2122
|
+
balance: string;
|
|
2123
2123
|
symbol?: string | undefined;
|
|
2124
2124
|
name?: string | undefined;
|
|
2125
2125
|
decimals?: number | undefined;
|
|
@@ -2143,6 +2143,7 @@ export declare const strkDelegatedStakingPositionArraySchema: z.ZodArray<z.ZodOb
|
|
|
2143
2143
|
name?: string | undefined;
|
|
2144
2144
|
iconUrl?: string | undefined;
|
|
2145
2145
|
};
|
|
2146
|
+
currencyValue: string;
|
|
2146
2147
|
accruedRewards: {
|
|
2147
2148
|
wei: string;
|
|
2148
2149
|
eth: string;
|
|
@@ -2153,12 +2154,11 @@ export declare const strkDelegatedStakingPositionArraySchema: z.ZodArray<z.ZodOb
|
|
|
2153
2154
|
eth: string;
|
|
2154
2155
|
currency: string;
|
|
2155
2156
|
};
|
|
2156
|
-
currencyValue: string;
|
|
2157
2157
|
token: {
|
|
2158
2158
|
address: `0x${string}`;
|
|
2159
2159
|
networkId: string;
|
|
2160
|
-
balance: string;
|
|
2161
2160
|
currencyValue: string;
|
|
2161
|
+
balance: string;
|
|
2162
2162
|
symbol?: string | undefined;
|
|
2163
2163
|
name?: string | undefined;
|
|
2164
2164
|
decimals?: number | undefined;
|
|
@@ -2201,8 +2201,8 @@ export declare const strkDelegatedStakingPositionArraySchema: z.ZodArray<z.ZodOb
|
|
|
2201
2201
|
token: {
|
|
2202
2202
|
address: string;
|
|
2203
2203
|
networkId: string;
|
|
2204
|
-
balance: string;
|
|
2205
2204
|
currencyValue: string;
|
|
2205
|
+
balance: string;
|
|
2206
2206
|
symbol?: string | undefined;
|
|
2207
2207
|
name?: string | undefined;
|
|
2208
2208
|
decimals?: number | undefined;
|
|
@@ -2275,13 +2275,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2275
2275
|
}>, "strip", z.ZodTypeAny, {
|
|
2276
2276
|
address: `0x${string}`;
|
|
2277
2277
|
networkId: string;
|
|
2278
|
+
currencyValue: string;
|
|
2278
2279
|
principal: string;
|
|
2279
2280
|
accruedFees: string;
|
|
2280
2281
|
minPrice: string;
|
|
2281
2282
|
maxPrice: string;
|
|
2282
2283
|
currentPrice: string;
|
|
2283
2284
|
balance: string;
|
|
2284
|
-
currencyValue: string;
|
|
2285
2285
|
symbol?: string | undefined;
|
|
2286
2286
|
name?: string | undefined;
|
|
2287
2287
|
decimals?: number | undefined;
|
|
@@ -2298,13 +2298,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2298
2298
|
}, {
|
|
2299
2299
|
address: string;
|
|
2300
2300
|
networkId: string;
|
|
2301
|
+
currencyValue: string;
|
|
2301
2302
|
principal: string;
|
|
2302
2303
|
accruedFees: string;
|
|
2303
2304
|
minPrice: string;
|
|
2304
2305
|
maxPrice: string;
|
|
2305
2306
|
currentPrice: string;
|
|
2306
2307
|
balance: string;
|
|
2307
|
-
currencyValue: string;
|
|
2308
2308
|
symbol?: string | undefined;
|
|
2309
2309
|
name?: string | undefined;
|
|
2310
2310
|
decimals?: number | undefined;
|
|
@@ -2360,13 +2360,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2360
2360
|
}>, "strip", z.ZodTypeAny, {
|
|
2361
2361
|
address: `0x${string}`;
|
|
2362
2362
|
networkId: string;
|
|
2363
|
+
currencyValue: string;
|
|
2363
2364
|
principal: string;
|
|
2364
2365
|
accruedFees: string;
|
|
2365
2366
|
minPrice: string;
|
|
2366
2367
|
maxPrice: string;
|
|
2367
2368
|
currentPrice: string;
|
|
2368
2369
|
balance: string;
|
|
2369
|
-
currencyValue: string;
|
|
2370
2370
|
symbol?: string | undefined;
|
|
2371
2371
|
name?: string | undefined;
|
|
2372
2372
|
decimals?: number | undefined;
|
|
@@ -2383,13 +2383,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2383
2383
|
}, {
|
|
2384
2384
|
address: string;
|
|
2385
2385
|
networkId: string;
|
|
2386
|
+
currencyValue: string;
|
|
2386
2387
|
principal: string;
|
|
2387
2388
|
accruedFees: string;
|
|
2388
2389
|
minPrice: string;
|
|
2389
2390
|
maxPrice: string;
|
|
2390
2391
|
currentPrice: string;
|
|
2391
2392
|
balance: string;
|
|
2392
|
-
currencyValue: string;
|
|
2393
2393
|
symbol?: string | undefined;
|
|
2394
2394
|
name?: string | undefined;
|
|
2395
2395
|
decimals?: number | undefined;
|
|
@@ -2405,17 +2405,18 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2405
2405
|
currencySymbol?: string | undefined;
|
|
2406
2406
|
}>;
|
|
2407
2407
|
}>, "strip", z.ZodTypeAny, {
|
|
2408
|
+
currencyValue: string;
|
|
2408
2409
|
poolFeePercentage: string;
|
|
2409
2410
|
token0: {
|
|
2410
2411
|
address: `0x${string}`;
|
|
2411
2412
|
networkId: string;
|
|
2413
|
+
currencyValue: string;
|
|
2412
2414
|
principal: string;
|
|
2413
2415
|
accruedFees: string;
|
|
2414
2416
|
minPrice: string;
|
|
2415
2417
|
maxPrice: string;
|
|
2416
2418
|
currentPrice: string;
|
|
2417
2419
|
balance: string;
|
|
2418
|
-
currencyValue: string;
|
|
2419
2420
|
symbol?: string | undefined;
|
|
2420
2421
|
name?: string | undefined;
|
|
2421
2422
|
decimals?: number | undefined;
|
|
@@ -2433,13 +2434,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2433
2434
|
token1: {
|
|
2434
2435
|
address: `0x${string}`;
|
|
2435
2436
|
networkId: string;
|
|
2437
|
+
currencyValue: string;
|
|
2436
2438
|
principal: string;
|
|
2437
2439
|
accruedFees: string;
|
|
2438
2440
|
minPrice: string;
|
|
2439
2441
|
maxPrice: string;
|
|
2440
2442
|
currentPrice: string;
|
|
2441
2443
|
balance: string;
|
|
2442
|
-
currencyValue: string;
|
|
2443
2444
|
symbol?: string | undefined;
|
|
2444
2445
|
name?: string | undefined;
|
|
2445
2446
|
decimals?: number | undefined;
|
|
@@ -2454,7 +2455,6 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2454
2455
|
ccyDayChange?: string | undefined;
|
|
2455
2456
|
currencySymbol?: string | undefined;
|
|
2456
2457
|
};
|
|
2457
|
-
currencyValue: string;
|
|
2458
2458
|
address?: `0x${string}` | undefined;
|
|
2459
2459
|
tokenId?: string | undefined;
|
|
2460
2460
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -2465,13 +2465,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2465
2465
|
token0: {
|
|
2466
2466
|
address: string;
|
|
2467
2467
|
networkId: string;
|
|
2468
|
+
currencyValue: string;
|
|
2468
2469
|
principal: string;
|
|
2469
2470
|
accruedFees: string;
|
|
2470
2471
|
minPrice: string;
|
|
2471
2472
|
maxPrice: string;
|
|
2472
2473
|
currentPrice: string;
|
|
2473
2474
|
balance: string;
|
|
2474
|
-
currencyValue: string;
|
|
2475
2475
|
symbol?: string | undefined;
|
|
2476
2476
|
name?: string | undefined;
|
|
2477
2477
|
decimals?: number | undefined;
|
|
@@ -2489,13 +2489,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2489
2489
|
token1: {
|
|
2490
2490
|
address: string;
|
|
2491
2491
|
networkId: string;
|
|
2492
|
+
currencyValue: string;
|
|
2492
2493
|
principal: string;
|
|
2493
2494
|
accruedFees: string;
|
|
2494
2495
|
minPrice: string;
|
|
2495
2496
|
maxPrice: string;
|
|
2496
2497
|
currentPrice: string;
|
|
2497
2498
|
balance: string;
|
|
2498
|
-
currencyValue: string;
|
|
2499
2499
|
symbol?: string | undefined;
|
|
2500
2500
|
name?: string | undefined;
|
|
2501
2501
|
decimals?: number | undefined;
|
|
@@ -2511,9 +2511,9 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2511
2511
|
currencySymbol?: string | undefined;
|
|
2512
2512
|
};
|
|
2513
2513
|
address?: string | undefined;
|
|
2514
|
+
currencyValue?: string | undefined;
|
|
2514
2515
|
tokenId?: string | undefined;
|
|
2515
2516
|
tickSpacingPercentage?: string | undefined;
|
|
2516
|
-
currencyValue?: string | undefined;
|
|
2517
2517
|
unitCurrencyValueToken0?: string | undefined;
|
|
2518
2518
|
unitCurrencyValueToken1?: string | undefined;
|
|
2519
2519
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -2643,8 +2643,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2643
2643
|
}>, "strip", z.ZodTypeAny, {
|
|
2644
2644
|
address: `0x${string}`;
|
|
2645
2645
|
networkId: string;
|
|
2646
|
-
balance: string;
|
|
2647
2646
|
currencyValue: string;
|
|
2647
|
+
balance: string;
|
|
2648
2648
|
symbol?: string | undefined;
|
|
2649
2649
|
name?: string | undefined;
|
|
2650
2650
|
decimals?: number | undefined;
|
|
@@ -2661,8 +2661,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2661
2661
|
}, {
|
|
2662
2662
|
address: string;
|
|
2663
2663
|
networkId: string;
|
|
2664
|
-
balance: string;
|
|
2665
2664
|
currencyValue: string;
|
|
2665
|
+
balance: string;
|
|
2666
2666
|
symbol?: string | undefined;
|
|
2667
2667
|
name?: string | undefined;
|
|
2668
2668
|
decimals?: number | undefined;
|
|
@@ -2681,10 +2681,10 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2681
2681
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
2682
2682
|
}>, "strip", z.ZodTypeAny, {
|
|
2683
2683
|
lending: boolean;
|
|
2684
|
+
currencyValue: string;
|
|
2684
2685
|
totalBalances: Record<string, string>;
|
|
2685
2686
|
collateral: boolean;
|
|
2686
2687
|
debt: boolean;
|
|
2687
|
-
currencyValue: string;
|
|
2688
2688
|
address?: `0x${string}` | undefined;
|
|
2689
2689
|
accountAddress?: `0x${string}` | undefined;
|
|
2690
2690
|
totalApy?: string | undefined;
|
|
@@ -2718,8 +2718,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2718
2718
|
token?: {
|
|
2719
2719
|
address: `0x${string}`;
|
|
2720
2720
|
networkId: string;
|
|
2721
|
-
balance: string;
|
|
2722
2721
|
currencyValue: string;
|
|
2722
|
+
balance: string;
|
|
2723
2723
|
symbol?: string | undefined;
|
|
2724
2724
|
name?: string | undefined;
|
|
2725
2725
|
decimals?: number | undefined;
|
|
@@ -2744,9 +2744,9 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2744
2744
|
accountAddress?: string | undefined;
|
|
2745
2745
|
totalApy?: string | undefined;
|
|
2746
2746
|
apy?: string | undefined;
|
|
2747
|
+
currencyValue?: string | undefined;
|
|
2747
2748
|
unitCurrencyValue?: string | undefined;
|
|
2748
2749
|
group?: string | undefined;
|
|
2749
|
-
currencyValue?: string | undefined;
|
|
2750
2750
|
positionToken?: {
|
|
2751
2751
|
symbol: string;
|
|
2752
2752
|
name: string;
|
|
@@ -2774,8 +2774,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2774
2774
|
token?: {
|
|
2775
2775
|
address: string;
|
|
2776
2776
|
networkId: string;
|
|
2777
|
-
balance: string;
|
|
2778
2777
|
currencyValue: string;
|
|
2778
|
+
balance: string;
|
|
2779
2779
|
symbol?: string | undefined;
|
|
2780
2780
|
name?: string | undefined;
|
|
2781
2781
|
decimals?: number | undefined;
|
|
@@ -2831,8 +2831,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2831
2831
|
}>, "strip", z.ZodTypeAny, {
|
|
2832
2832
|
address: `0x${string}`;
|
|
2833
2833
|
networkId: string;
|
|
2834
|
-
balance: string;
|
|
2835
2834
|
currencyValue: string;
|
|
2835
|
+
balance: string;
|
|
2836
2836
|
symbol?: string | undefined;
|
|
2837
2837
|
name?: string | undefined;
|
|
2838
2838
|
decimals?: number | undefined;
|
|
@@ -2849,8 +2849,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2849
2849
|
}, {
|
|
2850
2850
|
address: string;
|
|
2851
2851
|
networkId: string;
|
|
2852
|
-
balance: string;
|
|
2853
2852
|
currencyValue: string;
|
|
2853
|
+
balance: string;
|
|
2854
2854
|
symbol?: string | undefined;
|
|
2855
2855
|
name?: string | undefined;
|
|
2856
2856
|
decimals?: number | undefined;
|
|
@@ -2868,16 +2868,16 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2868
2868
|
balance: z.ZodString;
|
|
2869
2869
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2870
2870
|
}>, "strip", z.ZodTypeAny, {
|
|
2871
|
+
currencyValue: string;
|
|
2871
2872
|
unitCurrencyValue: string;
|
|
2872
2873
|
delegatingTo: `0x${string}`;
|
|
2873
2874
|
balance: string;
|
|
2874
|
-
currencyValue: string;
|
|
2875
2875
|
address?: `0x${string}` | undefined;
|
|
2876
2876
|
token?: {
|
|
2877
2877
|
address: `0x${string}`;
|
|
2878
2878
|
networkId: string;
|
|
2879
|
-
balance: string;
|
|
2880
2879
|
currencyValue: string;
|
|
2880
|
+
balance: string;
|
|
2881
2881
|
symbol?: string | undefined;
|
|
2882
2882
|
name?: string | undefined;
|
|
2883
2883
|
decimals?: number | undefined;
|
|
@@ -2896,13 +2896,13 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
2896
2896
|
delegatingTo: string;
|
|
2897
2897
|
balance: string;
|
|
2898
2898
|
address?: string | undefined;
|
|
2899
|
-
unitCurrencyValue?: string | undefined;
|
|
2900
2899
|
currencyValue?: string | undefined;
|
|
2900
|
+
unitCurrencyValue?: string | undefined;
|
|
2901
2901
|
token?: {
|
|
2902
2902
|
address: string;
|
|
2903
2903
|
networkId: string;
|
|
2904
|
-
balance: string;
|
|
2905
2904
|
currencyValue: string;
|
|
2905
|
+
balance: string;
|
|
2906
2906
|
symbol?: string | undefined;
|
|
2907
2907
|
name?: string | undefined;
|
|
2908
2908
|
decimals?: number | undefined;
|
|
@@ -3011,8 +3011,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3011
3011
|
}>, "strip", z.ZodTypeAny, {
|
|
3012
3012
|
address: `0x${string}`;
|
|
3013
3013
|
networkId: string;
|
|
3014
|
-
balance: string;
|
|
3015
3014
|
currencyValue: string;
|
|
3015
|
+
balance: string;
|
|
3016
3016
|
symbol?: string | undefined;
|
|
3017
3017
|
name?: string | undefined;
|
|
3018
3018
|
decimals?: number | undefined;
|
|
@@ -3029,8 +3029,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3029
3029
|
}, {
|
|
3030
3030
|
address: string;
|
|
3031
3031
|
networkId: string;
|
|
3032
|
-
balance: string;
|
|
3033
3032
|
currencyValue: string;
|
|
3033
|
+
balance: string;
|
|
3034
3034
|
symbol?: string | undefined;
|
|
3035
3035
|
name?: string | undefined;
|
|
3036
3036
|
decimals?: number | undefined;
|
|
@@ -3054,6 +3054,7 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3054
3054
|
name?: string | undefined;
|
|
3055
3055
|
iconUrl?: string | undefined;
|
|
3056
3056
|
};
|
|
3057
|
+
currencyValue: string;
|
|
3057
3058
|
accruedRewards: {
|
|
3058
3059
|
wei: string;
|
|
3059
3060
|
eth: string;
|
|
@@ -3064,12 +3065,11 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3064
3065
|
eth: string;
|
|
3065
3066
|
currency: string;
|
|
3066
3067
|
};
|
|
3067
|
-
currencyValue: string;
|
|
3068
3068
|
token: {
|
|
3069
3069
|
address: `0x${string}`;
|
|
3070
3070
|
networkId: string;
|
|
3071
|
-
balance: string;
|
|
3072
3071
|
currencyValue: string;
|
|
3072
|
+
balance: string;
|
|
3073
3073
|
symbol?: string | undefined;
|
|
3074
3074
|
name?: string | undefined;
|
|
3075
3075
|
decimals?: number | undefined;
|
|
@@ -3112,8 +3112,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3112
3112
|
token: {
|
|
3113
3113
|
address: string;
|
|
3114
3114
|
networkId: string;
|
|
3115
|
-
balance: string;
|
|
3116
3115
|
currencyValue: string;
|
|
3116
|
+
balance: string;
|
|
3117
3117
|
symbol?: string | undefined;
|
|
3118
3118
|
name?: string | undefined;
|
|
3119
3119
|
decimals?: number | undefined;
|
|
@@ -3190,8 +3190,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3190
3190
|
}>, "strip", z.ZodTypeAny, {
|
|
3191
3191
|
address: `0x${string}`;
|
|
3192
3192
|
networkId: string;
|
|
3193
|
-
balance: string;
|
|
3194
3193
|
currencyValue: string;
|
|
3194
|
+
balance: string;
|
|
3195
3195
|
symbol?: string | undefined;
|
|
3196
3196
|
name?: string | undefined;
|
|
3197
3197
|
decimals?: number | undefined;
|
|
@@ -3208,8 +3208,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3208
3208
|
}, {
|
|
3209
3209
|
address: string;
|
|
3210
3210
|
networkId: string;
|
|
3211
|
-
balance: string;
|
|
3212
3211
|
currencyValue: string;
|
|
3212
|
+
balance: string;
|
|
3213
3213
|
symbol?: string | undefined;
|
|
3214
3214
|
name?: string | undefined;
|
|
3215
3215
|
decimals?: number | undefined;
|
|
@@ -3232,8 +3232,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3232
3232
|
token: {
|
|
3233
3233
|
address: `0x${string}`;
|
|
3234
3234
|
networkId: string;
|
|
3235
|
-
balance: string;
|
|
3236
3235
|
currencyValue: string;
|
|
3236
|
+
balance: string;
|
|
3237
3237
|
symbol?: string | undefined;
|
|
3238
3238
|
name?: string | undefined;
|
|
3239
3239
|
decimals?: number | undefined;
|
|
@@ -3261,8 +3261,8 @@ export declare const defiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.Z
|
|
|
3261
3261
|
token: {
|
|
3262
3262
|
address: string;
|
|
3263
3263
|
networkId: string;
|
|
3264
|
-
balance: string;
|
|
3265
3264
|
currencyValue: string;
|
|
3265
|
+
balance: string;
|
|
3266
3266
|
symbol?: string | undefined;
|
|
3267
3267
|
name?: string | undefined;
|
|
3268
3268
|
decimals?: number | undefined;
|
|
@@ -3352,13 +3352,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3352
3352
|
}>, "strip", z.ZodTypeAny, {
|
|
3353
3353
|
address: `0x${string}`;
|
|
3354
3354
|
networkId: string;
|
|
3355
|
+
currencyValue: string;
|
|
3355
3356
|
principal: string;
|
|
3356
3357
|
accruedFees: string;
|
|
3357
3358
|
minPrice: string;
|
|
3358
3359
|
maxPrice: string;
|
|
3359
3360
|
currentPrice: string;
|
|
3360
3361
|
balance: string;
|
|
3361
|
-
currencyValue: string;
|
|
3362
3362
|
symbol?: string | undefined;
|
|
3363
3363
|
name?: string | undefined;
|
|
3364
3364
|
decimals?: number | undefined;
|
|
@@ -3375,13 +3375,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3375
3375
|
}, {
|
|
3376
3376
|
address: string;
|
|
3377
3377
|
networkId: string;
|
|
3378
|
+
currencyValue: string;
|
|
3378
3379
|
principal: string;
|
|
3379
3380
|
accruedFees: string;
|
|
3380
3381
|
minPrice: string;
|
|
3381
3382
|
maxPrice: string;
|
|
3382
3383
|
currentPrice: string;
|
|
3383
3384
|
balance: string;
|
|
3384
|
-
currencyValue: string;
|
|
3385
3385
|
symbol?: string | undefined;
|
|
3386
3386
|
name?: string | undefined;
|
|
3387
3387
|
decimals?: number | undefined;
|
|
@@ -3437,13 +3437,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3437
3437
|
}>, "strip", z.ZodTypeAny, {
|
|
3438
3438
|
address: `0x${string}`;
|
|
3439
3439
|
networkId: string;
|
|
3440
|
+
currencyValue: string;
|
|
3440
3441
|
principal: string;
|
|
3441
3442
|
accruedFees: string;
|
|
3442
3443
|
minPrice: string;
|
|
3443
3444
|
maxPrice: string;
|
|
3444
3445
|
currentPrice: string;
|
|
3445
3446
|
balance: string;
|
|
3446
|
-
currencyValue: string;
|
|
3447
3447
|
symbol?: string | undefined;
|
|
3448
3448
|
name?: string | undefined;
|
|
3449
3449
|
decimals?: number | undefined;
|
|
@@ -3460,13 +3460,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3460
3460
|
}, {
|
|
3461
3461
|
address: string;
|
|
3462
3462
|
networkId: string;
|
|
3463
|
+
currencyValue: string;
|
|
3463
3464
|
principal: string;
|
|
3464
3465
|
accruedFees: string;
|
|
3465
3466
|
minPrice: string;
|
|
3466
3467
|
maxPrice: string;
|
|
3467
3468
|
currentPrice: string;
|
|
3468
3469
|
balance: string;
|
|
3469
|
-
currencyValue: string;
|
|
3470
3470
|
symbol?: string | undefined;
|
|
3471
3471
|
name?: string | undefined;
|
|
3472
3472
|
decimals?: number | undefined;
|
|
@@ -3482,17 +3482,18 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3482
3482
|
currencySymbol?: string | undefined;
|
|
3483
3483
|
}>;
|
|
3484
3484
|
}>, "strip", z.ZodTypeAny, {
|
|
3485
|
+
currencyValue: string;
|
|
3485
3486
|
poolFeePercentage: string;
|
|
3486
3487
|
token0: {
|
|
3487
3488
|
address: `0x${string}`;
|
|
3488
3489
|
networkId: string;
|
|
3490
|
+
currencyValue: string;
|
|
3489
3491
|
principal: string;
|
|
3490
3492
|
accruedFees: string;
|
|
3491
3493
|
minPrice: string;
|
|
3492
3494
|
maxPrice: string;
|
|
3493
3495
|
currentPrice: string;
|
|
3494
3496
|
balance: string;
|
|
3495
|
-
currencyValue: string;
|
|
3496
3497
|
symbol?: string | undefined;
|
|
3497
3498
|
name?: string | undefined;
|
|
3498
3499
|
decimals?: number | undefined;
|
|
@@ -3510,13 +3511,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3510
3511
|
token1: {
|
|
3511
3512
|
address: `0x${string}`;
|
|
3512
3513
|
networkId: string;
|
|
3514
|
+
currencyValue: string;
|
|
3513
3515
|
principal: string;
|
|
3514
3516
|
accruedFees: string;
|
|
3515
3517
|
minPrice: string;
|
|
3516
3518
|
maxPrice: string;
|
|
3517
3519
|
currentPrice: string;
|
|
3518
3520
|
balance: string;
|
|
3519
|
-
currencyValue: string;
|
|
3520
3521
|
symbol?: string | undefined;
|
|
3521
3522
|
name?: string | undefined;
|
|
3522
3523
|
decimals?: number | undefined;
|
|
@@ -3531,7 +3532,6 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3531
3532
|
ccyDayChange?: string | undefined;
|
|
3532
3533
|
currencySymbol?: string | undefined;
|
|
3533
3534
|
};
|
|
3534
|
-
currencyValue: string;
|
|
3535
3535
|
address?: `0x${string}` | undefined;
|
|
3536
3536
|
tokenId?: string | undefined;
|
|
3537
3537
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -3542,13 +3542,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3542
3542
|
token0: {
|
|
3543
3543
|
address: string;
|
|
3544
3544
|
networkId: string;
|
|
3545
|
+
currencyValue: string;
|
|
3545
3546
|
principal: string;
|
|
3546
3547
|
accruedFees: string;
|
|
3547
3548
|
minPrice: string;
|
|
3548
3549
|
maxPrice: string;
|
|
3549
3550
|
currentPrice: string;
|
|
3550
3551
|
balance: string;
|
|
3551
|
-
currencyValue: string;
|
|
3552
3552
|
symbol?: string | undefined;
|
|
3553
3553
|
name?: string | undefined;
|
|
3554
3554
|
decimals?: number | undefined;
|
|
@@ -3566,13 +3566,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3566
3566
|
token1: {
|
|
3567
3567
|
address: string;
|
|
3568
3568
|
networkId: string;
|
|
3569
|
+
currencyValue: string;
|
|
3569
3570
|
principal: string;
|
|
3570
3571
|
accruedFees: string;
|
|
3571
3572
|
minPrice: string;
|
|
3572
3573
|
maxPrice: string;
|
|
3573
3574
|
currentPrice: string;
|
|
3574
3575
|
balance: string;
|
|
3575
|
-
currencyValue: string;
|
|
3576
3576
|
symbol?: string | undefined;
|
|
3577
3577
|
name?: string | undefined;
|
|
3578
3578
|
decimals?: number | undefined;
|
|
@@ -3588,9 +3588,9 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3588
3588
|
currencySymbol?: string | undefined;
|
|
3589
3589
|
};
|
|
3590
3590
|
address?: string | undefined;
|
|
3591
|
+
currencyValue?: string | undefined;
|
|
3591
3592
|
tokenId?: string | undefined;
|
|
3592
3593
|
tickSpacingPercentage?: string | undefined;
|
|
3593
|
-
currencyValue?: string | undefined;
|
|
3594
3594
|
unitCurrencyValueToken0?: string | undefined;
|
|
3595
3595
|
unitCurrencyValueToken1?: string | undefined;
|
|
3596
3596
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -3720,8 +3720,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3720
3720
|
}>, "strip", z.ZodTypeAny, {
|
|
3721
3721
|
address: `0x${string}`;
|
|
3722
3722
|
networkId: string;
|
|
3723
|
-
balance: string;
|
|
3724
3723
|
currencyValue: string;
|
|
3724
|
+
balance: string;
|
|
3725
3725
|
symbol?: string | undefined;
|
|
3726
3726
|
name?: string | undefined;
|
|
3727
3727
|
decimals?: number | undefined;
|
|
@@ -3738,8 +3738,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3738
3738
|
}, {
|
|
3739
3739
|
address: string;
|
|
3740
3740
|
networkId: string;
|
|
3741
|
-
balance: string;
|
|
3742
3741
|
currencyValue: string;
|
|
3742
|
+
balance: string;
|
|
3743
3743
|
symbol?: string | undefined;
|
|
3744
3744
|
name?: string | undefined;
|
|
3745
3745
|
decimals?: number | undefined;
|
|
@@ -3758,10 +3758,10 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3758
3758
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
3759
3759
|
}>, "strip", z.ZodTypeAny, {
|
|
3760
3760
|
lending: boolean;
|
|
3761
|
+
currencyValue: string;
|
|
3761
3762
|
totalBalances: Record<string, string>;
|
|
3762
3763
|
collateral: boolean;
|
|
3763
3764
|
debt: boolean;
|
|
3764
|
-
currencyValue: string;
|
|
3765
3765
|
address?: `0x${string}` | undefined;
|
|
3766
3766
|
accountAddress?: `0x${string}` | undefined;
|
|
3767
3767
|
totalApy?: string | undefined;
|
|
@@ -3795,8 +3795,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3795
3795
|
token?: {
|
|
3796
3796
|
address: `0x${string}`;
|
|
3797
3797
|
networkId: string;
|
|
3798
|
-
balance: string;
|
|
3799
3798
|
currencyValue: string;
|
|
3799
|
+
balance: string;
|
|
3800
3800
|
symbol?: string | undefined;
|
|
3801
3801
|
name?: string | undefined;
|
|
3802
3802
|
decimals?: number | undefined;
|
|
@@ -3821,9 +3821,9 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3821
3821
|
accountAddress?: string | undefined;
|
|
3822
3822
|
totalApy?: string | undefined;
|
|
3823
3823
|
apy?: string | undefined;
|
|
3824
|
+
currencyValue?: string | undefined;
|
|
3824
3825
|
unitCurrencyValue?: string | undefined;
|
|
3825
3826
|
group?: string | undefined;
|
|
3826
|
-
currencyValue?: string | undefined;
|
|
3827
3827
|
positionToken?: {
|
|
3828
3828
|
symbol: string;
|
|
3829
3829
|
name: string;
|
|
@@ -3851,8 +3851,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3851
3851
|
token?: {
|
|
3852
3852
|
address: string;
|
|
3853
3853
|
networkId: string;
|
|
3854
|
-
balance: string;
|
|
3855
3854
|
currencyValue: string;
|
|
3855
|
+
balance: string;
|
|
3856
3856
|
symbol?: string | undefined;
|
|
3857
3857
|
name?: string | undefined;
|
|
3858
3858
|
decimals?: number | undefined;
|
|
@@ -3908,8 +3908,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3908
3908
|
}>, "strip", z.ZodTypeAny, {
|
|
3909
3909
|
address: `0x${string}`;
|
|
3910
3910
|
networkId: string;
|
|
3911
|
-
balance: string;
|
|
3912
3911
|
currencyValue: string;
|
|
3912
|
+
balance: string;
|
|
3913
3913
|
symbol?: string | undefined;
|
|
3914
3914
|
name?: string | undefined;
|
|
3915
3915
|
decimals?: number | undefined;
|
|
@@ -3926,8 +3926,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3926
3926
|
}, {
|
|
3927
3927
|
address: string;
|
|
3928
3928
|
networkId: string;
|
|
3929
|
-
balance: string;
|
|
3930
3929
|
currencyValue: string;
|
|
3930
|
+
balance: string;
|
|
3931
3931
|
symbol?: string | undefined;
|
|
3932
3932
|
name?: string | undefined;
|
|
3933
3933
|
decimals?: number | undefined;
|
|
@@ -3945,16 +3945,16 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3945
3945
|
balance: z.ZodString;
|
|
3946
3946
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3947
3947
|
}>, "strip", z.ZodTypeAny, {
|
|
3948
|
+
currencyValue: string;
|
|
3948
3949
|
unitCurrencyValue: string;
|
|
3949
3950
|
delegatingTo: `0x${string}`;
|
|
3950
3951
|
balance: string;
|
|
3951
|
-
currencyValue: string;
|
|
3952
3952
|
address?: `0x${string}` | undefined;
|
|
3953
3953
|
token?: {
|
|
3954
3954
|
address: `0x${string}`;
|
|
3955
3955
|
networkId: string;
|
|
3956
|
-
balance: string;
|
|
3957
3956
|
currencyValue: string;
|
|
3957
|
+
balance: string;
|
|
3958
3958
|
symbol?: string | undefined;
|
|
3959
3959
|
name?: string | undefined;
|
|
3960
3960
|
decimals?: number | undefined;
|
|
@@ -3973,13 +3973,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
3973
3973
|
delegatingTo: string;
|
|
3974
3974
|
balance: string;
|
|
3975
3975
|
address?: string | undefined;
|
|
3976
|
-
unitCurrencyValue?: string | undefined;
|
|
3977
3976
|
currencyValue?: string | undefined;
|
|
3977
|
+
unitCurrencyValue?: string | undefined;
|
|
3978
3978
|
token?: {
|
|
3979
3979
|
address: string;
|
|
3980
3980
|
networkId: string;
|
|
3981
|
-
balance: string;
|
|
3982
3981
|
currencyValue: string;
|
|
3982
|
+
balance: string;
|
|
3983
3983
|
symbol?: string | undefined;
|
|
3984
3984
|
name?: string | undefined;
|
|
3985
3985
|
decimals?: number | undefined;
|
|
@@ -4088,8 +4088,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4088
4088
|
}>, "strip", z.ZodTypeAny, {
|
|
4089
4089
|
address: `0x${string}`;
|
|
4090
4090
|
networkId: string;
|
|
4091
|
-
balance: string;
|
|
4092
4091
|
currencyValue: string;
|
|
4092
|
+
balance: string;
|
|
4093
4093
|
symbol?: string | undefined;
|
|
4094
4094
|
name?: string | undefined;
|
|
4095
4095
|
decimals?: number | undefined;
|
|
@@ -4106,8 +4106,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4106
4106
|
}, {
|
|
4107
4107
|
address: string;
|
|
4108
4108
|
networkId: string;
|
|
4109
|
-
balance: string;
|
|
4110
4109
|
currencyValue: string;
|
|
4110
|
+
balance: string;
|
|
4111
4111
|
symbol?: string | undefined;
|
|
4112
4112
|
name?: string | undefined;
|
|
4113
4113
|
decimals?: number | undefined;
|
|
@@ -4131,6 +4131,7 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4131
4131
|
name?: string | undefined;
|
|
4132
4132
|
iconUrl?: string | undefined;
|
|
4133
4133
|
};
|
|
4134
|
+
currencyValue: string;
|
|
4134
4135
|
accruedRewards: {
|
|
4135
4136
|
wei: string;
|
|
4136
4137
|
eth: string;
|
|
@@ -4141,12 +4142,11 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4141
4142
|
eth: string;
|
|
4142
4143
|
currency: string;
|
|
4143
4144
|
};
|
|
4144
|
-
currencyValue: string;
|
|
4145
4145
|
token: {
|
|
4146
4146
|
address: `0x${string}`;
|
|
4147
4147
|
networkId: string;
|
|
4148
|
-
balance: string;
|
|
4149
4148
|
currencyValue: string;
|
|
4149
|
+
balance: string;
|
|
4150
4150
|
symbol?: string | undefined;
|
|
4151
4151
|
name?: string | undefined;
|
|
4152
4152
|
decimals?: number | undefined;
|
|
@@ -4189,8 +4189,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4189
4189
|
token: {
|
|
4190
4190
|
address: string;
|
|
4191
4191
|
networkId: string;
|
|
4192
|
-
balance: string;
|
|
4193
4192
|
currencyValue: string;
|
|
4193
|
+
balance: string;
|
|
4194
4194
|
symbol?: string | undefined;
|
|
4195
4195
|
name?: string | undefined;
|
|
4196
4196
|
decimals?: number | undefined;
|
|
@@ -4267,8 +4267,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4267
4267
|
}>, "strip", z.ZodTypeAny, {
|
|
4268
4268
|
address: `0x${string}`;
|
|
4269
4269
|
networkId: string;
|
|
4270
|
-
balance: string;
|
|
4271
4270
|
currencyValue: string;
|
|
4271
|
+
balance: string;
|
|
4272
4272
|
symbol?: string | undefined;
|
|
4273
4273
|
name?: string | undefined;
|
|
4274
4274
|
decimals?: number | undefined;
|
|
@@ -4285,8 +4285,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4285
4285
|
}, {
|
|
4286
4286
|
address: string;
|
|
4287
4287
|
networkId: string;
|
|
4288
|
-
balance: string;
|
|
4289
4288
|
currencyValue: string;
|
|
4289
|
+
balance: string;
|
|
4290
4290
|
symbol?: string | undefined;
|
|
4291
4291
|
name?: string | undefined;
|
|
4292
4292
|
decimals?: number | undefined;
|
|
@@ -4309,8 +4309,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4309
4309
|
token: {
|
|
4310
4310
|
address: `0x${string}`;
|
|
4311
4311
|
networkId: string;
|
|
4312
|
-
balance: string;
|
|
4313
4312
|
currencyValue: string;
|
|
4313
|
+
balance: string;
|
|
4314
4314
|
symbol?: string | undefined;
|
|
4315
4315
|
name?: string | undefined;
|
|
4316
4316
|
decimals?: number | undefined;
|
|
@@ -4338,8 +4338,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4338
4338
|
token: {
|
|
4339
4339
|
address: string;
|
|
4340
4340
|
networkId: string;
|
|
4341
|
-
balance: string;
|
|
4342
4341
|
currencyValue: string;
|
|
4342
|
+
balance: string;
|
|
4343
4343
|
symbol?: string | undefined;
|
|
4344
4344
|
name?: string | undefined;
|
|
4345
4345
|
decimals?: number | undefined;
|
|
@@ -4383,17 +4383,18 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4383
4383
|
type: "staking" | "strkDelegatedStaking" | "concentratedLiquidityPosition" | "collateralizedDebtPosition" | "delegatedTokens";
|
|
4384
4384
|
accountAddress: `0x${string}`;
|
|
4385
4385
|
positions: ({
|
|
4386
|
+
currencyValue: string;
|
|
4386
4387
|
poolFeePercentage: string;
|
|
4387
4388
|
token0: {
|
|
4388
4389
|
address: `0x${string}`;
|
|
4389
4390
|
networkId: string;
|
|
4391
|
+
currencyValue: string;
|
|
4390
4392
|
principal: string;
|
|
4391
4393
|
accruedFees: string;
|
|
4392
4394
|
minPrice: string;
|
|
4393
4395
|
maxPrice: string;
|
|
4394
4396
|
currentPrice: string;
|
|
4395
4397
|
balance: string;
|
|
4396
|
-
currencyValue: string;
|
|
4397
4398
|
symbol?: string | undefined;
|
|
4398
4399
|
name?: string | undefined;
|
|
4399
4400
|
decimals?: number | undefined;
|
|
@@ -4411,13 +4412,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4411
4412
|
token1: {
|
|
4412
4413
|
address: `0x${string}`;
|
|
4413
4414
|
networkId: string;
|
|
4415
|
+
currencyValue: string;
|
|
4414
4416
|
principal: string;
|
|
4415
4417
|
accruedFees: string;
|
|
4416
4418
|
minPrice: string;
|
|
4417
4419
|
maxPrice: string;
|
|
4418
4420
|
currentPrice: string;
|
|
4419
4421
|
balance: string;
|
|
4420
|
-
currencyValue: string;
|
|
4421
4422
|
symbol?: string | undefined;
|
|
4422
4423
|
name?: string | undefined;
|
|
4423
4424
|
decimals?: number | undefined;
|
|
@@ -4432,7 +4433,6 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4432
4433
|
ccyDayChange?: string | undefined;
|
|
4433
4434
|
currencySymbol?: string | undefined;
|
|
4434
4435
|
};
|
|
4435
|
-
currencyValue: string;
|
|
4436
4436
|
address?: `0x${string}` | undefined;
|
|
4437
4437
|
tokenId?: string | undefined;
|
|
4438
4438
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -4440,10 +4440,10 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4440
4440
|
unitCurrencyValueToken1?: string | undefined;
|
|
4441
4441
|
} | {
|
|
4442
4442
|
lending: boolean;
|
|
4443
|
+
currencyValue: string;
|
|
4443
4444
|
totalBalances: Record<string, string>;
|
|
4444
4445
|
collateral: boolean;
|
|
4445
4446
|
debt: boolean;
|
|
4446
|
-
currencyValue: string;
|
|
4447
4447
|
address?: `0x${string}` | undefined;
|
|
4448
4448
|
accountAddress?: `0x${string}` | undefined;
|
|
4449
4449
|
totalApy?: string | undefined;
|
|
@@ -4477,8 +4477,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4477
4477
|
token?: {
|
|
4478
4478
|
address: `0x${string}`;
|
|
4479
4479
|
networkId: string;
|
|
4480
|
-
balance: string;
|
|
4481
4480
|
currencyValue: string;
|
|
4481
|
+
balance: string;
|
|
4482
4482
|
symbol?: string | undefined;
|
|
4483
4483
|
name?: string | undefined;
|
|
4484
4484
|
decimals?: number | undefined;
|
|
@@ -4495,16 +4495,16 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4495
4495
|
} | undefined;
|
|
4496
4496
|
accountAddressGroup?: string | undefined;
|
|
4497
4497
|
} | {
|
|
4498
|
+
currencyValue: string;
|
|
4498
4499
|
unitCurrencyValue: string;
|
|
4499
4500
|
delegatingTo: `0x${string}`;
|
|
4500
4501
|
balance: string;
|
|
4501
|
-
currencyValue: string;
|
|
4502
4502
|
address?: `0x${string}` | undefined;
|
|
4503
4503
|
token?: {
|
|
4504
4504
|
address: `0x${string}`;
|
|
4505
4505
|
networkId: string;
|
|
4506
|
-
balance: string;
|
|
4507
4506
|
currencyValue: string;
|
|
4507
|
+
balance: string;
|
|
4508
4508
|
symbol?: string | undefined;
|
|
4509
4509
|
name?: string | undefined;
|
|
4510
4510
|
decimals?: number | undefined;
|
|
@@ -4527,8 +4527,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4527
4527
|
token: {
|
|
4528
4528
|
address: `0x${string}`;
|
|
4529
4529
|
networkId: string;
|
|
4530
|
-
balance: string;
|
|
4531
4530
|
currencyValue: string;
|
|
4531
|
+
balance: string;
|
|
4532
4532
|
symbol?: string | undefined;
|
|
4533
4533
|
name?: string | undefined;
|
|
4534
4534
|
decimals?: number | undefined;
|
|
@@ -4558,6 +4558,7 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4558
4558
|
name?: string | undefined;
|
|
4559
4559
|
iconUrl?: string | undefined;
|
|
4560
4560
|
};
|
|
4561
|
+
currencyValue: string;
|
|
4561
4562
|
accruedRewards: {
|
|
4562
4563
|
wei: string;
|
|
4563
4564
|
eth: string;
|
|
@@ -4568,12 +4569,11 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4568
4569
|
eth: string;
|
|
4569
4570
|
currency: string;
|
|
4570
4571
|
};
|
|
4571
|
-
currencyValue: string;
|
|
4572
4572
|
token: {
|
|
4573
4573
|
address: `0x${string}`;
|
|
4574
4574
|
networkId: string;
|
|
4575
|
-
balance: string;
|
|
4576
4575
|
currencyValue: string;
|
|
4576
|
+
balance: string;
|
|
4577
4577
|
symbol?: string | undefined;
|
|
4578
4578
|
name?: string | undefined;
|
|
4579
4579
|
decimals?: number | undefined;
|
|
@@ -4612,13 +4612,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4612
4612
|
token0: {
|
|
4613
4613
|
address: string;
|
|
4614
4614
|
networkId: string;
|
|
4615
|
+
currencyValue: string;
|
|
4615
4616
|
principal: string;
|
|
4616
4617
|
accruedFees: string;
|
|
4617
4618
|
minPrice: string;
|
|
4618
4619
|
maxPrice: string;
|
|
4619
4620
|
currentPrice: string;
|
|
4620
4621
|
balance: string;
|
|
4621
|
-
currencyValue: string;
|
|
4622
4622
|
symbol?: string | undefined;
|
|
4623
4623
|
name?: string | undefined;
|
|
4624
4624
|
decimals?: number | undefined;
|
|
@@ -4636,13 +4636,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4636
4636
|
token1: {
|
|
4637
4637
|
address: string;
|
|
4638
4638
|
networkId: string;
|
|
4639
|
+
currencyValue: string;
|
|
4639
4640
|
principal: string;
|
|
4640
4641
|
accruedFees: string;
|
|
4641
4642
|
minPrice: string;
|
|
4642
4643
|
maxPrice: string;
|
|
4643
4644
|
currentPrice: string;
|
|
4644
4645
|
balance: string;
|
|
4645
|
-
currencyValue: string;
|
|
4646
4646
|
symbol?: string | undefined;
|
|
4647
4647
|
name?: string | undefined;
|
|
4648
4648
|
decimals?: number | undefined;
|
|
@@ -4658,9 +4658,9 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4658
4658
|
currencySymbol?: string | undefined;
|
|
4659
4659
|
};
|
|
4660
4660
|
address?: string | undefined;
|
|
4661
|
+
currencyValue?: string | undefined;
|
|
4661
4662
|
tokenId?: string | undefined;
|
|
4662
4663
|
tickSpacingPercentage?: string | undefined;
|
|
4663
|
-
currencyValue?: string | undefined;
|
|
4664
4664
|
unitCurrencyValueToken0?: string | undefined;
|
|
4665
4665
|
unitCurrencyValueToken1?: string | undefined;
|
|
4666
4666
|
} | {
|
|
@@ -4672,9 +4672,9 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4672
4672
|
accountAddress?: string | undefined;
|
|
4673
4673
|
totalApy?: string | undefined;
|
|
4674
4674
|
apy?: string | undefined;
|
|
4675
|
+
currencyValue?: string | undefined;
|
|
4675
4676
|
unitCurrencyValue?: string | undefined;
|
|
4676
4677
|
group?: string | undefined;
|
|
4677
|
-
currencyValue?: string | undefined;
|
|
4678
4678
|
positionToken?: {
|
|
4679
4679
|
symbol: string;
|
|
4680
4680
|
name: string;
|
|
@@ -4702,8 +4702,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4702
4702
|
token?: {
|
|
4703
4703
|
address: string;
|
|
4704
4704
|
networkId: string;
|
|
4705
|
-
balance: string;
|
|
4706
4705
|
currencyValue: string;
|
|
4706
|
+
balance: string;
|
|
4707
4707
|
symbol?: string | undefined;
|
|
4708
4708
|
name?: string | undefined;
|
|
4709
4709
|
decimals?: number | undefined;
|
|
@@ -4723,13 +4723,13 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4723
4723
|
delegatingTo: string;
|
|
4724
4724
|
balance: string;
|
|
4725
4725
|
address?: string | undefined;
|
|
4726
|
-
unitCurrencyValue?: string | undefined;
|
|
4727
4726
|
currencyValue?: string | undefined;
|
|
4727
|
+
unitCurrencyValue?: string | undefined;
|
|
4728
4728
|
token?: {
|
|
4729
4729
|
address: string;
|
|
4730
4730
|
networkId: string;
|
|
4731
|
-
balance: string;
|
|
4732
4731
|
currencyValue: string;
|
|
4732
|
+
balance: string;
|
|
4733
4733
|
symbol?: string | undefined;
|
|
4734
4734
|
name?: string | undefined;
|
|
4735
4735
|
decimals?: number | undefined;
|
|
@@ -4751,8 +4751,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4751
4751
|
token: {
|
|
4752
4752
|
address: string;
|
|
4753
4753
|
networkId: string;
|
|
4754
|
-
balance: string;
|
|
4755
4754
|
currencyValue: string;
|
|
4755
|
+
balance: string;
|
|
4756
4756
|
symbol?: string | undefined;
|
|
4757
4757
|
name?: string | undefined;
|
|
4758
4758
|
decimals?: number | undefined;
|
|
@@ -4796,8 +4796,8 @@ export declare const defiProductSchema: z.ZodObject<{
|
|
|
4796
4796
|
token: {
|
|
4797
4797
|
address: string;
|
|
4798
4798
|
networkId: string;
|
|
4799
|
-
balance: string;
|
|
4800
4799
|
currencyValue: string;
|
|
4800
|
+
balance: string;
|
|
4801
4801
|
symbol?: string | undefined;
|
|
4802
4802
|
name?: string | undefined;
|
|
4803
4803
|
decimals?: number | undefined;
|
|
@@ -4883,13 +4883,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4883
4883
|
}>, "strip", z.ZodTypeAny, {
|
|
4884
4884
|
address: `0x${string}`;
|
|
4885
4885
|
networkId: string;
|
|
4886
|
+
currencyValue: string;
|
|
4886
4887
|
principal: string;
|
|
4887
4888
|
accruedFees: string;
|
|
4888
4889
|
minPrice: string;
|
|
4889
4890
|
maxPrice: string;
|
|
4890
4891
|
currentPrice: string;
|
|
4891
4892
|
balance: string;
|
|
4892
|
-
currencyValue: string;
|
|
4893
4893
|
symbol?: string | undefined;
|
|
4894
4894
|
name?: string | undefined;
|
|
4895
4895
|
decimals?: number | undefined;
|
|
@@ -4906,13 +4906,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4906
4906
|
}, {
|
|
4907
4907
|
address: string;
|
|
4908
4908
|
networkId: string;
|
|
4909
|
+
currencyValue: string;
|
|
4909
4910
|
principal: string;
|
|
4910
4911
|
accruedFees: string;
|
|
4911
4912
|
minPrice: string;
|
|
4912
4913
|
maxPrice: string;
|
|
4913
4914
|
currentPrice: string;
|
|
4914
4915
|
balance: string;
|
|
4915
|
-
currencyValue: string;
|
|
4916
4916
|
symbol?: string | undefined;
|
|
4917
4917
|
name?: string | undefined;
|
|
4918
4918
|
decimals?: number | undefined;
|
|
@@ -4968,13 +4968,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4968
4968
|
}>, "strip", z.ZodTypeAny, {
|
|
4969
4969
|
address: `0x${string}`;
|
|
4970
4970
|
networkId: string;
|
|
4971
|
+
currencyValue: string;
|
|
4971
4972
|
principal: string;
|
|
4972
4973
|
accruedFees: string;
|
|
4973
4974
|
minPrice: string;
|
|
4974
4975
|
maxPrice: string;
|
|
4975
4976
|
currentPrice: string;
|
|
4976
4977
|
balance: string;
|
|
4977
|
-
currencyValue: string;
|
|
4978
4978
|
symbol?: string | undefined;
|
|
4979
4979
|
name?: string | undefined;
|
|
4980
4980
|
decimals?: number | undefined;
|
|
@@ -4991,13 +4991,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
4991
4991
|
}, {
|
|
4992
4992
|
address: string;
|
|
4993
4993
|
networkId: string;
|
|
4994
|
+
currencyValue: string;
|
|
4994
4995
|
principal: string;
|
|
4995
4996
|
accruedFees: string;
|
|
4996
4997
|
minPrice: string;
|
|
4997
4998
|
maxPrice: string;
|
|
4998
4999
|
currentPrice: string;
|
|
4999
5000
|
balance: string;
|
|
5000
|
-
currencyValue: string;
|
|
5001
5001
|
symbol?: string | undefined;
|
|
5002
5002
|
name?: string | undefined;
|
|
5003
5003
|
decimals?: number | undefined;
|
|
@@ -5013,17 +5013,18 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5013
5013
|
currencySymbol?: string | undefined;
|
|
5014
5014
|
}>;
|
|
5015
5015
|
}>, "strip", z.ZodTypeAny, {
|
|
5016
|
+
currencyValue: string;
|
|
5016
5017
|
poolFeePercentage: string;
|
|
5017
5018
|
token0: {
|
|
5018
5019
|
address: `0x${string}`;
|
|
5019
5020
|
networkId: string;
|
|
5021
|
+
currencyValue: string;
|
|
5020
5022
|
principal: string;
|
|
5021
5023
|
accruedFees: string;
|
|
5022
5024
|
minPrice: string;
|
|
5023
5025
|
maxPrice: string;
|
|
5024
5026
|
currentPrice: string;
|
|
5025
5027
|
balance: string;
|
|
5026
|
-
currencyValue: string;
|
|
5027
5028
|
symbol?: string | undefined;
|
|
5028
5029
|
name?: string | undefined;
|
|
5029
5030
|
decimals?: number | undefined;
|
|
@@ -5041,13 +5042,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5041
5042
|
token1: {
|
|
5042
5043
|
address: `0x${string}`;
|
|
5043
5044
|
networkId: string;
|
|
5045
|
+
currencyValue: string;
|
|
5044
5046
|
principal: string;
|
|
5045
5047
|
accruedFees: string;
|
|
5046
5048
|
minPrice: string;
|
|
5047
5049
|
maxPrice: string;
|
|
5048
5050
|
currentPrice: string;
|
|
5049
5051
|
balance: string;
|
|
5050
|
-
currencyValue: string;
|
|
5051
5052
|
symbol?: string | undefined;
|
|
5052
5053
|
name?: string | undefined;
|
|
5053
5054
|
decimals?: number | undefined;
|
|
@@ -5062,7 +5063,6 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5062
5063
|
ccyDayChange?: string | undefined;
|
|
5063
5064
|
currencySymbol?: string | undefined;
|
|
5064
5065
|
};
|
|
5065
|
-
currencyValue: string;
|
|
5066
5066
|
address?: `0x${string}` | undefined;
|
|
5067
5067
|
tokenId?: string | undefined;
|
|
5068
5068
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -5073,13 +5073,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5073
5073
|
token0: {
|
|
5074
5074
|
address: string;
|
|
5075
5075
|
networkId: string;
|
|
5076
|
+
currencyValue: string;
|
|
5076
5077
|
principal: string;
|
|
5077
5078
|
accruedFees: string;
|
|
5078
5079
|
minPrice: string;
|
|
5079
5080
|
maxPrice: string;
|
|
5080
5081
|
currentPrice: string;
|
|
5081
5082
|
balance: string;
|
|
5082
|
-
currencyValue: string;
|
|
5083
5083
|
symbol?: string | undefined;
|
|
5084
5084
|
name?: string | undefined;
|
|
5085
5085
|
decimals?: number | undefined;
|
|
@@ -5097,13 +5097,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5097
5097
|
token1: {
|
|
5098
5098
|
address: string;
|
|
5099
5099
|
networkId: string;
|
|
5100
|
+
currencyValue: string;
|
|
5100
5101
|
principal: string;
|
|
5101
5102
|
accruedFees: string;
|
|
5102
5103
|
minPrice: string;
|
|
5103
5104
|
maxPrice: string;
|
|
5104
5105
|
currentPrice: string;
|
|
5105
5106
|
balance: string;
|
|
5106
|
-
currencyValue: string;
|
|
5107
5107
|
symbol?: string | undefined;
|
|
5108
5108
|
name?: string | undefined;
|
|
5109
5109
|
decimals?: number | undefined;
|
|
@@ -5119,9 +5119,9 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5119
5119
|
currencySymbol?: string | undefined;
|
|
5120
5120
|
};
|
|
5121
5121
|
address?: string | undefined;
|
|
5122
|
+
currencyValue?: string | undefined;
|
|
5122
5123
|
tokenId?: string | undefined;
|
|
5123
5124
|
tickSpacingPercentage?: string | undefined;
|
|
5124
|
-
currencyValue?: string | undefined;
|
|
5125
5125
|
unitCurrencyValueToken0?: string | undefined;
|
|
5126
5126
|
unitCurrencyValueToken1?: string | undefined;
|
|
5127
5127
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -5251,8 +5251,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5251
5251
|
}>, "strip", z.ZodTypeAny, {
|
|
5252
5252
|
address: `0x${string}`;
|
|
5253
5253
|
networkId: string;
|
|
5254
|
-
balance: string;
|
|
5255
5254
|
currencyValue: string;
|
|
5255
|
+
balance: string;
|
|
5256
5256
|
symbol?: string | undefined;
|
|
5257
5257
|
name?: string | undefined;
|
|
5258
5258
|
decimals?: number | undefined;
|
|
@@ -5269,8 +5269,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5269
5269
|
}, {
|
|
5270
5270
|
address: string;
|
|
5271
5271
|
networkId: string;
|
|
5272
|
-
balance: string;
|
|
5273
5272
|
currencyValue: string;
|
|
5273
|
+
balance: string;
|
|
5274
5274
|
symbol?: string | undefined;
|
|
5275
5275
|
name?: string | undefined;
|
|
5276
5276
|
decimals?: number | undefined;
|
|
@@ -5289,10 +5289,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5289
5289
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
5290
5290
|
}>, "strip", z.ZodTypeAny, {
|
|
5291
5291
|
lending: boolean;
|
|
5292
|
+
currencyValue: string;
|
|
5292
5293
|
totalBalances: Record<string, string>;
|
|
5293
5294
|
collateral: boolean;
|
|
5294
5295
|
debt: boolean;
|
|
5295
|
-
currencyValue: string;
|
|
5296
5296
|
address?: `0x${string}` | undefined;
|
|
5297
5297
|
accountAddress?: `0x${string}` | undefined;
|
|
5298
5298
|
totalApy?: string | undefined;
|
|
@@ -5326,8 +5326,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5326
5326
|
token?: {
|
|
5327
5327
|
address: `0x${string}`;
|
|
5328
5328
|
networkId: string;
|
|
5329
|
-
balance: string;
|
|
5330
5329
|
currencyValue: string;
|
|
5330
|
+
balance: string;
|
|
5331
5331
|
symbol?: string | undefined;
|
|
5332
5332
|
name?: string | undefined;
|
|
5333
5333
|
decimals?: number | undefined;
|
|
@@ -5352,9 +5352,9 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5352
5352
|
accountAddress?: string | undefined;
|
|
5353
5353
|
totalApy?: string | undefined;
|
|
5354
5354
|
apy?: string | undefined;
|
|
5355
|
+
currencyValue?: string | undefined;
|
|
5355
5356
|
unitCurrencyValue?: string | undefined;
|
|
5356
5357
|
group?: string | undefined;
|
|
5357
|
-
currencyValue?: string | undefined;
|
|
5358
5358
|
positionToken?: {
|
|
5359
5359
|
symbol: string;
|
|
5360
5360
|
name: string;
|
|
@@ -5382,8 +5382,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5382
5382
|
token?: {
|
|
5383
5383
|
address: string;
|
|
5384
5384
|
networkId: string;
|
|
5385
|
-
balance: string;
|
|
5386
5385
|
currencyValue: string;
|
|
5386
|
+
balance: string;
|
|
5387
5387
|
symbol?: string | undefined;
|
|
5388
5388
|
name?: string | undefined;
|
|
5389
5389
|
decimals?: number | undefined;
|
|
@@ -5439,8 +5439,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5439
5439
|
}>, "strip", z.ZodTypeAny, {
|
|
5440
5440
|
address: `0x${string}`;
|
|
5441
5441
|
networkId: string;
|
|
5442
|
-
balance: string;
|
|
5443
5442
|
currencyValue: string;
|
|
5443
|
+
balance: string;
|
|
5444
5444
|
symbol?: string | undefined;
|
|
5445
5445
|
name?: string | undefined;
|
|
5446
5446
|
decimals?: number | undefined;
|
|
@@ -5457,8 +5457,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5457
5457
|
}, {
|
|
5458
5458
|
address: string;
|
|
5459
5459
|
networkId: string;
|
|
5460
|
-
balance: string;
|
|
5461
5460
|
currencyValue: string;
|
|
5461
|
+
balance: string;
|
|
5462
5462
|
symbol?: string | undefined;
|
|
5463
5463
|
name?: string | undefined;
|
|
5464
5464
|
decimals?: number | undefined;
|
|
@@ -5476,16 +5476,16 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5476
5476
|
balance: z.ZodString;
|
|
5477
5477
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5478
5478
|
}>, "strip", z.ZodTypeAny, {
|
|
5479
|
+
currencyValue: string;
|
|
5479
5480
|
unitCurrencyValue: string;
|
|
5480
5481
|
delegatingTo: `0x${string}`;
|
|
5481
5482
|
balance: string;
|
|
5482
|
-
currencyValue: string;
|
|
5483
5483
|
address?: `0x${string}` | undefined;
|
|
5484
5484
|
token?: {
|
|
5485
5485
|
address: `0x${string}`;
|
|
5486
5486
|
networkId: string;
|
|
5487
|
-
balance: string;
|
|
5488
5487
|
currencyValue: string;
|
|
5488
|
+
balance: string;
|
|
5489
5489
|
symbol?: string | undefined;
|
|
5490
5490
|
name?: string | undefined;
|
|
5491
5491
|
decimals?: number | undefined;
|
|
@@ -5504,13 +5504,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5504
5504
|
delegatingTo: string;
|
|
5505
5505
|
balance: string;
|
|
5506
5506
|
address?: string | undefined;
|
|
5507
|
-
unitCurrencyValue?: string | undefined;
|
|
5508
5507
|
currencyValue?: string | undefined;
|
|
5508
|
+
unitCurrencyValue?: string | undefined;
|
|
5509
5509
|
token?: {
|
|
5510
5510
|
address: string;
|
|
5511
5511
|
networkId: string;
|
|
5512
|
-
balance: string;
|
|
5513
5512
|
currencyValue: string;
|
|
5513
|
+
balance: string;
|
|
5514
5514
|
symbol?: string | undefined;
|
|
5515
5515
|
name?: string | undefined;
|
|
5516
5516
|
decimals?: number | undefined;
|
|
@@ -5619,8 +5619,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5619
5619
|
}>, "strip", z.ZodTypeAny, {
|
|
5620
5620
|
address: `0x${string}`;
|
|
5621
5621
|
networkId: string;
|
|
5622
|
-
balance: string;
|
|
5623
5622
|
currencyValue: string;
|
|
5623
|
+
balance: string;
|
|
5624
5624
|
symbol?: string | undefined;
|
|
5625
5625
|
name?: string | undefined;
|
|
5626
5626
|
decimals?: number | undefined;
|
|
@@ -5637,8 +5637,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5637
5637
|
}, {
|
|
5638
5638
|
address: string;
|
|
5639
5639
|
networkId: string;
|
|
5640
|
-
balance: string;
|
|
5641
5640
|
currencyValue: string;
|
|
5641
|
+
balance: string;
|
|
5642
5642
|
symbol?: string | undefined;
|
|
5643
5643
|
name?: string | undefined;
|
|
5644
5644
|
decimals?: number | undefined;
|
|
@@ -5662,6 +5662,7 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5662
5662
|
name?: string | undefined;
|
|
5663
5663
|
iconUrl?: string | undefined;
|
|
5664
5664
|
};
|
|
5665
|
+
currencyValue: string;
|
|
5665
5666
|
accruedRewards: {
|
|
5666
5667
|
wei: string;
|
|
5667
5668
|
eth: string;
|
|
@@ -5672,12 +5673,11 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5672
5673
|
eth: string;
|
|
5673
5674
|
currency: string;
|
|
5674
5675
|
};
|
|
5675
|
-
currencyValue: string;
|
|
5676
5676
|
token: {
|
|
5677
5677
|
address: `0x${string}`;
|
|
5678
5678
|
networkId: string;
|
|
5679
|
-
balance: string;
|
|
5680
5679
|
currencyValue: string;
|
|
5680
|
+
balance: string;
|
|
5681
5681
|
symbol?: string | undefined;
|
|
5682
5682
|
name?: string | undefined;
|
|
5683
5683
|
decimals?: number | undefined;
|
|
@@ -5720,8 +5720,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5720
5720
|
token: {
|
|
5721
5721
|
address: string;
|
|
5722
5722
|
networkId: string;
|
|
5723
|
-
balance: string;
|
|
5724
5723
|
currencyValue: string;
|
|
5724
|
+
balance: string;
|
|
5725
5725
|
symbol?: string | undefined;
|
|
5726
5726
|
name?: string | undefined;
|
|
5727
5727
|
decimals?: number | undefined;
|
|
@@ -5798,8 +5798,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5798
5798
|
}>, "strip", z.ZodTypeAny, {
|
|
5799
5799
|
address: `0x${string}`;
|
|
5800
5800
|
networkId: string;
|
|
5801
|
-
balance: string;
|
|
5802
5801
|
currencyValue: string;
|
|
5802
|
+
balance: string;
|
|
5803
5803
|
symbol?: string | undefined;
|
|
5804
5804
|
name?: string | undefined;
|
|
5805
5805
|
decimals?: number | undefined;
|
|
@@ -5816,8 +5816,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5816
5816
|
}, {
|
|
5817
5817
|
address: string;
|
|
5818
5818
|
networkId: string;
|
|
5819
|
-
balance: string;
|
|
5820
5819
|
currencyValue: string;
|
|
5820
|
+
balance: string;
|
|
5821
5821
|
symbol?: string | undefined;
|
|
5822
5822
|
name?: string | undefined;
|
|
5823
5823
|
decimals?: number | undefined;
|
|
@@ -5840,8 +5840,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5840
5840
|
token: {
|
|
5841
5841
|
address: `0x${string}`;
|
|
5842
5842
|
networkId: string;
|
|
5843
|
-
balance: string;
|
|
5844
5843
|
currencyValue: string;
|
|
5844
|
+
balance: string;
|
|
5845
5845
|
symbol?: string | undefined;
|
|
5846
5846
|
name?: string | undefined;
|
|
5847
5847
|
decimals?: number | undefined;
|
|
@@ -5869,8 +5869,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5869
5869
|
token: {
|
|
5870
5870
|
address: string;
|
|
5871
5871
|
networkId: string;
|
|
5872
|
-
balance: string;
|
|
5873
5872
|
currencyValue: string;
|
|
5873
|
+
balance: string;
|
|
5874
5874
|
symbol?: string | undefined;
|
|
5875
5875
|
name?: string | undefined;
|
|
5876
5876
|
decimals?: number | undefined;
|
|
@@ -5914,17 +5914,18 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5914
5914
|
type: "staking" | "strkDelegatedStaking" | "concentratedLiquidityPosition" | "collateralizedDebtPosition" | "delegatedTokens";
|
|
5915
5915
|
accountAddress: `0x${string}`;
|
|
5916
5916
|
positions: ({
|
|
5917
|
+
currencyValue: string;
|
|
5917
5918
|
poolFeePercentage: string;
|
|
5918
5919
|
token0: {
|
|
5919
5920
|
address: `0x${string}`;
|
|
5920
5921
|
networkId: string;
|
|
5922
|
+
currencyValue: string;
|
|
5921
5923
|
principal: string;
|
|
5922
5924
|
accruedFees: string;
|
|
5923
5925
|
minPrice: string;
|
|
5924
5926
|
maxPrice: string;
|
|
5925
5927
|
currentPrice: string;
|
|
5926
5928
|
balance: string;
|
|
5927
|
-
currencyValue: string;
|
|
5928
5929
|
symbol?: string | undefined;
|
|
5929
5930
|
name?: string | undefined;
|
|
5930
5931
|
decimals?: number | undefined;
|
|
@@ -5942,13 +5943,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5942
5943
|
token1: {
|
|
5943
5944
|
address: `0x${string}`;
|
|
5944
5945
|
networkId: string;
|
|
5946
|
+
currencyValue: string;
|
|
5945
5947
|
principal: string;
|
|
5946
5948
|
accruedFees: string;
|
|
5947
5949
|
minPrice: string;
|
|
5948
5950
|
maxPrice: string;
|
|
5949
5951
|
currentPrice: string;
|
|
5950
5952
|
balance: string;
|
|
5951
|
-
currencyValue: string;
|
|
5952
5953
|
symbol?: string | undefined;
|
|
5953
5954
|
name?: string | undefined;
|
|
5954
5955
|
decimals?: number | undefined;
|
|
@@ -5963,7 +5964,6 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5963
5964
|
ccyDayChange?: string | undefined;
|
|
5964
5965
|
currencySymbol?: string | undefined;
|
|
5965
5966
|
};
|
|
5966
|
-
currencyValue: string;
|
|
5967
5967
|
address?: `0x${string}` | undefined;
|
|
5968
5968
|
tokenId?: string | undefined;
|
|
5969
5969
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -5971,10 +5971,10 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
5971
5971
|
unitCurrencyValueToken1?: string | undefined;
|
|
5972
5972
|
} | {
|
|
5973
5973
|
lending: boolean;
|
|
5974
|
+
currencyValue: string;
|
|
5974
5975
|
totalBalances: Record<string, string>;
|
|
5975
5976
|
collateral: boolean;
|
|
5976
5977
|
debt: boolean;
|
|
5977
|
-
currencyValue: string;
|
|
5978
5978
|
address?: `0x${string}` | undefined;
|
|
5979
5979
|
accountAddress?: `0x${string}` | undefined;
|
|
5980
5980
|
totalApy?: string | undefined;
|
|
@@ -6008,8 +6008,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6008
6008
|
token?: {
|
|
6009
6009
|
address: `0x${string}`;
|
|
6010
6010
|
networkId: string;
|
|
6011
|
-
balance: string;
|
|
6012
6011
|
currencyValue: string;
|
|
6012
|
+
balance: string;
|
|
6013
6013
|
symbol?: string | undefined;
|
|
6014
6014
|
name?: string | undefined;
|
|
6015
6015
|
decimals?: number | undefined;
|
|
@@ -6026,16 +6026,16 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6026
6026
|
} | undefined;
|
|
6027
6027
|
accountAddressGroup?: string | undefined;
|
|
6028
6028
|
} | {
|
|
6029
|
+
currencyValue: string;
|
|
6029
6030
|
unitCurrencyValue: string;
|
|
6030
6031
|
delegatingTo: `0x${string}`;
|
|
6031
6032
|
balance: string;
|
|
6032
|
-
currencyValue: string;
|
|
6033
6033
|
address?: `0x${string}` | undefined;
|
|
6034
6034
|
token?: {
|
|
6035
6035
|
address: `0x${string}`;
|
|
6036
6036
|
networkId: string;
|
|
6037
|
-
balance: string;
|
|
6038
6037
|
currencyValue: string;
|
|
6038
|
+
balance: string;
|
|
6039
6039
|
symbol?: string | undefined;
|
|
6040
6040
|
name?: string | undefined;
|
|
6041
6041
|
decimals?: number | undefined;
|
|
@@ -6058,8 +6058,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6058
6058
|
token: {
|
|
6059
6059
|
address: `0x${string}`;
|
|
6060
6060
|
networkId: string;
|
|
6061
|
-
balance: string;
|
|
6062
6061
|
currencyValue: string;
|
|
6062
|
+
balance: string;
|
|
6063
6063
|
symbol?: string | undefined;
|
|
6064
6064
|
name?: string | undefined;
|
|
6065
6065
|
decimals?: number | undefined;
|
|
@@ -6089,6 +6089,7 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6089
6089
|
name?: string | undefined;
|
|
6090
6090
|
iconUrl?: string | undefined;
|
|
6091
6091
|
};
|
|
6092
|
+
currencyValue: string;
|
|
6092
6093
|
accruedRewards: {
|
|
6093
6094
|
wei: string;
|
|
6094
6095
|
eth: string;
|
|
@@ -6099,12 +6100,11 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6099
6100
|
eth: string;
|
|
6100
6101
|
currency: string;
|
|
6101
6102
|
};
|
|
6102
|
-
currencyValue: string;
|
|
6103
6103
|
token: {
|
|
6104
6104
|
address: `0x${string}`;
|
|
6105
6105
|
networkId: string;
|
|
6106
|
-
balance: string;
|
|
6107
6106
|
currencyValue: string;
|
|
6107
|
+
balance: string;
|
|
6108
6108
|
symbol?: string | undefined;
|
|
6109
6109
|
name?: string | undefined;
|
|
6110
6110
|
decimals?: number | undefined;
|
|
@@ -6143,13 +6143,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6143
6143
|
token0: {
|
|
6144
6144
|
address: string;
|
|
6145
6145
|
networkId: string;
|
|
6146
|
+
currencyValue: string;
|
|
6146
6147
|
principal: string;
|
|
6147
6148
|
accruedFees: string;
|
|
6148
6149
|
minPrice: string;
|
|
6149
6150
|
maxPrice: string;
|
|
6150
6151
|
currentPrice: string;
|
|
6151
6152
|
balance: string;
|
|
6152
|
-
currencyValue: string;
|
|
6153
6153
|
symbol?: string | undefined;
|
|
6154
6154
|
name?: string | undefined;
|
|
6155
6155
|
decimals?: number | undefined;
|
|
@@ -6167,13 +6167,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6167
6167
|
token1: {
|
|
6168
6168
|
address: string;
|
|
6169
6169
|
networkId: string;
|
|
6170
|
+
currencyValue: string;
|
|
6170
6171
|
principal: string;
|
|
6171
6172
|
accruedFees: string;
|
|
6172
6173
|
minPrice: string;
|
|
6173
6174
|
maxPrice: string;
|
|
6174
6175
|
currentPrice: string;
|
|
6175
6176
|
balance: string;
|
|
6176
|
-
currencyValue: string;
|
|
6177
6177
|
symbol?: string | undefined;
|
|
6178
6178
|
name?: string | undefined;
|
|
6179
6179
|
decimals?: number | undefined;
|
|
@@ -6189,9 +6189,9 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6189
6189
|
currencySymbol?: string | undefined;
|
|
6190
6190
|
};
|
|
6191
6191
|
address?: string | undefined;
|
|
6192
|
+
currencyValue?: string | undefined;
|
|
6192
6193
|
tokenId?: string | undefined;
|
|
6193
6194
|
tickSpacingPercentage?: string | undefined;
|
|
6194
|
-
currencyValue?: string | undefined;
|
|
6195
6195
|
unitCurrencyValueToken0?: string | undefined;
|
|
6196
6196
|
unitCurrencyValueToken1?: string | undefined;
|
|
6197
6197
|
} | {
|
|
@@ -6203,9 +6203,9 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6203
6203
|
accountAddress?: string | undefined;
|
|
6204
6204
|
totalApy?: string | undefined;
|
|
6205
6205
|
apy?: string | undefined;
|
|
6206
|
+
currencyValue?: string | undefined;
|
|
6206
6207
|
unitCurrencyValue?: string | undefined;
|
|
6207
6208
|
group?: string | undefined;
|
|
6208
|
-
currencyValue?: string | undefined;
|
|
6209
6209
|
positionToken?: {
|
|
6210
6210
|
symbol: string;
|
|
6211
6211
|
name: string;
|
|
@@ -6233,8 +6233,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6233
6233
|
token?: {
|
|
6234
6234
|
address: string;
|
|
6235
6235
|
networkId: string;
|
|
6236
|
-
balance: string;
|
|
6237
6236
|
currencyValue: string;
|
|
6237
|
+
balance: string;
|
|
6238
6238
|
symbol?: string | undefined;
|
|
6239
6239
|
name?: string | undefined;
|
|
6240
6240
|
decimals?: number | undefined;
|
|
@@ -6254,13 +6254,13 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6254
6254
|
delegatingTo: string;
|
|
6255
6255
|
balance: string;
|
|
6256
6256
|
address?: string | undefined;
|
|
6257
|
-
unitCurrencyValue?: string | undefined;
|
|
6258
6257
|
currencyValue?: string | undefined;
|
|
6258
|
+
unitCurrencyValue?: string | undefined;
|
|
6259
6259
|
token?: {
|
|
6260
6260
|
address: string;
|
|
6261
6261
|
networkId: string;
|
|
6262
|
-
balance: string;
|
|
6263
6262
|
currencyValue: string;
|
|
6263
|
+
balance: string;
|
|
6264
6264
|
symbol?: string | undefined;
|
|
6265
6265
|
name?: string | undefined;
|
|
6266
6266
|
decimals?: number | undefined;
|
|
@@ -6282,8 +6282,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6282
6282
|
token: {
|
|
6283
6283
|
address: string;
|
|
6284
6284
|
networkId: string;
|
|
6285
|
-
balance: string;
|
|
6286
6285
|
currencyValue: string;
|
|
6286
|
+
balance: string;
|
|
6287
6287
|
symbol?: string | undefined;
|
|
6288
6288
|
name?: string | undefined;
|
|
6289
6289
|
decimals?: number | undefined;
|
|
@@ -6327,8 +6327,8 @@ export declare const defiProductsSchema: z.ZodArray<z.ZodObject<{
|
|
|
6327
6327
|
token: {
|
|
6328
6328
|
address: string;
|
|
6329
6329
|
networkId: string;
|
|
6330
|
-
balance: string;
|
|
6331
6330
|
currencyValue: string;
|
|
6331
|
+
balance: string;
|
|
6332
6332
|
symbol?: string | undefined;
|
|
6333
6333
|
name?: string | undefined;
|
|
6334
6334
|
decimals?: number | undefined;
|
|
@@ -6416,13 +6416,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6416
6416
|
}>, "strip", z.ZodTypeAny, {
|
|
6417
6417
|
address: `0x${string}`;
|
|
6418
6418
|
networkId: string;
|
|
6419
|
+
currencyValue: string;
|
|
6419
6420
|
principal: string;
|
|
6420
6421
|
accruedFees: string;
|
|
6421
6422
|
minPrice: string;
|
|
6422
6423
|
maxPrice: string;
|
|
6423
6424
|
currentPrice: string;
|
|
6424
6425
|
balance: string;
|
|
6425
|
-
currencyValue: string;
|
|
6426
6426
|
symbol?: string | undefined;
|
|
6427
6427
|
name?: string | undefined;
|
|
6428
6428
|
decimals?: number | undefined;
|
|
@@ -6439,13 +6439,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6439
6439
|
}, {
|
|
6440
6440
|
address: string;
|
|
6441
6441
|
networkId: string;
|
|
6442
|
+
currencyValue: string;
|
|
6442
6443
|
principal: string;
|
|
6443
6444
|
accruedFees: string;
|
|
6444
6445
|
minPrice: string;
|
|
6445
6446
|
maxPrice: string;
|
|
6446
6447
|
currentPrice: string;
|
|
6447
6448
|
balance: string;
|
|
6448
|
-
currencyValue: string;
|
|
6449
6449
|
symbol?: string | undefined;
|
|
6450
6450
|
name?: string | undefined;
|
|
6451
6451
|
decimals?: number | undefined;
|
|
@@ -6501,13 +6501,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6501
6501
|
}>, "strip", z.ZodTypeAny, {
|
|
6502
6502
|
address: `0x${string}`;
|
|
6503
6503
|
networkId: string;
|
|
6504
|
+
currencyValue: string;
|
|
6504
6505
|
principal: string;
|
|
6505
6506
|
accruedFees: string;
|
|
6506
6507
|
minPrice: string;
|
|
6507
6508
|
maxPrice: string;
|
|
6508
6509
|
currentPrice: string;
|
|
6509
6510
|
balance: string;
|
|
6510
|
-
currencyValue: string;
|
|
6511
6511
|
symbol?: string | undefined;
|
|
6512
6512
|
name?: string | undefined;
|
|
6513
6513
|
decimals?: number | undefined;
|
|
@@ -6524,13 +6524,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6524
6524
|
}, {
|
|
6525
6525
|
address: string;
|
|
6526
6526
|
networkId: string;
|
|
6527
|
+
currencyValue: string;
|
|
6527
6528
|
principal: string;
|
|
6528
6529
|
accruedFees: string;
|
|
6529
6530
|
minPrice: string;
|
|
6530
6531
|
maxPrice: string;
|
|
6531
6532
|
currentPrice: string;
|
|
6532
6533
|
balance: string;
|
|
6533
|
-
currencyValue: string;
|
|
6534
6534
|
symbol?: string | undefined;
|
|
6535
6535
|
name?: string | undefined;
|
|
6536
6536
|
decimals?: number | undefined;
|
|
@@ -6546,17 +6546,18 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6546
6546
|
currencySymbol?: string | undefined;
|
|
6547
6547
|
}>;
|
|
6548
6548
|
}>, "strip", z.ZodTypeAny, {
|
|
6549
|
+
currencyValue: string;
|
|
6549
6550
|
poolFeePercentage: string;
|
|
6550
6551
|
token0: {
|
|
6551
6552
|
address: `0x${string}`;
|
|
6552
6553
|
networkId: string;
|
|
6554
|
+
currencyValue: string;
|
|
6553
6555
|
principal: string;
|
|
6554
6556
|
accruedFees: string;
|
|
6555
6557
|
minPrice: string;
|
|
6556
6558
|
maxPrice: string;
|
|
6557
6559
|
currentPrice: string;
|
|
6558
6560
|
balance: string;
|
|
6559
|
-
currencyValue: string;
|
|
6560
6561
|
symbol?: string | undefined;
|
|
6561
6562
|
name?: string | undefined;
|
|
6562
6563
|
decimals?: number | undefined;
|
|
@@ -6574,13 +6575,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6574
6575
|
token1: {
|
|
6575
6576
|
address: `0x${string}`;
|
|
6576
6577
|
networkId: string;
|
|
6578
|
+
currencyValue: string;
|
|
6577
6579
|
principal: string;
|
|
6578
6580
|
accruedFees: string;
|
|
6579
6581
|
minPrice: string;
|
|
6580
6582
|
maxPrice: string;
|
|
6581
6583
|
currentPrice: string;
|
|
6582
6584
|
balance: string;
|
|
6583
|
-
currencyValue: string;
|
|
6584
6585
|
symbol?: string | undefined;
|
|
6585
6586
|
name?: string | undefined;
|
|
6586
6587
|
decimals?: number | undefined;
|
|
@@ -6595,7 +6596,6 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6595
6596
|
ccyDayChange?: string | undefined;
|
|
6596
6597
|
currencySymbol?: string | undefined;
|
|
6597
6598
|
};
|
|
6598
|
-
currencyValue: string;
|
|
6599
6599
|
address?: `0x${string}` | undefined;
|
|
6600
6600
|
tokenId?: string | undefined;
|
|
6601
6601
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -6606,13 +6606,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6606
6606
|
token0: {
|
|
6607
6607
|
address: string;
|
|
6608
6608
|
networkId: string;
|
|
6609
|
+
currencyValue: string;
|
|
6609
6610
|
principal: string;
|
|
6610
6611
|
accruedFees: string;
|
|
6611
6612
|
minPrice: string;
|
|
6612
6613
|
maxPrice: string;
|
|
6613
6614
|
currentPrice: string;
|
|
6614
6615
|
balance: string;
|
|
6615
|
-
currencyValue: string;
|
|
6616
6616
|
symbol?: string | undefined;
|
|
6617
6617
|
name?: string | undefined;
|
|
6618
6618
|
decimals?: number | undefined;
|
|
@@ -6630,13 +6630,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6630
6630
|
token1: {
|
|
6631
6631
|
address: string;
|
|
6632
6632
|
networkId: string;
|
|
6633
|
+
currencyValue: string;
|
|
6633
6634
|
principal: string;
|
|
6634
6635
|
accruedFees: string;
|
|
6635
6636
|
minPrice: string;
|
|
6636
6637
|
maxPrice: string;
|
|
6637
6638
|
currentPrice: string;
|
|
6638
6639
|
balance: string;
|
|
6639
|
-
currencyValue: string;
|
|
6640
6640
|
symbol?: string | undefined;
|
|
6641
6641
|
name?: string | undefined;
|
|
6642
6642
|
decimals?: number | undefined;
|
|
@@ -6652,9 +6652,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6652
6652
|
currencySymbol?: string | undefined;
|
|
6653
6653
|
};
|
|
6654
6654
|
address?: string | undefined;
|
|
6655
|
+
currencyValue?: string | undefined;
|
|
6655
6656
|
tokenId?: string | undefined;
|
|
6656
6657
|
tickSpacingPercentage?: string | undefined;
|
|
6657
|
-
currencyValue?: string | undefined;
|
|
6658
6658
|
unitCurrencyValueToken0?: string | undefined;
|
|
6659
6659
|
unitCurrencyValueToken1?: string | undefined;
|
|
6660
6660
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -6784,8 +6784,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6784
6784
|
}>, "strip", z.ZodTypeAny, {
|
|
6785
6785
|
address: `0x${string}`;
|
|
6786
6786
|
networkId: string;
|
|
6787
|
-
balance: string;
|
|
6788
6787
|
currencyValue: string;
|
|
6788
|
+
balance: string;
|
|
6789
6789
|
symbol?: string | undefined;
|
|
6790
6790
|
name?: string | undefined;
|
|
6791
6791
|
decimals?: number | undefined;
|
|
@@ -6802,8 +6802,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6802
6802
|
}, {
|
|
6803
6803
|
address: string;
|
|
6804
6804
|
networkId: string;
|
|
6805
|
-
balance: string;
|
|
6806
6805
|
currencyValue: string;
|
|
6806
|
+
balance: string;
|
|
6807
6807
|
symbol?: string | undefined;
|
|
6808
6808
|
name?: string | undefined;
|
|
6809
6809
|
decimals?: number | undefined;
|
|
@@ -6822,10 +6822,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6822
6822
|
accountAddressGroup: z.ZodOptional<z.ZodString>;
|
|
6823
6823
|
}>, "strip", z.ZodTypeAny, {
|
|
6824
6824
|
lending: boolean;
|
|
6825
|
+
currencyValue: string;
|
|
6825
6826
|
totalBalances: Record<string, string>;
|
|
6826
6827
|
collateral: boolean;
|
|
6827
6828
|
debt: boolean;
|
|
6828
|
-
currencyValue: string;
|
|
6829
6829
|
address?: `0x${string}` | undefined;
|
|
6830
6830
|
accountAddress?: `0x${string}` | undefined;
|
|
6831
6831
|
totalApy?: string | undefined;
|
|
@@ -6859,8 +6859,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6859
6859
|
token?: {
|
|
6860
6860
|
address: `0x${string}`;
|
|
6861
6861
|
networkId: string;
|
|
6862
|
-
balance: string;
|
|
6863
6862
|
currencyValue: string;
|
|
6863
|
+
balance: string;
|
|
6864
6864
|
symbol?: string | undefined;
|
|
6865
6865
|
name?: string | undefined;
|
|
6866
6866
|
decimals?: number | undefined;
|
|
@@ -6885,9 +6885,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6885
6885
|
accountAddress?: string | undefined;
|
|
6886
6886
|
totalApy?: string | undefined;
|
|
6887
6887
|
apy?: string | undefined;
|
|
6888
|
+
currencyValue?: string | undefined;
|
|
6888
6889
|
unitCurrencyValue?: string | undefined;
|
|
6889
6890
|
group?: string | undefined;
|
|
6890
|
-
currencyValue?: string | undefined;
|
|
6891
6891
|
positionToken?: {
|
|
6892
6892
|
symbol: string;
|
|
6893
6893
|
name: string;
|
|
@@ -6915,8 +6915,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6915
6915
|
token?: {
|
|
6916
6916
|
address: string;
|
|
6917
6917
|
networkId: string;
|
|
6918
|
-
balance: string;
|
|
6919
6918
|
currencyValue: string;
|
|
6919
|
+
balance: string;
|
|
6920
6920
|
symbol?: string | undefined;
|
|
6921
6921
|
name?: string | undefined;
|
|
6922
6922
|
decimals?: number | undefined;
|
|
@@ -6972,8 +6972,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6972
6972
|
}>, "strip", z.ZodTypeAny, {
|
|
6973
6973
|
address: `0x${string}`;
|
|
6974
6974
|
networkId: string;
|
|
6975
|
-
balance: string;
|
|
6976
6975
|
currencyValue: string;
|
|
6976
|
+
balance: string;
|
|
6977
6977
|
symbol?: string | undefined;
|
|
6978
6978
|
name?: string | undefined;
|
|
6979
6979
|
decimals?: number | undefined;
|
|
@@ -6990,8 +6990,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
6990
6990
|
}, {
|
|
6991
6991
|
address: string;
|
|
6992
6992
|
networkId: string;
|
|
6993
|
-
balance: string;
|
|
6994
6993
|
currencyValue: string;
|
|
6994
|
+
balance: string;
|
|
6995
6995
|
symbol?: string | undefined;
|
|
6996
6996
|
name?: string | undefined;
|
|
6997
6997
|
decimals?: number | undefined;
|
|
@@ -7009,16 +7009,16 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7009
7009
|
balance: z.ZodString;
|
|
7010
7010
|
unitCurrencyValue: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
7011
7011
|
}>, "strip", z.ZodTypeAny, {
|
|
7012
|
+
currencyValue: string;
|
|
7012
7013
|
unitCurrencyValue: string;
|
|
7013
7014
|
delegatingTo: `0x${string}`;
|
|
7014
7015
|
balance: string;
|
|
7015
|
-
currencyValue: string;
|
|
7016
7016
|
address?: `0x${string}` | undefined;
|
|
7017
7017
|
token?: {
|
|
7018
7018
|
address: `0x${string}`;
|
|
7019
7019
|
networkId: string;
|
|
7020
|
-
balance: string;
|
|
7021
7020
|
currencyValue: string;
|
|
7021
|
+
balance: string;
|
|
7022
7022
|
symbol?: string | undefined;
|
|
7023
7023
|
name?: string | undefined;
|
|
7024
7024
|
decimals?: number | undefined;
|
|
@@ -7037,13 +7037,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7037
7037
|
delegatingTo: string;
|
|
7038
7038
|
balance: string;
|
|
7039
7039
|
address?: string | undefined;
|
|
7040
|
-
unitCurrencyValue?: string | undefined;
|
|
7041
7040
|
currencyValue?: string | undefined;
|
|
7041
|
+
unitCurrencyValue?: string | undefined;
|
|
7042
7042
|
token?: {
|
|
7043
7043
|
address: string;
|
|
7044
7044
|
networkId: string;
|
|
7045
|
-
balance: string;
|
|
7046
7045
|
currencyValue: string;
|
|
7046
|
+
balance: string;
|
|
7047
7047
|
symbol?: string | undefined;
|
|
7048
7048
|
name?: string | undefined;
|
|
7049
7049
|
decimals?: number | undefined;
|
|
@@ -7152,8 +7152,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7152
7152
|
}>, "strip", z.ZodTypeAny, {
|
|
7153
7153
|
address: `0x${string}`;
|
|
7154
7154
|
networkId: string;
|
|
7155
|
-
balance: string;
|
|
7156
7155
|
currencyValue: string;
|
|
7156
|
+
balance: string;
|
|
7157
7157
|
symbol?: string | undefined;
|
|
7158
7158
|
name?: string | undefined;
|
|
7159
7159
|
decimals?: number | undefined;
|
|
@@ -7170,8 +7170,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7170
7170
|
}, {
|
|
7171
7171
|
address: string;
|
|
7172
7172
|
networkId: string;
|
|
7173
|
-
balance: string;
|
|
7174
7173
|
currencyValue: string;
|
|
7174
|
+
balance: string;
|
|
7175
7175
|
symbol?: string | undefined;
|
|
7176
7176
|
name?: string | undefined;
|
|
7177
7177
|
decimals?: number | undefined;
|
|
@@ -7195,6 +7195,7 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7195
7195
|
name?: string | undefined;
|
|
7196
7196
|
iconUrl?: string | undefined;
|
|
7197
7197
|
};
|
|
7198
|
+
currencyValue: string;
|
|
7198
7199
|
accruedRewards: {
|
|
7199
7200
|
wei: string;
|
|
7200
7201
|
eth: string;
|
|
@@ -7205,12 +7206,11 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7205
7206
|
eth: string;
|
|
7206
7207
|
currency: string;
|
|
7207
7208
|
};
|
|
7208
|
-
currencyValue: string;
|
|
7209
7209
|
token: {
|
|
7210
7210
|
address: `0x${string}`;
|
|
7211
7211
|
networkId: string;
|
|
7212
|
-
balance: string;
|
|
7213
7212
|
currencyValue: string;
|
|
7213
|
+
balance: string;
|
|
7214
7214
|
symbol?: string | undefined;
|
|
7215
7215
|
name?: string | undefined;
|
|
7216
7216
|
decimals?: number | undefined;
|
|
@@ -7253,8 +7253,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7253
7253
|
token: {
|
|
7254
7254
|
address: string;
|
|
7255
7255
|
networkId: string;
|
|
7256
|
-
balance: string;
|
|
7257
7256
|
currencyValue: string;
|
|
7257
|
+
balance: string;
|
|
7258
7258
|
symbol?: string | undefined;
|
|
7259
7259
|
name?: string | undefined;
|
|
7260
7260
|
decimals?: number | undefined;
|
|
@@ -7331,8 +7331,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7331
7331
|
}>, "strip", z.ZodTypeAny, {
|
|
7332
7332
|
address: `0x${string}`;
|
|
7333
7333
|
networkId: string;
|
|
7334
|
-
balance: string;
|
|
7335
7334
|
currencyValue: string;
|
|
7335
|
+
balance: string;
|
|
7336
7336
|
symbol?: string | undefined;
|
|
7337
7337
|
name?: string | undefined;
|
|
7338
7338
|
decimals?: number | undefined;
|
|
@@ -7349,8 +7349,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7349
7349
|
}, {
|
|
7350
7350
|
address: string;
|
|
7351
7351
|
networkId: string;
|
|
7352
|
-
balance: string;
|
|
7353
7352
|
currencyValue: string;
|
|
7353
|
+
balance: string;
|
|
7354
7354
|
symbol?: string | undefined;
|
|
7355
7355
|
name?: string | undefined;
|
|
7356
7356
|
decimals?: number | undefined;
|
|
@@ -7373,8 +7373,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7373
7373
|
token: {
|
|
7374
7374
|
address: `0x${string}`;
|
|
7375
7375
|
networkId: string;
|
|
7376
|
-
balance: string;
|
|
7377
7376
|
currencyValue: string;
|
|
7377
|
+
balance: string;
|
|
7378
7378
|
symbol?: string | undefined;
|
|
7379
7379
|
name?: string | undefined;
|
|
7380
7380
|
decimals?: number | undefined;
|
|
@@ -7402,8 +7402,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7402
7402
|
token: {
|
|
7403
7403
|
address: string;
|
|
7404
7404
|
networkId: string;
|
|
7405
|
-
balance: string;
|
|
7406
7405
|
currencyValue: string;
|
|
7406
|
+
balance: string;
|
|
7407
7407
|
symbol?: string | undefined;
|
|
7408
7408
|
name?: string | undefined;
|
|
7409
7409
|
decimals?: number | undefined;
|
|
@@ -7447,17 +7447,18 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7447
7447
|
type: "staking" | "strkDelegatedStaking" | "concentratedLiquidityPosition" | "collateralizedDebtPosition" | "delegatedTokens";
|
|
7448
7448
|
accountAddress: `0x${string}`;
|
|
7449
7449
|
positions: ({
|
|
7450
|
+
currencyValue: string;
|
|
7450
7451
|
poolFeePercentage: string;
|
|
7451
7452
|
token0: {
|
|
7452
7453
|
address: `0x${string}`;
|
|
7453
7454
|
networkId: string;
|
|
7455
|
+
currencyValue: string;
|
|
7454
7456
|
principal: string;
|
|
7455
7457
|
accruedFees: string;
|
|
7456
7458
|
minPrice: string;
|
|
7457
7459
|
maxPrice: string;
|
|
7458
7460
|
currentPrice: string;
|
|
7459
7461
|
balance: string;
|
|
7460
|
-
currencyValue: string;
|
|
7461
7462
|
symbol?: string | undefined;
|
|
7462
7463
|
name?: string | undefined;
|
|
7463
7464
|
decimals?: number | undefined;
|
|
@@ -7475,13 +7476,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7475
7476
|
token1: {
|
|
7476
7477
|
address: `0x${string}`;
|
|
7477
7478
|
networkId: string;
|
|
7479
|
+
currencyValue: string;
|
|
7478
7480
|
principal: string;
|
|
7479
7481
|
accruedFees: string;
|
|
7480
7482
|
minPrice: string;
|
|
7481
7483
|
maxPrice: string;
|
|
7482
7484
|
currentPrice: string;
|
|
7483
7485
|
balance: string;
|
|
7484
|
-
currencyValue: string;
|
|
7485
7486
|
symbol?: string | undefined;
|
|
7486
7487
|
name?: string | undefined;
|
|
7487
7488
|
decimals?: number | undefined;
|
|
@@ -7496,7 +7497,6 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7496
7497
|
ccyDayChange?: string | undefined;
|
|
7497
7498
|
currencySymbol?: string | undefined;
|
|
7498
7499
|
};
|
|
7499
|
-
currencyValue: string;
|
|
7500
7500
|
address?: `0x${string}` | undefined;
|
|
7501
7501
|
tokenId?: string | undefined;
|
|
7502
7502
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -7504,10 +7504,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7504
7504
|
unitCurrencyValueToken1?: string | undefined;
|
|
7505
7505
|
} | {
|
|
7506
7506
|
lending: boolean;
|
|
7507
|
+
currencyValue: string;
|
|
7507
7508
|
totalBalances: Record<string, string>;
|
|
7508
7509
|
collateral: boolean;
|
|
7509
7510
|
debt: boolean;
|
|
7510
|
-
currencyValue: string;
|
|
7511
7511
|
address?: `0x${string}` | undefined;
|
|
7512
7512
|
accountAddress?: `0x${string}` | undefined;
|
|
7513
7513
|
totalApy?: string | undefined;
|
|
@@ -7541,8 +7541,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7541
7541
|
token?: {
|
|
7542
7542
|
address: `0x${string}`;
|
|
7543
7543
|
networkId: string;
|
|
7544
|
-
balance: string;
|
|
7545
7544
|
currencyValue: string;
|
|
7545
|
+
balance: string;
|
|
7546
7546
|
symbol?: string | undefined;
|
|
7547
7547
|
name?: string | undefined;
|
|
7548
7548
|
decimals?: number | undefined;
|
|
@@ -7559,16 +7559,16 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7559
7559
|
} | undefined;
|
|
7560
7560
|
accountAddressGroup?: string | undefined;
|
|
7561
7561
|
} | {
|
|
7562
|
+
currencyValue: string;
|
|
7562
7563
|
unitCurrencyValue: string;
|
|
7563
7564
|
delegatingTo: `0x${string}`;
|
|
7564
7565
|
balance: string;
|
|
7565
|
-
currencyValue: string;
|
|
7566
7566
|
address?: `0x${string}` | undefined;
|
|
7567
7567
|
token?: {
|
|
7568
7568
|
address: `0x${string}`;
|
|
7569
7569
|
networkId: string;
|
|
7570
|
-
balance: string;
|
|
7571
7570
|
currencyValue: string;
|
|
7571
|
+
balance: string;
|
|
7572
7572
|
symbol?: string | undefined;
|
|
7573
7573
|
name?: string | undefined;
|
|
7574
7574
|
decimals?: number | undefined;
|
|
@@ -7591,8 +7591,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7591
7591
|
token: {
|
|
7592
7592
|
address: `0x${string}`;
|
|
7593
7593
|
networkId: string;
|
|
7594
|
-
balance: string;
|
|
7595
7594
|
currencyValue: string;
|
|
7595
|
+
balance: string;
|
|
7596
7596
|
symbol?: string | undefined;
|
|
7597
7597
|
name?: string | undefined;
|
|
7598
7598
|
decimals?: number | undefined;
|
|
@@ -7622,6 +7622,7 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7622
7622
|
name?: string | undefined;
|
|
7623
7623
|
iconUrl?: string | undefined;
|
|
7624
7624
|
};
|
|
7625
|
+
currencyValue: string;
|
|
7625
7626
|
accruedRewards: {
|
|
7626
7627
|
wei: string;
|
|
7627
7628
|
eth: string;
|
|
@@ -7632,12 +7633,11 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7632
7633
|
eth: string;
|
|
7633
7634
|
currency: string;
|
|
7634
7635
|
};
|
|
7635
|
-
currencyValue: string;
|
|
7636
7636
|
token: {
|
|
7637
7637
|
address: `0x${string}`;
|
|
7638
7638
|
networkId: string;
|
|
7639
|
-
balance: string;
|
|
7640
7639
|
currencyValue: string;
|
|
7640
|
+
balance: string;
|
|
7641
7641
|
symbol?: string | undefined;
|
|
7642
7642
|
name?: string | undefined;
|
|
7643
7643
|
decimals?: number | undefined;
|
|
@@ -7676,13 +7676,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7676
7676
|
token0: {
|
|
7677
7677
|
address: string;
|
|
7678
7678
|
networkId: string;
|
|
7679
|
+
currencyValue: string;
|
|
7679
7680
|
principal: string;
|
|
7680
7681
|
accruedFees: string;
|
|
7681
7682
|
minPrice: string;
|
|
7682
7683
|
maxPrice: string;
|
|
7683
7684
|
currentPrice: string;
|
|
7684
7685
|
balance: string;
|
|
7685
|
-
currencyValue: string;
|
|
7686
7686
|
symbol?: string | undefined;
|
|
7687
7687
|
name?: string | undefined;
|
|
7688
7688
|
decimals?: number | undefined;
|
|
@@ -7700,13 +7700,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7700
7700
|
token1: {
|
|
7701
7701
|
address: string;
|
|
7702
7702
|
networkId: string;
|
|
7703
|
+
currencyValue: string;
|
|
7703
7704
|
principal: string;
|
|
7704
7705
|
accruedFees: string;
|
|
7705
7706
|
minPrice: string;
|
|
7706
7707
|
maxPrice: string;
|
|
7707
7708
|
currentPrice: string;
|
|
7708
7709
|
balance: string;
|
|
7709
|
-
currencyValue: string;
|
|
7710
7710
|
symbol?: string | undefined;
|
|
7711
7711
|
name?: string | undefined;
|
|
7712
7712
|
decimals?: number | undefined;
|
|
@@ -7722,9 +7722,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7722
7722
|
currencySymbol?: string | undefined;
|
|
7723
7723
|
};
|
|
7724
7724
|
address?: string | undefined;
|
|
7725
|
+
currencyValue?: string | undefined;
|
|
7725
7726
|
tokenId?: string | undefined;
|
|
7726
7727
|
tickSpacingPercentage?: string | undefined;
|
|
7727
|
-
currencyValue?: string | undefined;
|
|
7728
7728
|
unitCurrencyValueToken0?: string | undefined;
|
|
7729
7729
|
unitCurrencyValueToken1?: string | undefined;
|
|
7730
7730
|
} | {
|
|
@@ -7736,9 +7736,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7736
7736
|
accountAddress?: string | undefined;
|
|
7737
7737
|
totalApy?: string | undefined;
|
|
7738
7738
|
apy?: string | undefined;
|
|
7739
|
+
currencyValue?: string | undefined;
|
|
7739
7740
|
unitCurrencyValue?: string | undefined;
|
|
7740
7741
|
group?: string | undefined;
|
|
7741
|
-
currencyValue?: string | undefined;
|
|
7742
7742
|
positionToken?: {
|
|
7743
7743
|
symbol: string;
|
|
7744
7744
|
name: string;
|
|
@@ -7766,8 +7766,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7766
7766
|
token?: {
|
|
7767
7767
|
address: string;
|
|
7768
7768
|
networkId: string;
|
|
7769
|
-
balance: string;
|
|
7770
7769
|
currencyValue: string;
|
|
7770
|
+
balance: string;
|
|
7771
7771
|
symbol?: string | undefined;
|
|
7772
7772
|
name?: string | undefined;
|
|
7773
7773
|
decimals?: number | undefined;
|
|
@@ -7787,13 +7787,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7787
7787
|
delegatingTo: string;
|
|
7788
7788
|
balance: string;
|
|
7789
7789
|
address?: string | undefined;
|
|
7790
|
-
unitCurrencyValue?: string | undefined;
|
|
7791
7790
|
currencyValue?: string | undefined;
|
|
7791
|
+
unitCurrencyValue?: string | undefined;
|
|
7792
7792
|
token?: {
|
|
7793
7793
|
address: string;
|
|
7794
7794
|
networkId: string;
|
|
7795
|
-
balance: string;
|
|
7796
7795
|
currencyValue: string;
|
|
7796
|
+
balance: string;
|
|
7797
7797
|
symbol?: string | undefined;
|
|
7798
7798
|
name?: string | undefined;
|
|
7799
7799
|
decimals?: number | undefined;
|
|
@@ -7815,8 +7815,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7815
7815
|
token: {
|
|
7816
7816
|
address: string;
|
|
7817
7817
|
networkId: string;
|
|
7818
|
-
balance: string;
|
|
7819
7818
|
currencyValue: string;
|
|
7819
|
+
balance: string;
|
|
7820
7820
|
symbol?: string | undefined;
|
|
7821
7821
|
name?: string | undefined;
|
|
7822
7822
|
decimals?: number | undefined;
|
|
@@ -7860,8 +7860,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7860
7860
|
token: {
|
|
7861
7861
|
address: string;
|
|
7862
7862
|
networkId: string;
|
|
7863
|
-
balance: string;
|
|
7864
7863
|
currencyValue: string;
|
|
7864
|
+
balance: string;
|
|
7865
7865
|
symbol?: string | undefined;
|
|
7866
7866
|
name?: string | undefined;
|
|
7867
7867
|
decimals?: number | undefined;
|
|
@@ -7900,17 +7900,18 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7900
7900
|
type: "staking" | "strkDelegatedStaking" | "concentratedLiquidityPosition" | "collateralizedDebtPosition" | "delegatedTokens";
|
|
7901
7901
|
accountAddress: `0x${string}`;
|
|
7902
7902
|
positions: ({
|
|
7903
|
+
currencyValue: string;
|
|
7903
7904
|
poolFeePercentage: string;
|
|
7904
7905
|
token0: {
|
|
7905
7906
|
address: `0x${string}`;
|
|
7906
7907
|
networkId: string;
|
|
7908
|
+
currencyValue: string;
|
|
7907
7909
|
principal: string;
|
|
7908
7910
|
accruedFees: string;
|
|
7909
7911
|
minPrice: string;
|
|
7910
7912
|
maxPrice: string;
|
|
7911
7913
|
currentPrice: string;
|
|
7912
7914
|
balance: string;
|
|
7913
|
-
currencyValue: string;
|
|
7914
7915
|
symbol?: string | undefined;
|
|
7915
7916
|
name?: string | undefined;
|
|
7916
7917
|
decimals?: number | undefined;
|
|
@@ -7928,13 +7929,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7928
7929
|
token1: {
|
|
7929
7930
|
address: `0x${string}`;
|
|
7930
7931
|
networkId: string;
|
|
7932
|
+
currencyValue: string;
|
|
7931
7933
|
principal: string;
|
|
7932
7934
|
accruedFees: string;
|
|
7933
7935
|
minPrice: string;
|
|
7934
7936
|
maxPrice: string;
|
|
7935
7937
|
currentPrice: string;
|
|
7936
7938
|
balance: string;
|
|
7937
|
-
currencyValue: string;
|
|
7938
7939
|
symbol?: string | undefined;
|
|
7939
7940
|
name?: string | undefined;
|
|
7940
7941
|
decimals?: number | undefined;
|
|
@@ -7949,7 +7950,6 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7949
7950
|
ccyDayChange?: string | undefined;
|
|
7950
7951
|
currencySymbol?: string | undefined;
|
|
7951
7952
|
};
|
|
7952
|
-
currencyValue: string;
|
|
7953
7953
|
address?: `0x${string}` | undefined;
|
|
7954
7954
|
tokenId?: string | undefined;
|
|
7955
7955
|
tickSpacingPercentage?: string | undefined;
|
|
@@ -7957,10 +7957,10 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7957
7957
|
unitCurrencyValueToken1?: string | undefined;
|
|
7958
7958
|
} | {
|
|
7959
7959
|
lending: boolean;
|
|
7960
|
+
currencyValue: string;
|
|
7960
7961
|
totalBalances: Record<string, string>;
|
|
7961
7962
|
collateral: boolean;
|
|
7962
7963
|
debt: boolean;
|
|
7963
|
-
currencyValue: string;
|
|
7964
7964
|
address?: `0x${string}` | undefined;
|
|
7965
7965
|
accountAddress?: `0x${string}` | undefined;
|
|
7966
7966
|
totalApy?: string | undefined;
|
|
@@ -7994,8 +7994,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
7994
7994
|
token?: {
|
|
7995
7995
|
address: `0x${string}`;
|
|
7996
7996
|
networkId: string;
|
|
7997
|
-
balance: string;
|
|
7998
7997
|
currencyValue: string;
|
|
7998
|
+
balance: string;
|
|
7999
7999
|
symbol?: string | undefined;
|
|
8000
8000
|
name?: string | undefined;
|
|
8001
8001
|
decimals?: number | undefined;
|
|
@@ -8012,16 +8012,16 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8012
8012
|
} | undefined;
|
|
8013
8013
|
accountAddressGroup?: string | undefined;
|
|
8014
8014
|
} | {
|
|
8015
|
+
currencyValue: string;
|
|
8015
8016
|
unitCurrencyValue: string;
|
|
8016
8017
|
delegatingTo: `0x${string}`;
|
|
8017
8018
|
balance: string;
|
|
8018
|
-
currencyValue: string;
|
|
8019
8019
|
address?: `0x${string}` | undefined;
|
|
8020
8020
|
token?: {
|
|
8021
8021
|
address: `0x${string}`;
|
|
8022
8022
|
networkId: string;
|
|
8023
|
-
balance: string;
|
|
8024
8023
|
currencyValue: string;
|
|
8024
|
+
balance: string;
|
|
8025
8025
|
symbol?: string | undefined;
|
|
8026
8026
|
name?: string | undefined;
|
|
8027
8027
|
decimals?: number | undefined;
|
|
@@ -8044,8 +8044,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8044
8044
|
token: {
|
|
8045
8045
|
address: `0x${string}`;
|
|
8046
8046
|
networkId: string;
|
|
8047
|
-
balance: string;
|
|
8048
8047
|
currencyValue: string;
|
|
8048
|
+
balance: string;
|
|
8049
8049
|
symbol?: string | undefined;
|
|
8050
8050
|
name?: string | undefined;
|
|
8051
8051
|
decimals?: number | undefined;
|
|
@@ -8075,6 +8075,7 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8075
8075
|
name?: string | undefined;
|
|
8076
8076
|
iconUrl?: string | undefined;
|
|
8077
8077
|
};
|
|
8078
|
+
currencyValue: string;
|
|
8078
8079
|
accruedRewards: {
|
|
8079
8080
|
wei: string;
|
|
8080
8081
|
eth: string;
|
|
@@ -8085,12 +8086,11 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8085
8086
|
eth: string;
|
|
8086
8087
|
currency: string;
|
|
8087
8088
|
};
|
|
8088
|
-
currencyValue: string;
|
|
8089
8089
|
token: {
|
|
8090
8090
|
address: `0x${string}`;
|
|
8091
8091
|
networkId: string;
|
|
8092
|
-
balance: string;
|
|
8093
8092
|
currencyValue: string;
|
|
8093
|
+
balance: string;
|
|
8094
8094
|
symbol?: string | undefined;
|
|
8095
8095
|
name?: string | undefined;
|
|
8096
8096
|
decimals?: number | undefined;
|
|
@@ -8132,13 +8132,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8132
8132
|
token0: {
|
|
8133
8133
|
address: string;
|
|
8134
8134
|
networkId: string;
|
|
8135
|
+
currencyValue: string;
|
|
8135
8136
|
principal: string;
|
|
8136
8137
|
accruedFees: string;
|
|
8137
8138
|
minPrice: string;
|
|
8138
8139
|
maxPrice: string;
|
|
8139
8140
|
currentPrice: string;
|
|
8140
8141
|
balance: string;
|
|
8141
|
-
currencyValue: string;
|
|
8142
8142
|
symbol?: string | undefined;
|
|
8143
8143
|
name?: string | undefined;
|
|
8144
8144
|
decimals?: number | undefined;
|
|
@@ -8156,13 +8156,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8156
8156
|
token1: {
|
|
8157
8157
|
address: string;
|
|
8158
8158
|
networkId: string;
|
|
8159
|
+
currencyValue: string;
|
|
8159
8160
|
principal: string;
|
|
8160
8161
|
accruedFees: string;
|
|
8161
8162
|
minPrice: string;
|
|
8162
8163
|
maxPrice: string;
|
|
8163
8164
|
currentPrice: string;
|
|
8164
8165
|
balance: string;
|
|
8165
|
-
currencyValue: string;
|
|
8166
8166
|
symbol?: string | undefined;
|
|
8167
8167
|
name?: string | undefined;
|
|
8168
8168
|
decimals?: number | undefined;
|
|
@@ -8178,9 +8178,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8178
8178
|
currencySymbol?: string | undefined;
|
|
8179
8179
|
};
|
|
8180
8180
|
address?: string | undefined;
|
|
8181
|
+
currencyValue?: string | undefined;
|
|
8181
8182
|
tokenId?: string | undefined;
|
|
8182
8183
|
tickSpacingPercentage?: string | undefined;
|
|
8183
|
-
currencyValue?: string | undefined;
|
|
8184
8184
|
unitCurrencyValueToken0?: string | undefined;
|
|
8185
8185
|
unitCurrencyValueToken1?: string | undefined;
|
|
8186
8186
|
} | {
|
|
@@ -8192,9 +8192,9 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8192
8192
|
accountAddress?: string | undefined;
|
|
8193
8193
|
totalApy?: string | undefined;
|
|
8194
8194
|
apy?: string | undefined;
|
|
8195
|
+
currencyValue?: string | undefined;
|
|
8195
8196
|
unitCurrencyValue?: string | undefined;
|
|
8196
8197
|
group?: string | undefined;
|
|
8197
|
-
currencyValue?: string | undefined;
|
|
8198
8198
|
positionToken?: {
|
|
8199
8199
|
symbol: string;
|
|
8200
8200
|
name: string;
|
|
@@ -8222,8 +8222,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8222
8222
|
token?: {
|
|
8223
8223
|
address: string;
|
|
8224
8224
|
networkId: string;
|
|
8225
|
-
balance: string;
|
|
8226
8225
|
currencyValue: string;
|
|
8226
|
+
balance: string;
|
|
8227
8227
|
symbol?: string | undefined;
|
|
8228
8228
|
name?: string | undefined;
|
|
8229
8229
|
decimals?: number | undefined;
|
|
@@ -8243,13 +8243,13 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8243
8243
|
delegatingTo: string;
|
|
8244
8244
|
balance: string;
|
|
8245
8245
|
address?: string | undefined;
|
|
8246
|
-
unitCurrencyValue?: string | undefined;
|
|
8247
8246
|
currencyValue?: string | undefined;
|
|
8247
|
+
unitCurrencyValue?: string | undefined;
|
|
8248
8248
|
token?: {
|
|
8249
8249
|
address: string;
|
|
8250
8250
|
networkId: string;
|
|
8251
|
-
balance: string;
|
|
8252
8251
|
currencyValue: string;
|
|
8252
|
+
balance: string;
|
|
8253
8253
|
symbol?: string | undefined;
|
|
8254
8254
|
name?: string | undefined;
|
|
8255
8255
|
decimals?: number | undefined;
|
|
@@ -8271,8 +8271,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8271
8271
|
token: {
|
|
8272
8272
|
address: string;
|
|
8273
8273
|
networkId: string;
|
|
8274
|
-
balance: string;
|
|
8275
8274
|
currencyValue: string;
|
|
8275
|
+
balance: string;
|
|
8276
8276
|
symbol?: string | undefined;
|
|
8277
8277
|
name?: string | undefined;
|
|
8278
8278
|
decimals?: number | undefined;
|
|
@@ -8316,8 +8316,8 @@ export declare const defiDappsProductsSchema: z.ZodObject<{
|
|
|
8316
8316
|
token: {
|
|
8317
8317
|
address: string;
|
|
8318
8318
|
networkId: string;
|
|
8319
|
-
balance: string;
|
|
8320
8319
|
currencyValue: string;
|
|
8320
|
+
balance: string;
|
|
8321
8321
|
symbol?: string | undefined;
|
|
8322
8322
|
name?: string | undefined;
|
|
8323
8323
|
decimals?: number | undefined;
|