@chainflip/rpc 2.1.0-beta.0 → 2.1.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/{Client.d.ts → Client.d.cts} +1 -1
- package/dist/Client.d.mts +40 -0
- package/dist/{HttpClient.d.ts → HttpClient.d.cts} +2 -2
- package/dist/HttpClient.d.mts +9 -0
- package/dist/{WsClient.d.ts → WsClient.d.cts} +2 -2
- package/dist/WsClient.d.mts +26 -0
- package/dist/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +3 -3
- package/dist/_virtual/{rolldown_runtime.mjs → _rolldown/runtime.mjs} +3 -3
- package/dist/common.cjs +1 -0
- package/dist/{common.d.ts → common.d.cts} +1 -499
- package/dist/common.d.mts +30630 -0
- package/dist/constants.cjs +3 -2
- package/dist/constants.d.mts +11 -0
- package/dist/constants.mjs +1 -1
- package/dist/index.cjs +1 -0
- package/dist/{index.d.ts → index.d.cts} +6 -6
- package/dist/index.d.mts +7 -0
- package/dist/parsers.cjs +1 -4
- package/dist/{parsers.d.ts → parsers.d.cts} +0 -684
- package/dist/parsers.d.mts +36369 -0
- package/dist/parsers.mjs +0 -4
- package/dist/{types.d.ts → types.d.cts} +2 -2
- package/dist/types.d.mts +84 -0
- package/package.json +7 -7
- /package/dist/{constants.d.ts → constants.d.cts} +0 -0
|
@@ -14,15 +14,6 @@ declare const rpcAssetSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14
14
|
}, {
|
|
15
15
|
chain: "Bitcoin";
|
|
16
16
|
asset: "BTC";
|
|
17
|
-
}>, z.ZodObject<{
|
|
18
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
19
|
-
asset: z.ZodLiteral<"DOT">;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
chain: "Polkadot";
|
|
22
|
-
asset: "DOT";
|
|
23
|
-
}, {
|
|
24
|
-
chain: "Polkadot";
|
|
25
|
-
asset: "DOT";
|
|
26
17
|
}>, z.ZodObject<{
|
|
27
18
|
chain: z.ZodLiteral<"Ethereum">;
|
|
28
19
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -214,15 +205,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
214
205
|
}, {
|
|
215
206
|
chain: "Bitcoin";
|
|
216
207
|
asset: "BTC";
|
|
217
|
-
}>, z.ZodObject<{
|
|
218
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
219
|
-
asset: z.ZodLiteral<"DOT">;
|
|
220
|
-
}, "strip", z.ZodTypeAny, {
|
|
221
|
-
chain: "Polkadot";
|
|
222
|
-
asset: "DOT";
|
|
223
|
-
}, {
|
|
224
|
-
chain: "Polkadot";
|
|
225
|
-
asset: "DOT";
|
|
226
208
|
}>, z.ZodObject<{
|
|
227
209
|
chain: z.ZodLiteral<"Ethereum">;
|
|
228
210
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -365,15 +347,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
365
347
|
}, {
|
|
366
348
|
chain: "Bitcoin";
|
|
367
349
|
asset: "BTC";
|
|
368
|
-
}>, z.ZodObject<{
|
|
369
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
370
|
-
asset: z.ZodLiteral<"DOT">;
|
|
371
|
-
}, "strip", z.ZodTypeAny, {
|
|
372
|
-
chain: "Polkadot";
|
|
373
|
-
asset: "DOT";
|
|
374
|
-
}, {
|
|
375
|
-
chain: "Polkadot";
|
|
376
|
-
asset: "DOT";
|
|
377
350
|
}>, z.ZodObject<{
|
|
378
351
|
chain: z.ZodLiteral<"Ethereum">;
|
|
379
352
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -517,15 +490,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
517
490
|
}, {
|
|
518
491
|
chain: "Bitcoin";
|
|
519
492
|
asset: "BTC";
|
|
520
|
-
}>, z.ZodObject<{
|
|
521
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
522
|
-
asset: z.ZodLiteral<"DOT">;
|
|
523
|
-
}, "strip", z.ZodTypeAny, {
|
|
524
|
-
chain: "Polkadot";
|
|
525
|
-
asset: "DOT";
|
|
526
|
-
}, {
|
|
527
|
-
chain: "Polkadot";
|
|
528
|
-
asset: "DOT";
|
|
529
493
|
}>, z.ZodObject<{
|
|
530
494
|
chain: z.ZodLiteral<"Ethereum">;
|
|
531
495
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -666,9 +630,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
666
630
|
egress_fee: ({
|
|
667
631
|
chain: "Bitcoin";
|
|
668
632
|
asset: "BTC";
|
|
669
|
-
} | {
|
|
670
|
-
chain: "Polkadot";
|
|
671
|
-
asset: "DOT";
|
|
672
633
|
} | {
|
|
673
634
|
chain: "Ethereum";
|
|
674
635
|
asset: "FLIP";
|
|
@@ -717,9 +678,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
717
678
|
ingress_fee: ({
|
|
718
679
|
chain: "Bitcoin";
|
|
719
680
|
asset: "BTC";
|
|
720
|
-
} | {
|
|
721
|
-
chain: "Polkadot";
|
|
722
|
-
asset: "DOT";
|
|
723
681
|
} | {
|
|
724
682
|
chain: "Ethereum";
|
|
725
683
|
asset: "FLIP";
|
|
@@ -768,9 +726,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
768
726
|
network_fee: ({
|
|
769
727
|
chain: "Bitcoin";
|
|
770
728
|
asset: "BTC";
|
|
771
|
-
} | {
|
|
772
|
-
chain: "Polkadot";
|
|
773
|
-
asset: "DOT";
|
|
774
729
|
} | {
|
|
775
730
|
chain: "Ethereum";
|
|
776
731
|
asset: "FLIP";
|
|
@@ -822,9 +777,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
822
777
|
egress_fee: ({
|
|
823
778
|
chain: "Bitcoin";
|
|
824
779
|
asset: "BTC";
|
|
825
|
-
} | {
|
|
826
|
-
chain: "Polkadot";
|
|
827
|
-
asset: "DOT";
|
|
828
780
|
} | {
|
|
829
781
|
chain: "Ethereum";
|
|
830
782
|
asset: "FLIP";
|
|
@@ -873,9 +825,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
873
825
|
ingress_fee: ({
|
|
874
826
|
chain: "Bitcoin";
|
|
875
827
|
asset: "BTC";
|
|
876
|
-
} | {
|
|
877
|
-
chain: "Polkadot";
|
|
878
|
-
asset: "DOT";
|
|
879
828
|
} | {
|
|
880
829
|
chain: "Ethereum";
|
|
881
830
|
asset: "FLIP";
|
|
@@ -924,9 +873,6 @@ declare const cfSwapRateV2: z.ZodObject<{
|
|
|
924
873
|
network_fee: ({
|
|
925
874
|
chain: "Bitcoin";
|
|
926
875
|
asset: "BTC";
|
|
927
|
-
} | {
|
|
928
|
-
chain: "Polkadot";
|
|
929
|
-
asset: "DOT";
|
|
930
876
|
} | {
|
|
931
877
|
chain: "Ethereum";
|
|
932
878
|
asset: "FLIP";
|
|
@@ -983,15 +929,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
983
929
|
}, {
|
|
984
930
|
chain: "Bitcoin";
|
|
985
931
|
asset: "BTC";
|
|
986
|
-
}>, z.ZodObject<{
|
|
987
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
988
|
-
asset: z.ZodLiteral<"DOT">;
|
|
989
|
-
}, "strip", z.ZodTypeAny, {
|
|
990
|
-
chain: "Polkadot";
|
|
991
|
-
asset: "DOT";
|
|
992
|
-
}, {
|
|
993
|
-
chain: "Polkadot";
|
|
994
|
-
asset: "DOT";
|
|
995
932
|
}>, z.ZodObject<{
|
|
996
933
|
chain: z.ZodLiteral<"Ethereum">;
|
|
997
934
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -1134,15 +1071,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1134
1071
|
}, {
|
|
1135
1072
|
chain: "Bitcoin";
|
|
1136
1073
|
asset: "BTC";
|
|
1137
|
-
}>, z.ZodObject<{
|
|
1138
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
1139
|
-
asset: z.ZodLiteral<"DOT">;
|
|
1140
|
-
}, "strip", z.ZodTypeAny, {
|
|
1141
|
-
chain: "Polkadot";
|
|
1142
|
-
asset: "DOT";
|
|
1143
|
-
}, {
|
|
1144
|
-
chain: "Polkadot";
|
|
1145
|
-
asset: "DOT";
|
|
1146
1074
|
}>, z.ZodObject<{
|
|
1147
1075
|
chain: z.ZodLiteral<"Ethereum">;
|
|
1148
1076
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -1286,15 +1214,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1286
1214
|
}, {
|
|
1287
1215
|
chain: "Bitcoin";
|
|
1288
1216
|
asset: "BTC";
|
|
1289
|
-
}>, z.ZodObject<{
|
|
1290
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
1291
|
-
asset: z.ZodLiteral<"DOT">;
|
|
1292
|
-
}, "strip", z.ZodTypeAny, {
|
|
1293
|
-
chain: "Polkadot";
|
|
1294
|
-
asset: "DOT";
|
|
1295
|
-
}, {
|
|
1296
|
-
chain: "Polkadot";
|
|
1297
|
-
asset: "DOT";
|
|
1298
1217
|
}>, z.ZodObject<{
|
|
1299
1218
|
chain: z.ZodLiteral<"Ethereum">;
|
|
1300
1219
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -1439,15 +1358,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1439
1358
|
}, {
|
|
1440
1359
|
chain: "Bitcoin";
|
|
1441
1360
|
asset: "BTC";
|
|
1442
|
-
}>, z.ZodObject<{
|
|
1443
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
1444
|
-
asset: z.ZodLiteral<"DOT">;
|
|
1445
|
-
}, "strip", z.ZodTypeAny, {
|
|
1446
|
-
chain: "Polkadot";
|
|
1447
|
-
asset: "DOT";
|
|
1448
|
-
}, {
|
|
1449
|
-
chain: "Polkadot";
|
|
1450
|
-
asset: "DOT";
|
|
1451
1361
|
}>, z.ZodObject<{
|
|
1452
1362
|
chain: z.ZodLiteral<"Ethereum">;
|
|
1453
1363
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -1587,9 +1497,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1587
1497
|
egress_fee: ({
|
|
1588
1498
|
chain: "Bitcoin";
|
|
1589
1499
|
asset: "BTC";
|
|
1590
|
-
} | {
|
|
1591
|
-
chain: "Polkadot";
|
|
1592
|
-
asset: "DOT";
|
|
1593
1500
|
} | {
|
|
1594
1501
|
chain: "Ethereum";
|
|
1595
1502
|
asset: "FLIP";
|
|
@@ -1638,9 +1545,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1638
1545
|
ingress_fee: ({
|
|
1639
1546
|
chain: "Bitcoin";
|
|
1640
1547
|
asset: "BTC";
|
|
1641
|
-
} | {
|
|
1642
|
-
chain: "Polkadot";
|
|
1643
|
-
asset: "DOT";
|
|
1644
1548
|
} | {
|
|
1645
1549
|
chain: "Ethereum";
|
|
1646
1550
|
asset: "FLIP";
|
|
@@ -1689,9 +1593,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1689
1593
|
network_fee: ({
|
|
1690
1594
|
chain: "Bitcoin";
|
|
1691
1595
|
asset: "BTC";
|
|
1692
|
-
} | {
|
|
1693
|
-
chain: "Polkadot";
|
|
1694
|
-
asset: "DOT";
|
|
1695
1596
|
} | {
|
|
1696
1597
|
chain: "Ethereum";
|
|
1697
1598
|
asset: "FLIP";
|
|
@@ -1740,9 +1641,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1740
1641
|
broker_commission: ({
|
|
1741
1642
|
chain: "Bitcoin";
|
|
1742
1643
|
asset: "BTC";
|
|
1743
|
-
} | {
|
|
1744
|
-
chain: "Polkadot";
|
|
1745
|
-
asset: "DOT";
|
|
1746
1644
|
} | {
|
|
1747
1645
|
chain: "Ethereum";
|
|
1748
1646
|
asset: "FLIP";
|
|
@@ -1794,9 +1692,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1794
1692
|
egress_fee: ({
|
|
1795
1693
|
chain: "Bitcoin";
|
|
1796
1694
|
asset: "BTC";
|
|
1797
|
-
} | {
|
|
1798
|
-
chain: "Polkadot";
|
|
1799
|
-
asset: "DOT";
|
|
1800
1695
|
} | {
|
|
1801
1696
|
chain: "Ethereum";
|
|
1802
1697
|
asset: "FLIP";
|
|
@@ -1845,9 +1740,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1845
1740
|
ingress_fee: ({
|
|
1846
1741
|
chain: "Bitcoin";
|
|
1847
1742
|
asset: "BTC";
|
|
1848
|
-
} | {
|
|
1849
|
-
chain: "Polkadot";
|
|
1850
|
-
asset: "DOT";
|
|
1851
1743
|
} | {
|
|
1852
1744
|
chain: "Ethereum";
|
|
1853
1745
|
asset: "FLIP";
|
|
@@ -1896,9 +1788,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1896
1788
|
network_fee: ({
|
|
1897
1789
|
chain: "Bitcoin";
|
|
1898
1790
|
asset: "BTC";
|
|
1899
|
-
} | {
|
|
1900
|
-
chain: "Polkadot";
|
|
1901
|
-
asset: "DOT";
|
|
1902
1791
|
} | {
|
|
1903
1792
|
chain: "Ethereum";
|
|
1904
1793
|
asset: "FLIP";
|
|
@@ -1947,9 +1836,6 @@ declare const cfSwapRateV3: z.ZodObject<{
|
|
|
1947
1836
|
broker_commission: ({
|
|
1948
1837
|
chain: "Bitcoin";
|
|
1949
1838
|
asset: "BTC";
|
|
1950
|
-
} | {
|
|
1951
|
-
chain: "Polkadot";
|
|
1952
|
-
asset: "DOT";
|
|
1953
1839
|
} | {
|
|
1954
1840
|
chain: "Ethereum";
|
|
1955
1841
|
asset: "FLIP";
|
|
@@ -18745,15 +18631,6 @@ declare const cfBoostPoolsDepth: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodO
|
|
|
18745
18631
|
}, {
|
|
18746
18632
|
chain: "Bitcoin";
|
|
18747
18633
|
asset: "BTC";
|
|
18748
|
-
}>, z.ZodObject<{
|
|
18749
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
18750
|
-
asset: z.ZodLiteral<"DOT">;
|
|
18751
|
-
}, "strip", z.ZodTypeAny, {
|
|
18752
|
-
chain: "Polkadot";
|
|
18753
|
-
asset: "DOT";
|
|
18754
|
-
}, {
|
|
18755
|
-
chain: "Polkadot";
|
|
18756
|
-
asset: "DOT";
|
|
18757
18634
|
}>, z.ZodObject<{
|
|
18758
18635
|
chain: z.ZodLiteral<"Ethereum">;
|
|
18759
18636
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -19026,9 +18903,6 @@ declare const cfSupportedAssets: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
|
19026
18903
|
}>, "many">, ({
|
|
19027
18904
|
chain: "Bitcoin";
|
|
19028
18905
|
asset: "BTC";
|
|
19029
|
-
} | {
|
|
19030
|
-
chain: "Polkadot";
|
|
19031
|
-
asset: "DOT";
|
|
19032
18906
|
} | {
|
|
19033
18907
|
chain: "Ethereum";
|
|
19034
18908
|
asset: "FLIP";
|
|
@@ -21208,15 +21082,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
21208
21082
|
}, {
|
|
21209
21083
|
chain: "Bitcoin";
|
|
21210
21084
|
asset: "BTC";
|
|
21211
|
-
}>, z.ZodObject<{
|
|
21212
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
21213
|
-
asset: z.ZodLiteral<"DOT">;
|
|
21214
|
-
}, "strip", z.ZodTypeAny, {
|
|
21215
|
-
chain: "Polkadot";
|
|
21216
|
-
asset: "DOT";
|
|
21217
|
-
}, {
|
|
21218
|
-
chain: "Polkadot";
|
|
21219
|
-
asset: "DOT";
|
|
21220
21085
|
}>, z.ZodObject<{
|
|
21221
21086
|
chain: z.ZodLiteral<"Ethereum">;
|
|
21222
21087
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -21362,15 +21227,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
21362
21227
|
}, {
|
|
21363
21228
|
chain: "Bitcoin";
|
|
21364
21229
|
asset: "BTC";
|
|
21365
|
-
}>, z.ZodObject<{
|
|
21366
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
21367
|
-
asset: z.ZodLiteral<"DOT">;
|
|
21368
|
-
}, "strip", z.ZodTypeAny, {
|
|
21369
|
-
chain: "Polkadot";
|
|
21370
|
-
asset: "DOT";
|
|
21371
|
-
}, {
|
|
21372
|
-
chain: "Polkadot";
|
|
21373
|
-
asset: "DOT";
|
|
21374
21230
|
}>, z.ZodObject<{
|
|
21375
21231
|
chain: z.ZodLiteral<"Ethereum">;
|
|
21376
21232
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -21847,9 +21703,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
21847
21703
|
lending_positions?: (({
|
|
21848
21704
|
chain: "Bitcoin";
|
|
21849
21705
|
asset: "BTC";
|
|
21850
|
-
} | {
|
|
21851
|
-
chain: "Polkadot";
|
|
21852
|
-
asset: "DOT";
|
|
21853
21706
|
} | {
|
|
21854
21707
|
chain: "Ethereum";
|
|
21855
21708
|
asset: "FLIP";
|
|
@@ -21899,9 +21752,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
21899
21752
|
collateral_balances?: (({
|
|
21900
21753
|
chain: "Bitcoin";
|
|
21901
21754
|
asset: "BTC";
|
|
21902
|
-
} | {
|
|
21903
|
-
chain: "Polkadot";
|
|
21904
|
-
asset: "DOT";
|
|
21905
21755
|
} | {
|
|
21906
21756
|
chain: "Ethereum";
|
|
21907
21757
|
asset: "FLIP";
|
|
@@ -22144,9 +21994,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
22144
21994
|
lending_positions?: (({
|
|
22145
21995
|
chain: "Bitcoin";
|
|
22146
21996
|
asset: "BTC";
|
|
22147
|
-
} | {
|
|
22148
|
-
chain: "Polkadot";
|
|
22149
|
-
asset: "DOT";
|
|
22150
21997
|
} | {
|
|
22151
21998
|
chain: "Ethereum";
|
|
22152
21999
|
asset: "FLIP";
|
|
@@ -22196,9 +22043,6 @@ declare const liquidityProvider: z.ZodObject<{
|
|
|
22196
22043
|
collateral_balances?: (({
|
|
22197
22044
|
chain: "Bitcoin";
|
|
22198
22045
|
asset: "BTC";
|
|
22199
|
-
} | {
|
|
22200
|
-
chain: "Polkadot";
|
|
22201
|
-
asset: "DOT";
|
|
22202
22046
|
} | {
|
|
22203
22047
|
chain: "Ethereum";
|
|
22204
22048
|
asset: "FLIP";
|
|
@@ -24362,15 +24206,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
24362
24206
|
}, {
|
|
24363
24207
|
chain: "Bitcoin";
|
|
24364
24208
|
asset: "BTC";
|
|
24365
|
-
}>, z.ZodObject<{
|
|
24366
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
24367
|
-
asset: z.ZodLiteral<"DOT">;
|
|
24368
|
-
}, "strip", z.ZodTypeAny, {
|
|
24369
|
-
chain: "Polkadot";
|
|
24370
|
-
asset: "DOT";
|
|
24371
|
-
}, {
|
|
24372
|
-
chain: "Polkadot";
|
|
24373
|
-
asset: "DOT";
|
|
24374
24209
|
}>, z.ZodObject<{
|
|
24375
24210
|
chain: z.ZodLiteral<"Ethereum">;
|
|
24376
24211
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -24516,15 +24351,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
24516
24351
|
}, {
|
|
24517
24352
|
chain: "Bitcoin";
|
|
24518
24353
|
asset: "BTC";
|
|
24519
|
-
}>, z.ZodObject<{
|
|
24520
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
24521
|
-
asset: z.ZodLiteral<"DOT">;
|
|
24522
|
-
}, "strip", z.ZodTypeAny, {
|
|
24523
|
-
chain: "Polkadot";
|
|
24524
|
-
asset: "DOT";
|
|
24525
|
-
}, {
|
|
24526
|
-
chain: "Polkadot";
|
|
24527
|
-
asset: "DOT";
|
|
24528
24354
|
}>, z.ZodObject<{
|
|
24529
24355
|
chain: z.ZodLiteral<"Ethereum">;
|
|
24530
24356
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -25001,9 +24827,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
25001
24827
|
lending_positions?: (({
|
|
25002
24828
|
chain: "Bitcoin";
|
|
25003
24829
|
asset: "BTC";
|
|
25004
|
-
} | {
|
|
25005
|
-
chain: "Polkadot";
|
|
25006
|
-
asset: "DOT";
|
|
25007
24830
|
} | {
|
|
25008
24831
|
chain: "Ethereum";
|
|
25009
24832
|
asset: "FLIP";
|
|
@@ -25053,9 +24876,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
25053
24876
|
collateral_balances?: (({
|
|
25054
24877
|
chain: "Bitcoin";
|
|
25055
24878
|
asset: "BTC";
|
|
25056
|
-
} | {
|
|
25057
|
-
chain: "Polkadot";
|
|
25058
|
-
asset: "DOT";
|
|
25059
24879
|
} | {
|
|
25060
24880
|
chain: "Ethereum";
|
|
25061
24881
|
asset: "FLIP";
|
|
@@ -25298,9 +25118,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
25298
25118
|
lending_positions?: (({
|
|
25299
25119
|
chain: "Bitcoin";
|
|
25300
25120
|
asset: "BTC";
|
|
25301
|
-
} | {
|
|
25302
|
-
chain: "Polkadot";
|
|
25303
|
-
asset: "DOT";
|
|
25304
25121
|
} | {
|
|
25305
25122
|
chain: "Ethereum";
|
|
25306
25123
|
asset: "FLIP";
|
|
@@ -25350,9 +25167,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
25350
25167
|
collateral_balances?: (({
|
|
25351
25168
|
chain: "Bitcoin";
|
|
25352
25169
|
asset: "BTC";
|
|
25353
|
-
} | {
|
|
25354
|
-
chain: "Polkadot";
|
|
25355
|
-
asset: "DOT";
|
|
25356
25170
|
} | {
|
|
25357
25171
|
chain: "Ethereum";
|
|
25358
25172
|
asset: "FLIP";
|
|
@@ -25977,9 +25791,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
25977
25791
|
lending_positions?: (({
|
|
25978
25792
|
chain: "Bitcoin";
|
|
25979
25793
|
asset: "BTC";
|
|
25980
|
-
} | {
|
|
25981
|
-
chain: "Polkadot";
|
|
25982
|
-
asset: "DOT";
|
|
25983
25794
|
} | {
|
|
25984
25795
|
chain: "Ethereum";
|
|
25985
25796
|
asset: "FLIP";
|
|
@@ -26029,9 +25840,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
26029
25840
|
collateral_balances?: (({
|
|
26030
25841
|
chain: "Bitcoin";
|
|
26031
25842
|
asset: "BTC";
|
|
26032
|
-
} | {
|
|
26033
|
-
chain: "Polkadot";
|
|
26034
|
-
asset: "DOT";
|
|
26035
25843
|
} | {
|
|
26036
25844
|
chain: "Ethereum";
|
|
26037
25845
|
asset: "FLIP";
|
|
@@ -26560,9 +26368,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
26560
26368
|
lending_positions?: (({
|
|
26561
26369
|
chain: "Bitcoin";
|
|
26562
26370
|
asset: "BTC";
|
|
26563
|
-
} | {
|
|
26564
|
-
chain: "Polkadot";
|
|
26565
|
-
asset: "DOT";
|
|
26566
26371
|
} | {
|
|
26567
26372
|
chain: "Ethereum";
|
|
26568
26373
|
asset: "FLIP";
|
|
@@ -26612,9 +26417,6 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
|
|
|
26612
26417
|
collateral_balances?: (({
|
|
26613
26418
|
chain: "Bitcoin";
|
|
26614
26419
|
asset: "BTC";
|
|
26615
|
-
} | {
|
|
26616
|
-
chain: "Polkadot";
|
|
26617
|
-
asset: "DOT";
|
|
26618
26420
|
} | {
|
|
26619
26421
|
chain: "Ethereum";
|
|
26620
26422
|
asset: "FLIP";
|
|
@@ -26728,15 +26530,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
26728
26530
|
}, {
|
|
26729
26531
|
chain: "Bitcoin";
|
|
26730
26532
|
asset: "BTC";
|
|
26731
|
-
}>, z.ZodObject<{
|
|
26732
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
26733
|
-
asset: z.ZodLiteral<"DOT">;
|
|
26734
|
-
}, "strip", z.ZodTypeAny, {
|
|
26735
|
-
chain: "Polkadot";
|
|
26736
|
-
asset: "DOT";
|
|
26737
|
-
}, {
|
|
26738
|
-
chain: "Polkadot";
|
|
26739
|
-
asset: "DOT";
|
|
26740
26533
|
}>, z.ZodObject<{
|
|
26741
26534
|
chain: z.ZodLiteral<"Ethereum">;
|
|
26742
26535
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -26873,15 +26666,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
26873
26666
|
}, {
|
|
26874
26667
|
chain: "Bitcoin";
|
|
26875
26668
|
asset: "BTC";
|
|
26876
|
-
}>, z.ZodObject<{
|
|
26877
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
26878
|
-
asset: z.ZodLiteral<"DOT">;
|
|
26879
|
-
}, "strip", z.ZodTypeAny, {
|
|
26880
|
-
chain: "Polkadot";
|
|
26881
|
-
asset: "DOT";
|
|
26882
|
-
}, {
|
|
26883
|
-
chain: "Polkadot";
|
|
26884
|
-
asset: "DOT";
|
|
26885
26669
|
}>, z.ZodObject<{
|
|
26886
26670
|
chain: z.ZodLiteral<"Ethereum">;
|
|
26887
26671
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27013,9 +26797,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
27013
26797
|
quote_asset: {
|
|
27014
26798
|
chain: "Bitcoin";
|
|
27015
26799
|
asset: "BTC";
|
|
27016
|
-
} | {
|
|
27017
|
-
chain: "Polkadot";
|
|
27018
|
-
asset: "DOT";
|
|
27019
26800
|
} | {
|
|
27020
26801
|
chain: "Ethereum";
|
|
27021
26802
|
asset: "FLIP";
|
|
@@ -27065,9 +26846,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
27065
26846
|
base_asset: {
|
|
27066
26847
|
chain: "Bitcoin";
|
|
27067
26848
|
asset: "BTC";
|
|
27068
|
-
} | {
|
|
27069
|
-
chain: "Polkadot";
|
|
27070
|
-
asset: "DOT";
|
|
27071
26849
|
} | {
|
|
27072
26850
|
chain: "Ethereum";
|
|
27073
26851
|
asset: "FLIP";
|
|
@@ -27115,9 +26893,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
27115
26893
|
quote_asset: {
|
|
27116
26894
|
chain: "Bitcoin";
|
|
27117
26895
|
asset: "BTC";
|
|
27118
|
-
} | {
|
|
27119
|
-
chain: "Polkadot";
|
|
27120
|
-
asset: "DOT";
|
|
27121
26896
|
} | {
|
|
27122
26897
|
chain: "Ethereum";
|
|
27123
26898
|
asset: "FLIP";
|
|
@@ -27167,9 +26942,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
|
|
|
27167
26942
|
base_asset: {
|
|
27168
26943
|
chain: "Bitcoin";
|
|
27169
26944
|
asset: "BTC";
|
|
27170
|
-
} | {
|
|
27171
|
-
chain: "Polkadot";
|
|
27172
|
-
asset: "DOT";
|
|
27173
26945
|
} | {
|
|
27174
26946
|
chain: "Ethereum";
|
|
27175
26947
|
asset: "FLIP";
|
|
@@ -27628,15 +27400,6 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
|
|
|
27628
27400
|
}, {
|
|
27629
27401
|
chain: "Bitcoin";
|
|
27630
27402
|
asset: "BTC";
|
|
27631
|
-
}>, z.ZodObject<{
|
|
27632
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27633
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27634
|
-
}, "strip", z.ZodTypeAny, {
|
|
27635
|
-
chain: "Polkadot";
|
|
27636
|
-
asset: "DOT";
|
|
27637
|
-
}, {
|
|
27638
|
-
chain: "Polkadot";
|
|
27639
|
-
asset: "DOT";
|
|
27640
27403
|
}>, z.ZodObject<{
|
|
27641
27404
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27642
27405
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27857,15 +27620,6 @@ declare const cfBoostPoolPendingFees: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z
|
|
|
27857
27620
|
}, {
|
|
27858
27621
|
chain: "Bitcoin";
|
|
27859
27622
|
asset: "BTC";
|
|
27860
|
-
}>, z.ZodObject<{
|
|
27861
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27862
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27863
|
-
}, "strip", z.ZodTypeAny, {
|
|
27864
|
-
chain: "Polkadot";
|
|
27865
|
-
asset: "DOT";
|
|
27866
|
-
}, {
|
|
27867
|
-
chain: "Polkadot";
|
|
27868
|
-
asset: "DOT";
|
|
27869
27623
|
}>, z.ZodObject<{
|
|
27870
27624
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27871
27625
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -28326,15 +28080,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28326
28080
|
}, {
|
|
28327
28081
|
chain: "Bitcoin";
|
|
28328
28082
|
asset: "BTC";
|
|
28329
|
-
}>, z.ZodObject<{
|
|
28330
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
28331
|
-
asset: z.ZodLiteral<"DOT">;
|
|
28332
|
-
}, "strip", z.ZodTypeAny, {
|
|
28333
|
-
chain: "Polkadot";
|
|
28334
|
-
asset: "DOT";
|
|
28335
|
-
}, {
|
|
28336
|
-
chain: "Polkadot";
|
|
28337
|
-
asset: "DOT";
|
|
28338
28083
|
}>, z.ZodObject<{
|
|
28339
28084
|
chain: z.ZodLiteral<"Ethereum">;
|
|
28340
28085
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -28466,9 +28211,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28466
28211
|
base_asset: {
|
|
28467
28212
|
chain: "Bitcoin";
|
|
28468
28213
|
asset: "BTC";
|
|
28469
|
-
} | {
|
|
28470
|
-
chain: "Polkadot";
|
|
28471
|
-
asset: "DOT";
|
|
28472
28214
|
} | {
|
|
28473
28215
|
chain: "Ethereum";
|
|
28474
28216
|
asset: "FLIP";
|
|
@@ -28517,9 +28259,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28517
28259
|
base_asset: {
|
|
28518
28260
|
chain: "Bitcoin";
|
|
28519
28261
|
asset: "BTC";
|
|
28520
|
-
} | {
|
|
28521
|
-
chain: "Polkadot";
|
|
28522
|
-
asset: "DOT";
|
|
28523
28262
|
} | {
|
|
28524
28263
|
chain: "Ethereum";
|
|
28525
28264
|
asset: "FLIP";
|
|
@@ -28570,9 +28309,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28570
28309
|
base_asset: {
|
|
28571
28310
|
chain: "Bitcoin";
|
|
28572
28311
|
asset: "BTC";
|
|
28573
|
-
} | {
|
|
28574
|
-
chain: "Polkadot";
|
|
28575
|
-
asset: "DOT";
|
|
28576
28312
|
} | {
|
|
28577
28313
|
chain: "Ethereum";
|
|
28578
28314
|
asset: "FLIP";
|
|
@@ -28623,9 +28359,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28623
28359
|
base_asset: {
|
|
28624
28360
|
chain: "Bitcoin";
|
|
28625
28361
|
asset: "BTC";
|
|
28626
|
-
} | {
|
|
28627
|
-
chain: "Polkadot";
|
|
28628
|
-
asset: "DOT";
|
|
28629
28362
|
} | {
|
|
28630
28363
|
chain: "Ethereum";
|
|
28631
28364
|
asset: "FLIP";
|
|
@@ -28684,15 +28417,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28684
28417
|
}, {
|
|
28685
28418
|
chain: "Bitcoin";
|
|
28686
28419
|
asset: "BTC";
|
|
28687
|
-
}>, z.ZodObject<{
|
|
28688
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
28689
|
-
asset: z.ZodLiteral<"DOT">;
|
|
28690
|
-
}, "strip", z.ZodTypeAny, {
|
|
28691
|
-
chain: "Polkadot";
|
|
28692
|
-
asset: "DOT";
|
|
28693
|
-
}, {
|
|
28694
|
-
chain: "Polkadot";
|
|
28695
|
-
asset: "DOT";
|
|
28696
28420
|
}>, z.ZodObject<{
|
|
28697
28421
|
chain: z.ZodLiteral<"Ethereum">;
|
|
28698
28422
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -28824,9 +28548,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28824
28548
|
base_asset: {
|
|
28825
28549
|
chain: "Bitcoin";
|
|
28826
28550
|
asset: "BTC";
|
|
28827
|
-
} | {
|
|
28828
|
-
chain: "Polkadot";
|
|
28829
|
-
asset: "DOT";
|
|
28830
28551
|
} | {
|
|
28831
28552
|
chain: "Ethereum";
|
|
28832
28553
|
asset: "FLIP";
|
|
@@ -28876,9 +28597,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28876
28597
|
base_asset: {
|
|
28877
28598
|
chain: "Bitcoin";
|
|
28878
28599
|
asset: "BTC";
|
|
28879
|
-
} | {
|
|
28880
|
-
chain: "Polkadot";
|
|
28881
|
-
asset: "DOT";
|
|
28882
28600
|
} | {
|
|
28883
28601
|
chain: "Ethereum";
|
|
28884
28602
|
asset: "FLIP";
|
|
@@ -28930,9 +28648,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28930
28648
|
base_asset: {
|
|
28931
28649
|
chain: "Bitcoin";
|
|
28932
28650
|
asset: "BTC";
|
|
28933
|
-
} | {
|
|
28934
|
-
chain: "Polkadot";
|
|
28935
|
-
asset: "DOT";
|
|
28936
28651
|
} | {
|
|
28937
28652
|
chain: "Ethereum";
|
|
28938
28653
|
asset: "FLIP";
|
|
@@ -28984,9 +28699,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
28984
28699
|
base_asset: {
|
|
28985
28700
|
chain: "Bitcoin";
|
|
28986
28701
|
asset: "BTC";
|
|
28987
|
-
} | {
|
|
28988
|
-
chain: "Polkadot";
|
|
28989
|
-
asset: "DOT";
|
|
28990
28702
|
} | {
|
|
28991
28703
|
chain: "Ethereum";
|
|
28992
28704
|
asset: "FLIP";
|
|
@@ -29048,15 +28760,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29048
28760
|
}, {
|
|
29049
28761
|
chain: "Bitcoin";
|
|
29050
28762
|
asset: "BTC";
|
|
29051
|
-
}>, z.ZodObject<{
|
|
29052
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
29053
|
-
asset: z.ZodLiteral<"DOT">;
|
|
29054
|
-
}, "strip", z.ZodTypeAny, {
|
|
29055
|
-
chain: "Polkadot";
|
|
29056
|
-
asset: "DOT";
|
|
29057
|
-
}, {
|
|
29058
|
-
chain: "Polkadot";
|
|
29059
|
-
asset: "DOT";
|
|
29060
28763
|
}>, z.ZodObject<{
|
|
29061
28764
|
chain: z.ZodLiteral<"Ethereum">;
|
|
29062
28765
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -29188,9 +28891,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29188
28891
|
base_asset: {
|
|
29189
28892
|
chain: "Bitcoin";
|
|
29190
28893
|
asset: "BTC";
|
|
29191
|
-
} | {
|
|
29192
|
-
chain: "Polkadot";
|
|
29193
|
-
asset: "DOT";
|
|
29194
28894
|
} | {
|
|
29195
28895
|
chain: "Ethereum";
|
|
29196
28896
|
asset: "FLIP";
|
|
@@ -29242,9 +28942,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29242
28942
|
base_asset: {
|
|
29243
28943
|
chain: "Bitcoin";
|
|
29244
28944
|
asset: "BTC";
|
|
29245
|
-
} | {
|
|
29246
|
-
chain: "Polkadot";
|
|
29247
|
-
asset: "DOT";
|
|
29248
28945
|
} | {
|
|
29249
28946
|
chain: "Ethereum";
|
|
29250
28947
|
asset: "FLIP";
|
|
@@ -29298,9 +28995,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29298
28995
|
base_asset: {
|
|
29299
28996
|
chain: "Bitcoin";
|
|
29300
28997
|
asset: "BTC";
|
|
29301
|
-
} | {
|
|
29302
|
-
chain: "Polkadot";
|
|
29303
|
-
asset: "DOT";
|
|
29304
28998
|
} | {
|
|
29305
28999
|
chain: "Ethereum";
|
|
29306
29000
|
asset: "FLIP";
|
|
@@ -29354,9 +29048,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29354
29048
|
base_asset: {
|
|
29355
29049
|
chain: "Bitcoin";
|
|
29356
29050
|
asset: "BTC";
|
|
29357
|
-
} | {
|
|
29358
|
-
chain: "Polkadot";
|
|
29359
|
-
asset: "DOT";
|
|
29360
29051
|
} | {
|
|
29361
29052
|
chain: "Ethereum";
|
|
29362
29053
|
asset: "FLIP";
|
|
@@ -29415,15 +29106,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29415
29106
|
}, {
|
|
29416
29107
|
chain: "Bitcoin";
|
|
29417
29108
|
asset: "BTC";
|
|
29418
|
-
}>, z.ZodObject<{
|
|
29419
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
29420
|
-
asset: z.ZodLiteral<"DOT">;
|
|
29421
|
-
}, "strip", z.ZodTypeAny, {
|
|
29422
|
-
chain: "Polkadot";
|
|
29423
|
-
asset: "DOT";
|
|
29424
|
-
}, {
|
|
29425
|
-
chain: "Polkadot";
|
|
29426
|
-
asset: "DOT";
|
|
29427
29109
|
}>, z.ZodObject<{
|
|
29428
29110
|
chain: z.ZodLiteral<"Ethereum">;
|
|
29429
29111
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -29559,9 +29241,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29559
29241
|
base_asset: {
|
|
29560
29242
|
chain: "Bitcoin";
|
|
29561
29243
|
asset: "BTC";
|
|
29562
|
-
} | {
|
|
29563
|
-
chain: "Polkadot";
|
|
29564
|
-
asset: "DOT";
|
|
29565
29244
|
} | {
|
|
29566
29245
|
chain: "Ethereum";
|
|
29567
29246
|
asset: "FLIP";
|
|
@@ -29612,9 +29291,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29612
29291
|
base_asset: {
|
|
29613
29292
|
chain: "Bitcoin";
|
|
29614
29293
|
asset: "BTC";
|
|
29615
|
-
} | {
|
|
29616
|
-
chain: "Polkadot";
|
|
29617
|
-
asset: "DOT";
|
|
29618
29294
|
} | {
|
|
29619
29295
|
chain: "Ethereum";
|
|
29620
29296
|
asset: "FLIP";
|
|
@@ -29666,9 +29342,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29666
29342
|
base_asset: {
|
|
29667
29343
|
chain: "Bitcoin";
|
|
29668
29344
|
asset: "BTC";
|
|
29669
|
-
} | {
|
|
29670
|
-
chain: "Polkadot";
|
|
29671
|
-
asset: "DOT";
|
|
29672
29345
|
} | {
|
|
29673
29346
|
chain: "Ethereum";
|
|
29674
29347
|
asset: "FLIP";
|
|
@@ -29721,9 +29394,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29721
29394
|
balance: [{
|
|
29722
29395
|
chain: "Bitcoin";
|
|
29723
29396
|
asset: "BTC";
|
|
29724
|
-
} | {
|
|
29725
|
-
chain: "Polkadot";
|
|
29726
|
-
asset: "DOT";
|
|
29727
29397
|
} | {
|
|
29728
29398
|
chain: "Ethereum";
|
|
29729
29399
|
asset: "FLIP";
|
|
@@ -29775,9 +29445,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29775
29445
|
base_asset: {
|
|
29776
29446
|
chain: "Bitcoin";
|
|
29777
29447
|
asset: "BTC";
|
|
29778
|
-
} | {
|
|
29779
|
-
chain: "Polkadot";
|
|
29780
|
-
asset: "DOT";
|
|
29781
29448
|
} | {
|
|
29782
29449
|
chain: "Ethereum";
|
|
29783
29450
|
asset: "FLIP";
|
|
@@ -29828,9 +29495,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29828
29495
|
base_asset: {
|
|
29829
29496
|
chain: "Bitcoin";
|
|
29830
29497
|
asset: "BTC";
|
|
29831
|
-
} | {
|
|
29832
|
-
chain: "Polkadot";
|
|
29833
|
-
asset: "DOT";
|
|
29834
29498
|
} | {
|
|
29835
29499
|
chain: "Ethereum";
|
|
29836
29500
|
asset: "FLIP";
|
|
@@ -29882,9 +29546,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29882
29546
|
base_asset: {
|
|
29883
29547
|
chain: "Bitcoin";
|
|
29884
29548
|
asset: "BTC";
|
|
29885
|
-
} | {
|
|
29886
|
-
chain: "Polkadot";
|
|
29887
|
-
asset: "DOT";
|
|
29888
29549
|
} | {
|
|
29889
29550
|
chain: "Ethereum";
|
|
29890
29551
|
asset: "FLIP";
|
|
@@ -29937,9 +29598,6 @@ declare const cfTradingStrategy: z.ZodObject<{
|
|
|
29937
29598
|
balance: [{
|
|
29938
29599
|
chain: "Bitcoin";
|
|
29939
29600
|
asset: "BTC";
|
|
29940
|
-
} | {
|
|
29941
|
-
chain: "Polkadot";
|
|
29942
|
-
asset: "DOT";
|
|
29943
29601
|
} | {
|
|
29944
29602
|
chain: "Ethereum";
|
|
29945
29603
|
asset: "FLIP";
|
|
@@ -29999,15 +29657,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
29999
29657
|
}, {
|
|
30000
29658
|
chain: "Bitcoin";
|
|
30001
29659
|
asset: "BTC";
|
|
30002
|
-
}>, z.ZodObject<{
|
|
30003
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30004
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30005
|
-
}, "strip", z.ZodTypeAny, {
|
|
30006
|
-
chain: "Polkadot";
|
|
30007
|
-
asset: "DOT";
|
|
30008
|
-
}, {
|
|
30009
|
-
chain: "Polkadot";
|
|
30010
|
-
asset: "DOT";
|
|
30011
29660
|
}>, z.ZodObject<{
|
|
30012
29661
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30013
29662
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30139,9 +29788,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30139
29788
|
base_asset: {
|
|
30140
29789
|
chain: "Bitcoin";
|
|
30141
29790
|
asset: "BTC";
|
|
30142
|
-
} | {
|
|
30143
|
-
chain: "Polkadot";
|
|
30144
|
-
asset: "DOT";
|
|
30145
29791
|
} | {
|
|
30146
29792
|
chain: "Ethereum";
|
|
30147
29793
|
asset: "FLIP";
|
|
@@ -30190,9 +29836,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30190
29836
|
base_asset: {
|
|
30191
29837
|
chain: "Bitcoin";
|
|
30192
29838
|
asset: "BTC";
|
|
30193
|
-
} | {
|
|
30194
|
-
chain: "Polkadot";
|
|
30195
|
-
asset: "DOT";
|
|
30196
29839
|
} | {
|
|
30197
29840
|
chain: "Ethereum";
|
|
30198
29841
|
asset: "FLIP";
|
|
@@ -30243,9 +29886,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30243
29886
|
base_asset: {
|
|
30244
29887
|
chain: "Bitcoin";
|
|
30245
29888
|
asset: "BTC";
|
|
30246
|
-
} | {
|
|
30247
|
-
chain: "Polkadot";
|
|
30248
|
-
asset: "DOT";
|
|
30249
29889
|
} | {
|
|
30250
29890
|
chain: "Ethereum";
|
|
30251
29891
|
asset: "FLIP";
|
|
@@ -30296,9 +29936,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30296
29936
|
base_asset: {
|
|
30297
29937
|
chain: "Bitcoin";
|
|
30298
29938
|
asset: "BTC";
|
|
30299
|
-
} | {
|
|
30300
|
-
chain: "Polkadot";
|
|
30301
|
-
asset: "DOT";
|
|
30302
29939
|
} | {
|
|
30303
29940
|
chain: "Ethereum";
|
|
30304
29941
|
asset: "FLIP";
|
|
@@ -30357,15 +29994,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30357
29994
|
}, {
|
|
30358
29995
|
chain: "Bitcoin";
|
|
30359
29996
|
asset: "BTC";
|
|
30360
|
-
}>, z.ZodObject<{
|
|
30361
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30362
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30363
|
-
}, "strip", z.ZodTypeAny, {
|
|
30364
|
-
chain: "Polkadot";
|
|
30365
|
-
asset: "DOT";
|
|
30366
|
-
}, {
|
|
30367
|
-
chain: "Polkadot";
|
|
30368
|
-
asset: "DOT";
|
|
30369
29997
|
}>, z.ZodObject<{
|
|
30370
29998
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30371
29999
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30497,9 +30125,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30497
30125
|
base_asset: {
|
|
30498
30126
|
chain: "Bitcoin";
|
|
30499
30127
|
asset: "BTC";
|
|
30500
|
-
} | {
|
|
30501
|
-
chain: "Polkadot";
|
|
30502
|
-
asset: "DOT";
|
|
30503
30128
|
} | {
|
|
30504
30129
|
chain: "Ethereum";
|
|
30505
30130
|
asset: "FLIP";
|
|
@@ -30549,9 +30174,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30549
30174
|
base_asset: {
|
|
30550
30175
|
chain: "Bitcoin";
|
|
30551
30176
|
asset: "BTC";
|
|
30552
|
-
} | {
|
|
30553
|
-
chain: "Polkadot";
|
|
30554
|
-
asset: "DOT";
|
|
30555
30177
|
} | {
|
|
30556
30178
|
chain: "Ethereum";
|
|
30557
30179
|
asset: "FLIP";
|
|
@@ -30603,9 +30225,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30603
30225
|
base_asset: {
|
|
30604
30226
|
chain: "Bitcoin";
|
|
30605
30227
|
asset: "BTC";
|
|
30606
|
-
} | {
|
|
30607
|
-
chain: "Polkadot";
|
|
30608
|
-
asset: "DOT";
|
|
30609
30228
|
} | {
|
|
30610
30229
|
chain: "Ethereum";
|
|
30611
30230
|
asset: "FLIP";
|
|
@@ -30657,9 +30276,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30657
30276
|
base_asset: {
|
|
30658
30277
|
chain: "Bitcoin";
|
|
30659
30278
|
asset: "BTC";
|
|
30660
|
-
} | {
|
|
30661
|
-
chain: "Polkadot";
|
|
30662
|
-
asset: "DOT";
|
|
30663
30279
|
} | {
|
|
30664
30280
|
chain: "Ethereum";
|
|
30665
30281
|
asset: "FLIP";
|
|
@@ -30721,15 +30337,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30721
30337
|
}, {
|
|
30722
30338
|
chain: "Bitcoin";
|
|
30723
30339
|
asset: "BTC";
|
|
30724
|
-
}>, z.ZodObject<{
|
|
30725
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30726
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30727
|
-
}, "strip", z.ZodTypeAny, {
|
|
30728
|
-
chain: "Polkadot";
|
|
30729
|
-
asset: "DOT";
|
|
30730
|
-
}, {
|
|
30731
|
-
chain: "Polkadot";
|
|
30732
|
-
asset: "DOT";
|
|
30733
30340
|
}>, z.ZodObject<{
|
|
30734
30341
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30735
30342
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30861,9 +30468,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30861
30468
|
base_asset: {
|
|
30862
30469
|
chain: "Bitcoin";
|
|
30863
30470
|
asset: "BTC";
|
|
30864
|
-
} | {
|
|
30865
|
-
chain: "Polkadot";
|
|
30866
|
-
asset: "DOT";
|
|
30867
30471
|
} | {
|
|
30868
30472
|
chain: "Ethereum";
|
|
30869
30473
|
asset: "FLIP";
|
|
@@ -30915,9 +30519,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30915
30519
|
base_asset: {
|
|
30916
30520
|
chain: "Bitcoin";
|
|
30917
30521
|
asset: "BTC";
|
|
30918
|
-
} | {
|
|
30919
|
-
chain: "Polkadot";
|
|
30920
|
-
asset: "DOT";
|
|
30921
30522
|
} | {
|
|
30922
30523
|
chain: "Ethereum";
|
|
30923
30524
|
asset: "FLIP";
|
|
@@ -30971,9 +30572,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
30971
30572
|
base_asset: {
|
|
30972
30573
|
chain: "Bitcoin";
|
|
30973
30574
|
asset: "BTC";
|
|
30974
|
-
} | {
|
|
30975
|
-
chain: "Polkadot";
|
|
30976
|
-
asset: "DOT";
|
|
30977
30575
|
} | {
|
|
30978
30576
|
chain: "Ethereum";
|
|
30979
30577
|
asset: "FLIP";
|
|
@@ -31027,9 +30625,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31027
30625
|
base_asset: {
|
|
31028
30626
|
chain: "Bitcoin";
|
|
31029
30627
|
asset: "BTC";
|
|
31030
|
-
} | {
|
|
31031
|
-
chain: "Polkadot";
|
|
31032
|
-
asset: "DOT";
|
|
31033
30628
|
} | {
|
|
31034
30629
|
chain: "Ethereum";
|
|
31035
30630
|
asset: "FLIP";
|
|
@@ -31088,15 +30683,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31088
30683
|
}, {
|
|
31089
30684
|
chain: "Bitcoin";
|
|
31090
30685
|
asset: "BTC";
|
|
31091
|
-
}>, z.ZodObject<{
|
|
31092
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
31093
|
-
asset: z.ZodLiteral<"DOT">;
|
|
31094
|
-
}, "strip", z.ZodTypeAny, {
|
|
31095
|
-
chain: "Polkadot";
|
|
31096
|
-
asset: "DOT";
|
|
31097
|
-
}, {
|
|
31098
|
-
chain: "Polkadot";
|
|
31099
|
-
asset: "DOT";
|
|
31100
30686
|
}>, z.ZodObject<{
|
|
31101
30687
|
chain: z.ZodLiteral<"Ethereum">;
|
|
31102
30688
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -31232,9 +30818,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31232
30818
|
base_asset: {
|
|
31233
30819
|
chain: "Bitcoin";
|
|
31234
30820
|
asset: "BTC";
|
|
31235
|
-
} | {
|
|
31236
|
-
chain: "Polkadot";
|
|
31237
|
-
asset: "DOT";
|
|
31238
30821
|
} | {
|
|
31239
30822
|
chain: "Ethereum";
|
|
31240
30823
|
asset: "FLIP";
|
|
@@ -31285,9 +30868,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31285
30868
|
base_asset: {
|
|
31286
30869
|
chain: "Bitcoin";
|
|
31287
30870
|
asset: "BTC";
|
|
31288
|
-
} | {
|
|
31289
|
-
chain: "Polkadot";
|
|
31290
|
-
asset: "DOT";
|
|
31291
30871
|
} | {
|
|
31292
30872
|
chain: "Ethereum";
|
|
31293
30873
|
asset: "FLIP";
|
|
@@ -31339,9 +30919,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31339
30919
|
base_asset: {
|
|
31340
30920
|
chain: "Bitcoin";
|
|
31341
30921
|
asset: "BTC";
|
|
31342
|
-
} | {
|
|
31343
|
-
chain: "Polkadot";
|
|
31344
|
-
asset: "DOT";
|
|
31345
30922
|
} | {
|
|
31346
30923
|
chain: "Ethereum";
|
|
31347
30924
|
asset: "FLIP";
|
|
@@ -31394,9 +30971,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31394
30971
|
balance: [{
|
|
31395
30972
|
chain: "Bitcoin";
|
|
31396
30973
|
asset: "BTC";
|
|
31397
|
-
} | {
|
|
31398
|
-
chain: "Polkadot";
|
|
31399
|
-
asset: "DOT";
|
|
31400
30974
|
} | {
|
|
31401
30975
|
chain: "Ethereum";
|
|
31402
30976
|
asset: "FLIP";
|
|
@@ -31448,9 +31022,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31448
31022
|
base_asset: {
|
|
31449
31023
|
chain: "Bitcoin";
|
|
31450
31024
|
asset: "BTC";
|
|
31451
|
-
} | {
|
|
31452
|
-
chain: "Polkadot";
|
|
31453
|
-
asset: "DOT";
|
|
31454
31025
|
} | {
|
|
31455
31026
|
chain: "Ethereum";
|
|
31456
31027
|
asset: "FLIP";
|
|
@@ -31501,9 +31072,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31501
31072
|
base_asset: {
|
|
31502
31073
|
chain: "Bitcoin";
|
|
31503
31074
|
asset: "BTC";
|
|
31504
|
-
} | {
|
|
31505
|
-
chain: "Polkadot";
|
|
31506
|
-
asset: "DOT";
|
|
31507
31075
|
} | {
|
|
31508
31076
|
chain: "Ethereum";
|
|
31509
31077
|
asset: "FLIP";
|
|
@@ -31555,9 +31123,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31555
31123
|
base_asset: {
|
|
31556
31124
|
chain: "Bitcoin";
|
|
31557
31125
|
asset: "BTC";
|
|
31558
|
-
} | {
|
|
31559
|
-
chain: "Polkadot";
|
|
31560
|
-
asset: "DOT";
|
|
31561
31126
|
} | {
|
|
31562
31127
|
chain: "Ethereum";
|
|
31563
31128
|
asset: "FLIP";
|
|
@@ -31610,9 +31175,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
31610
31175
|
balance: [{
|
|
31611
31176
|
chain: "Bitcoin";
|
|
31612
31177
|
asset: "BTC";
|
|
31613
|
-
} | {
|
|
31614
|
-
chain: "Polkadot";
|
|
31615
|
-
asset: "DOT";
|
|
31616
31178
|
} | {
|
|
31617
31179
|
chain: "Ethereum";
|
|
31618
31180
|
asset: "FLIP";
|
|
@@ -32017,15 +31579,6 @@ declare const cfAvailablePools: z.ZodArray<z.ZodObject<{
|
|
|
32017
31579
|
}, {
|
|
32018
31580
|
chain: "Bitcoin";
|
|
32019
31581
|
asset: "BTC";
|
|
32020
|
-
}>, z.ZodObject<{
|
|
32021
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
32022
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32023
|
-
}, "strip", z.ZodTypeAny, {
|
|
32024
|
-
chain: "Polkadot";
|
|
32025
|
-
asset: "DOT";
|
|
32026
|
-
}, {
|
|
32027
|
-
chain: "Polkadot";
|
|
32028
|
-
asset: "DOT";
|
|
32029
31582
|
}>, z.ZodObject<{
|
|
32030
31583
|
chain: z.ZodLiteral<"Ethereum">;
|
|
32031
31584
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -32197,9 +31750,6 @@ declare const cfAvailablePools: z.ZodArray<z.ZodObject<{
|
|
|
32197
31750
|
}, {
|
|
32198
31751
|
chain: "Bitcoin";
|
|
32199
31752
|
asset: "BTC";
|
|
32200
|
-
} | {
|
|
32201
|
-
chain: "Polkadot";
|
|
32202
|
-
asset: "DOT";
|
|
32203
31753
|
} | {
|
|
32204
31754
|
chain: "Ethereum";
|
|
32205
31755
|
asset: "FLIP";
|
|
@@ -32305,9 +31855,6 @@ declare const cfAvailablePools: z.ZodArray<z.ZodObject<{
|
|
|
32305
31855
|
base: {
|
|
32306
31856
|
chain: "Bitcoin";
|
|
32307
31857
|
asset: "BTC";
|
|
32308
|
-
} | {
|
|
32309
|
-
chain: "Polkadot";
|
|
32310
|
-
asset: "DOT";
|
|
32311
31858
|
} | {
|
|
32312
31859
|
chain: "Ethereum";
|
|
32313
31860
|
asset: "FLIP";
|
|
@@ -32509,15 +32056,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32509
32056
|
}, {
|
|
32510
32057
|
chain: "Bitcoin";
|
|
32511
32058
|
asset: "BTC";
|
|
32512
|
-
}>, z.ZodObject<{
|
|
32513
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
32514
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32515
|
-
}, "strip", z.ZodTypeAny, {
|
|
32516
|
-
chain: "Polkadot";
|
|
32517
|
-
asset: "DOT";
|
|
32518
|
-
}, {
|
|
32519
|
-
chain: "Polkadot";
|
|
32520
|
-
asset: "DOT";
|
|
32521
32059
|
}>, z.ZodObject<{
|
|
32522
32060
|
chain: z.ZodLiteral<"Ethereum">;
|
|
32523
32061
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -32654,15 +32192,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32654
32192
|
}, {
|
|
32655
32193
|
chain: "Bitcoin";
|
|
32656
32194
|
asset: "BTC";
|
|
32657
|
-
}>, z.ZodObject<{
|
|
32658
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
32659
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32660
|
-
}, "strip", z.ZodTypeAny, {
|
|
32661
|
-
chain: "Polkadot";
|
|
32662
|
-
asset: "DOT";
|
|
32663
|
-
}, {
|
|
32664
|
-
chain: "Polkadot";
|
|
32665
|
-
asset: "DOT";
|
|
32666
32195
|
}>, z.ZodObject<{
|
|
32667
32196
|
chain: z.ZodLiteral<"Ethereum">;
|
|
32668
32197
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -32799,15 +32328,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32799
32328
|
}, {
|
|
32800
32329
|
chain: "Bitcoin";
|
|
32801
32330
|
asset: "BTC";
|
|
32802
|
-
}>, z.ZodObject<{
|
|
32803
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
32804
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32805
|
-
}, "strip", z.ZodTypeAny, {
|
|
32806
|
-
chain: "Polkadot";
|
|
32807
|
-
asset: "DOT";
|
|
32808
|
-
}, {
|
|
32809
|
-
chain: "Polkadot";
|
|
32810
|
-
asset: "DOT";
|
|
32811
32331
|
}>, z.ZodObject<{
|
|
32812
32332
|
chain: z.ZodLiteral<"Ethereum">;
|
|
32813
32333
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -32944,15 +32464,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32944
32464
|
}, {
|
|
32945
32465
|
chain: "Bitcoin";
|
|
32946
32466
|
asset: "BTC";
|
|
32947
|
-
}>, z.ZodObject<{
|
|
32948
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
32949
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32950
|
-
}, "strip", z.ZodTypeAny, {
|
|
32951
|
-
chain: "Polkadot";
|
|
32952
|
-
asset: "DOT";
|
|
32953
|
-
}, {
|
|
32954
|
-
chain: "Polkadot";
|
|
32955
|
-
asset: "DOT";
|
|
32956
32467
|
}>, z.ZodObject<{
|
|
32957
32468
|
chain: z.ZodLiteral<"Ethereum">;
|
|
32958
32469
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -33089,15 +32600,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33089
32600
|
}, {
|
|
33090
32601
|
chain: "Bitcoin";
|
|
33091
32602
|
asset: "BTC";
|
|
33092
|
-
}>, z.ZodObject<{
|
|
33093
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
33094
|
-
asset: z.ZodLiteral<"DOT">;
|
|
33095
|
-
}, "strip", z.ZodTypeAny, {
|
|
33096
|
-
chain: "Polkadot";
|
|
33097
|
-
asset: "DOT";
|
|
33098
|
-
}, {
|
|
33099
|
-
chain: "Polkadot";
|
|
33100
|
-
asset: "DOT";
|
|
33101
32603
|
}>, z.ZodObject<{
|
|
33102
32604
|
chain: z.ZodLiteral<"Ethereum">;
|
|
33103
32605
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -33231,9 +32733,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33231
32733
|
borrowing_enabled?: ({
|
|
33232
32734
|
chain: "Bitcoin";
|
|
33233
32735
|
asset: "BTC";
|
|
33234
|
-
} | {
|
|
33235
|
-
chain: "Polkadot";
|
|
33236
|
-
asset: "DOT";
|
|
33237
32736
|
} | {
|
|
33238
32737
|
chain: "Ethereum";
|
|
33239
32738
|
asset: "FLIP";
|
|
@@ -33280,9 +32779,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33280
32779
|
add_lender_funds_enabled?: ({
|
|
33281
32780
|
chain: "Bitcoin";
|
|
33282
32781
|
asset: "BTC";
|
|
33283
|
-
} | {
|
|
33284
|
-
chain: "Polkadot";
|
|
33285
|
-
asset: "DOT";
|
|
33286
32782
|
} | {
|
|
33287
32783
|
chain: "Ethereum";
|
|
33288
32784
|
asset: "FLIP";
|
|
@@ -33329,9 +32825,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33329
32825
|
withdraw_lender_funds_enabled?: ({
|
|
33330
32826
|
chain: "Bitcoin";
|
|
33331
32827
|
asset: "BTC";
|
|
33332
|
-
} | {
|
|
33333
|
-
chain: "Polkadot";
|
|
33334
|
-
asset: "DOT";
|
|
33335
32828
|
} | {
|
|
33336
32829
|
chain: "Ethereum";
|
|
33337
32830
|
asset: "FLIP";
|
|
@@ -33378,9 +32871,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33378
32871
|
add_collateral_enabled?: ({
|
|
33379
32872
|
chain: "Bitcoin";
|
|
33380
32873
|
asset: "BTC";
|
|
33381
|
-
} | {
|
|
33382
|
-
chain: "Polkadot";
|
|
33383
|
-
asset: "DOT";
|
|
33384
32874
|
} | {
|
|
33385
32875
|
chain: "Ethereum";
|
|
33386
32876
|
asset: "FLIP";
|
|
@@ -33427,9 +32917,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33427
32917
|
remove_collateral_enabled?: ({
|
|
33428
32918
|
chain: "Bitcoin";
|
|
33429
32919
|
asset: "BTC";
|
|
33430
|
-
} | {
|
|
33431
|
-
chain: "Polkadot";
|
|
33432
|
-
asset: "DOT";
|
|
33433
32920
|
} | {
|
|
33434
32921
|
chain: "Ethereum";
|
|
33435
32922
|
asset: "FLIP";
|
|
@@ -33479,9 +32966,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33479
32966
|
borrowing_enabled?: ({
|
|
33480
32967
|
chain: "Bitcoin";
|
|
33481
32968
|
asset: "BTC";
|
|
33482
|
-
} | {
|
|
33483
|
-
chain: "Polkadot";
|
|
33484
|
-
asset: "DOT";
|
|
33485
32969
|
} | {
|
|
33486
32970
|
chain: "Ethereum";
|
|
33487
32971
|
asset: "FLIP";
|
|
@@ -33528,9 +33012,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33528
33012
|
add_lender_funds_enabled?: ({
|
|
33529
33013
|
chain: "Bitcoin";
|
|
33530
33014
|
asset: "BTC";
|
|
33531
|
-
} | {
|
|
33532
|
-
chain: "Polkadot";
|
|
33533
|
-
asset: "DOT";
|
|
33534
33015
|
} | {
|
|
33535
33016
|
chain: "Ethereum";
|
|
33536
33017
|
asset: "FLIP";
|
|
@@ -33577,9 +33058,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33577
33058
|
withdraw_lender_funds_enabled?: ({
|
|
33578
33059
|
chain: "Bitcoin";
|
|
33579
33060
|
asset: "BTC";
|
|
33580
|
-
} | {
|
|
33581
|
-
chain: "Polkadot";
|
|
33582
|
-
asset: "DOT";
|
|
33583
33061
|
} | {
|
|
33584
33062
|
chain: "Ethereum";
|
|
33585
33063
|
asset: "FLIP";
|
|
@@ -33626,9 +33104,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33626
33104
|
add_collateral_enabled?: ({
|
|
33627
33105
|
chain: "Bitcoin";
|
|
33628
33106
|
asset: "BTC";
|
|
33629
|
-
} | {
|
|
33630
|
-
chain: "Polkadot";
|
|
33631
|
-
asset: "DOT";
|
|
33632
33107
|
} | {
|
|
33633
33108
|
chain: "Ethereum";
|
|
33634
33109
|
asset: "FLIP";
|
|
@@ -33675,9 +33150,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33675
33150
|
remove_collateral_enabled?: ({
|
|
33676
33151
|
chain: "Bitcoin";
|
|
33677
33152
|
asset: "BTC";
|
|
33678
|
-
} | {
|
|
33679
|
-
chain: "Polkadot";
|
|
33680
|
-
asset: "DOT";
|
|
33681
33153
|
} | {
|
|
33682
33154
|
chain: "Ethereum";
|
|
33683
33155
|
asset: "FLIP";
|
|
@@ -33941,9 +33413,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33941
33413
|
borrowing_enabled?: ({
|
|
33942
33414
|
chain: "Bitcoin";
|
|
33943
33415
|
asset: "BTC";
|
|
33944
|
-
} | {
|
|
33945
|
-
chain: "Polkadot";
|
|
33946
|
-
asset: "DOT";
|
|
33947
33416
|
} | {
|
|
33948
33417
|
chain: "Ethereum";
|
|
33949
33418
|
asset: "FLIP";
|
|
@@ -33990,9 +33459,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33990
33459
|
add_lender_funds_enabled?: ({
|
|
33991
33460
|
chain: "Bitcoin";
|
|
33992
33461
|
asset: "BTC";
|
|
33993
|
-
} | {
|
|
33994
|
-
chain: "Polkadot";
|
|
33995
|
-
asset: "DOT";
|
|
33996
33462
|
} | {
|
|
33997
33463
|
chain: "Ethereum";
|
|
33998
33464
|
asset: "FLIP";
|
|
@@ -34039,9 +33505,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34039
33505
|
withdraw_lender_funds_enabled?: ({
|
|
34040
33506
|
chain: "Bitcoin";
|
|
34041
33507
|
asset: "BTC";
|
|
34042
|
-
} | {
|
|
34043
|
-
chain: "Polkadot";
|
|
34044
|
-
asset: "DOT";
|
|
34045
33508
|
} | {
|
|
34046
33509
|
chain: "Ethereum";
|
|
34047
33510
|
asset: "FLIP";
|
|
@@ -34088,9 +33551,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34088
33551
|
add_collateral_enabled?: ({
|
|
34089
33552
|
chain: "Bitcoin";
|
|
34090
33553
|
asset: "BTC";
|
|
34091
|
-
} | {
|
|
34092
|
-
chain: "Polkadot";
|
|
34093
|
-
asset: "DOT";
|
|
34094
33554
|
} | {
|
|
34095
33555
|
chain: "Ethereum";
|
|
34096
33556
|
asset: "FLIP";
|
|
@@ -34137,9 +33597,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34137
33597
|
remove_collateral_enabled?: ({
|
|
34138
33598
|
chain: "Bitcoin";
|
|
34139
33599
|
asset: "BTC";
|
|
34140
|
-
} | {
|
|
34141
|
-
chain: "Polkadot";
|
|
34142
|
-
asset: "DOT";
|
|
34143
33600
|
} | {
|
|
34144
33601
|
chain: "Ethereum";
|
|
34145
33602
|
asset: "FLIP";
|
|
@@ -34303,9 +33760,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34303
33760
|
borrowing_enabled?: ({
|
|
34304
33761
|
chain: "Bitcoin";
|
|
34305
33762
|
asset: "BTC";
|
|
34306
|
-
} | {
|
|
34307
|
-
chain: "Polkadot";
|
|
34308
|
-
asset: "DOT";
|
|
34309
33763
|
} | {
|
|
34310
33764
|
chain: "Ethereum";
|
|
34311
33765
|
asset: "FLIP";
|
|
@@ -34352,9 +33806,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34352
33806
|
add_lender_funds_enabled?: ({
|
|
34353
33807
|
chain: "Bitcoin";
|
|
34354
33808
|
asset: "BTC";
|
|
34355
|
-
} | {
|
|
34356
|
-
chain: "Polkadot";
|
|
34357
|
-
asset: "DOT";
|
|
34358
33809
|
} | {
|
|
34359
33810
|
chain: "Ethereum";
|
|
34360
33811
|
asset: "FLIP";
|
|
@@ -34401,9 +33852,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34401
33852
|
withdraw_lender_funds_enabled?: ({
|
|
34402
33853
|
chain: "Bitcoin";
|
|
34403
33854
|
asset: "BTC";
|
|
34404
|
-
} | {
|
|
34405
|
-
chain: "Polkadot";
|
|
34406
|
-
asset: "DOT";
|
|
34407
33855
|
} | {
|
|
34408
33856
|
chain: "Ethereum";
|
|
34409
33857
|
asset: "FLIP";
|
|
@@ -34450,9 +33898,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34450
33898
|
add_collateral_enabled?: ({
|
|
34451
33899
|
chain: "Bitcoin";
|
|
34452
33900
|
asset: "BTC";
|
|
34453
|
-
} | {
|
|
34454
|
-
chain: "Polkadot";
|
|
34455
|
-
asset: "DOT";
|
|
34456
33901
|
} | {
|
|
34457
33902
|
chain: "Ethereum";
|
|
34458
33903
|
asset: "FLIP";
|
|
@@ -34499,9 +33944,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34499
33944
|
remove_collateral_enabled?: ({
|
|
34500
33945
|
chain: "Bitcoin";
|
|
34501
33946
|
asset: "BTC";
|
|
34502
|
-
} | {
|
|
34503
|
-
chain: "Polkadot";
|
|
34504
|
-
asset: "DOT";
|
|
34505
33947
|
} | {
|
|
34506
33948
|
chain: "Ethereum";
|
|
34507
33949
|
asset: "FLIP";
|
|
@@ -34621,15 +34063,6 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
|
34621
34063
|
}, {
|
|
34622
34064
|
chain: "Bitcoin";
|
|
34623
34065
|
asset: "BTC";
|
|
34624
|
-
}>, z.ZodObject<{
|
|
34625
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
34626
|
-
asset: z.ZodLiteral<"DOT">;
|
|
34627
|
-
}, "strip", z.ZodTypeAny, {
|
|
34628
|
-
chain: "Polkadot";
|
|
34629
|
-
asset: "DOT";
|
|
34630
|
-
}, {
|
|
34631
|
-
chain: "Polkadot";
|
|
34632
|
-
asset: "DOT";
|
|
34633
34066
|
}>, z.ZodObject<{
|
|
34634
34067
|
chain: z.ZodLiteral<"Ethereum">;
|
|
34635
34068
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -34783,9 +34216,6 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
|
34783
34216
|
asset: {
|
|
34784
34217
|
chain: "Bitcoin";
|
|
34785
34218
|
asset: "BTC";
|
|
34786
|
-
} | {
|
|
34787
|
-
chain: "Polkadot";
|
|
34788
|
-
asset: "DOT";
|
|
34789
34219
|
} | {
|
|
34790
34220
|
chain: "Ethereum";
|
|
34791
34221
|
asset: "FLIP";
|
|
@@ -34845,9 +34275,6 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
|
34845
34275
|
asset: {
|
|
34846
34276
|
chain: "Bitcoin";
|
|
34847
34277
|
asset: "BTC";
|
|
34848
|
-
} | {
|
|
34849
|
-
chain: "Polkadot";
|
|
34850
|
-
asset: "DOT";
|
|
34851
34278
|
} | {
|
|
34852
34279
|
chain: "Ethereum";
|
|
34853
34280
|
asset: "FLIP";
|
|
@@ -35029,15 +34456,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35029
34456
|
}, {
|
|
35030
34457
|
chain: "Bitcoin";
|
|
35031
34458
|
asset: "BTC";
|
|
35032
|
-
}>, z.ZodObject<{
|
|
35033
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
35034
|
-
asset: z.ZodLiteral<"DOT">;
|
|
35035
|
-
}, "strip", z.ZodTypeAny, {
|
|
35036
|
-
chain: "Polkadot";
|
|
35037
|
-
asset: "DOT";
|
|
35038
|
-
}, {
|
|
35039
|
-
chain: "Polkadot";
|
|
35040
|
-
asset: "DOT";
|
|
35041
34459
|
}>, z.ZodObject<{
|
|
35042
34460
|
chain: z.ZodLiteral<"Ethereum">;
|
|
35043
34461
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -35175,15 +34593,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35175
34593
|
}, {
|
|
35176
34594
|
chain: "Bitcoin";
|
|
35177
34595
|
asset: "BTC";
|
|
35178
|
-
}>, z.ZodObject<{
|
|
35179
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
35180
|
-
asset: z.ZodLiteral<"DOT">;
|
|
35181
|
-
}, "strip", z.ZodTypeAny, {
|
|
35182
|
-
chain: "Polkadot";
|
|
35183
|
-
asset: "DOT";
|
|
35184
|
-
}, {
|
|
35185
|
-
chain: "Polkadot";
|
|
35186
|
-
asset: "DOT";
|
|
35187
34596
|
}>, z.ZodObject<{
|
|
35188
34597
|
chain: z.ZodLiteral<"Ethereum">;
|
|
35189
34598
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -35328,15 +34737,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35328
34737
|
}, {
|
|
35329
34738
|
chain: "Bitcoin";
|
|
35330
34739
|
asset: "BTC";
|
|
35331
|
-
}>, z.ZodObject<{
|
|
35332
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
35333
|
-
asset: z.ZodLiteral<"DOT">;
|
|
35334
|
-
}, "strip", z.ZodTypeAny, {
|
|
35335
|
-
chain: "Polkadot";
|
|
35336
|
-
asset: "DOT";
|
|
35337
|
-
}, {
|
|
35338
|
-
chain: "Polkadot";
|
|
35339
|
-
asset: "DOT";
|
|
35340
34740
|
}>, z.ZodObject<{
|
|
35341
34741
|
chain: z.ZodLiteral<"Ethereum">;
|
|
35342
34742
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -35469,9 +34869,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35469
34869
|
asset: {
|
|
35470
34870
|
chain: "Bitcoin";
|
|
35471
34871
|
asset: "BTC";
|
|
35472
|
-
} | {
|
|
35473
|
-
chain: "Polkadot";
|
|
35474
|
-
asset: "DOT";
|
|
35475
34872
|
} | {
|
|
35476
34873
|
chain: "Ethereum";
|
|
35477
34874
|
asset: "FLIP";
|
|
@@ -35521,9 +34918,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35521
34918
|
asset: {
|
|
35522
34919
|
chain: "Bitcoin";
|
|
35523
34920
|
asset: "BTC";
|
|
35524
|
-
} | {
|
|
35525
|
-
chain: "Polkadot";
|
|
35526
|
-
asset: "DOT";
|
|
35527
34921
|
} | {
|
|
35528
34922
|
chain: "Ethereum";
|
|
35529
34923
|
asset: "FLIP";
|
|
@@ -35600,9 +34994,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35600
34994
|
collateral_topup_asset: {
|
|
35601
34995
|
chain: "Bitcoin";
|
|
35602
34996
|
asset: "BTC";
|
|
35603
|
-
} | {
|
|
35604
|
-
chain: "Polkadot";
|
|
35605
|
-
asset: "DOT";
|
|
35606
34997
|
} | {
|
|
35607
34998
|
chain: "Ethereum";
|
|
35608
34999
|
asset: "FLIP";
|
|
@@ -35650,9 +35041,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35650
35041
|
collateral: (({
|
|
35651
35042
|
chain: "Bitcoin";
|
|
35652
35043
|
asset: "BTC";
|
|
35653
|
-
} | {
|
|
35654
|
-
chain: "Polkadot";
|
|
35655
|
-
asset: "DOT";
|
|
35656
35044
|
} | {
|
|
35657
35045
|
chain: "Ethereum";
|
|
35658
35046
|
asset: "FLIP";
|
|
@@ -35702,9 +35090,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35702
35090
|
asset: {
|
|
35703
35091
|
chain: "Bitcoin";
|
|
35704
35092
|
asset: "BTC";
|
|
35705
|
-
} | {
|
|
35706
|
-
chain: "Polkadot";
|
|
35707
|
-
asset: "DOT";
|
|
35708
35093
|
} | {
|
|
35709
35094
|
chain: "Ethereum";
|
|
35710
35095
|
asset: "FLIP";
|
|
@@ -35763,9 +35148,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35763
35148
|
collateral_topup_asset: {
|
|
35764
35149
|
chain: "Bitcoin";
|
|
35765
35150
|
asset: "BTC";
|
|
35766
|
-
} | {
|
|
35767
|
-
chain: "Polkadot";
|
|
35768
|
-
asset: "DOT";
|
|
35769
35151
|
} | {
|
|
35770
35152
|
chain: "Ethereum";
|
|
35771
35153
|
asset: "FLIP";
|
|
@@ -35813,9 +35195,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35813
35195
|
collateral: (({
|
|
35814
35196
|
chain: "Bitcoin";
|
|
35815
35197
|
asset: "BTC";
|
|
35816
|
-
} | {
|
|
35817
|
-
chain: "Polkadot";
|
|
35818
|
-
asset: "DOT";
|
|
35819
35198
|
} | {
|
|
35820
35199
|
chain: "Ethereum";
|
|
35821
35200
|
asset: "FLIP";
|
|
@@ -35865,9 +35244,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
35865
35244
|
asset: {
|
|
35866
35245
|
chain: "Bitcoin";
|
|
35867
35246
|
asset: "BTC";
|
|
35868
|
-
} | {
|
|
35869
|
-
chain: "Polkadot";
|
|
35870
|
-
asset: "DOT";
|
|
35871
35247
|
} | {
|
|
35872
35248
|
chain: "Ethereum";
|
|
35873
35249
|
asset: "FLIP";
|
|
@@ -35933,15 +35309,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
35933
35309
|
}, {
|
|
35934
35310
|
chain: "Bitcoin";
|
|
35935
35311
|
asset: "BTC";
|
|
35936
|
-
}>, z.ZodObject<{
|
|
35937
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
35938
|
-
asset: z.ZodLiteral<"DOT">;
|
|
35939
|
-
}, "strip", z.ZodTypeAny, {
|
|
35940
|
-
chain: "Polkadot";
|
|
35941
|
-
asset: "DOT";
|
|
35942
|
-
}, {
|
|
35943
|
-
chain: "Polkadot";
|
|
35944
|
-
asset: "DOT";
|
|
35945
35312
|
}>, z.ZodObject<{
|
|
35946
35313
|
chain: z.ZodLiteral<"Ethereum">;
|
|
35947
35314
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -36079,15 +35446,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36079
35446
|
}, {
|
|
36080
35447
|
chain: "Bitcoin";
|
|
36081
35448
|
asset: "BTC";
|
|
36082
|
-
}>, z.ZodObject<{
|
|
36083
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
36084
|
-
asset: z.ZodLiteral<"DOT">;
|
|
36085
|
-
}, "strip", z.ZodTypeAny, {
|
|
36086
|
-
chain: "Polkadot";
|
|
36087
|
-
asset: "DOT";
|
|
36088
|
-
}, {
|
|
36089
|
-
chain: "Polkadot";
|
|
36090
|
-
asset: "DOT";
|
|
36091
35449
|
}>, z.ZodObject<{
|
|
36092
35450
|
chain: z.ZodLiteral<"Ethereum">;
|
|
36093
35451
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -36232,15 +35590,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36232
35590
|
}, {
|
|
36233
35591
|
chain: "Bitcoin";
|
|
36234
35592
|
asset: "BTC";
|
|
36235
|
-
}>, z.ZodObject<{
|
|
36236
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
36237
|
-
asset: z.ZodLiteral<"DOT">;
|
|
36238
|
-
}, "strip", z.ZodTypeAny, {
|
|
36239
|
-
chain: "Polkadot";
|
|
36240
|
-
asset: "DOT";
|
|
36241
|
-
}, {
|
|
36242
|
-
chain: "Polkadot";
|
|
36243
|
-
asset: "DOT";
|
|
36244
35593
|
}>, z.ZodObject<{
|
|
36245
35594
|
chain: z.ZodLiteral<"Ethereum">;
|
|
36246
35595
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -36373,9 +35722,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36373
35722
|
asset: {
|
|
36374
35723
|
chain: "Bitcoin";
|
|
36375
35724
|
asset: "BTC";
|
|
36376
|
-
} | {
|
|
36377
|
-
chain: "Polkadot";
|
|
36378
|
-
asset: "DOT";
|
|
36379
35725
|
} | {
|
|
36380
35726
|
chain: "Ethereum";
|
|
36381
35727
|
asset: "FLIP";
|
|
@@ -36425,9 +35771,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36425
35771
|
asset: {
|
|
36426
35772
|
chain: "Bitcoin";
|
|
36427
35773
|
asset: "BTC";
|
|
36428
|
-
} | {
|
|
36429
|
-
chain: "Polkadot";
|
|
36430
|
-
asset: "DOT";
|
|
36431
35774
|
} | {
|
|
36432
35775
|
chain: "Ethereum";
|
|
36433
35776
|
asset: "FLIP";
|
|
@@ -36504,9 +35847,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36504
35847
|
collateral_topup_asset: {
|
|
36505
35848
|
chain: "Bitcoin";
|
|
36506
35849
|
asset: "BTC";
|
|
36507
|
-
} | {
|
|
36508
|
-
chain: "Polkadot";
|
|
36509
|
-
asset: "DOT";
|
|
36510
35850
|
} | {
|
|
36511
35851
|
chain: "Ethereum";
|
|
36512
35852
|
asset: "FLIP";
|
|
@@ -36554,9 +35894,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36554
35894
|
collateral: (({
|
|
36555
35895
|
chain: "Bitcoin";
|
|
36556
35896
|
asset: "BTC";
|
|
36557
|
-
} | {
|
|
36558
|
-
chain: "Polkadot";
|
|
36559
|
-
asset: "DOT";
|
|
36560
35897
|
} | {
|
|
36561
35898
|
chain: "Ethereum";
|
|
36562
35899
|
asset: "FLIP";
|
|
@@ -36606,9 +35943,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36606
35943
|
asset: {
|
|
36607
35944
|
chain: "Bitcoin";
|
|
36608
35945
|
asset: "BTC";
|
|
36609
|
-
} | {
|
|
36610
|
-
chain: "Polkadot";
|
|
36611
|
-
asset: "DOT";
|
|
36612
35946
|
} | {
|
|
36613
35947
|
chain: "Ethereum";
|
|
36614
35948
|
asset: "FLIP";
|
|
@@ -36667,9 +36001,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36667
36001
|
collateral_topup_asset: {
|
|
36668
36002
|
chain: "Bitcoin";
|
|
36669
36003
|
asset: "BTC";
|
|
36670
|
-
} | {
|
|
36671
|
-
chain: "Polkadot";
|
|
36672
|
-
asset: "DOT";
|
|
36673
36004
|
} | {
|
|
36674
36005
|
chain: "Ethereum";
|
|
36675
36006
|
asset: "FLIP";
|
|
@@ -36717,9 +36048,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36717
36048
|
collateral: (({
|
|
36718
36049
|
chain: "Bitcoin";
|
|
36719
36050
|
asset: "BTC";
|
|
36720
|
-
} | {
|
|
36721
|
-
chain: "Polkadot";
|
|
36722
|
-
asset: "DOT";
|
|
36723
36051
|
} | {
|
|
36724
36052
|
chain: "Ethereum";
|
|
36725
36053
|
asset: "FLIP";
|
|
@@ -36769,9 +36097,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
36769
36097
|
asset: {
|
|
36770
36098
|
chain: "Bitcoin";
|
|
36771
36099
|
asset: "BTC";
|
|
36772
|
-
} | {
|
|
36773
|
-
chain: "Polkadot";
|
|
36774
|
-
asset: "DOT";
|
|
36775
36100
|
} | {
|
|
36776
36101
|
chain: "Ethereum";
|
|
36777
36102
|
asset: "FLIP";
|
|
@@ -36835,15 +36160,6 @@ declare const cfLendingPoolSupplyBalances: z.ZodArray<z.ZodIntersection<z.ZodUni
|
|
|
36835
36160
|
}, {
|
|
36836
36161
|
chain: "Bitcoin";
|
|
36837
36162
|
asset: "BTC";
|
|
36838
|
-
}>, z.ZodObject<{
|
|
36839
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
36840
|
-
asset: z.ZodLiteral<"DOT">;
|
|
36841
|
-
}, "strip", z.ZodTypeAny, {
|
|
36842
|
-
chain: "Polkadot";
|
|
36843
|
-
asset: "DOT";
|
|
36844
|
-
}, {
|
|
36845
|
-
chain: "Polkadot";
|
|
36846
|
-
asset: "DOT";
|
|
36847
36163
|
}>, z.ZodObject<{
|
|
36848
36164
|
chain: z.ZodLiteral<"Ethereum">;
|
|
36849
36165
|
asset: z.ZodLiteral<"FLIP">;
|