@chainflip/rpc 2.0.6-wbtc-dev.0 → 2.0.6-wbtc-dev.2
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/common.d.cts +1197 -42
- package/dist/common.d.ts +1197 -42
- package/dist/parsers.cjs +2 -2
- package/dist/parsers.d.cts +1377 -109
- package/dist/parsers.d.ts +1377 -109
- package/dist/parsers.mjs +2 -2
- package/package.json +16 -16
package/dist/common.d.cts
CHANGED
|
@@ -450,16 +450,19 @@ declare const rpcResult: {
|
|
|
450
450
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
451
451
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
452
452
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
453
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
453
454
|
}, "strip", z.ZodTypeAny, {
|
|
454
455
|
ETH: bigint;
|
|
455
456
|
USDC: bigint;
|
|
456
457
|
FLIP: bigint;
|
|
457
458
|
USDT: bigint;
|
|
459
|
+
WBTC: bigint;
|
|
458
460
|
}, {
|
|
459
461
|
ETH: string | number;
|
|
460
462
|
USDC: string | number;
|
|
461
463
|
FLIP: string | number;
|
|
462
464
|
USDT: string | number;
|
|
465
|
+
WBTC: string | number;
|
|
463
466
|
}>;
|
|
464
467
|
Polkadot: z.ZodObject<{
|
|
465
468
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -510,6 +513,7 @@ declare const rpcResult: {
|
|
|
510
513
|
USDC: bigint;
|
|
511
514
|
FLIP: bigint;
|
|
512
515
|
USDT: bigint;
|
|
516
|
+
WBTC: bigint;
|
|
513
517
|
};
|
|
514
518
|
Arbitrum: {
|
|
515
519
|
ETH: bigint;
|
|
@@ -533,6 +537,7 @@ declare const rpcResult: {
|
|
|
533
537
|
USDC: string | number;
|
|
534
538
|
FLIP: string | number;
|
|
535
539
|
USDT: string | number;
|
|
540
|
+
WBTC: string | number;
|
|
536
541
|
};
|
|
537
542
|
Arbitrum: {
|
|
538
543
|
ETH: string | number;
|
|
@@ -585,6 +590,7 @@ declare const rpcResult: {
|
|
|
585
590
|
USDC: bigint;
|
|
586
591
|
FLIP: bigint;
|
|
587
592
|
USDT: bigint;
|
|
593
|
+
WBTC: bigint;
|
|
588
594
|
};
|
|
589
595
|
Arbitrum: {
|
|
590
596
|
ETH: bigint;
|
|
@@ -625,6 +631,7 @@ declare const rpcResult: {
|
|
|
625
631
|
USDC: string | number;
|
|
626
632
|
FLIP: string | number;
|
|
627
633
|
USDT: string | number;
|
|
634
|
+
WBTC: string | number;
|
|
628
635
|
};
|
|
629
636
|
Arbitrum: {
|
|
630
637
|
ETH: string | number;
|
|
@@ -667,16 +674,19 @@ declare const rpcResult: {
|
|
|
667
674
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
668
675
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
669
676
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
677
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
670
678
|
}, "strip", z.ZodTypeAny, {
|
|
671
679
|
ETH: bigint;
|
|
672
680
|
USDC: bigint;
|
|
673
681
|
FLIP: bigint;
|
|
674
682
|
USDT: bigint;
|
|
683
|
+
WBTC: bigint;
|
|
675
684
|
}, {
|
|
676
685
|
ETH: string | number;
|
|
677
686
|
USDC: string | number;
|
|
678
687
|
FLIP: string | number;
|
|
679
688
|
USDT: string | number;
|
|
689
|
+
WBTC: string | number;
|
|
680
690
|
}>;
|
|
681
691
|
Polkadot: z.ZodObject<{
|
|
682
692
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -727,6 +737,7 @@ declare const rpcResult: {
|
|
|
727
737
|
USDC: bigint;
|
|
728
738
|
FLIP: bigint;
|
|
729
739
|
USDT: bigint;
|
|
740
|
+
WBTC: bigint;
|
|
730
741
|
};
|
|
731
742
|
Arbitrum: {
|
|
732
743
|
ETH: bigint;
|
|
@@ -750,6 +761,7 @@ declare const rpcResult: {
|
|
|
750
761
|
USDC: string | number;
|
|
751
762
|
FLIP: string | number;
|
|
752
763
|
USDT: string | number;
|
|
764
|
+
WBTC: string | number;
|
|
753
765
|
};
|
|
754
766
|
Arbitrum: {
|
|
755
767
|
ETH: string | number;
|
|
@@ -794,16 +806,19 @@ declare const rpcResult: {
|
|
|
794
806
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
795
807
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
796
808
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
809
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
797
810
|
}, "strip", z.ZodTypeAny, {
|
|
798
811
|
ETH: bigint;
|
|
799
812
|
USDC: bigint;
|
|
800
813
|
FLIP: bigint;
|
|
801
814
|
USDT: bigint;
|
|
815
|
+
WBTC: bigint;
|
|
802
816
|
}, {
|
|
803
817
|
ETH: string | number;
|
|
804
818
|
USDC: string | number;
|
|
805
819
|
FLIP: string | number;
|
|
806
820
|
USDT: string | number;
|
|
821
|
+
WBTC: string | number;
|
|
807
822
|
}>;
|
|
808
823
|
Polkadot: z.ZodObject<{
|
|
809
824
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -854,6 +869,7 @@ declare const rpcResult: {
|
|
|
854
869
|
USDC: bigint;
|
|
855
870
|
FLIP: bigint;
|
|
856
871
|
USDT: bigint;
|
|
872
|
+
WBTC: bigint;
|
|
857
873
|
};
|
|
858
874
|
Arbitrum: {
|
|
859
875
|
ETH: bigint;
|
|
@@ -877,6 +893,7 @@ declare const rpcResult: {
|
|
|
877
893
|
USDC: string | number;
|
|
878
894
|
FLIP: string | number;
|
|
879
895
|
USDT: string | number;
|
|
896
|
+
WBTC: string | number;
|
|
880
897
|
};
|
|
881
898
|
Arbitrum: {
|
|
882
899
|
ETH: string | number;
|
|
@@ -929,6 +946,7 @@ declare const rpcResult: {
|
|
|
929
946
|
USDC: bigint;
|
|
930
947
|
FLIP: bigint;
|
|
931
948
|
USDT: bigint;
|
|
949
|
+
WBTC: bigint;
|
|
932
950
|
};
|
|
933
951
|
Arbitrum: {
|
|
934
952
|
ETH: bigint;
|
|
@@ -955,6 +973,7 @@ declare const rpcResult: {
|
|
|
955
973
|
USDC: bigint;
|
|
956
974
|
FLIP: bigint;
|
|
957
975
|
USDT: bigint;
|
|
976
|
+
WBTC: bigint;
|
|
958
977
|
};
|
|
959
978
|
Arbitrum: {
|
|
960
979
|
ETH: bigint;
|
|
@@ -999,6 +1018,7 @@ declare const rpcResult: {
|
|
|
999
1018
|
USDC: string | number;
|
|
1000
1019
|
FLIP: string | number;
|
|
1001
1020
|
USDT: string | number;
|
|
1021
|
+
WBTC: string | number;
|
|
1002
1022
|
};
|
|
1003
1023
|
Arbitrum: {
|
|
1004
1024
|
ETH: string | number;
|
|
@@ -1025,6 +1045,7 @@ declare const rpcResult: {
|
|
|
1025
1045
|
USDC: string | number;
|
|
1026
1046
|
FLIP: string | number;
|
|
1027
1047
|
USDT: string | number;
|
|
1048
|
+
WBTC: string | number;
|
|
1028
1049
|
};
|
|
1029
1050
|
Arbitrum: {
|
|
1030
1051
|
ETH: string | number;
|
|
@@ -1103,16 +1124,19 @@ declare const rpcResult: {
|
|
|
1103
1124
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1104
1125
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1105
1126
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1127
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1106
1128
|
}, "strip", z.ZodTypeAny, {
|
|
1107
1129
|
ETH: bigint;
|
|
1108
1130
|
USDC: bigint;
|
|
1109
1131
|
FLIP: bigint;
|
|
1110
1132
|
USDT: bigint;
|
|
1133
|
+
WBTC: bigint;
|
|
1111
1134
|
}, {
|
|
1112
1135
|
ETH: string | number;
|
|
1113
1136
|
USDC: string | number;
|
|
1114
1137
|
FLIP: string | number;
|
|
1115
1138
|
USDT: string | number;
|
|
1139
|
+
WBTC: string | number;
|
|
1116
1140
|
}>;
|
|
1117
1141
|
Polkadot: z.ZodObject<{
|
|
1118
1142
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -1163,6 +1187,7 @@ declare const rpcResult: {
|
|
|
1163
1187
|
USDC: bigint;
|
|
1164
1188
|
FLIP: bigint;
|
|
1165
1189
|
USDT: bigint;
|
|
1190
|
+
WBTC: bigint;
|
|
1166
1191
|
};
|
|
1167
1192
|
Arbitrum: {
|
|
1168
1193
|
ETH: bigint;
|
|
@@ -1186,6 +1211,7 @@ declare const rpcResult: {
|
|
|
1186
1211
|
USDC: string | number;
|
|
1187
1212
|
FLIP: string | number;
|
|
1188
1213
|
USDT: string | number;
|
|
1214
|
+
WBTC: string | number;
|
|
1189
1215
|
};
|
|
1190
1216
|
Arbitrum: {
|
|
1191
1217
|
ETH: string | number;
|
|
@@ -1238,6 +1264,7 @@ declare const rpcResult: {
|
|
|
1238
1264
|
USDC: bigint;
|
|
1239
1265
|
FLIP: bigint;
|
|
1240
1266
|
USDT: bigint;
|
|
1267
|
+
WBTC: bigint;
|
|
1241
1268
|
};
|
|
1242
1269
|
Arbitrum: {
|
|
1243
1270
|
ETH: bigint;
|
|
@@ -1292,6 +1319,7 @@ declare const rpcResult: {
|
|
|
1292
1319
|
USDC: string | number;
|
|
1293
1320
|
FLIP: string | number;
|
|
1294
1321
|
USDT: string | number;
|
|
1322
|
+
WBTC: string | number;
|
|
1295
1323
|
};
|
|
1296
1324
|
Arbitrum: {
|
|
1297
1325
|
ETH: string | number;
|
|
@@ -1368,16 +1396,19 @@ declare const rpcResult: {
|
|
|
1368
1396
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1369
1397
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1370
1398
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1399
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1371
1400
|
}, "strip", z.ZodTypeAny, {
|
|
1372
1401
|
ETH: bigint;
|
|
1373
1402
|
USDC: bigint;
|
|
1374
1403
|
FLIP: bigint;
|
|
1375
1404
|
USDT: bigint;
|
|
1405
|
+
WBTC: bigint;
|
|
1376
1406
|
}, {
|
|
1377
1407
|
ETH: string | number;
|
|
1378
1408
|
USDC: string | number;
|
|
1379
1409
|
FLIP: string | number;
|
|
1380
1410
|
USDT: string | number;
|
|
1411
|
+
WBTC: string | number;
|
|
1381
1412
|
}>;
|
|
1382
1413
|
Polkadot: z.ZodObject<{
|
|
1383
1414
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -1428,6 +1459,7 @@ declare const rpcResult: {
|
|
|
1428
1459
|
USDC: bigint;
|
|
1429
1460
|
FLIP: bigint;
|
|
1430
1461
|
USDT: bigint;
|
|
1462
|
+
WBTC: bigint;
|
|
1431
1463
|
};
|
|
1432
1464
|
Arbitrum: {
|
|
1433
1465
|
ETH: bigint;
|
|
@@ -1451,6 +1483,7 @@ declare const rpcResult: {
|
|
|
1451
1483
|
USDC: string | number;
|
|
1452
1484
|
FLIP: string | number;
|
|
1453
1485
|
USDT: string | number;
|
|
1486
|
+
WBTC: string | number;
|
|
1454
1487
|
};
|
|
1455
1488
|
Arbitrum: {
|
|
1456
1489
|
ETH: string | number;
|
|
@@ -1581,6 +1614,25 @@ declare const rpcResult: {
|
|
|
1581
1614
|
in_use_balance: string;
|
|
1582
1615
|
is_withdrawing: boolean;
|
|
1583
1616
|
}>, "many">;
|
|
1617
|
+
WBTC: z.ZodArray<z.ZodObject<{
|
|
1618
|
+
fee_tier: z.ZodNumber;
|
|
1619
|
+
total_balance: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
1620
|
+
available_balance: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
1621
|
+
in_use_balance: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
1622
|
+
is_withdrawing: z.ZodBoolean;
|
|
1623
|
+
}, "strip", z.ZodTypeAny, {
|
|
1624
|
+
fee_tier: number;
|
|
1625
|
+
total_balance: bigint;
|
|
1626
|
+
available_balance: bigint;
|
|
1627
|
+
in_use_balance: bigint;
|
|
1628
|
+
is_withdrawing: boolean;
|
|
1629
|
+
}, {
|
|
1630
|
+
fee_tier: number;
|
|
1631
|
+
total_balance: string;
|
|
1632
|
+
available_balance: string;
|
|
1633
|
+
in_use_balance: string;
|
|
1634
|
+
is_withdrawing: boolean;
|
|
1635
|
+
}>, "many">;
|
|
1584
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1585
1637
|
ETH: {
|
|
1586
1638
|
fee_tier: number;
|
|
@@ -1610,6 +1662,13 @@ declare const rpcResult: {
|
|
|
1610
1662
|
in_use_balance: bigint;
|
|
1611
1663
|
is_withdrawing: boolean;
|
|
1612
1664
|
}[];
|
|
1665
|
+
WBTC: {
|
|
1666
|
+
fee_tier: number;
|
|
1667
|
+
total_balance: bigint;
|
|
1668
|
+
available_balance: bigint;
|
|
1669
|
+
in_use_balance: bigint;
|
|
1670
|
+
is_withdrawing: boolean;
|
|
1671
|
+
}[];
|
|
1613
1672
|
}, {
|
|
1614
1673
|
ETH: {
|
|
1615
1674
|
fee_tier: number;
|
|
@@ -1639,6 +1698,13 @@ declare const rpcResult: {
|
|
|
1639
1698
|
in_use_balance: string;
|
|
1640
1699
|
is_withdrawing: boolean;
|
|
1641
1700
|
}[];
|
|
1701
|
+
WBTC: {
|
|
1702
|
+
fee_tier: number;
|
|
1703
|
+
total_balance: string;
|
|
1704
|
+
available_balance: string;
|
|
1705
|
+
in_use_balance: string;
|
|
1706
|
+
is_withdrawing: boolean;
|
|
1707
|
+
}[];
|
|
1642
1708
|
}>;
|
|
1643
1709
|
Polkadot: z.ZodObject<{
|
|
1644
1710
|
DOT: z.ZodArray<z.ZodObject<{
|
|
@@ -1959,6 +2025,13 @@ declare const rpcResult: {
|
|
|
1959
2025
|
in_use_balance: bigint;
|
|
1960
2026
|
is_withdrawing: boolean;
|
|
1961
2027
|
}[];
|
|
2028
|
+
WBTC: {
|
|
2029
|
+
fee_tier: number;
|
|
2030
|
+
total_balance: bigint;
|
|
2031
|
+
available_balance: bigint;
|
|
2032
|
+
in_use_balance: bigint;
|
|
2033
|
+
is_withdrawing: boolean;
|
|
2034
|
+
}[];
|
|
1962
2035
|
};
|
|
1963
2036
|
Arbitrum: {
|
|
1964
2037
|
ETH: {
|
|
@@ -2054,6 +2127,13 @@ declare const rpcResult: {
|
|
|
2054
2127
|
in_use_balance: string;
|
|
2055
2128
|
is_withdrawing: boolean;
|
|
2056
2129
|
}[];
|
|
2130
|
+
WBTC: {
|
|
2131
|
+
fee_tier: number;
|
|
2132
|
+
total_balance: string;
|
|
2133
|
+
available_balance: string;
|
|
2134
|
+
in_use_balance: string;
|
|
2135
|
+
is_withdrawing: boolean;
|
|
2136
|
+
}[];
|
|
2057
2137
|
};
|
|
2058
2138
|
Arbitrum: {
|
|
2059
2139
|
ETH: {
|
|
@@ -2395,16 +2475,19 @@ declare const rpcResult: {
|
|
|
2395
2475
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2396
2476
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2397
2477
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2478
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2398
2479
|
}, "strip", z.ZodTypeAny, {
|
|
2399
2480
|
ETH: bigint;
|
|
2400
2481
|
USDC: bigint;
|
|
2401
2482
|
FLIP: bigint;
|
|
2402
2483
|
USDT: bigint;
|
|
2484
|
+
WBTC: bigint;
|
|
2403
2485
|
}, {
|
|
2404
2486
|
ETH: string | number;
|
|
2405
2487
|
USDC: string | number;
|
|
2406
2488
|
FLIP: string | number;
|
|
2407
2489
|
USDT: string | number;
|
|
2490
|
+
WBTC: string | number;
|
|
2408
2491
|
}>;
|
|
2409
2492
|
Polkadot: z.ZodObject<{
|
|
2410
2493
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -2455,6 +2538,7 @@ declare const rpcResult: {
|
|
|
2455
2538
|
USDC: bigint;
|
|
2456
2539
|
FLIP: bigint;
|
|
2457
2540
|
USDT: bigint;
|
|
2541
|
+
WBTC: bigint;
|
|
2458
2542
|
};
|
|
2459
2543
|
Arbitrum: {
|
|
2460
2544
|
ETH: bigint;
|
|
@@ -2478,6 +2562,7 @@ declare const rpcResult: {
|
|
|
2478
2562
|
USDC: string | number;
|
|
2479
2563
|
FLIP: string | number;
|
|
2480
2564
|
USDT: string | number;
|
|
2565
|
+
WBTC: string | number;
|
|
2481
2566
|
};
|
|
2482
2567
|
Arbitrum: {
|
|
2483
2568
|
ETH: string | number;
|
|
@@ -2530,6 +2615,7 @@ declare const rpcResult: {
|
|
|
2530
2615
|
USDC: bigint;
|
|
2531
2616
|
FLIP: bigint;
|
|
2532
2617
|
USDT: bigint;
|
|
2618
|
+
WBTC: bigint;
|
|
2533
2619
|
};
|
|
2534
2620
|
Arbitrum: {
|
|
2535
2621
|
ETH: bigint;
|
|
@@ -2556,6 +2642,7 @@ declare const rpcResult: {
|
|
|
2556
2642
|
USDC: bigint;
|
|
2557
2643
|
FLIP: bigint;
|
|
2558
2644
|
USDT: bigint;
|
|
2645
|
+
WBTC: bigint;
|
|
2559
2646
|
};
|
|
2560
2647
|
Arbitrum: {
|
|
2561
2648
|
ETH: bigint;
|
|
@@ -2617,6 +2704,13 @@ declare const rpcResult: {
|
|
|
2617
2704
|
in_use_balance: bigint;
|
|
2618
2705
|
is_withdrawing: boolean;
|
|
2619
2706
|
}[];
|
|
2707
|
+
WBTC: {
|
|
2708
|
+
fee_tier: number;
|
|
2709
|
+
total_balance: bigint;
|
|
2710
|
+
available_balance: bigint;
|
|
2711
|
+
in_use_balance: bigint;
|
|
2712
|
+
is_withdrawing: boolean;
|
|
2713
|
+
}[];
|
|
2620
2714
|
};
|
|
2621
2715
|
Arbitrum: {
|
|
2622
2716
|
ETH: {
|
|
@@ -2788,6 +2882,7 @@ declare const rpcResult: {
|
|
|
2788
2882
|
USDC: string | number;
|
|
2789
2883
|
FLIP: string | number;
|
|
2790
2884
|
USDT: string | number;
|
|
2885
|
+
WBTC: string | number;
|
|
2791
2886
|
};
|
|
2792
2887
|
Arbitrum: {
|
|
2793
2888
|
ETH: string | number;
|
|
@@ -2814,6 +2909,7 @@ declare const rpcResult: {
|
|
|
2814
2909
|
USDC: string | number;
|
|
2815
2910
|
FLIP: string | number;
|
|
2816
2911
|
USDT: string | number;
|
|
2912
|
+
WBTC: string | number;
|
|
2817
2913
|
};
|
|
2818
2914
|
Arbitrum: {
|
|
2819
2915
|
ETH: string | number;
|
|
@@ -2875,6 +2971,13 @@ declare const rpcResult: {
|
|
|
2875
2971
|
in_use_balance: string;
|
|
2876
2972
|
is_withdrawing: boolean;
|
|
2877
2973
|
}[];
|
|
2974
|
+
WBTC: {
|
|
2975
|
+
fee_tier: number;
|
|
2976
|
+
total_balance: string;
|
|
2977
|
+
available_balance: string;
|
|
2978
|
+
in_use_balance: string;
|
|
2979
|
+
is_withdrawing: boolean;
|
|
2980
|
+
}[];
|
|
2878
2981
|
};
|
|
2879
2982
|
Arbitrum: {
|
|
2880
2983
|
ETH: {
|
|
@@ -3060,16 +3163,19 @@ declare const rpcResult: {
|
|
|
3060
3163
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3061
3164
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3062
3165
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3166
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3063
3167
|
}, "strip", z.ZodTypeAny, {
|
|
3064
3168
|
ETH: bigint;
|
|
3065
3169
|
USDC: bigint;
|
|
3066
3170
|
FLIP: bigint;
|
|
3067
3171
|
USDT: bigint;
|
|
3172
|
+
WBTC: bigint;
|
|
3068
3173
|
}, {
|
|
3069
3174
|
ETH: string | number;
|
|
3070
3175
|
USDC: string | number;
|
|
3071
3176
|
FLIP: string | number;
|
|
3072
3177
|
USDT: string | number;
|
|
3178
|
+
WBTC: string | number;
|
|
3073
3179
|
}>;
|
|
3074
3180
|
Polkadot: z.ZodObject<{
|
|
3075
3181
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -3120,6 +3226,7 @@ declare const rpcResult: {
|
|
|
3120
3226
|
USDC: bigint;
|
|
3121
3227
|
FLIP: bigint;
|
|
3122
3228
|
USDT: bigint;
|
|
3229
|
+
WBTC: bigint;
|
|
3123
3230
|
};
|
|
3124
3231
|
Arbitrum: {
|
|
3125
3232
|
ETH: bigint;
|
|
@@ -3143,6 +3250,7 @@ declare const rpcResult: {
|
|
|
3143
3250
|
USDC: string | number;
|
|
3144
3251
|
FLIP: string | number;
|
|
3145
3252
|
USDT: string | number;
|
|
3253
|
+
WBTC: string | number;
|
|
3146
3254
|
};
|
|
3147
3255
|
Arbitrum: {
|
|
3148
3256
|
ETH: string | number;
|
|
@@ -3195,6 +3303,7 @@ declare const rpcResult: {
|
|
|
3195
3303
|
USDC: bigint;
|
|
3196
3304
|
FLIP: bigint;
|
|
3197
3305
|
USDT: bigint;
|
|
3306
|
+
WBTC: bigint;
|
|
3198
3307
|
};
|
|
3199
3308
|
Arbitrum: {
|
|
3200
3309
|
ETH: bigint;
|
|
@@ -3245,6 +3354,7 @@ declare const rpcResult: {
|
|
|
3245
3354
|
USDC: string | number;
|
|
3246
3355
|
FLIP: string | number;
|
|
3247
3356
|
USDT: string | number;
|
|
3357
|
+
WBTC: string | number;
|
|
3248
3358
|
};
|
|
3249
3359
|
Arbitrum: {
|
|
3250
3360
|
ETH: string | number;
|
|
@@ -3295,6 +3405,7 @@ declare const rpcResult: {
|
|
|
3295
3405
|
USDC: bigint;
|
|
3296
3406
|
FLIP: bigint;
|
|
3297
3407
|
USDT: bigint;
|
|
3408
|
+
WBTC: bigint;
|
|
3298
3409
|
};
|
|
3299
3410
|
Arbitrum: {
|
|
3300
3411
|
ETH: bigint;
|
|
@@ -3335,6 +3446,7 @@ declare const rpcResult: {
|
|
|
3335
3446
|
USDC: bigint;
|
|
3336
3447
|
FLIP: bigint;
|
|
3337
3448
|
USDT: bigint;
|
|
3449
|
+
WBTC: bigint;
|
|
3338
3450
|
};
|
|
3339
3451
|
Arbitrum: {
|
|
3340
3452
|
ETH: bigint;
|
|
@@ -3361,6 +3473,7 @@ declare const rpcResult: {
|
|
|
3361
3473
|
USDC: bigint;
|
|
3362
3474
|
FLIP: bigint;
|
|
3363
3475
|
USDT: bigint;
|
|
3476
|
+
WBTC: bigint;
|
|
3364
3477
|
};
|
|
3365
3478
|
Arbitrum: {
|
|
3366
3479
|
ETH: bigint;
|
|
@@ -3405,6 +3518,7 @@ declare const rpcResult: {
|
|
|
3405
3518
|
USDC: bigint;
|
|
3406
3519
|
FLIP: bigint;
|
|
3407
3520
|
USDT: bigint;
|
|
3521
|
+
WBTC: bigint;
|
|
3408
3522
|
};
|
|
3409
3523
|
Arbitrum: {
|
|
3410
3524
|
ETH: bigint;
|
|
@@ -3431,6 +3545,7 @@ declare const rpcResult: {
|
|
|
3431
3545
|
USDC: bigint;
|
|
3432
3546
|
FLIP: bigint;
|
|
3433
3547
|
USDT: bigint;
|
|
3548
|
+
WBTC: bigint;
|
|
3434
3549
|
};
|
|
3435
3550
|
Arbitrum: {
|
|
3436
3551
|
ETH: bigint;
|
|
@@ -3492,6 +3607,13 @@ declare const rpcResult: {
|
|
|
3492
3607
|
in_use_balance: bigint;
|
|
3493
3608
|
is_withdrawing: boolean;
|
|
3494
3609
|
}[];
|
|
3610
|
+
WBTC: {
|
|
3611
|
+
fee_tier: number;
|
|
3612
|
+
total_balance: bigint;
|
|
3613
|
+
available_balance: bigint;
|
|
3614
|
+
in_use_balance: bigint;
|
|
3615
|
+
is_withdrawing: boolean;
|
|
3616
|
+
}[];
|
|
3495
3617
|
};
|
|
3496
3618
|
Arbitrum: {
|
|
3497
3619
|
ETH: {
|
|
@@ -3663,6 +3785,7 @@ declare const rpcResult: {
|
|
|
3663
3785
|
USDC: bigint;
|
|
3664
3786
|
FLIP: bigint;
|
|
3665
3787
|
USDT: bigint;
|
|
3788
|
+
WBTC: bigint;
|
|
3666
3789
|
};
|
|
3667
3790
|
Arbitrum: {
|
|
3668
3791
|
ETH: bigint;
|
|
@@ -3719,6 +3842,7 @@ declare const rpcResult: {
|
|
|
3719
3842
|
USDC: bigint;
|
|
3720
3843
|
FLIP: bigint;
|
|
3721
3844
|
USDT: bigint;
|
|
3845
|
+
WBTC: bigint;
|
|
3722
3846
|
};
|
|
3723
3847
|
Arbitrum: {
|
|
3724
3848
|
ETH: bigint;
|
|
@@ -3767,6 +3891,7 @@ declare const rpcResult: {
|
|
|
3767
3891
|
USDC: string | number;
|
|
3768
3892
|
FLIP: string | number;
|
|
3769
3893
|
USDT: string | number;
|
|
3894
|
+
WBTC: string | number;
|
|
3770
3895
|
};
|
|
3771
3896
|
Arbitrum: {
|
|
3772
3897
|
ETH: string | number;
|
|
@@ -3807,6 +3932,7 @@ declare const rpcResult: {
|
|
|
3807
3932
|
USDC: string | number;
|
|
3808
3933
|
FLIP: string | number;
|
|
3809
3934
|
USDT: string | number;
|
|
3935
|
+
WBTC: string | number;
|
|
3810
3936
|
};
|
|
3811
3937
|
Arbitrum: {
|
|
3812
3938
|
ETH: string | number;
|
|
@@ -3833,6 +3959,7 @@ declare const rpcResult: {
|
|
|
3833
3959
|
USDC: string | number;
|
|
3834
3960
|
FLIP: string | number;
|
|
3835
3961
|
USDT: string | number;
|
|
3962
|
+
WBTC: string | number;
|
|
3836
3963
|
};
|
|
3837
3964
|
Arbitrum: {
|
|
3838
3965
|
ETH: string | number;
|
|
@@ -3877,6 +4004,7 @@ declare const rpcResult: {
|
|
|
3877
4004
|
USDC: string | number;
|
|
3878
4005
|
FLIP: string | number;
|
|
3879
4006
|
USDT: string | number;
|
|
4007
|
+
WBTC: string | number;
|
|
3880
4008
|
};
|
|
3881
4009
|
Arbitrum: {
|
|
3882
4010
|
ETH: string | number;
|
|
@@ -3931,6 +4059,7 @@ declare const rpcResult: {
|
|
|
3931
4059
|
USDC: string | number;
|
|
3932
4060
|
FLIP: string | number;
|
|
3933
4061
|
USDT: string | number;
|
|
4062
|
+
WBTC: string | number;
|
|
3934
4063
|
};
|
|
3935
4064
|
Arbitrum: {
|
|
3936
4065
|
ETH: string | number;
|
|
@@ -3957,6 +4086,7 @@ declare const rpcResult: {
|
|
|
3957
4086
|
USDC: string | number;
|
|
3958
4087
|
FLIP: string | number;
|
|
3959
4088
|
USDT: string | number;
|
|
4089
|
+
WBTC: string | number;
|
|
3960
4090
|
};
|
|
3961
4091
|
Arbitrum: {
|
|
3962
4092
|
ETH: string | number;
|
|
@@ -4018,6 +4148,13 @@ declare const rpcResult: {
|
|
|
4018
4148
|
in_use_balance: string;
|
|
4019
4149
|
is_withdrawing: boolean;
|
|
4020
4150
|
}[];
|
|
4151
|
+
WBTC: {
|
|
4152
|
+
fee_tier: number;
|
|
4153
|
+
total_balance: string;
|
|
4154
|
+
available_balance: string;
|
|
4155
|
+
in_use_balance: string;
|
|
4156
|
+
is_withdrawing: boolean;
|
|
4157
|
+
}[];
|
|
4021
4158
|
};
|
|
4022
4159
|
Arbitrum: {
|
|
4023
4160
|
ETH: {
|
|
@@ -4189,6 +4326,7 @@ declare const rpcResult: {
|
|
|
4189
4326
|
USDC: string | number;
|
|
4190
4327
|
FLIP: string | number;
|
|
4191
4328
|
USDT: string | number;
|
|
4329
|
+
WBTC: string | number;
|
|
4192
4330
|
};
|
|
4193
4331
|
Arbitrum: {
|
|
4194
4332
|
ETH: string | number;
|
|
@@ -4503,16 +4641,19 @@ declare const rpcResult: {
|
|
|
4503
4641
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4504
4642
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4505
4643
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4644
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4506
4645
|
}, "strip", z.ZodTypeAny, {
|
|
4507
4646
|
ETH: bigint;
|
|
4508
4647
|
USDC: bigint;
|
|
4509
4648
|
FLIP: bigint;
|
|
4510
4649
|
USDT: bigint;
|
|
4650
|
+
WBTC: bigint;
|
|
4511
4651
|
}, {
|
|
4512
4652
|
ETH: string | number;
|
|
4513
4653
|
USDC: string | number;
|
|
4514
4654
|
FLIP: string | number;
|
|
4515
4655
|
USDT: string | number;
|
|
4656
|
+
WBTC: string | number;
|
|
4516
4657
|
}>;
|
|
4517
4658
|
Polkadot: z.ZodObject<{
|
|
4518
4659
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -4563,6 +4704,7 @@ declare const rpcResult: {
|
|
|
4563
4704
|
USDC: bigint;
|
|
4564
4705
|
FLIP: bigint;
|
|
4565
4706
|
USDT: bigint;
|
|
4707
|
+
WBTC: bigint;
|
|
4566
4708
|
};
|
|
4567
4709
|
Arbitrum: {
|
|
4568
4710
|
ETH: bigint;
|
|
@@ -4586,6 +4728,7 @@ declare const rpcResult: {
|
|
|
4586
4728
|
USDC: string | number;
|
|
4587
4729
|
FLIP: string | number;
|
|
4588
4730
|
USDT: string | number;
|
|
4731
|
+
WBTC: string | number;
|
|
4589
4732
|
};
|
|
4590
4733
|
Arbitrum: {
|
|
4591
4734
|
ETH: string | number;
|
|
@@ -4614,16 +4757,19 @@ declare const rpcResult: {
|
|
|
4614
4757
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4615
4758
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4616
4759
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4760
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4617
4761
|
}, "strip", z.ZodTypeAny, {
|
|
4618
4762
|
ETH: bigint | null;
|
|
4619
4763
|
USDC: bigint | null;
|
|
4620
4764
|
FLIP: bigint | null;
|
|
4621
4765
|
USDT: bigint | null;
|
|
4766
|
+
WBTC: bigint | null;
|
|
4622
4767
|
}, {
|
|
4623
4768
|
ETH: string | number | null;
|
|
4624
4769
|
USDC: string | number | null;
|
|
4625
4770
|
FLIP: string | number | null;
|
|
4626
4771
|
USDT: string | number | null;
|
|
4772
|
+
WBTC: string | number | null;
|
|
4627
4773
|
}>;
|
|
4628
4774
|
Polkadot: z.ZodObject<{
|
|
4629
4775
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -4674,6 +4820,7 @@ declare const rpcResult: {
|
|
|
4674
4820
|
USDC: bigint | null;
|
|
4675
4821
|
FLIP: bigint | null;
|
|
4676
4822
|
USDT: bigint | null;
|
|
4823
|
+
WBTC: bigint | null;
|
|
4677
4824
|
};
|
|
4678
4825
|
Arbitrum: {
|
|
4679
4826
|
ETH: bigint | null;
|
|
@@ -4697,6 +4844,7 @@ declare const rpcResult: {
|
|
|
4697
4844
|
USDC: string | number | null;
|
|
4698
4845
|
FLIP: string | number | null;
|
|
4699
4846
|
USDT: string | number | null;
|
|
4847
|
+
WBTC: string | number | null;
|
|
4700
4848
|
};
|
|
4701
4849
|
Arbitrum: {
|
|
4702
4850
|
ETH: string | number | null;
|
|
@@ -4725,16 +4873,19 @@ declare const rpcResult: {
|
|
|
4725
4873
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4726
4874
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4727
4875
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4876
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4728
4877
|
}, "strip", z.ZodTypeAny, {
|
|
4729
4878
|
ETH: bigint | null;
|
|
4730
4879
|
USDC: bigint | null;
|
|
4731
4880
|
FLIP: bigint | null;
|
|
4732
4881
|
USDT: bigint | null;
|
|
4882
|
+
WBTC: bigint | null;
|
|
4733
4883
|
}, {
|
|
4734
4884
|
ETH: string | number | null;
|
|
4735
4885
|
USDC: string | number | null;
|
|
4736
4886
|
FLIP: string | number | null;
|
|
4737
4887
|
USDT: string | number | null;
|
|
4888
|
+
WBTC: string | number | null;
|
|
4738
4889
|
}>;
|
|
4739
4890
|
Polkadot: z.ZodObject<{
|
|
4740
4891
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -4785,6 +4936,7 @@ declare const rpcResult: {
|
|
|
4785
4936
|
USDC: bigint | null;
|
|
4786
4937
|
FLIP: bigint | null;
|
|
4787
4938
|
USDT: bigint | null;
|
|
4939
|
+
WBTC: bigint | null;
|
|
4788
4940
|
};
|
|
4789
4941
|
Arbitrum: {
|
|
4790
4942
|
ETH: bigint | null;
|
|
@@ -4808,6 +4960,7 @@ declare const rpcResult: {
|
|
|
4808
4960
|
USDC: string | number | null;
|
|
4809
4961
|
FLIP: string | number | null;
|
|
4810
4962
|
USDT: string | number | null;
|
|
4963
|
+
WBTC: string | number | null;
|
|
4811
4964
|
};
|
|
4812
4965
|
Arbitrum: {
|
|
4813
4966
|
ETH: string | number | null;
|
|
@@ -4856,16 +5009,19 @@ declare const rpcResult: {
|
|
|
4856
5009
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4857
5010
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4858
5011
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5012
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4859
5013
|
}, "strip", z.ZodTypeAny, {
|
|
4860
5014
|
ETH: bigint;
|
|
4861
5015
|
USDC: bigint;
|
|
4862
5016
|
FLIP: bigint;
|
|
4863
5017
|
USDT: bigint;
|
|
5018
|
+
WBTC: bigint;
|
|
4864
5019
|
}, {
|
|
4865
5020
|
ETH: string | number;
|
|
4866
5021
|
USDC: string | number;
|
|
4867
5022
|
FLIP: string | number;
|
|
4868
5023
|
USDT: string | number;
|
|
5024
|
+
WBTC: string | number;
|
|
4869
5025
|
}>;
|
|
4870
5026
|
Polkadot: z.ZodObject<{
|
|
4871
5027
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -4916,6 +5072,7 @@ declare const rpcResult: {
|
|
|
4916
5072
|
USDC: bigint;
|
|
4917
5073
|
FLIP: bigint;
|
|
4918
5074
|
USDT: bigint;
|
|
5075
|
+
WBTC: bigint;
|
|
4919
5076
|
};
|
|
4920
5077
|
Arbitrum: {
|
|
4921
5078
|
ETH: bigint;
|
|
@@ -4939,6 +5096,7 @@ declare const rpcResult: {
|
|
|
4939
5096
|
USDC: string | number;
|
|
4940
5097
|
FLIP: string | number;
|
|
4941
5098
|
USDT: string | number;
|
|
5099
|
+
WBTC: string | number;
|
|
4942
5100
|
};
|
|
4943
5101
|
Arbitrum: {
|
|
4944
5102
|
ETH: string | number;
|
|
@@ -5024,6 +5182,7 @@ declare const rpcResult: {
|
|
|
5024
5182
|
USDC: bigint;
|
|
5025
5183
|
FLIP: bigint;
|
|
5026
5184
|
USDT: bigint;
|
|
5185
|
+
WBTC: bigint;
|
|
5027
5186
|
};
|
|
5028
5187
|
Arbitrum: {
|
|
5029
5188
|
ETH: bigint;
|
|
@@ -5048,6 +5207,7 @@ declare const rpcResult: {
|
|
|
5048
5207
|
USDC: bigint | null;
|
|
5049
5208
|
FLIP: bigint | null;
|
|
5050
5209
|
USDT: bigint | null;
|
|
5210
|
+
WBTC: bigint | null;
|
|
5051
5211
|
};
|
|
5052
5212
|
Arbitrum: {
|
|
5053
5213
|
ETH: bigint | null;
|
|
@@ -5072,6 +5232,7 @@ declare const rpcResult: {
|
|
|
5072
5232
|
USDC: bigint | null;
|
|
5073
5233
|
FLIP: bigint | null;
|
|
5074
5234
|
USDT: bigint | null;
|
|
5235
|
+
WBTC: bigint | null;
|
|
5075
5236
|
};
|
|
5076
5237
|
Arbitrum: {
|
|
5077
5238
|
ETH: bigint | null;
|
|
@@ -5103,6 +5264,7 @@ declare const rpcResult: {
|
|
|
5103
5264
|
USDC: bigint;
|
|
5104
5265
|
FLIP: bigint;
|
|
5105
5266
|
USDT: bigint;
|
|
5267
|
+
WBTC: bigint;
|
|
5106
5268
|
};
|
|
5107
5269
|
Arbitrum: {
|
|
5108
5270
|
ETH: bigint;
|
|
@@ -5149,6 +5311,7 @@ declare const rpcResult: {
|
|
|
5149
5311
|
USDC: string | number;
|
|
5150
5312
|
FLIP: string | number;
|
|
5151
5313
|
USDT: string | number;
|
|
5314
|
+
WBTC: string | number;
|
|
5152
5315
|
};
|
|
5153
5316
|
Arbitrum: {
|
|
5154
5317
|
ETH: string | number;
|
|
@@ -5173,6 +5336,7 @@ declare const rpcResult: {
|
|
|
5173
5336
|
USDC: string | number | null;
|
|
5174
5337
|
FLIP: string | number | null;
|
|
5175
5338
|
USDT: string | number | null;
|
|
5339
|
+
WBTC: string | number | null;
|
|
5176
5340
|
};
|
|
5177
5341
|
Arbitrum: {
|
|
5178
5342
|
ETH: string | number | null;
|
|
@@ -5197,6 +5361,7 @@ declare const rpcResult: {
|
|
|
5197
5361
|
USDC: string | number | null;
|
|
5198
5362
|
FLIP: string | number | null;
|
|
5199
5363
|
USDT: string | number | null;
|
|
5364
|
+
WBTC: string | number | null;
|
|
5200
5365
|
};
|
|
5201
5366
|
Arbitrum: {
|
|
5202
5367
|
ETH: string | number | null;
|
|
@@ -5228,6 +5393,7 @@ declare const rpcResult: {
|
|
|
5228
5393
|
USDC: string | number;
|
|
5229
5394
|
FLIP: string | number;
|
|
5230
5395
|
USDT: string | number;
|
|
5396
|
+
WBTC: string | number;
|
|
5231
5397
|
};
|
|
5232
5398
|
Arbitrum: {
|
|
5233
5399
|
ETH: string | number;
|
|
@@ -5274,6 +5440,7 @@ declare const rpcResult: {
|
|
|
5274
5440
|
USDC: bigint;
|
|
5275
5441
|
FLIP: bigint;
|
|
5276
5442
|
USDT: bigint;
|
|
5443
|
+
WBTC: bigint;
|
|
5277
5444
|
};
|
|
5278
5445
|
Arbitrum: {
|
|
5279
5446
|
ETH: bigint;
|
|
@@ -5298,6 +5465,7 @@ declare const rpcResult: {
|
|
|
5298
5465
|
USDC: bigint | null;
|
|
5299
5466
|
FLIP: bigint | null;
|
|
5300
5467
|
USDT: bigint | null;
|
|
5468
|
+
WBTC: bigint | null;
|
|
5301
5469
|
};
|
|
5302
5470
|
Arbitrum: {
|
|
5303
5471
|
ETH: bigint | null;
|
|
@@ -5322,6 +5490,7 @@ declare const rpcResult: {
|
|
|
5322
5490
|
USDC: bigint | null;
|
|
5323
5491
|
FLIP: bigint | null;
|
|
5324
5492
|
USDT: bigint | null;
|
|
5493
|
+
WBTC: bigint | null;
|
|
5325
5494
|
};
|
|
5326
5495
|
Arbitrum: {
|
|
5327
5496
|
ETH: bigint | null;
|
|
@@ -5353,6 +5522,7 @@ declare const rpcResult: {
|
|
|
5353
5522
|
USDC: bigint;
|
|
5354
5523
|
FLIP: bigint;
|
|
5355
5524
|
USDT: bigint;
|
|
5525
|
+
WBTC: bigint;
|
|
5356
5526
|
};
|
|
5357
5527
|
Arbitrum: {
|
|
5358
5528
|
ETH: bigint;
|
|
@@ -5399,6 +5569,7 @@ declare const rpcResult: {
|
|
|
5399
5569
|
USDC: bigint;
|
|
5400
5570
|
FLIP: bigint;
|
|
5401
5571
|
USDT: bigint;
|
|
5572
|
+
WBTC: bigint;
|
|
5402
5573
|
};
|
|
5403
5574
|
Arbitrum: {
|
|
5404
5575
|
ETH: bigint;
|
|
@@ -5424,6 +5595,7 @@ declare const rpcResult: {
|
|
|
5424
5595
|
USDC: string | number;
|
|
5425
5596
|
FLIP: string | number;
|
|
5426
5597
|
USDT: string | number;
|
|
5598
|
+
WBTC: string | number;
|
|
5427
5599
|
};
|
|
5428
5600
|
Arbitrum: {
|
|
5429
5601
|
ETH: string | number;
|
|
@@ -5448,6 +5620,7 @@ declare const rpcResult: {
|
|
|
5448
5620
|
USDC: string | number | null;
|
|
5449
5621
|
FLIP: string | number | null;
|
|
5450
5622
|
USDT: string | number | null;
|
|
5623
|
+
WBTC: string | number | null;
|
|
5451
5624
|
};
|
|
5452
5625
|
Arbitrum: {
|
|
5453
5626
|
ETH: string | number | null;
|
|
@@ -5472,6 +5645,7 @@ declare const rpcResult: {
|
|
|
5472
5645
|
USDC: string | number | null;
|
|
5473
5646
|
FLIP: string | number | null;
|
|
5474
5647
|
USDT: string | number | null;
|
|
5648
|
+
WBTC: string | number | null;
|
|
5475
5649
|
};
|
|
5476
5650
|
Arbitrum: {
|
|
5477
5651
|
ETH: string | number | null;
|
|
@@ -5503,6 +5677,7 @@ declare const rpcResult: {
|
|
|
5503
5677
|
USDC: string | number;
|
|
5504
5678
|
FLIP: string | number;
|
|
5505
5679
|
USDT: string | number;
|
|
5680
|
+
WBTC: string | number;
|
|
5506
5681
|
};
|
|
5507
5682
|
Arbitrum: {
|
|
5508
5683
|
ETH: string | number;
|
|
@@ -5554,16 +5729,19 @@ declare const rpcResult: {
|
|
|
5554
5729
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5555
5730
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5556
5731
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5732
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5557
5733
|
}, "strip", z.ZodTypeAny, {
|
|
5558
5734
|
ETH: bigint | null;
|
|
5559
5735
|
USDC: bigint | null;
|
|
5560
5736
|
FLIP: bigint | null;
|
|
5561
5737
|
USDT: bigint | null;
|
|
5738
|
+
WBTC: bigint | null;
|
|
5562
5739
|
}, {
|
|
5563
5740
|
ETH: string | number | null;
|
|
5564
5741
|
USDC: string | number | null;
|
|
5565
5742
|
FLIP: string | number | null;
|
|
5566
5743
|
USDT: string | number | null;
|
|
5744
|
+
WBTC: string | number | null;
|
|
5567
5745
|
}>;
|
|
5568
5746
|
Polkadot: z.ZodObject<{
|
|
5569
5747
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -5614,6 +5792,7 @@ declare const rpcResult: {
|
|
|
5614
5792
|
USDC: bigint | null;
|
|
5615
5793
|
FLIP: bigint | null;
|
|
5616
5794
|
USDT: bigint | null;
|
|
5795
|
+
WBTC: bigint | null;
|
|
5617
5796
|
};
|
|
5618
5797
|
Arbitrum: {
|
|
5619
5798
|
ETH: bigint | null;
|
|
@@ -5637,6 +5816,7 @@ declare const rpcResult: {
|
|
|
5637
5816
|
USDC: string | number | null;
|
|
5638
5817
|
FLIP: string | number | null;
|
|
5639
5818
|
USDT: string | number | null;
|
|
5819
|
+
WBTC: string | number | null;
|
|
5640
5820
|
};
|
|
5641
5821
|
Arbitrum: {
|
|
5642
5822
|
ETH: string | number | null;
|
|
@@ -5669,16 +5849,19 @@ declare const rpcResult: {
|
|
|
5669
5849
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5670
5850
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5671
5851
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5852
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5672
5853
|
}, "strip", z.ZodTypeAny, {
|
|
5673
5854
|
ETH: bigint | null;
|
|
5674
5855
|
USDC: bigint | null;
|
|
5675
5856
|
FLIP: bigint | null;
|
|
5676
5857
|
USDT: bigint | null;
|
|
5858
|
+
WBTC: bigint | null;
|
|
5677
5859
|
}, {
|
|
5678
5860
|
ETH: string | number | null;
|
|
5679
5861
|
USDC: string | number | null;
|
|
5680
5862
|
FLIP: string | number | null;
|
|
5681
5863
|
USDT: string | number | null;
|
|
5864
|
+
WBTC: string | number | null;
|
|
5682
5865
|
}>;
|
|
5683
5866
|
Polkadot: z.ZodObject<{
|
|
5684
5867
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -5729,6 +5912,7 @@ declare const rpcResult: {
|
|
|
5729
5912
|
USDC: bigint | null;
|
|
5730
5913
|
FLIP: bigint | null;
|
|
5731
5914
|
USDT: bigint | null;
|
|
5915
|
+
WBTC: bigint | null;
|
|
5732
5916
|
};
|
|
5733
5917
|
Arbitrum: {
|
|
5734
5918
|
ETH: bigint | null;
|
|
@@ -5752,6 +5936,7 @@ declare const rpcResult: {
|
|
|
5752
5936
|
USDC: string | number | null;
|
|
5753
5937
|
FLIP: string | number | null;
|
|
5754
5938
|
USDT: string | number | null;
|
|
5939
|
+
WBTC: string | number | null;
|
|
5755
5940
|
};
|
|
5756
5941
|
Arbitrum: {
|
|
5757
5942
|
ETH: string | number | null;
|
|
@@ -5792,16 +5977,19 @@ declare const rpcResult: {
|
|
|
5792
5977
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5793
5978
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5794
5979
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5980
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5795
5981
|
}, "strip", z.ZodTypeAny, {
|
|
5796
5982
|
ETH: bigint;
|
|
5797
5983
|
USDC: bigint;
|
|
5798
5984
|
FLIP: bigint;
|
|
5799
5985
|
USDT: bigint;
|
|
5986
|
+
WBTC: bigint;
|
|
5800
5987
|
}, {
|
|
5801
5988
|
ETH: string | number;
|
|
5802
5989
|
USDC: string | number;
|
|
5803
5990
|
FLIP: string | number;
|
|
5804
5991
|
USDT: string | number;
|
|
5992
|
+
WBTC: string | number;
|
|
5805
5993
|
}>;
|
|
5806
5994
|
Polkadot: z.ZodObject<{
|
|
5807
5995
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -5852,6 +6040,7 @@ declare const rpcResult: {
|
|
|
5852
6040
|
USDC: bigint;
|
|
5853
6041
|
FLIP: bigint;
|
|
5854
6042
|
USDT: bigint;
|
|
6043
|
+
WBTC: bigint;
|
|
5855
6044
|
};
|
|
5856
6045
|
Arbitrum: {
|
|
5857
6046
|
ETH: bigint;
|
|
@@ -5875,6 +6064,7 @@ declare const rpcResult: {
|
|
|
5875
6064
|
USDC: string | number;
|
|
5876
6065
|
FLIP: string | number;
|
|
5877
6066
|
USDT: string | number;
|
|
6067
|
+
WBTC: string | number;
|
|
5878
6068
|
};
|
|
5879
6069
|
Arbitrum: {
|
|
5880
6070
|
ETH: string | number;
|
|
@@ -5904,6 +6094,7 @@ declare const rpcResult: {
|
|
|
5904
6094
|
USDC: bigint;
|
|
5905
6095
|
FLIP: bigint;
|
|
5906
6096
|
USDT: bigint;
|
|
6097
|
+
WBTC: bigint;
|
|
5907
6098
|
};
|
|
5908
6099
|
Arbitrum: {
|
|
5909
6100
|
ETH: bigint;
|
|
@@ -5933,6 +6124,7 @@ declare const rpcResult: {
|
|
|
5933
6124
|
USDC: string | number;
|
|
5934
6125
|
FLIP: string | number;
|
|
5935
6126
|
USDT: string | number;
|
|
6127
|
+
WBTC: string | number;
|
|
5936
6128
|
};
|
|
5937
6129
|
Arbitrum: {
|
|
5938
6130
|
ETH: string | number;
|
|
@@ -5973,16 +6165,19 @@ declare const rpcResult: {
|
|
|
5973
6165
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5974
6166
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5975
6167
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6168
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5976
6169
|
}, "strip", z.ZodTypeAny, {
|
|
5977
6170
|
ETH: bigint;
|
|
5978
6171
|
USDC: bigint;
|
|
5979
6172
|
FLIP: bigint;
|
|
5980
6173
|
USDT: bigint;
|
|
6174
|
+
WBTC: bigint;
|
|
5981
6175
|
}, {
|
|
5982
6176
|
ETH: string | number;
|
|
5983
6177
|
USDC: string | number;
|
|
5984
6178
|
FLIP: string | number;
|
|
5985
6179
|
USDT: string | number;
|
|
6180
|
+
WBTC: string | number;
|
|
5986
6181
|
}>;
|
|
5987
6182
|
Polkadot: z.ZodObject<{
|
|
5988
6183
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -6033,6 +6228,7 @@ declare const rpcResult: {
|
|
|
6033
6228
|
USDC: bigint;
|
|
6034
6229
|
FLIP: bigint;
|
|
6035
6230
|
USDT: bigint;
|
|
6231
|
+
WBTC: bigint;
|
|
6036
6232
|
};
|
|
6037
6233
|
Arbitrum: {
|
|
6038
6234
|
ETH: bigint;
|
|
@@ -6056,6 +6252,7 @@ declare const rpcResult: {
|
|
|
6056
6252
|
USDC: string | number;
|
|
6057
6253
|
FLIP: string | number;
|
|
6058
6254
|
USDT: string | number;
|
|
6255
|
+
WBTC: string | number;
|
|
6059
6256
|
};
|
|
6060
6257
|
Arbitrum: {
|
|
6061
6258
|
ETH: string | number;
|
|
@@ -6085,6 +6282,7 @@ declare const rpcResult: {
|
|
|
6085
6282
|
USDC: bigint;
|
|
6086
6283
|
FLIP: bigint;
|
|
6087
6284
|
USDT: bigint;
|
|
6285
|
+
WBTC: bigint;
|
|
6088
6286
|
};
|
|
6089
6287
|
Arbitrum: {
|
|
6090
6288
|
ETH: bigint;
|
|
@@ -6114,6 +6312,7 @@ declare const rpcResult: {
|
|
|
6114
6312
|
USDC: string | number;
|
|
6115
6313
|
FLIP: string | number;
|
|
6116
6314
|
USDT: string | number;
|
|
6315
|
+
WBTC: string | number;
|
|
6117
6316
|
};
|
|
6118
6317
|
Arbitrum: {
|
|
6119
6318
|
ETH: string | number;
|
|
@@ -6145,6 +6344,7 @@ declare const rpcResult: {
|
|
|
6145
6344
|
USDC: bigint;
|
|
6146
6345
|
FLIP: bigint;
|
|
6147
6346
|
USDT: bigint;
|
|
6347
|
+
WBTC: bigint;
|
|
6148
6348
|
};
|
|
6149
6349
|
Arbitrum: {
|
|
6150
6350
|
ETH: bigint;
|
|
@@ -6175,6 +6375,7 @@ declare const rpcResult: {
|
|
|
6175
6375
|
USDC: bigint;
|
|
6176
6376
|
FLIP: bigint;
|
|
6177
6377
|
USDT: bigint;
|
|
6378
|
+
WBTC: bigint;
|
|
6178
6379
|
};
|
|
6179
6380
|
Arbitrum: {
|
|
6180
6381
|
ETH: bigint;
|
|
@@ -6206,6 +6407,7 @@ declare const rpcResult: {
|
|
|
6206
6407
|
USDC: string | number;
|
|
6207
6408
|
FLIP: string | number;
|
|
6208
6409
|
USDT: string | number;
|
|
6410
|
+
WBTC: string | number;
|
|
6209
6411
|
};
|
|
6210
6412
|
Arbitrum: {
|
|
6211
6413
|
ETH: string | number;
|
|
@@ -6236,6 +6438,7 @@ declare const rpcResult: {
|
|
|
6236
6438
|
USDC: string | number;
|
|
6237
6439
|
FLIP: string | number;
|
|
6238
6440
|
USDT: string | number;
|
|
6441
|
+
WBTC: string | number;
|
|
6239
6442
|
};
|
|
6240
6443
|
Arbitrum: {
|
|
6241
6444
|
ETH: string | number;
|
|
@@ -6263,6 +6466,7 @@ declare const rpcResult: {
|
|
|
6263
6466
|
USDC: bigint | null;
|
|
6264
6467
|
FLIP: bigint | null;
|
|
6265
6468
|
USDT: bigint | null;
|
|
6469
|
+
WBTC: bigint | null;
|
|
6266
6470
|
};
|
|
6267
6471
|
Arbitrum: {
|
|
6268
6472
|
ETH: bigint | null;
|
|
@@ -6294,6 +6498,7 @@ declare const rpcResult: {
|
|
|
6294
6498
|
USDC: bigint;
|
|
6295
6499
|
FLIP: bigint;
|
|
6296
6500
|
USDT: bigint;
|
|
6501
|
+
WBTC: bigint;
|
|
6297
6502
|
};
|
|
6298
6503
|
Arbitrum: {
|
|
6299
6504
|
ETH: bigint;
|
|
@@ -6324,6 +6529,7 @@ declare const rpcResult: {
|
|
|
6324
6529
|
USDC: bigint;
|
|
6325
6530
|
FLIP: bigint;
|
|
6326
6531
|
USDT: bigint;
|
|
6532
|
+
WBTC: bigint;
|
|
6327
6533
|
};
|
|
6328
6534
|
Arbitrum: {
|
|
6329
6535
|
ETH: bigint;
|
|
@@ -6353,6 +6559,7 @@ declare const rpcResult: {
|
|
|
6353
6559
|
USDC: bigint | null;
|
|
6354
6560
|
FLIP: bigint | null;
|
|
6355
6561
|
USDT: bigint | null;
|
|
6562
|
+
WBTC: bigint | null;
|
|
6356
6563
|
};
|
|
6357
6564
|
Arbitrum: {
|
|
6358
6565
|
ETH: bigint | null;
|
|
@@ -6378,6 +6585,7 @@ declare const rpcResult: {
|
|
|
6378
6585
|
USDC: string | number | null;
|
|
6379
6586
|
FLIP: string | number | null;
|
|
6380
6587
|
USDT: string | number | null;
|
|
6588
|
+
WBTC: string | number | null;
|
|
6381
6589
|
};
|
|
6382
6590
|
Arbitrum: {
|
|
6383
6591
|
ETH: string | number | null;
|
|
@@ -6409,6 +6617,7 @@ declare const rpcResult: {
|
|
|
6409
6617
|
USDC: string | number;
|
|
6410
6618
|
FLIP: string | number;
|
|
6411
6619
|
USDT: string | number;
|
|
6620
|
+
WBTC: string | number;
|
|
6412
6621
|
};
|
|
6413
6622
|
Arbitrum: {
|
|
6414
6623
|
ETH: string | number;
|
|
@@ -6439,6 +6648,7 @@ declare const rpcResult: {
|
|
|
6439
6648
|
USDC: string | number;
|
|
6440
6649
|
FLIP: string | number;
|
|
6441
6650
|
USDT: string | number;
|
|
6651
|
+
WBTC: string | number;
|
|
6442
6652
|
};
|
|
6443
6653
|
Arbitrum: {
|
|
6444
6654
|
ETH: string | number;
|
|
@@ -6468,6 +6678,7 @@ declare const rpcResult: {
|
|
|
6468
6678
|
USDC: string | number | null;
|
|
6469
6679
|
FLIP: string | number | null;
|
|
6470
6680
|
USDT: string | number | null;
|
|
6681
|
+
WBTC: string | number | null;
|
|
6471
6682
|
};
|
|
6472
6683
|
Arbitrum: {
|
|
6473
6684
|
ETH: string | number | null;
|
|
@@ -7248,8 +7459,106 @@ declare const rpcResult: {
|
|
|
7248
7459
|
asset: "USDC";
|
|
7249
7460
|
};
|
|
7250
7461
|
} | null>;
|
|
7251
|
-
|
|
7252
|
-
|
|
7462
|
+
WBTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
7463
|
+
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
7464
|
+
range_order_fee_hundredth_pips: z.ZodNumber;
|
|
7465
|
+
range_order_total_fees_earned: z.ZodObject<{
|
|
7466
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7467
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7468
|
+
}, "strip", z.ZodTypeAny, {
|
|
7469
|
+
base: bigint;
|
|
7470
|
+
quote: bigint;
|
|
7471
|
+
}, {
|
|
7472
|
+
base: string;
|
|
7473
|
+
quote: string;
|
|
7474
|
+
}>;
|
|
7475
|
+
limit_order_total_fees_earned: z.ZodObject<{
|
|
7476
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7477
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7478
|
+
}, "strip", z.ZodTypeAny, {
|
|
7479
|
+
base: bigint;
|
|
7480
|
+
quote: bigint;
|
|
7481
|
+
}, {
|
|
7482
|
+
base: string;
|
|
7483
|
+
quote: string;
|
|
7484
|
+
}>;
|
|
7485
|
+
range_total_swap_inputs: z.ZodObject<{
|
|
7486
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7487
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7488
|
+
}, "strip", z.ZodTypeAny, {
|
|
7489
|
+
base: bigint;
|
|
7490
|
+
quote: bigint;
|
|
7491
|
+
}, {
|
|
7492
|
+
base: string;
|
|
7493
|
+
quote: string;
|
|
7494
|
+
}>;
|
|
7495
|
+
limit_total_swap_inputs: z.ZodObject<{
|
|
7496
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7497
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
7498
|
+
}, "strip", z.ZodTypeAny, {
|
|
7499
|
+
base: bigint;
|
|
7500
|
+
quote: bigint;
|
|
7501
|
+
}, {
|
|
7502
|
+
base: string;
|
|
7503
|
+
quote: string;
|
|
7504
|
+
}>;
|
|
7505
|
+
quote_asset: z.ZodObject<{
|
|
7506
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
7507
|
+
asset: z.ZodLiteral<"USDC">;
|
|
7508
|
+
}, "strip", z.ZodTypeAny, {
|
|
7509
|
+
chain: "Ethereum";
|
|
7510
|
+
asset: "USDC";
|
|
7511
|
+
}, {
|
|
7512
|
+
chain: "Ethereum";
|
|
7513
|
+
asset: "USDC";
|
|
7514
|
+
}>;
|
|
7515
|
+
}, "strip", z.ZodTypeAny, {
|
|
7516
|
+
limit_order_fee_hundredth_pips: number;
|
|
7517
|
+
range_order_fee_hundredth_pips: number;
|
|
7518
|
+
range_order_total_fees_earned: {
|
|
7519
|
+
base: bigint;
|
|
7520
|
+
quote: bigint;
|
|
7521
|
+
};
|
|
7522
|
+
limit_order_total_fees_earned: {
|
|
7523
|
+
base: bigint;
|
|
7524
|
+
quote: bigint;
|
|
7525
|
+
};
|
|
7526
|
+
range_total_swap_inputs: {
|
|
7527
|
+
base: bigint;
|
|
7528
|
+
quote: bigint;
|
|
7529
|
+
};
|
|
7530
|
+
limit_total_swap_inputs: {
|
|
7531
|
+
base: bigint;
|
|
7532
|
+
quote: bigint;
|
|
7533
|
+
};
|
|
7534
|
+
quote_asset: {
|
|
7535
|
+
chain: "Ethereum";
|
|
7536
|
+
asset: "USDC";
|
|
7537
|
+
};
|
|
7538
|
+
}, {
|
|
7539
|
+
limit_order_fee_hundredth_pips: number;
|
|
7540
|
+
range_order_fee_hundredth_pips: number;
|
|
7541
|
+
range_order_total_fees_earned: {
|
|
7542
|
+
base: string;
|
|
7543
|
+
quote: string;
|
|
7544
|
+
};
|
|
7545
|
+
limit_order_total_fees_earned: {
|
|
7546
|
+
base: string;
|
|
7547
|
+
quote: string;
|
|
7548
|
+
};
|
|
7549
|
+
range_total_swap_inputs: {
|
|
7550
|
+
base: string;
|
|
7551
|
+
quote: string;
|
|
7552
|
+
};
|
|
7553
|
+
limit_total_swap_inputs: {
|
|
7554
|
+
base: string;
|
|
7555
|
+
quote: string;
|
|
7556
|
+
};
|
|
7557
|
+
quote_asset: {
|
|
7558
|
+
chain: "Ethereum";
|
|
7559
|
+
asset: "USDC";
|
|
7560
|
+
};
|
|
7561
|
+
}>>, {
|
|
7253
7562
|
limit_order_fee_hundredth_pips: number;
|
|
7254
7563
|
range_order_fee_hundredth_pips: number;
|
|
7255
7564
|
range_order_total_fees_earned: {
|
|
@@ -7295,8 +7604,32 @@ declare const rpcResult: {
|
|
|
7295
7604
|
readonly chain: "Ethereum";
|
|
7296
7605
|
readonly asset: "USDC";
|
|
7297
7606
|
};
|
|
7298
|
-
}
|
|
7299
|
-
|
|
7607
|
+
}, {
|
|
7608
|
+
limit_order_fee_hundredth_pips: number;
|
|
7609
|
+
range_order_fee_hundredth_pips: number;
|
|
7610
|
+
range_order_total_fees_earned: {
|
|
7611
|
+
base: string;
|
|
7612
|
+
quote: string;
|
|
7613
|
+
};
|
|
7614
|
+
limit_order_total_fees_earned: {
|
|
7615
|
+
base: string;
|
|
7616
|
+
quote: string;
|
|
7617
|
+
};
|
|
7618
|
+
range_total_swap_inputs: {
|
|
7619
|
+
base: string;
|
|
7620
|
+
quote: string;
|
|
7621
|
+
};
|
|
7622
|
+
limit_total_swap_inputs: {
|
|
7623
|
+
base: string;
|
|
7624
|
+
quote: string;
|
|
7625
|
+
};
|
|
7626
|
+
quote_asset: {
|
|
7627
|
+
chain: "Ethereum";
|
|
7628
|
+
asset: "USDC";
|
|
7629
|
+
};
|
|
7630
|
+
} | null>;
|
|
7631
|
+
}, "strip", z.ZodTypeAny, {
|
|
7632
|
+
ETH: {
|
|
7300
7633
|
limit_order_fee_hundredth_pips: number;
|
|
7301
7634
|
range_order_fee_hundredth_pips: number;
|
|
7302
7635
|
range_order_total_fees_earned: {
|
|
@@ -7343,7 +7676,7 @@ declare const rpcResult: {
|
|
|
7343
7676
|
readonly asset: "USDC";
|
|
7344
7677
|
};
|
|
7345
7678
|
};
|
|
7346
|
-
|
|
7679
|
+
FLIP: {
|
|
7347
7680
|
limit_order_fee_hundredth_pips: number;
|
|
7348
7681
|
range_order_fee_hundredth_pips: number;
|
|
7349
7682
|
range_order_total_fees_earned: {
|
|
@@ -7390,49 +7723,143 @@ declare const rpcResult: {
|
|
|
7390
7723
|
readonly asset: "USDC";
|
|
7391
7724
|
};
|
|
7392
7725
|
};
|
|
7393
|
-
|
|
7394
|
-
ETH: {
|
|
7726
|
+
USDT: {
|
|
7395
7727
|
limit_order_fee_hundredth_pips: number;
|
|
7396
7728
|
range_order_fee_hundredth_pips: number;
|
|
7397
7729
|
range_order_total_fees_earned: {
|
|
7398
|
-
base:
|
|
7399
|
-
quote:
|
|
7730
|
+
base: bigint;
|
|
7731
|
+
quote: bigint;
|
|
7400
7732
|
};
|
|
7401
7733
|
limit_order_total_fees_earned: {
|
|
7402
|
-
base:
|
|
7403
|
-
quote:
|
|
7734
|
+
base: bigint;
|
|
7735
|
+
quote: bigint;
|
|
7404
7736
|
};
|
|
7405
7737
|
range_total_swap_inputs: {
|
|
7406
|
-
base:
|
|
7407
|
-
quote:
|
|
7738
|
+
base: bigint;
|
|
7739
|
+
quote: bigint;
|
|
7408
7740
|
};
|
|
7409
7741
|
limit_total_swap_inputs: {
|
|
7410
|
-
base:
|
|
7411
|
-
quote:
|
|
7742
|
+
base: bigint;
|
|
7743
|
+
quote: bigint;
|
|
7412
7744
|
};
|
|
7413
7745
|
quote_asset: {
|
|
7414
7746
|
chain: "Ethereum";
|
|
7415
7747
|
asset: "USDC";
|
|
7416
7748
|
};
|
|
7417
|
-
} |
|
|
7418
|
-
|
|
7749
|
+
} | {
|
|
7750
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
7751
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
7752
|
+
readonly range_order_total_fees_earned: {
|
|
7753
|
+
readonly base: "0x0";
|
|
7754
|
+
readonly quote: "0x0";
|
|
7755
|
+
};
|
|
7756
|
+
readonly limit_order_total_fees_earned: {
|
|
7757
|
+
readonly base: "0x0";
|
|
7758
|
+
readonly quote: "0x0";
|
|
7759
|
+
};
|
|
7760
|
+
readonly range_total_swap_inputs: {
|
|
7761
|
+
readonly base: "0x0";
|
|
7762
|
+
readonly quote: "0x0";
|
|
7763
|
+
};
|
|
7764
|
+
readonly limit_total_swap_inputs: {
|
|
7765
|
+
readonly base: "0x0";
|
|
7766
|
+
readonly quote: "0x0";
|
|
7767
|
+
};
|
|
7768
|
+
readonly quote_asset: {
|
|
7769
|
+
readonly chain: "Ethereum";
|
|
7770
|
+
readonly asset: "USDC";
|
|
7771
|
+
};
|
|
7772
|
+
};
|
|
7773
|
+
WBTC: {
|
|
7419
7774
|
limit_order_fee_hundredth_pips: number;
|
|
7420
7775
|
range_order_fee_hundredth_pips: number;
|
|
7421
7776
|
range_order_total_fees_earned: {
|
|
7422
|
-
base:
|
|
7423
|
-
quote:
|
|
7777
|
+
base: bigint;
|
|
7778
|
+
quote: bigint;
|
|
7424
7779
|
};
|
|
7425
7780
|
limit_order_total_fees_earned: {
|
|
7426
|
-
base:
|
|
7427
|
-
quote:
|
|
7781
|
+
base: bigint;
|
|
7782
|
+
quote: bigint;
|
|
7428
7783
|
};
|
|
7429
7784
|
range_total_swap_inputs: {
|
|
7430
|
-
base:
|
|
7431
|
-
quote:
|
|
7785
|
+
base: bigint;
|
|
7786
|
+
quote: bigint;
|
|
7432
7787
|
};
|
|
7433
7788
|
limit_total_swap_inputs: {
|
|
7434
|
-
base:
|
|
7435
|
-
quote:
|
|
7789
|
+
base: bigint;
|
|
7790
|
+
quote: bigint;
|
|
7791
|
+
};
|
|
7792
|
+
quote_asset: {
|
|
7793
|
+
chain: "Ethereum";
|
|
7794
|
+
asset: "USDC";
|
|
7795
|
+
};
|
|
7796
|
+
} | {
|
|
7797
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
7798
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
7799
|
+
readonly range_order_total_fees_earned: {
|
|
7800
|
+
readonly base: "0x0";
|
|
7801
|
+
readonly quote: "0x0";
|
|
7802
|
+
};
|
|
7803
|
+
readonly limit_order_total_fees_earned: {
|
|
7804
|
+
readonly base: "0x0";
|
|
7805
|
+
readonly quote: "0x0";
|
|
7806
|
+
};
|
|
7807
|
+
readonly range_total_swap_inputs: {
|
|
7808
|
+
readonly base: "0x0";
|
|
7809
|
+
readonly quote: "0x0";
|
|
7810
|
+
};
|
|
7811
|
+
readonly limit_total_swap_inputs: {
|
|
7812
|
+
readonly base: "0x0";
|
|
7813
|
+
readonly quote: "0x0";
|
|
7814
|
+
};
|
|
7815
|
+
readonly quote_asset: {
|
|
7816
|
+
readonly chain: "Ethereum";
|
|
7817
|
+
readonly asset: "USDC";
|
|
7818
|
+
};
|
|
7819
|
+
};
|
|
7820
|
+
}, {
|
|
7821
|
+
ETH: {
|
|
7822
|
+
limit_order_fee_hundredth_pips: number;
|
|
7823
|
+
range_order_fee_hundredth_pips: number;
|
|
7824
|
+
range_order_total_fees_earned: {
|
|
7825
|
+
base: string;
|
|
7826
|
+
quote: string;
|
|
7827
|
+
};
|
|
7828
|
+
limit_order_total_fees_earned: {
|
|
7829
|
+
base: string;
|
|
7830
|
+
quote: string;
|
|
7831
|
+
};
|
|
7832
|
+
range_total_swap_inputs: {
|
|
7833
|
+
base: string;
|
|
7834
|
+
quote: string;
|
|
7835
|
+
};
|
|
7836
|
+
limit_total_swap_inputs: {
|
|
7837
|
+
base: string;
|
|
7838
|
+
quote: string;
|
|
7839
|
+
};
|
|
7840
|
+
quote_asset: {
|
|
7841
|
+
chain: "Ethereum";
|
|
7842
|
+
asset: "USDC";
|
|
7843
|
+
};
|
|
7844
|
+
} | null;
|
|
7845
|
+
FLIP: {
|
|
7846
|
+
limit_order_fee_hundredth_pips: number;
|
|
7847
|
+
range_order_fee_hundredth_pips: number;
|
|
7848
|
+
range_order_total_fees_earned: {
|
|
7849
|
+
base: string;
|
|
7850
|
+
quote: string;
|
|
7851
|
+
};
|
|
7852
|
+
limit_order_total_fees_earned: {
|
|
7853
|
+
base: string;
|
|
7854
|
+
quote: string;
|
|
7855
|
+
};
|
|
7856
|
+
range_total_swap_inputs: {
|
|
7857
|
+
base: string;
|
|
7858
|
+
quote: string;
|
|
7859
|
+
};
|
|
7860
|
+
limit_total_swap_inputs: {
|
|
7861
|
+
base: string;
|
|
7862
|
+
quote: string;
|
|
7436
7863
|
};
|
|
7437
7864
|
quote_asset: {
|
|
7438
7865
|
chain: "Ethereum";
|
|
@@ -7463,6 +7890,30 @@ declare const rpcResult: {
|
|
|
7463
7890
|
asset: "USDC";
|
|
7464
7891
|
};
|
|
7465
7892
|
} | null;
|
|
7893
|
+
WBTC: {
|
|
7894
|
+
limit_order_fee_hundredth_pips: number;
|
|
7895
|
+
range_order_fee_hundredth_pips: number;
|
|
7896
|
+
range_order_total_fees_earned: {
|
|
7897
|
+
base: string;
|
|
7898
|
+
quote: string;
|
|
7899
|
+
};
|
|
7900
|
+
limit_order_total_fees_earned: {
|
|
7901
|
+
base: string;
|
|
7902
|
+
quote: string;
|
|
7903
|
+
};
|
|
7904
|
+
range_total_swap_inputs: {
|
|
7905
|
+
base: string;
|
|
7906
|
+
quote: string;
|
|
7907
|
+
};
|
|
7908
|
+
limit_total_swap_inputs: {
|
|
7909
|
+
base: string;
|
|
7910
|
+
quote: string;
|
|
7911
|
+
};
|
|
7912
|
+
quote_asset: {
|
|
7913
|
+
chain: "Ethereum";
|
|
7914
|
+
asset: "USDC";
|
|
7915
|
+
};
|
|
7916
|
+
} | null;
|
|
7466
7917
|
}>;
|
|
7467
7918
|
Polkadot: z.ZodObject<{
|
|
7468
7919
|
DOT: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
@@ -9592,6 +10043,53 @@ declare const rpcResult: {
|
|
|
9592
10043
|
readonly asset: "USDC";
|
|
9593
10044
|
};
|
|
9594
10045
|
};
|
|
10046
|
+
WBTC: {
|
|
10047
|
+
limit_order_fee_hundredth_pips: number;
|
|
10048
|
+
range_order_fee_hundredth_pips: number;
|
|
10049
|
+
range_order_total_fees_earned: {
|
|
10050
|
+
base: bigint;
|
|
10051
|
+
quote: bigint;
|
|
10052
|
+
};
|
|
10053
|
+
limit_order_total_fees_earned: {
|
|
10054
|
+
base: bigint;
|
|
10055
|
+
quote: bigint;
|
|
10056
|
+
};
|
|
10057
|
+
range_total_swap_inputs: {
|
|
10058
|
+
base: bigint;
|
|
10059
|
+
quote: bigint;
|
|
10060
|
+
};
|
|
10061
|
+
limit_total_swap_inputs: {
|
|
10062
|
+
base: bigint;
|
|
10063
|
+
quote: bigint;
|
|
10064
|
+
};
|
|
10065
|
+
quote_asset: {
|
|
10066
|
+
chain: "Ethereum";
|
|
10067
|
+
asset: "USDC";
|
|
10068
|
+
};
|
|
10069
|
+
} | {
|
|
10070
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
10071
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
10072
|
+
readonly range_order_total_fees_earned: {
|
|
10073
|
+
readonly base: "0x0";
|
|
10074
|
+
readonly quote: "0x0";
|
|
10075
|
+
};
|
|
10076
|
+
readonly limit_order_total_fees_earned: {
|
|
10077
|
+
readonly base: "0x0";
|
|
10078
|
+
readonly quote: "0x0";
|
|
10079
|
+
};
|
|
10080
|
+
readonly range_total_swap_inputs: {
|
|
10081
|
+
readonly base: "0x0";
|
|
10082
|
+
readonly quote: "0x0";
|
|
10083
|
+
};
|
|
10084
|
+
readonly limit_total_swap_inputs: {
|
|
10085
|
+
readonly base: "0x0";
|
|
10086
|
+
readonly quote: "0x0";
|
|
10087
|
+
};
|
|
10088
|
+
readonly quote_asset: {
|
|
10089
|
+
readonly chain: "Ethereum";
|
|
10090
|
+
readonly asset: "USDC";
|
|
10091
|
+
};
|
|
10092
|
+
};
|
|
9595
10093
|
};
|
|
9596
10094
|
Arbitrum: {
|
|
9597
10095
|
ETH: {
|
|
@@ -10028,6 +10526,30 @@ declare const rpcResult: {
|
|
|
10028
10526
|
asset: "USDC";
|
|
10029
10527
|
};
|
|
10030
10528
|
} | null;
|
|
10529
|
+
WBTC: {
|
|
10530
|
+
limit_order_fee_hundredth_pips: number;
|
|
10531
|
+
range_order_fee_hundredth_pips: number;
|
|
10532
|
+
range_order_total_fees_earned: {
|
|
10533
|
+
base: string;
|
|
10534
|
+
quote: string;
|
|
10535
|
+
};
|
|
10536
|
+
limit_order_total_fees_earned: {
|
|
10537
|
+
base: string;
|
|
10538
|
+
quote: string;
|
|
10539
|
+
};
|
|
10540
|
+
range_total_swap_inputs: {
|
|
10541
|
+
base: string;
|
|
10542
|
+
quote: string;
|
|
10543
|
+
};
|
|
10544
|
+
limit_total_swap_inputs: {
|
|
10545
|
+
base: string;
|
|
10546
|
+
quote: string;
|
|
10547
|
+
};
|
|
10548
|
+
quote_asset: {
|
|
10549
|
+
chain: "Ethereum";
|
|
10550
|
+
asset: "USDC";
|
|
10551
|
+
};
|
|
10552
|
+
} | null;
|
|
10031
10553
|
};
|
|
10032
10554
|
Arbitrum: {
|
|
10033
10555
|
ETH: {
|
|
@@ -10397,6 +10919,53 @@ declare const rpcResult: {
|
|
|
10397
10919
|
readonly asset: "USDC";
|
|
10398
10920
|
};
|
|
10399
10921
|
};
|
|
10922
|
+
WBTC: {
|
|
10923
|
+
limit_order_fee_hundredth_pips: number;
|
|
10924
|
+
range_order_fee_hundredth_pips: number;
|
|
10925
|
+
range_order_total_fees_earned: {
|
|
10926
|
+
base: bigint;
|
|
10927
|
+
quote: bigint;
|
|
10928
|
+
};
|
|
10929
|
+
limit_order_total_fees_earned: {
|
|
10930
|
+
base: bigint;
|
|
10931
|
+
quote: bigint;
|
|
10932
|
+
};
|
|
10933
|
+
range_total_swap_inputs: {
|
|
10934
|
+
base: bigint;
|
|
10935
|
+
quote: bigint;
|
|
10936
|
+
};
|
|
10937
|
+
limit_total_swap_inputs: {
|
|
10938
|
+
base: bigint;
|
|
10939
|
+
quote: bigint;
|
|
10940
|
+
};
|
|
10941
|
+
quote_asset: {
|
|
10942
|
+
chain: "Ethereum";
|
|
10943
|
+
asset: "USDC";
|
|
10944
|
+
};
|
|
10945
|
+
} | {
|
|
10946
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
10947
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
10948
|
+
readonly range_order_total_fees_earned: {
|
|
10949
|
+
readonly base: "0x0";
|
|
10950
|
+
readonly quote: "0x0";
|
|
10951
|
+
};
|
|
10952
|
+
readonly limit_order_total_fees_earned: {
|
|
10953
|
+
readonly base: "0x0";
|
|
10954
|
+
readonly quote: "0x0";
|
|
10955
|
+
};
|
|
10956
|
+
readonly range_total_swap_inputs: {
|
|
10957
|
+
readonly base: "0x0";
|
|
10958
|
+
readonly quote: "0x0";
|
|
10959
|
+
};
|
|
10960
|
+
readonly limit_total_swap_inputs: {
|
|
10961
|
+
readonly base: "0x0";
|
|
10962
|
+
readonly quote: "0x0";
|
|
10963
|
+
};
|
|
10964
|
+
readonly quote_asset: {
|
|
10965
|
+
readonly chain: "Ethereum";
|
|
10966
|
+
readonly asset: "USDC";
|
|
10967
|
+
};
|
|
10968
|
+
};
|
|
10400
10969
|
};
|
|
10401
10970
|
Arbitrum: {
|
|
10402
10971
|
ETH: {
|
|
@@ -10835,6 +11404,30 @@ declare const rpcResult: {
|
|
|
10835
11404
|
asset: "USDC";
|
|
10836
11405
|
};
|
|
10837
11406
|
} | null;
|
|
11407
|
+
WBTC: {
|
|
11408
|
+
limit_order_fee_hundredth_pips: number;
|
|
11409
|
+
range_order_fee_hundredth_pips: number;
|
|
11410
|
+
range_order_total_fees_earned: {
|
|
11411
|
+
base: string;
|
|
11412
|
+
quote: string;
|
|
11413
|
+
};
|
|
11414
|
+
limit_order_total_fees_earned: {
|
|
11415
|
+
base: string;
|
|
11416
|
+
quote: string;
|
|
11417
|
+
};
|
|
11418
|
+
range_total_swap_inputs: {
|
|
11419
|
+
base: string;
|
|
11420
|
+
quote: string;
|
|
11421
|
+
};
|
|
11422
|
+
limit_total_swap_inputs: {
|
|
11423
|
+
base: string;
|
|
11424
|
+
quote: string;
|
|
11425
|
+
};
|
|
11426
|
+
quote_asset: {
|
|
11427
|
+
chain: "Ethereum";
|
|
11428
|
+
asset: "USDC";
|
|
11429
|
+
};
|
|
11430
|
+
} | null;
|
|
10838
11431
|
};
|
|
10839
11432
|
Arbitrum: {
|
|
10840
11433
|
ETH: {
|
|
@@ -11023,6 +11616,7 @@ declare const rpcResult: {
|
|
|
11023
11616
|
USDC: bigint;
|
|
11024
11617
|
FLIP: bigint;
|
|
11025
11618
|
USDT: bigint;
|
|
11619
|
+
WBTC: bigint;
|
|
11026
11620
|
};
|
|
11027
11621
|
Arbitrum: {
|
|
11028
11622
|
ETH: bigint;
|
|
@@ -11047,6 +11641,7 @@ declare const rpcResult: {
|
|
|
11047
11641
|
USDC: bigint | null;
|
|
11048
11642
|
FLIP: bigint | null;
|
|
11049
11643
|
USDT: bigint | null;
|
|
11644
|
+
WBTC: bigint | null;
|
|
11050
11645
|
};
|
|
11051
11646
|
Arbitrum: {
|
|
11052
11647
|
ETH: bigint | null;
|
|
@@ -11071,6 +11666,7 @@ declare const rpcResult: {
|
|
|
11071
11666
|
USDC: bigint | null;
|
|
11072
11667
|
FLIP: bigint | null;
|
|
11073
11668
|
USDT: bigint | null;
|
|
11669
|
+
WBTC: bigint | null;
|
|
11074
11670
|
};
|
|
11075
11671
|
Arbitrum: {
|
|
11076
11672
|
ETH: bigint | null;
|
|
@@ -11102,6 +11698,7 @@ declare const rpcResult: {
|
|
|
11102
11698
|
USDC: bigint;
|
|
11103
11699
|
FLIP: bigint;
|
|
11104
11700
|
USDT: bigint;
|
|
11701
|
+
WBTC: bigint;
|
|
11105
11702
|
};
|
|
11106
11703
|
Arbitrum: {
|
|
11107
11704
|
ETH: bigint;
|
|
@@ -11148,6 +11745,7 @@ declare const rpcResult: {
|
|
|
11148
11745
|
USDC: bigint;
|
|
11149
11746
|
FLIP: bigint;
|
|
11150
11747
|
USDT: bigint;
|
|
11748
|
+
WBTC: bigint;
|
|
11151
11749
|
};
|
|
11152
11750
|
Arbitrum: {
|
|
11153
11751
|
ETH: bigint;
|
|
@@ -11174,6 +11772,7 @@ declare const rpcResult: {
|
|
|
11174
11772
|
USDC: bigint | null;
|
|
11175
11773
|
FLIP: bigint | null;
|
|
11176
11774
|
USDT: bigint | null;
|
|
11775
|
+
WBTC: bigint | null;
|
|
11177
11776
|
};
|
|
11178
11777
|
Arbitrum: {
|
|
11179
11778
|
ETH: bigint | null;
|
|
@@ -11205,6 +11804,7 @@ declare const rpcResult: {
|
|
|
11205
11804
|
USDC: bigint;
|
|
11206
11805
|
FLIP: bigint;
|
|
11207
11806
|
USDT: bigint;
|
|
11807
|
+
WBTC: bigint;
|
|
11208
11808
|
};
|
|
11209
11809
|
Arbitrum: {
|
|
11210
11810
|
ETH: bigint;
|
|
@@ -11235,6 +11835,7 @@ declare const rpcResult: {
|
|
|
11235
11835
|
USDC: bigint;
|
|
11236
11836
|
FLIP: bigint;
|
|
11237
11837
|
USDT: bigint;
|
|
11838
|
+
WBTC: bigint;
|
|
11238
11839
|
};
|
|
11239
11840
|
Arbitrum: {
|
|
11240
11841
|
ETH: bigint;
|
|
@@ -11264,6 +11865,7 @@ declare const rpcResult: {
|
|
|
11264
11865
|
USDC: bigint | null;
|
|
11265
11866
|
FLIP: bigint | null;
|
|
11266
11867
|
USDT: bigint | null;
|
|
11868
|
+
WBTC: bigint | null;
|
|
11267
11869
|
};
|
|
11268
11870
|
Arbitrum: {
|
|
11269
11871
|
ETH: bigint | null;
|
|
@@ -11477,9 +12079,7 @@ declare const rpcResult: {
|
|
|
11477
12079
|
readonly asset: "USDC";
|
|
11478
12080
|
};
|
|
11479
12081
|
};
|
|
11480
|
-
|
|
11481
|
-
Arbitrum: {
|
|
11482
|
-
ETH: {
|
|
12082
|
+
WBTC: {
|
|
11483
12083
|
limit_order_fee_hundredth_pips: number;
|
|
11484
12084
|
range_order_fee_hundredth_pips: number;
|
|
11485
12085
|
range_order_total_fees_earned: {
|
|
@@ -11526,7 +12126,9 @@ declare const rpcResult: {
|
|
|
11526
12126
|
readonly asset: "USDC";
|
|
11527
12127
|
};
|
|
11528
12128
|
};
|
|
11529
|
-
|
|
12129
|
+
};
|
|
12130
|
+
Arbitrum: {
|
|
12131
|
+
ETH: {
|
|
11530
12132
|
limit_order_fee_hundredth_pips: number;
|
|
11531
12133
|
range_order_fee_hundredth_pips: number;
|
|
11532
12134
|
range_order_total_fees_earned: {
|
|
@@ -11573,8 +12175,6 @@ declare const rpcResult: {
|
|
|
11573
12175
|
readonly asset: "USDC";
|
|
11574
12176
|
};
|
|
11575
12177
|
};
|
|
11576
|
-
};
|
|
11577
|
-
Solana: {
|
|
11578
12178
|
USDC: {
|
|
11579
12179
|
limit_order_fee_hundredth_pips: number;
|
|
11580
12180
|
range_order_fee_hundredth_pips: number;
|
|
@@ -11622,7 +12222,9 @@ declare const rpcResult: {
|
|
|
11622
12222
|
readonly asset: "USDC";
|
|
11623
12223
|
};
|
|
11624
12224
|
};
|
|
11625
|
-
|
|
12225
|
+
};
|
|
12226
|
+
Solana: {
|
|
12227
|
+
USDC: {
|
|
11626
12228
|
limit_order_fee_hundredth_pips: number;
|
|
11627
12229
|
range_order_fee_hundredth_pips: number;
|
|
11628
12230
|
range_order_total_fees_earned: {
|
|
@@ -11669,9 +12271,7 @@ declare const rpcResult: {
|
|
|
11669
12271
|
readonly asset: "USDC";
|
|
11670
12272
|
};
|
|
11671
12273
|
};
|
|
11672
|
-
|
|
11673
|
-
Assethub: {
|
|
11674
|
-
USDC: {
|
|
12274
|
+
SOL: {
|
|
11675
12275
|
limit_order_fee_hundredth_pips: number;
|
|
11676
12276
|
range_order_fee_hundredth_pips: number;
|
|
11677
12277
|
range_order_total_fees_earned: {
|
|
@@ -11718,7 +12318,56 @@ declare const rpcResult: {
|
|
|
11718
12318
|
readonly asset: "USDC";
|
|
11719
12319
|
};
|
|
11720
12320
|
};
|
|
11721
|
-
|
|
12321
|
+
};
|
|
12322
|
+
Assethub: {
|
|
12323
|
+
USDC: {
|
|
12324
|
+
limit_order_fee_hundredth_pips: number;
|
|
12325
|
+
range_order_fee_hundredth_pips: number;
|
|
12326
|
+
range_order_total_fees_earned: {
|
|
12327
|
+
base: bigint;
|
|
12328
|
+
quote: bigint;
|
|
12329
|
+
};
|
|
12330
|
+
limit_order_total_fees_earned: {
|
|
12331
|
+
base: bigint;
|
|
12332
|
+
quote: bigint;
|
|
12333
|
+
};
|
|
12334
|
+
range_total_swap_inputs: {
|
|
12335
|
+
base: bigint;
|
|
12336
|
+
quote: bigint;
|
|
12337
|
+
};
|
|
12338
|
+
limit_total_swap_inputs: {
|
|
12339
|
+
base: bigint;
|
|
12340
|
+
quote: bigint;
|
|
12341
|
+
};
|
|
12342
|
+
quote_asset: {
|
|
12343
|
+
chain: "Ethereum";
|
|
12344
|
+
asset: "USDC";
|
|
12345
|
+
};
|
|
12346
|
+
} | {
|
|
12347
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
12348
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
12349
|
+
readonly range_order_total_fees_earned: {
|
|
12350
|
+
readonly base: "0x0";
|
|
12351
|
+
readonly quote: "0x0";
|
|
12352
|
+
};
|
|
12353
|
+
readonly limit_order_total_fees_earned: {
|
|
12354
|
+
readonly base: "0x0";
|
|
12355
|
+
readonly quote: "0x0";
|
|
12356
|
+
};
|
|
12357
|
+
readonly range_total_swap_inputs: {
|
|
12358
|
+
readonly base: "0x0";
|
|
12359
|
+
readonly quote: "0x0";
|
|
12360
|
+
};
|
|
12361
|
+
readonly limit_total_swap_inputs: {
|
|
12362
|
+
readonly base: "0x0";
|
|
12363
|
+
readonly quote: "0x0";
|
|
12364
|
+
};
|
|
12365
|
+
readonly quote_asset: {
|
|
12366
|
+
readonly chain: "Ethereum";
|
|
12367
|
+
readonly asset: "USDC";
|
|
12368
|
+
};
|
|
12369
|
+
};
|
|
12370
|
+
USDT: {
|
|
11722
12371
|
limit_order_fee_hundredth_pips: number;
|
|
11723
12372
|
range_order_fee_hundredth_pips: number;
|
|
11724
12373
|
range_order_total_fees_earned: {
|
|
@@ -11826,6 +12475,7 @@ declare const rpcResult: {
|
|
|
11826
12475
|
USDC: string | number;
|
|
11827
12476
|
FLIP: string | number;
|
|
11828
12477
|
USDT: string | number;
|
|
12478
|
+
WBTC: string | number;
|
|
11829
12479
|
};
|
|
11830
12480
|
Arbitrum: {
|
|
11831
12481
|
ETH: string | number;
|
|
@@ -11850,6 +12500,7 @@ declare const rpcResult: {
|
|
|
11850
12500
|
USDC: string | number | null;
|
|
11851
12501
|
FLIP: string | number | null;
|
|
11852
12502
|
USDT: string | number | null;
|
|
12503
|
+
WBTC: string | number | null;
|
|
11853
12504
|
};
|
|
11854
12505
|
Arbitrum: {
|
|
11855
12506
|
ETH: string | number | null;
|
|
@@ -11874,6 +12525,7 @@ declare const rpcResult: {
|
|
|
11874
12525
|
USDC: string | number | null;
|
|
11875
12526
|
FLIP: string | number | null;
|
|
11876
12527
|
USDT: string | number | null;
|
|
12528
|
+
WBTC: string | number | null;
|
|
11877
12529
|
};
|
|
11878
12530
|
Arbitrum: {
|
|
11879
12531
|
ETH: string | number | null;
|
|
@@ -11905,6 +12557,7 @@ declare const rpcResult: {
|
|
|
11905
12557
|
USDC: string | number;
|
|
11906
12558
|
FLIP: string | number;
|
|
11907
12559
|
USDT: string | number;
|
|
12560
|
+
WBTC: string | number;
|
|
11908
12561
|
};
|
|
11909
12562
|
Arbitrum: {
|
|
11910
12563
|
ETH: string | number;
|
|
@@ -11952,6 +12605,7 @@ declare const rpcResult: {
|
|
|
11952
12605
|
USDC: string | number | null;
|
|
11953
12606
|
FLIP: string | number | null;
|
|
11954
12607
|
USDT: string | number | null;
|
|
12608
|
+
WBTC: string | number | null;
|
|
11955
12609
|
};
|
|
11956
12610
|
Arbitrum: {
|
|
11957
12611
|
ETH: string | number | null;
|
|
@@ -11983,6 +12637,7 @@ declare const rpcResult: {
|
|
|
11983
12637
|
USDC: string | number;
|
|
11984
12638
|
FLIP: string | number;
|
|
11985
12639
|
USDT: string | number;
|
|
12640
|
+
WBTC: string | number;
|
|
11986
12641
|
};
|
|
11987
12642
|
Arbitrum: {
|
|
11988
12643
|
ETH: string | number;
|
|
@@ -12013,6 +12668,7 @@ declare const rpcResult: {
|
|
|
12013
12668
|
USDC: string | number;
|
|
12014
12669
|
FLIP: string | number;
|
|
12015
12670
|
USDT: string | number;
|
|
12671
|
+
WBTC: string | number;
|
|
12016
12672
|
};
|
|
12017
12673
|
Arbitrum: {
|
|
12018
12674
|
ETH: string | number;
|
|
@@ -12042,6 +12698,7 @@ declare const rpcResult: {
|
|
|
12042
12698
|
USDC: string | number | null;
|
|
12043
12699
|
FLIP: string | number | null;
|
|
12044
12700
|
USDT: string | number | null;
|
|
12701
|
+
WBTC: string | number | null;
|
|
12045
12702
|
};
|
|
12046
12703
|
Arbitrum: {
|
|
12047
12704
|
ETH: string | number | null;
|
|
@@ -12163,6 +12820,30 @@ declare const rpcResult: {
|
|
|
12163
12820
|
asset: "USDC";
|
|
12164
12821
|
};
|
|
12165
12822
|
} | null;
|
|
12823
|
+
WBTC: {
|
|
12824
|
+
limit_order_fee_hundredth_pips: number;
|
|
12825
|
+
range_order_fee_hundredth_pips: number;
|
|
12826
|
+
range_order_total_fees_earned: {
|
|
12827
|
+
base: string;
|
|
12828
|
+
quote: string;
|
|
12829
|
+
};
|
|
12830
|
+
limit_order_total_fees_earned: {
|
|
12831
|
+
base: string;
|
|
12832
|
+
quote: string;
|
|
12833
|
+
};
|
|
12834
|
+
range_total_swap_inputs: {
|
|
12835
|
+
base: string;
|
|
12836
|
+
quote: string;
|
|
12837
|
+
};
|
|
12838
|
+
limit_total_swap_inputs: {
|
|
12839
|
+
base: string;
|
|
12840
|
+
quote: string;
|
|
12841
|
+
};
|
|
12842
|
+
quote_asset: {
|
|
12843
|
+
chain: "Ethereum";
|
|
12844
|
+
asset: "USDC";
|
|
12845
|
+
};
|
|
12846
|
+
} | null;
|
|
12166
12847
|
};
|
|
12167
12848
|
Arbitrum: {
|
|
12168
12849
|
ETH: {
|
|
@@ -12365,16 +13046,19 @@ declare const rpcResult: {
|
|
|
12365
13046
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12366
13047
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12367
13048
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
13049
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12368
13050
|
}, "strip", z.ZodTypeAny, {
|
|
12369
13051
|
ETH: bigint;
|
|
12370
13052
|
USDC: bigint;
|
|
12371
13053
|
FLIP: bigint;
|
|
12372
13054
|
USDT: bigint;
|
|
13055
|
+
WBTC: bigint;
|
|
12373
13056
|
}, {
|
|
12374
13057
|
ETH: string | number;
|
|
12375
13058
|
USDC: string | number;
|
|
12376
13059
|
FLIP: string | number;
|
|
12377
13060
|
USDT: string | number;
|
|
13061
|
+
WBTC: string | number;
|
|
12378
13062
|
}>;
|
|
12379
13063
|
Polkadot: z.ZodObject<{
|
|
12380
13064
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -12425,6 +13109,7 @@ declare const rpcResult: {
|
|
|
12425
13109
|
USDC: bigint;
|
|
12426
13110
|
FLIP: bigint;
|
|
12427
13111
|
USDT: bigint;
|
|
13112
|
+
WBTC: bigint;
|
|
12428
13113
|
};
|
|
12429
13114
|
Arbitrum: {
|
|
12430
13115
|
ETH: bigint;
|
|
@@ -12448,6 +13133,7 @@ declare const rpcResult: {
|
|
|
12448
13133
|
USDC: string | number;
|
|
12449
13134
|
FLIP: string | number;
|
|
12450
13135
|
USDT: string | number;
|
|
13136
|
+
WBTC: string | number;
|
|
12451
13137
|
};
|
|
12452
13138
|
Arbitrum: {
|
|
12453
13139
|
ETH: string | number;
|
|
@@ -12476,16 +13162,19 @@ declare const rpcResult: {
|
|
|
12476
13162
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12477
13163
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12478
13164
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
13165
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12479
13166
|
}, "strip", z.ZodTypeAny, {
|
|
12480
13167
|
ETH: bigint | null;
|
|
12481
13168
|
USDC: bigint | null;
|
|
12482
13169
|
FLIP: bigint | null;
|
|
12483
13170
|
USDT: bigint | null;
|
|
13171
|
+
WBTC: bigint | null;
|
|
12484
13172
|
}, {
|
|
12485
13173
|
ETH: string | number | null;
|
|
12486
13174
|
USDC: string | number | null;
|
|
12487
13175
|
FLIP: string | number | null;
|
|
12488
13176
|
USDT: string | number | null;
|
|
13177
|
+
WBTC: string | number | null;
|
|
12489
13178
|
}>;
|
|
12490
13179
|
Polkadot: z.ZodObject<{
|
|
12491
13180
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -12536,6 +13225,7 @@ declare const rpcResult: {
|
|
|
12536
13225
|
USDC: bigint | null;
|
|
12537
13226
|
FLIP: bigint | null;
|
|
12538
13227
|
USDT: bigint | null;
|
|
13228
|
+
WBTC: bigint | null;
|
|
12539
13229
|
};
|
|
12540
13230
|
Arbitrum: {
|
|
12541
13231
|
ETH: bigint | null;
|
|
@@ -12559,6 +13249,7 @@ declare const rpcResult: {
|
|
|
12559
13249
|
USDC: string | number | null;
|
|
12560
13250
|
FLIP: string | number | null;
|
|
12561
13251
|
USDT: string | number | null;
|
|
13252
|
+
WBTC: string | number | null;
|
|
12562
13253
|
};
|
|
12563
13254
|
Arbitrum: {
|
|
12564
13255
|
ETH: string | number | null;
|
|
@@ -12587,16 +13278,19 @@ declare const rpcResult: {
|
|
|
12587
13278
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12588
13279
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12589
13280
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
13281
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
12590
13282
|
}, "strip", z.ZodTypeAny, {
|
|
12591
13283
|
ETH: bigint | null;
|
|
12592
13284
|
USDC: bigint | null;
|
|
12593
13285
|
FLIP: bigint | null;
|
|
12594
13286
|
USDT: bigint | null;
|
|
13287
|
+
WBTC: bigint | null;
|
|
12595
13288
|
}, {
|
|
12596
13289
|
ETH: string | number | null;
|
|
12597
13290
|
USDC: string | number | null;
|
|
12598
13291
|
FLIP: string | number | null;
|
|
12599
13292
|
USDT: string | number | null;
|
|
13293
|
+
WBTC: string | number | null;
|
|
12600
13294
|
}>;
|
|
12601
13295
|
Polkadot: z.ZodObject<{
|
|
12602
13296
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -12647,6 +13341,7 @@ declare const rpcResult: {
|
|
|
12647
13341
|
USDC: bigint | null;
|
|
12648
13342
|
FLIP: bigint | null;
|
|
12649
13343
|
USDT: bigint | null;
|
|
13344
|
+
WBTC: bigint | null;
|
|
12650
13345
|
};
|
|
12651
13346
|
Arbitrum: {
|
|
12652
13347
|
ETH: bigint | null;
|
|
@@ -12670,6 +13365,7 @@ declare const rpcResult: {
|
|
|
12670
13365
|
USDC: string | number | null;
|
|
12671
13366
|
FLIP: string | number | null;
|
|
12672
13367
|
USDT: string | number | null;
|
|
13368
|
+
WBTC: string | number | null;
|
|
12673
13369
|
};
|
|
12674
13370
|
Arbitrum: {
|
|
12675
13371
|
ETH: string | number | null;
|
|
@@ -12718,16 +13414,19 @@ declare const rpcResult: {
|
|
|
12718
13414
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12719
13415
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12720
13416
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
13417
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
12721
13418
|
}, "strip", z.ZodTypeAny, {
|
|
12722
13419
|
ETH: bigint;
|
|
12723
13420
|
USDC: bigint;
|
|
12724
13421
|
FLIP: bigint;
|
|
12725
13422
|
USDT: bigint;
|
|
13423
|
+
WBTC: bigint;
|
|
12726
13424
|
}, {
|
|
12727
13425
|
ETH: string | number;
|
|
12728
13426
|
USDC: string | number;
|
|
12729
13427
|
FLIP: string | number;
|
|
12730
13428
|
USDT: string | number;
|
|
13429
|
+
WBTC: string | number;
|
|
12731
13430
|
}>;
|
|
12732
13431
|
Polkadot: z.ZodObject<{
|
|
12733
13432
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -12778,6 +13477,7 @@ declare const rpcResult: {
|
|
|
12778
13477
|
USDC: bigint;
|
|
12779
13478
|
FLIP: bigint;
|
|
12780
13479
|
USDT: bigint;
|
|
13480
|
+
WBTC: bigint;
|
|
12781
13481
|
};
|
|
12782
13482
|
Arbitrum: {
|
|
12783
13483
|
ETH: bigint;
|
|
@@ -12801,6 +13501,7 @@ declare const rpcResult: {
|
|
|
12801
13501
|
USDC: string | number;
|
|
12802
13502
|
FLIP: string | number;
|
|
12803
13503
|
USDT: string | number;
|
|
13504
|
+
WBTC: string | number;
|
|
12804
13505
|
};
|
|
12805
13506
|
Arbitrum: {
|
|
12806
13507
|
ETH: string | number;
|
|
@@ -12886,6 +13587,7 @@ declare const rpcResult: {
|
|
|
12886
13587
|
USDC: bigint;
|
|
12887
13588
|
FLIP: bigint;
|
|
12888
13589
|
USDT: bigint;
|
|
13590
|
+
WBTC: bigint;
|
|
12889
13591
|
};
|
|
12890
13592
|
Arbitrum: {
|
|
12891
13593
|
ETH: bigint;
|
|
@@ -12910,6 +13612,7 @@ declare const rpcResult: {
|
|
|
12910
13612
|
USDC: bigint | null;
|
|
12911
13613
|
FLIP: bigint | null;
|
|
12912
13614
|
USDT: bigint | null;
|
|
13615
|
+
WBTC: bigint | null;
|
|
12913
13616
|
};
|
|
12914
13617
|
Arbitrum: {
|
|
12915
13618
|
ETH: bigint | null;
|
|
@@ -12934,6 +13637,7 @@ declare const rpcResult: {
|
|
|
12934
13637
|
USDC: bigint | null;
|
|
12935
13638
|
FLIP: bigint | null;
|
|
12936
13639
|
USDT: bigint | null;
|
|
13640
|
+
WBTC: bigint | null;
|
|
12937
13641
|
};
|
|
12938
13642
|
Arbitrum: {
|
|
12939
13643
|
ETH: bigint | null;
|
|
@@ -12965,6 +13669,7 @@ declare const rpcResult: {
|
|
|
12965
13669
|
USDC: bigint;
|
|
12966
13670
|
FLIP: bigint;
|
|
12967
13671
|
USDT: bigint;
|
|
13672
|
+
WBTC: bigint;
|
|
12968
13673
|
};
|
|
12969
13674
|
Arbitrum: {
|
|
12970
13675
|
ETH: bigint;
|
|
@@ -13011,6 +13716,7 @@ declare const rpcResult: {
|
|
|
13011
13716
|
USDC: string | number;
|
|
13012
13717
|
FLIP: string | number;
|
|
13013
13718
|
USDT: string | number;
|
|
13719
|
+
WBTC: string | number;
|
|
13014
13720
|
};
|
|
13015
13721
|
Arbitrum: {
|
|
13016
13722
|
ETH: string | number;
|
|
@@ -13035,6 +13741,7 @@ declare const rpcResult: {
|
|
|
13035
13741
|
USDC: string | number | null;
|
|
13036
13742
|
FLIP: string | number | null;
|
|
13037
13743
|
USDT: string | number | null;
|
|
13744
|
+
WBTC: string | number | null;
|
|
13038
13745
|
};
|
|
13039
13746
|
Arbitrum: {
|
|
13040
13747
|
ETH: string | number | null;
|
|
@@ -13059,6 +13766,7 @@ declare const rpcResult: {
|
|
|
13059
13766
|
USDC: string | number | null;
|
|
13060
13767
|
FLIP: string | number | null;
|
|
13061
13768
|
USDT: string | number | null;
|
|
13769
|
+
WBTC: string | number | null;
|
|
13062
13770
|
};
|
|
13063
13771
|
Arbitrum: {
|
|
13064
13772
|
ETH: string | number | null;
|
|
@@ -13090,6 +13798,7 @@ declare const rpcResult: {
|
|
|
13090
13798
|
USDC: string | number;
|
|
13091
13799
|
FLIP: string | number;
|
|
13092
13800
|
USDT: string | number;
|
|
13801
|
+
WBTC: string | number;
|
|
13093
13802
|
};
|
|
13094
13803
|
Arbitrum: {
|
|
13095
13804
|
ETH: string | number;
|
|
@@ -13136,6 +13845,7 @@ declare const rpcResult: {
|
|
|
13136
13845
|
USDC: bigint;
|
|
13137
13846
|
FLIP: bigint;
|
|
13138
13847
|
USDT: bigint;
|
|
13848
|
+
WBTC: bigint;
|
|
13139
13849
|
};
|
|
13140
13850
|
Arbitrum: {
|
|
13141
13851
|
ETH: bigint;
|
|
@@ -13160,6 +13870,7 @@ declare const rpcResult: {
|
|
|
13160
13870
|
USDC: bigint | null;
|
|
13161
13871
|
FLIP: bigint | null;
|
|
13162
13872
|
USDT: bigint | null;
|
|
13873
|
+
WBTC: bigint | null;
|
|
13163
13874
|
};
|
|
13164
13875
|
Arbitrum: {
|
|
13165
13876
|
ETH: bigint | null;
|
|
@@ -13184,6 +13895,7 @@ declare const rpcResult: {
|
|
|
13184
13895
|
USDC: bigint | null;
|
|
13185
13896
|
FLIP: bigint | null;
|
|
13186
13897
|
USDT: bigint | null;
|
|
13898
|
+
WBTC: bigint | null;
|
|
13187
13899
|
};
|
|
13188
13900
|
Arbitrum: {
|
|
13189
13901
|
ETH: bigint | null;
|
|
@@ -13215,6 +13927,7 @@ declare const rpcResult: {
|
|
|
13215
13927
|
USDC: bigint;
|
|
13216
13928
|
FLIP: bigint;
|
|
13217
13929
|
USDT: bigint;
|
|
13930
|
+
WBTC: bigint;
|
|
13218
13931
|
};
|
|
13219
13932
|
Arbitrum: {
|
|
13220
13933
|
ETH: bigint;
|
|
@@ -13261,6 +13974,7 @@ declare const rpcResult: {
|
|
|
13261
13974
|
USDC: bigint;
|
|
13262
13975
|
FLIP: bigint;
|
|
13263
13976
|
USDT: bigint;
|
|
13977
|
+
WBTC: bigint;
|
|
13264
13978
|
};
|
|
13265
13979
|
Arbitrum: {
|
|
13266
13980
|
ETH: bigint;
|
|
@@ -13286,6 +14000,7 @@ declare const rpcResult: {
|
|
|
13286
14000
|
USDC: string | number;
|
|
13287
14001
|
FLIP: string | number;
|
|
13288
14002
|
USDT: string | number;
|
|
14003
|
+
WBTC: string | number;
|
|
13289
14004
|
};
|
|
13290
14005
|
Arbitrum: {
|
|
13291
14006
|
ETH: string | number;
|
|
@@ -13310,6 +14025,7 @@ declare const rpcResult: {
|
|
|
13310
14025
|
USDC: string | number | null;
|
|
13311
14026
|
FLIP: string | number | null;
|
|
13312
14027
|
USDT: string | number | null;
|
|
14028
|
+
WBTC: string | number | null;
|
|
13313
14029
|
};
|
|
13314
14030
|
Arbitrum: {
|
|
13315
14031
|
ETH: string | number | null;
|
|
@@ -13334,6 +14050,7 @@ declare const rpcResult: {
|
|
|
13334
14050
|
USDC: string | number | null;
|
|
13335
14051
|
FLIP: string | number | null;
|
|
13336
14052
|
USDT: string | number | null;
|
|
14053
|
+
WBTC: string | number | null;
|
|
13337
14054
|
};
|
|
13338
14055
|
Arbitrum: {
|
|
13339
14056
|
ETH: string | number | null;
|
|
@@ -13365,6 +14082,7 @@ declare const rpcResult: {
|
|
|
13365
14082
|
USDC: string | number;
|
|
13366
14083
|
FLIP: string | number;
|
|
13367
14084
|
USDT: string | number;
|
|
14085
|
+
WBTC: string | number;
|
|
13368
14086
|
};
|
|
13369
14087
|
Arbitrum: {
|
|
13370
14088
|
ETH: string | number;
|
|
@@ -14850,6 +15568,175 @@ declare const rpcResult: {
|
|
|
14850
15568
|
asset: "USDC";
|
|
14851
15569
|
};
|
|
14852
15570
|
} | null>;
|
|
15571
|
+
WBTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
15572
|
+
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
15573
|
+
range_order_fee_hundredth_pips: z.ZodNumber;
|
|
15574
|
+
range_order_total_fees_earned: z.ZodObject<{
|
|
15575
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15576
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15577
|
+
}, "strip", z.ZodTypeAny, {
|
|
15578
|
+
base: bigint;
|
|
15579
|
+
quote: bigint;
|
|
15580
|
+
}, {
|
|
15581
|
+
base: string;
|
|
15582
|
+
quote: string;
|
|
15583
|
+
}>;
|
|
15584
|
+
limit_order_total_fees_earned: z.ZodObject<{
|
|
15585
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15586
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15587
|
+
}, "strip", z.ZodTypeAny, {
|
|
15588
|
+
base: bigint;
|
|
15589
|
+
quote: bigint;
|
|
15590
|
+
}, {
|
|
15591
|
+
base: string;
|
|
15592
|
+
quote: string;
|
|
15593
|
+
}>;
|
|
15594
|
+
range_total_swap_inputs: z.ZodObject<{
|
|
15595
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15596
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15597
|
+
}, "strip", z.ZodTypeAny, {
|
|
15598
|
+
base: bigint;
|
|
15599
|
+
quote: bigint;
|
|
15600
|
+
}, {
|
|
15601
|
+
base: string;
|
|
15602
|
+
quote: string;
|
|
15603
|
+
}>;
|
|
15604
|
+
limit_total_swap_inputs: z.ZodObject<{
|
|
15605
|
+
base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15606
|
+
quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
15607
|
+
}, "strip", z.ZodTypeAny, {
|
|
15608
|
+
base: bigint;
|
|
15609
|
+
quote: bigint;
|
|
15610
|
+
}, {
|
|
15611
|
+
base: string;
|
|
15612
|
+
quote: string;
|
|
15613
|
+
}>;
|
|
15614
|
+
quote_asset: z.ZodObject<{
|
|
15615
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
15616
|
+
asset: z.ZodLiteral<"USDC">;
|
|
15617
|
+
}, "strip", z.ZodTypeAny, {
|
|
15618
|
+
chain: "Ethereum";
|
|
15619
|
+
asset: "USDC";
|
|
15620
|
+
}, {
|
|
15621
|
+
chain: "Ethereum";
|
|
15622
|
+
asset: "USDC";
|
|
15623
|
+
}>;
|
|
15624
|
+
}, "strip", z.ZodTypeAny, {
|
|
15625
|
+
limit_order_fee_hundredth_pips: number;
|
|
15626
|
+
range_order_fee_hundredth_pips: number;
|
|
15627
|
+
range_order_total_fees_earned: {
|
|
15628
|
+
base: bigint;
|
|
15629
|
+
quote: bigint;
|
|
15630
|
+
};
|
|
15631
|
+
limit_order_total_fees_earned: {
|
|
15632
|
+
base: bigint;
|
|
15633
|
+
quote: bigint;
|
|
15634
|
+
};
|
|
15635
|
+
range_total_swap_inputs: {
|
|
15636
|
+
base: bigint;
|
|
15637
|
+
quote: bigint;
|
|
15638
|
+
};
|
|
15639
|
+
limit_total_swap_inputs: {
|
|
15640
|
+
base: bigint;
|
|
15641
|
+
quote: bigint;
|
|
15642
|
+
};
|
|
15643
|
+
quote_asset: {
|
|
15644
|
+
chain: "Ethereum";
|
|
15645
|
+
asset: "USDC";
|
|
15646
|
+
};
|
|
15647
|
+
}, {
|
|
15648
|
+
limit_order_fee_hundredth_pips: number;
|
|
15649
|
+
range_order_fee_hundredth_pips: number;
|
|
15650
|
+
range_order_total_fees_earned: {
|
|
15651
|
+
base: string;
|
|
15652
|
+
quote: string;
|
|
15653
|
+
};
|
|
15654
|
+
limit_order_total_fees_earned: {
|
|
15655
|
+
base: string;
|
|
15656
|
+
quote: string;
|
|
15657
|
+
};
|
|
15658
|
+
range_total_swap_inputs: {
|
|
15659
|
+
base: string;
|
|
15660
|
+
quote: string;
|
|
15661
|
+
};
|
|
15662
|
+
limit_total_swap_inputs: {
|
|
15663
|
+
base: string;
|
|
15664
|
+
quote: string;
|
|
15665
|
+
};
|
|
15666
|
+
quote_asset: {
|
|
15667
|
+
chain: "Ethereum";
|
|
15668
|
+
asset: "USDC";
|
|
15669
|
+
};
|
|
15670
|
+
}>>, {
|
|
15671
|
+
limit_order_fee_hundredth_pips: number;
|
|
15672
|
+
range_order_fee_hundredth_pips: number;
|
|
15673
|
+
range_order_total_fees_earned: {
|
|
15674
|
+
base: bigint;
|
|
15675
|
+
quote: bigint;
|
|
15676
|
+
};
|
|
15677
|
+
limit_order_total_fees_earned: {
|
|
15678
|
+
base: bigint;
|
|
15679
|
+
quote: bigint;
|
|
15680
|
+
};
|
|
15681
|
+
range_total_swap_inputs: {
|
|
15682
|
+
base: bigint;
|
|
15683
|
+
quote: bigint;
|
|
15684
|
+
};
|
|
15685
|
+
limit_total_swap_inputs: {
|
|
15686
|
+
base: bigint;
|
|
15687
|
+
quote: bigint;
|
|
15688
|
+
};
|
|
15689
|
+
quote_asset: {
|
|
15690
|
+
chain: "Ethereum";
|
|
15691
|
+
asset: "USDC";
|
|
15692
|
+
};
|
|
15693
|
+
} | {
|
|
15694
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
15695
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
15696
|
+
readonly range_order_total_fees_earned: {
|
|
15697
|
+
readonly base: "0x0";
|
|
15698
|
+
readonly quote: "0x0";
|
|
15699
|
+
};
|
|
15700
|
+
readonly limit_order_total_fees_earned: {
|
|
15701
|
+
readonly base: "0x0";
|
|
15702
|
+
readonly quote: "0x0";
|
|
15703
|
+
};
|
|
15704
|
+
readonly range_total_swap_inputs: {
|
|
15705
|
+
readonly base: "0x0";
|
|
15706
|
+
readonly quote: "0x0";
|
|
15707
|
+
};
|
|
15708
|
+
readonly limit_total_swap_inputs: {
|
|
15709
|
+
readonly base: "0x0";
|
|
15710
|
+
readonly quote: "0x0";
|
|
15711
|
+
};
|
|
15712
|
+
readonly quote_asset: {
|
|
15713
|
+
readonly chain: "Ethereum";
|
|
15714
|
+
readonly asset: "USDC";
|
|
15715
|
+
};
|
|
15716
|
+
}, {
|
|
15717
|
+
limit_order_fee_hundredth_pips: number;
|
|
15718
|
+
range_order_fee_hundredth_pips: number;
|
|
15719
|
+
range_order_total_fees_earned: {
|
|
15720
|
+
base: string;
|
|
15721
|
+
quote: string;
|
|
15722
|
+
};
|
|
15723
|
+
limit_order_total_fees_earned: {
|
|
15724
|
+
base: string;
|
|
15725
|
+
quote: string;
|
|
15726
|
+
};
|
|
15727
|
+
range_total_swap_inputs: {
|
|
15728
|
+
base: string;
|
|
15729
|
+
quote: string;
|
|
15730
|
+
};
|
|
15731
|
+
limit_total_swap_inputs: {
|
|
15732
|
+
base: string;
|
|
15733
|
+
quote: string;
|
|
15734
|
+
};
|
|
15735
|
+
quote_asset: {
|
|
15736
|
+
chain: "Ethereum";
|
|
15737
|
+
asset: "USDC";
|
|
15738
|
+
};
|
|
15739
|
+
} | null>;
|
|
14853
15740
|
}, "strip", z.ZodTypeAny, {
|
|
14854
15741
|
ETH: {
|
|
14855
15742
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -14992,6 +15879,53 @@ declare const rpcResult: {
|
|
|
14992
15879
|
readonly asset: "USDC";
|
|
14993
15880
|
};
|
|
14994
15881
|
};
|
|
15882
|
+
WBTC: {
|
|
15883
|
+
limit_order_fee_hundredth_pips: number;
|
|
15884
|
+
range_order_fee_hundredth_pips: number;
|
|
15885
|
+
range_order_total_fees_earned: {
|
|
15886
|
+
base: bigint;
|
|
15887
|
+
quote: bigint;
|
|
15888
|
+
};
|
|
15889
|
+
limit_order_total_fees_earned: {
|
|
15890
|
+
base: bigint;
|
|
15891
|
+
quote: bigint;
|
|
15892
|
+
};
|
|
15893
|
+
range_total_swap_inputs: {
|
|
15894
|
+
base: bigint;
|
|
15895
|
+
quote: bigint;
|
|
15896
|
+
};
|
|
15897
|
+
limit_total_swap_inputs: {
|
|
15898
|
+
base: bigint;
|
|
15899
|
+
quote: bigint;
|
|
15900
|
+
};
|
|
15901
|
+
quote_asset: {
|
|
15902
|
+
chain: "Ethereum";
|
|
15903
|
+
asset: "USDC";
|
|
15904
|
+
};
|
|
15905
|
+
} | {
|
|
15906
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
15907
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
15908
|
+
readonly range_order_total_fees_earned: {
|
|
15909
|
+
readonly base: "0x0";
|
|
15910
|
+
readonly quote: "0x0";
|
|
15911
|
+
};
|
|
15912
|
+
readonly limit_order_total_fees_earned: {
|
|
15913
|
+
readonly base: "0x0";
|
|
15914
|
+
readonly quote: "0x0";
|
|
15915
|
+
};
|
|
15916
|
+
readonly range_total_swap_inputs: {
|
|
15917
|
+
readonly base: "0x0";
|
|
15918
|
+
readonly quote: "0x0";
|
|
15919
|
+
};
|
|
15920
|
+
readonly limit_total_swap_inputs: {
|
|
15921
|
+
readonly base: "0x0";
|
|
15922
|
+
readonly quote: "0x0";
|
|
15923
|
+
};
|
|
15924
|
+
readonly quote_asset: {
|
|
15925
|
+
readonly chain: "Ethereum";
|
|
15926
|
+
readonly asset: "USDC";
|
|
15927
|
+
};
|
|
15928
|
+
};
|
|
14995
15929
|
}, {
|
|
14996
15930
|
ETH: {
|
|
14997
15931
|
limit_order_fee_hundredth_pips: number;
|
|
@@ -15065,6 +15999,30 @@ declare const rpcResult: {
|
|
|
15065
15999
|
asset: "USDC";
|
|
15066
16000
|
};
|
|
15067
16001
|
} | null;
|
|
16002
|
+
WBTC: {
|
|
16003
|
+
limit_order_fee_hundredth_pips: number;
|
|
16004
|
+
range_order_fee_hundredth_pips: number;
|
|
16005
|
+
range_order_total_fees_earned: {
|
|
16006
|
+
base: string;
|
|
16007
|
+
quote: string;
|
|
16008
|
+
};
|
|
16009
|
+
limit_order_total_fees_earned: {
|
|
16010
|
+
base: string;
|
|
16011
|
+
quote: string;
|
|
16012
|
+
};
|
|
16013
|
+
range_total_swap_inputs: {
|
|
16014
|
+
base: string;
|
|
16015
|
+
quote: string;
|
|
16016
|
+
};
|
|
16017
|
+
limit_total_swap_inputs: {
|
|
16018
|
+
base: string;
|
|
16019
|
+
quote: string;
|
|
16020
|
+
};
|
|
16021
|
+
quote_asset: {
|
|
16022
|
+
chain: "Ethereum";
|
|
16023
|
+
asset: "USDC";
|
|
16024
|
+
};
|
|
16025
|
+
} | null;
|
|
15068
16026
|
}>;
|
|
15069
16027
|
Polkadot: z.ZodObject<{
|
|
15070
16028
|
DOT: z.ZodEffects<z.ZodNullable<z.ZodObject<{
|
|
@@ -17194,6 +18152,53 @@ declare const rpcResult: {
|
|
|
17194
18152
|
readonly asset: "USDC";
|
|
17195
18153
|
};
|
|
17196
18154
|
};
|
|
18155
|
+
WBTC: {
|
|
18156
|
+
limit_order_fee_hundredth_pips: number;
|
|
18157
|
+
range_order_fee_hundredth_pips: number;
|
|
18158
|
+
range_order_total_fees_earned: {
|
|
18159
|
+
base: bigint;
|
|
18160
|
+
quote: bigint;
|
|
18161
|
+
};
|
|
18162
|
+
limit_order_total_fees_earned: {
|
|
18163
|
+
base: bigint;
|
|
18164
|
+
quote: bigint;
|
|
18165
|
+
};
|
|
18166
|
+
range_total_swap_inputs: {
|
|
18167
|
+
base: bigint;
|
|
18168
|
+
quote: bigint;
|
|
18169
|
+
};
|
|
18170
|
+
limit_total_swap_inputs: {
|
|
18171
|
+
base: bigint;
|
|
18172
|
+
quote: bigint;
|
|
18173
|
+
};
|
|
18174
|
+
quote_asset: {
|
|
18175
|
+
chain: "Ethereum";
|
|
18176
|
+
asset: "USDC";
|
|
18177
|
+
};
|
|
18178
|
+
} | {
|
|
18179
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
18180
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
18181
|
+
readonly range_order_total_fees_earned: {
|
|
18182
|
+
readonly base: "0x0";
|
|
18183
|
+
readonly quote: "0x0";
|
|
18184
|
+
};
|
|
18185
|
+
readonly limit_order_total_fees_earned: {
|
|
18186
|
+
readonly base: "0x0";
|
|
18187
|
+
readonly quote: "0x0";
|
|
18188
|
+
};
|
|
18189
|
+
readonly range_total_swap_inputs: {
|
|
18190
|
+
readonly base: "0x0";
|
|
18191
|
+
readonly quote: "0x0";
|
|
18192
|
+
};
|
|
18193
|
+
readonly limit_total_swap_inputs: {
|
|
18194
|
+
readonly base: "0x0";
|
|
18195
|
+
readonly quote: "0x0";
|
|
18196
|
+
};
|
|
18197
|
+
readonly quote_asset: {
|
|
18198
|
+
readonly chain: "Ethereum";
|
|
18199
|
+
readonly asset: "USDC";
|
|
18200
|
+
};
|
|
18201
|
+
};
|
|
17197
18202
|
};
|
|
17198
18203
|
Arbitrum: {
|
|
17199
18204
|
ETH: {
|
|
@@ -17630,6 +18635,30 @@ declare const rpcResult: {
|
|
|
17630
18635
|
asset: "USDC";
|
|
17631
18636
|
};
|
|
17632
18637
|
} | null;
|
|
18638
|
+
WBTC: {
|
|
18639
|
+
limit_order_fee_hundredth_pips: number;
|
|
18640
|
+
range_order_fee_hundredth_pips: number;
|
|
18641
|
+
range_order_total_fees_earned: {
|
|
18642
|
+
base: string;
|
|
18643
|
+
quote: string;
|
|
18644
|
+
};
|
|
18645
|
+
limit_order_total_fees_earned: {
|
|
18646
|
+
base: string;
|
|
18647
|
+
quote: string;
|
|
18648
|
+
};
|
|
18649
|
+
range_total_swap_inputs: {
|
|
18650
|
+
base: string;
|
|
18651
|
+
quote: string;
|
|
18652
|
+
};
|
|
18653
|
+
limit_total_swap_inputs: {
|
|
18654
|
+
base: string;
|
|
18655
|
+
quote: string;
|
|
18656
|
+
};
|
|
18657
|
+
quote_asset: {
|
|
18658
|
+
chain: "Ethereum";
|
|
18659
|
+
asset: "USDC";
|
|
18660
|
+
};
|
|
18661
|
+
} | null;
|
|
17633
18662
|
};
|
|
17634
18663
|
Arbitrum: {
|
|
17635
18664
|
ETH: {
|
|
@@ -17999,6 +19028,53 @@ declare const rpcResult: {
|
|
|
17999
19028
|
readonly asset: "USDC";
|
|
18000
19029
|
};
|
|
18001
19030
|
};
|
|
19031
|
+
WBTC: {
|
|
19032
|
+
limit_order_fee_hundredth_pips: number;
|
|
19033
|
+
range_order_fee_hundredth_pips: number;
|
|
19034
|
+
range_order_total_fees_earned: {
|
|
19035
|
+
base: bigint;
|
|
19036
|
+
quote: bigint;
|
|
19037
|
+
};
|
|
19038
|
+
limit_order_total_fees_earned: {
|
|
19039
|
+
base: bigint;
|
|
19040
|
+
quote: bigint;
|
|
19041
|
+
};
|
|
19042
|
+
range_total_swap_inputs: {
|
|
19043
|
+
base: bigint;
|
|
19044
|
+
quote: bigint;
|
|
19045
|
+
};
|
|
19046
|
+
limit_total_swap_inputs: {
|
|
19047
|
+
base: bigint;
|
|
19048
|
+
quote: bigint;
|
|
19049
|
+
};
|
|
19050
|
+
quote_asset: {
|
|
19051
|
+
chain: "Ethereum";
|
|
19052
|
+
asset: "USDC";
|
|
19053
|
+
};
|
|
19054
|
+
} | {
|
|
19055
|
+
readonly limit_order_fee_hundredth_pips: 0;
|
|
19056
|
+
readonly range_order_fee_hundredth_pips: 0;
|
|
19057
|
+
readonly range_order_total_fees_earned: {
|
|
19058
|
+
readonly base: "0x0";
|
|
19059
|
+
readonly quote: "0x0";
|
|
19060
|
+
};
|
|
19061
|
+
readonly limit_order_total_fees_earned: {
|
|
19062
|
+
readonly base: "0x0";
|
|
19063
|
+
readonly quote: "0x0";
|
|
19064
|
+
};
|
|
19065
|
+
readonly range_total_swap_inputs: {
|
|
19066
|
+
readonly base: "0x0";
|
|
19067
|
+
readonly quote: "0x0";
|
|
19068
|
+
};
|
|
19069
|
+
readonly limit_total_swap_inputs: {
|
|
19070
|
+
readonly base: "0x0";
|
|
19071
|
+
readonly quote: "0x0";
|
|
19072
|
+
};
|
|
19073
|
+
readonly quote_asset: {
|
|
19074
|
+
readonly chain: "Ethereum";
|
|
19075
|
+
readonly asset: "USDC";
|
|
19076
|
+
};
|
|
19077
|
+
};
|
|
18002
19078
|
};
|
|
18003
19079
|
Arbitrum: {
|
|
18004
19080
|
ETH: {
|
|
@@ -18437,6 +19513,30 @@ declare const rpcResult: {
|
|
|
18437
19513
|
asset: "USDC";
|
|
18438
19514
|
};
|
|
18439
19515
|
} | null;
|
|
19516
|
+
WBTC: {
|
|
19517
|
+
limit_order_fee_hundredth_pips: number;
|
|
19518
|
+
range_order_fee_hundredth_pips: number;
|
|
19519
|
+
range_order_total_fees_earned: {
|
|
19520
|
+
base: string;
|
|
19521
|
+
quote: string;
|
|
19522
|
+
};
|
|
19523
|
+
limit_order_total_fees_earned: {
|
|
19524
|
+
base: string;
|
|
19525
|
+
quote: string;
|
|
19526
|
+
};
|
|
19527
|
+
range_total_swap_inputs: {
|
|
19528
|
+
base: string;
|
|
19529
|
+
quote: string;
|
|
19530
|
+
};
|
|
19531
|
+
limit_total_swap_inputs: {
|
|
19532
|
+
base: string;
|
|
19533
|
+
quote: string;
|
|
19534
|
+
};
|
|
19535
|
+
quote_asset: {
|
|
19536
|
+
chain: "Ethereum";
|
|
19537
|
+
asset: "USDC";
|
|
19538
|
+
};
|
|
19539
|
+
} | null;
|
|
18440
19540
|
};
|
|
18441
19541
|
Arbitrum: {
|
|
18442
19542
|
ETH: {
|
|
@@ -20275,16 +21375,19 @@ declare const rpcResult: {
|
|
|
20275
21375
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20276
21376
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20277
21377
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
21378
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20278
21379
|
}, "strip", z.ZodTypeAny, {
|
|
20279
21380
|
ETH: bigint | null;
|
|
20280
21381
|
USDC: bigint | null;
|
|
20281
21382
|
FLIP: bigint | null;
|
|
20282
21383
|
USDT: bigint | null;
|
|
21384
|
+
WBTC: bigint | null;
|
|
20283
21385
|
}, {
|
|
20284
21386
|
ETH: string | number | null;
|
|
20285
21387
|
USDC: string | number | null;
|
|
20286
21388
|
FLIP: string | number | null;
|
|
20287
21389
|
USDT: string | number | null;
|
|
21390
|
+
WBTC: string | number | null;
|
|
20288
21391
|
}>;
|
|
20289
21392
|
Polkadot: z.ZodObject<{
|
|
20290
21393
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -20335,6 +21438,7 @@ declare const rpcResult: {
|
|
|
20335
21438
|
USDC: bigint | null;
|
|
20336
21439
|
FLIP: bigint | null;
|
|
20337
21440
|
USDT: bigint | null;
|
|
21441
|
+
WBTC: bigint | null;
|
|
20338
21442
|
};
|
|
20339
21443
|
Arbitrum: {
|
|
20340
21444
|
ETH: bigint | null;
|
|
@@ -20358,6 +21462,7 @@ declare const rpcResult: {
|
|
|
20358
21462
|
USDC: string | number | null;
|
|
20359
21463
|
FLIP: string | number | null;
|
|
20360
21464
|
USDT: string | number | null;
|
|
21465
|
+
WBTC: string | number | null;
|
|
20361
21466
|
};
|
|
20362
21467
|
Arbitrum: {
|
|
20363
21468
|
ETH: string | number | null;
|
|
@@ -20390,16 +21495,19 @@ declare const rpcResult: {
|
|
|
20390
21495
|
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20391
21496
|
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20392
21497
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
21498
|
+
WBTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
20393
21499
|
}, "strip", z.ZodTypeAny, {
|
|
20394
21500
|
ETH: bigint | null;
|
|
20395
21501
|
USDC: bigint | null;
|
|
20396
21502
|
FLIP: bigint | null;
|
|
20397
21503
|
USDT: bigint | null;
|
|
21504
|
+
WBTC: bigint | null;
|
|
20398
21505
|
}, {
|
|
20399
21506
|
ETH: string | number | null;
|
|
20400
21507
|
USDC: string | number | null;
|
|
20401
21508
|
FLIP: string | number | null;
|
|
20402
21509
|
USDT: string | number | null;
|
|
21510
|
+
WBTC: string | number | null;
|
|
20403
21511
|
}>;
|
|
20404
21512
|
Polkadot: z.ZodObject<{
|
|
20405
21513
|
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
@@ -20450,6 +21558,7 @@ declare const rpcResult: {
|
|
|
20450
21558
|
USDC: bigint | null;
|
|
20451
21559
|
FLIP: bigint | null;
|
|
20452
21560
|
USDT: bigint | null;
|
|
21561
|
+
WBTC: bigint | null;
|
|
20453
21562
|
};
|
|
20454
21563
|
Arbitrum: {
|
|
20455
21564
|
ETH: bigint | null;
|
|
@@ -20473,6 +21582,7 @@ declare const rpcResult: {
|
|
|
20473
21582
|
USDC: string | number | null;
|
|
20474
21583
|
FLIP: string | number | null;
|
|
20475
21584
|
USDT: string | number | null;
|
|
21585
|
+
WBTC: string | number | null;
|
|
20476
21586
|
};
|
|
20477
21587
|
Arbitrum: {
|
|
20478
21588
|
ETH: string | number | null;
|
|
@@ -20513,16 +21623,19 @@ declare const rpcResult: {
|
|
|
20513
21623
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20514
21624
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20515
21625
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
21626
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20516
21627
|
}, "strip", z.ZodTypeAny, {
|
|
20517
21628
|
ETH: bigint;
|
|
20518
21629
|
USDC: bigint;
|
|
20519
21630
|
FLIP: bigint;
|
|
20520
21631
|
USDT: bigint;
|
|
21632
|
+
WBTC: bigint;
|
|
20521
21633
|
}, {
|
|
20522
21634
|
ETH: string | number;
|
|
20523
21635
|
USDC: string | number;
|
|
20524
21636
|
FLIP: string | number;
|
|
20525
21637
|
USDT: string | number;
|
|
21638
|
+
WBTC: string | number;
|
|
20526
21639
|
}>;
|
|
20527
21640
|
Polkadot: z.ZodObject<{
|
|
20528
21641
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -20573,6 +21686,7 @@ declare const rpcResult: {
|
|
|
20573
21686
|
USDC: bigint;
|
|
20574
21687
|
FLIP: bigint;
|
|
20575
21688
|
USDT: bigint;
|
|
21689
|
+
WBTC: bigint;
|
|
20576
21690
|
};
|
|
20577
21691
|
Arbitrum: {
|
|
20578
21692
|
ETH: bigint;
|
|
@@ -20596,6 +21710,7 @@ declare const rpcResult: {
|
|
|
20596
21710
|
USDC: string | number;
|
|
20597
21711
|
FLIP: string | number;
|
|
20598
21712
|
USDT: string | number;
|
|
21713
|
+
WBTC: string | number;
|
|
20599
21714
|
};
|
|
20600
21715
|
Arbitrum: {
|
|
20601
21716
|
ETH: string | number;
|
|
@@ -20625,6 +21740,7 @@ declare const rpcResult: {
|
|
|
20625
21740
|
USDC: bigint;
|
|
20626
21741
|
FLIP: bigint;
|
|
20627
21742
|
USDT: bigint;
|
|
21743
|
+
WBTC: bigint;
|
|
20628
21744
|
};
|
|
20629
21745
|
Arbitrum: {
|
|
20630
21746
|
ETH: bigint;
|
|
@@ -20654,6 +21770,7 @@ declare const rpcResult: {
|
|
|
20654
21770
|
USDC: string | number;
|
|
20655
21771
|
FLIP: string | number;
|
|
20656
21772
|
USDT: string | number;
|
|
21773
|
+
WBTC: string | number;
|
|
20657
21774
|
};
|
|
20658
21775
|
Arbitrum: {
|
|
20659
21776
|
ETH: string | number;
|
|
@@ -20694,16 +21811,19 @@ declare const rpcResult: {
|
|
|
20694
21811
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20695
21812
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20696
21813
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
21814
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
20697
21815
|
}, "strip", z.ZodTypeAny, {
|
|
20698
21816
|
ETH: bigint;
|
|
20699
21817
|
USDC: bigint;
|
|
20700
21818
|
FLIP: bigint;
|
|
20701
21819
|
USDT: bigint;
|
|
21820
|
+
WBTC: bigint;
|
|
20702
21821
|
}, {
|
|
20703
21822
|
ETH: string | number;
|
|
20704
21823
|
USDC: string | number;
|
|
20705
21824
|
FLIP: string | number;
|
|
20706
21825
|
USDT: string | number;
|
|
21826
|
+
WBTC: string | number;
|
|
20707
21827
|
}>;
|
|
20708
21828
|
Polkadot: z.ZodObject<{
|
|
20709
21829
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -20754,6 +21874,7 @@ declare const rpcResult: {
|
|
|
20754
21874
|
USDC: bigint;
|
|
20755
21875
|
FLIP: bigint;
|
|
20756
21876
|
USDT: bigint;
|
|
21877
|
+
WBTC: bigint;
|
|
20757
21878
|
};
|
|
20758
21879
|
Arbitrum: {
|
|
20759
21880
|
ETH: bigint;
|
|
@@ -20777,6 +21898,7 @@ declare const rpcResult: {
|
|
|
20777
21898
|
USDC: string | number;
|
|
20778
21899
|
FLIP: string | number;
|
|
20779
21900
|
USDT: string | number;
|
|
21901
|
+
WBTC: string | number;
|
|
20780
21902
|
};
|
|
20781
21903
|
Arbitrum: {
|
|
20782
21904
|
ETH: string | number;
|
|
@@ -20806,6 +21928,7 @@ declare const rpcResult: {
|
|
|
20806
21928
|
USDC: bigint;
|
|
20807
21929
|
FLIP: bigint;
|
|
20808
21930
|
USDT: bigint;
|
|
21931
|
+
WBTC: bigint;
|
|
20809
21932
|
};
|
|
20810
21933
|
Arbitrum: {
|
|
20811
21934
|
ETH: bigint;
|
|
@@ -20835,6 +21958,7 @@ declare const rpcResult: {
|
|
|
20835
21958
|
USDC: string | number;
|
|
20836
21959
|
FLIP: string | number;
|
|
20837
21960
|
USDT: string | number;
|
|
21961
|
+
WBTC: string | number;
|
|
20838
21962
|
};
|
|
20839
21963
|
Arbitrum: {
|
|
20840
21964
|
ETH: string | number;
|
|
@@ -20866,6 +21990,7 @@ declare const rpcResult: {
|
|
|
20866
21990
|
USDC: bigint;
|
|
20867
21991
|
FLIP: bigint;
|
|
20868
21992
|
USDT: bigint;
|
|
21993
|
+
WBTC: bigint;
|
|
20869
21994
|
};
|
|
20870
21995
|
Arbitrum: {
|
|
20871
21996
|
ETH: bigint;
|
|
@@ -20896,6 +22021,7 @@ declare const rpcResult: {
|
|
|
20896
22021
|
USDC: bigint;
|
|
20897
22022
|
FLIP: bigint;
|
|
20898
22023
|
USDT: bigint;
|
|
22024
|
+
WBTC: bigint;
|
|
20899
22025
|
};
|
|
20900
22026
|
Arbitrum: {
|
|
20901
22027
|
ETH: bigint;
|
|
@@ -20927,6 +22053,7 @@ declare const rpcResult: {
|
|
|
20927
22053
|
USDC: string | number;
|
|
20928
22054
|
FLIP: string | number;
|
|
20929
22055
|
USDT: string | number;
|
|
22056
|
+
WBTC: string | number;
|
|
20930
22057
|
};
|
|
20931
22058
|
Arbitrum: {
|
|
20932
22059
|
ETH: string | number;
|
|
@@ -20957,6 +22084,7 @@ declare const rpcResult: {
|
|
|
20957
22084
|
USDC: string | number;
|
|
20958
22085
|
FLIP: string | number;
|
|
20959
22086
|
USDT: string | number;
|
|
22087
|
+
WBTC: string | number;
|
|
20960
22088
|
};
|
|
20961
22089
|
Arbitrum: {
|
|
20962
22090
|
ETH: string | number;
|
|
@@ -20984,6 +22112,7 @@ declare const rpcResult: {
|
|
|
20984
22112
|
USDC: bigint | null;
|
|
20985
22113
|
FLIP: bigint | null;
|
|
20986
22114
|
USDT: bigint | null;
|
|
22115
|
+
WBTC: bigint | null;
|
|
20987
22116
|
};
|
|
20988
22117
|
Arbitrum: {
|
|
20989
22118
|
ETH: bigint | null;
|
|
@@ -21015,6 +22144,7 @@ declare const rpcResult: {
|
|
|
21015
22144
|
USDC: bigint;
|
|
21016
22145
|
FLIP: bigint;
|
|
21017
22146
|
USDT: bigint;
|
|
22147
|
+
WBTC: bigint;
|
|
21018
22148
|
};
|
|
21019
22149
|
Arbitrum: {
|
|
21020
22150
|
ETH: bigint;
|
|
@@ -21045,6 +22175,7 @@ declare const rpcResult: {
|
|
|
21045
22175
|
USDC: bigint;
|
|
21046
22176
|
FLIP: bigint;
|
|
21047
22177
|
USDT: bigint;
|
|
22178
|
+
WBTC: bigint;
|
|
21048
22179
|
};
|
|
21049
22180
|
Arbitrum: {
|
|
21050
22181
|
ETH: bigint;
|
|
@@ -21074,6 +22205,7 @@ declare const rpcResult: {
|
|
|
21074
22205
|
USDC: bigint | null;
|
|
21075
22206
|
FLIP: bigint | null;
|
|
21076
22207
|
USDT: bigint | null;
|
|
22208
|
+
WBTC: bigint | null;
|
|
21077
22209
|
};
|
|
21078
22210
|
Arbitrum: {
|
|
21079
22211
|
ETH: bigint | null;
|
|
@@ -21099,6 +22231,7 @@ declare const rpcResult: {
|
|
|
21099
22231
|
USDC: string | number | null;
|
|
21100
22232
|
FLIP: string | number | null;
|
|
21101
22233
|
USDT: string | number | null;
|
|
22234
|
+
WBTC: string | number | null;
|
|
21102
22235
|
};
|
|
21103
22236
|
Arbitrum: {
|
|
21104
22237
|
ETH: string | number | null;
|
|
@@ -21130,6 +22263,7 @@ declare const rpcResult: {
|
|
|
21130
22263
|
USDC: string | number;
|
|
21131
22264
|
FLIP: string | number;
|
|
21132
22265
|
USDT: string | number;
|
|
22266
|
+
WBTC: string | number;
|
|
21133
22267
|
};
|
|
21134
22268
|
Arbitrum: {
|
|
21135
22269
|
ETH: string | number;
|
|
@@ -21160,6 +22294,7 @@ declare const rpcResult: {
|
|
|
21160
22294
|
USDC: string | number;
|
|
21161
22295
|
FLIP: string | number;
|
|
21162
22296
|
USDT: string | number;
|
|
22297
|
+
WBTC: string | number;
|
|
21163
22298
|
};
|
|
21164
22299
|
Arbitrum: {
|
|
21165
22300
|
ETH: string | number;
|
|
@@ -21189,6 +22324,7 @@ declare const rpcResult: {
|
|
|
21189
22324
|
USDC: string | number | null;
|
|
21190
22325
|
FLIP: string | number | null;
|
|
21191
22326
|
USDT: string | number | null;
|
|
22327
|
+
WBTC: string | number | null;
|
|
21192
22328
|
};
|
|
21193
22329
|
Arbitrum: {
|
|
21194
22330
|
ETH: string | number | null;
|
|
@@ -21631,16 +22767,19 @@ declare const rpcResult: {
|
|
|
21631
22767
|
USDC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
21632
22768
|
FLIP: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
21633
22769
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
22770
|
+
WBTC: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
21634
22771
|
}, "strip", z.ZodTypeAny, {
|
|
21635
22772
|
ETH: bigint;
|
|
21636
22773
|
USDC: bigint;
|
|
21637
22774
|
FLIP: bigint;
|
|
21638
22775
|
USDT: bigint;
|
|
22776
|
+
WBTC: bigint;
|
|
21639
22777
|
}, {
|
|
21640
22778
|
ETH: string | number;
|
|
21641
22779
|
USDC: string | number;
|
|
21642
22780
|
FLIP: string | number;
|
|
21643
22781
|
USDT: string | number;
|
|
22782
|
+
WBTC: string | number;
|
|
21644
22783
|
}>;
|
|
21645
22784
|
Polkadot: z.ZodObject<{
|
|
21646
22785
|
DOT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -21691,6 +22830,7 @@ declare const rpcResult: {
|
|
|
21691
22830
|
USDC: bigint;
|
|
21692
22831
|
FLIP: bigint;
|
|
21693
22832
|
USDT: bigint;
|
|
22833
|
+
WBTC: bigint;
|
|
21694
22834
|
};
|
|
21695
22835
|
Arbitrum: {
|
|
21696
22836
|
ETH: bigint;
|
|
@@ -21714,6 +22854,7 @@ declare const rpcResult: {
|
|
|
21714
22854
|
USDC: string | number;
|
|
21715
22855
|
FLIP: string | number;
|
|
21716
22856
|
USDT: string | number;
|
|
22857
|
+
WBTC: string | number;
|
|
21717
22858
|
};
|
|
21718
22859
|
Arbitrum: {
|
|
21719
22860
|
ETH: string | number;
|
|
@@ -23391,16 +24532,19 @@ declare const rpcResult: {
|
|
|
23391
24532
|
USDC: z.ZodNullable<z.ZodNumber>;
|
|
23392
24533
|
FLIP: z.ZodNullable<z.ZodNumber>;
|
|
23393
24534
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24535
|
+
WBTC: z.ZodNullable<z.ZodNumber>;
|
|
23394
24536
|
}, "strip", z.ZodTypeAny, {
|
|
23395
24537
|
ETH: number | null;
|
|
23396
24538
|
USDC: number | null;
|
|
23397
24539
|
FLIP: number | null;
|
|
23398
24540
|
USDT: number | null;
|
|
24541
|
+
WBTC: number | null;
|
|
23399
24542
|
}, {
|
|
23400
24543
|
ETH: number | null;
|
|
23401
24544
|
USDC: number | null;
|
|
23402
24545
|
FLIP: number | null;
|
|
23403
24546
|
USDT: number | null;
|
|
24547
|
+
WBTC: number | null;
|
|
23404
24548
|
}>;
|
|
23405
24549
|
Polkadot: z.ZodObject<{
|
|
23406
24550
|
DOT: z.ZodNullable<z.ZodNumber>;
|
|
@@ -23451,6 +24595,7 @@ declare const rpcResult: {
|
|
|
23451
24595
|
USDC: number | null;
|
|
23452
24596
|
FLIP: number | null;
|
|
23453
24597
|
USDT: number | null;
|
|
24598
|
+
WBTC: number | null;
|
|
23454
24599
|
};
|
|
23455
24600
|
Arbitrum: {
|
|
23456
24601
|
ETH: number | null;
|
|
@@ -23474,6 +24619,7 @@ declare const rpcResult: {
|
|
|
23474
24619
|
USDC: number | null;
|
|
23475
24620
|
FLIP: number | null;
|
|
23476
24621
|
USDT: number | null;
|
|
24622
|
+
WBTC: number | null;
|
|
23477
24623
|
};
|
|
23478
24624
|
Arbitrum: {
|
|
23479
24625
|
ETH: number | null;
|
|
@@ -23502,16 +24648,19 @@ declare const rpcResult: {
|
|
|
23502
24648
|
USDC: z.ZodNullable<z.ZodNumber>;
|
|
23503
24649
|
FLIP: z.ZodNullable<z.ZodNumber>;
|
|
23504
24650
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24651
|
+
WBTC: z.ZodNullable<z.ZodNumber>;
|
|
23505
24652
|
}, "strip", z.ZodTypeAny, {
|
|
23506
24653
|
ETH: number | null;
|
|
23507
24654
|
USDC: number | null;
|
|
23508
24655
|
FLIP: number | null;
|
|
23509
24656
|
USDT: number | null;
|
|
24657
|
+
WBTC: number | null;
|
|
23510
24658
|
}, {
|
|
23511
24659
|
ETH: number | null;
|
|
23512
24660
|
USDC: number | null;
|
|
23513
24661
|
FLIP: number | null;
|
|
23514
24662
|
USDT: number | null;
|
|
24663
|
+
WBTC: number | null;
|
|
23515
24664
|
}>;
|
|
23516
24665
|
Polkadot: z.ZodObject<{
|
|
23517
24666
|
DOT: z.ZodNullable<z.ZodNumber>;
|
|
@@ -23562,6 +24711,7 @@ declare const rpcResult: {
|
|
|
23562
24711
|
USDC: number | null;
|
|
23563
24712
|
FLIP: number | null;
|
|
23564
24713
|
USDT: number | null;
|
|
24714
|
+
WBTC: number | null;
|
|
23565
24715
|
};
|
|
23566
24716
|
Arbitrum: {
|
|
23567
24717
|
ETH: number | null;
|
|
@@ -23585,6 +24735,7 @@ declare const rpcResult: {
|
|
|
23585
24735
|
USDC: number | null;
|
|
23586
24736
|
FLIP: number | null;
|
|
23587
24737
|
USDT: number | null;
|
|
24738
|
+
WBTC: number | null;
|
|
23588
24739
|
};
|
|
23589
24740
|
Arbitrum: {
|
|
23590
24741
|
ETH: number | null;
|
|
@@ -23610,6 +24761,7 @@ declare const rpcResult: {
|
|
|
23610
24761
|
USDC: number | null;
|
|
23611
24762
|
FLIP: number | null;
|
|
23612
24763
|
USDT: number | null;
|
|
24764
|
+
WBTC: number | null;
|
|
23613
24765
|
};
|
|
23614
24766
|
Arbitrum: {
|
|
23615
24767
|
ETH: number | null;
|
|
@@ -23634,6 +24786,7 @@ declare const rpcResult: {
|
|
|
23634
24786
|
USDC: number | null;
|
|
23635
24787
|
FLIP: number | null;
|
|
23636
24788
|
USDT: number | null;
|
|
24789
|
+
WBTC: number | null;
|
|
23637
24790
|
};
|
|
23638
24791
|
Arbitrum: {
|
|
23639
24792
|
ETH: number | null;
|
|
@@ -23659,6 +24812,7 @@ declare const rpcResult: {
|
|
|
23659
24812
|
USDC: number | null;
|
|
23660
24813
|
FLIP: number | null;
|
|
23661
24814
|
USDT: number | null;
|
|
24815
|
+
WBTC: number | null;
|
|
23662
24816
|
};
|
|
23663
24817
|
Arbitrum: {
|
|
23664
24818
|
ETH: number | null;
|
|
@@ -23683,6 +24837,7 @@ declare const rpcResult: {
|
|
|
23683
24837
|
USDC: number | null;
|
|
23684
24838
|
FLIP: number | null;
|
|
23685
24839
|
USDT: number | null;
|
|
24840
|
+
WBTC: number | null;
|
|
23686
24841
|
};
|
|
23687
24842
|
Arbitrum: {
|
|
23688
24843
|
ETH: number | null;
|
|
@@ -26035,18 +27190,18 @@ declare const rpcResult: {
|
|
|
26035
27190
|
price: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
26036
27191
|
updated_at_oracle_timestamp: z.ZodNumber;
|
|
26037
27192
|
updated_at_statechain_block: z.ZodNumber;
|
|
26038
|
-
base_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd"]>;
|
|
26039
|
-
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd"]>;
|
|
27193
|
+
base_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
27194
|
+
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
26040
27195
|
}, "strip", z.ZodTypeAny, {
|
|
26041
27196
|
price: bigint;
|
|
26042
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd";
|
|
26043
|
-
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd";
|
|
27197
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
27198
|
+
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
26044
27199
|
updated_at_oracle_timestamp: number;
|
|
26045
27200
|
updated_at_statechain_block: number;
|
|
26046
27201
|
}, {
|
|
26047
27202
|
price: string | number;
|
|
26048
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd";
|
|
26049
|
-
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd";
|
|
27203
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
27204
|
+
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
26050
27205
|
updated_at_oracle_timestamp: number;
|
|
26051
27206
|
updated_at_statechain_block: number;
|
|
26052
27207
|
}>, "many">;
|