@chainflip/rpc 1.4.7 → 1.4.9
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 +137 -395
- package/dist/common.d.ts +137 -395
- package/dist/parsers.cjs +6 -6
- package/dist/parsers.d.cts +155 -431
- package/dist/parsers.d.ts +155 -431
- package/dist/parsers.mjs +6 -6
- package/package.json +1 -1
package/dist/common.d.cts
CHANGED
|
@@ -132,7 +132,7 @@ declare const rpcResult: {
|
|
|
132
132
|
}, {
|
|
133
133
|
DOT: string | number;
|
|
134
134
|
}>;
|
|
135
|
-
Arbitrum: z.ZodObject<{
|
|
135
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
136
136
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
137
137
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -141,7 +141,7 @@ declare const rpcResult: {
|
|
|
141
141
|
}, {
|
|
142
142
|
ETH?: string | number | undefined;
|
|
143
143
|
USDC?: string | number | undefined;
|
|
144
|
-
}
|
|
144
|
+
}>>;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
Bitcoin: {
|
|
147
147
|
BTC: bigint;
|
|
@@ -172,10 +172,10 @@ declare const rpcResult: {
|
|
|
172
172
|
Polkadot: {
|
|
173
173
|
DOT: string | number;
|
|
174
174
|
};
|
|
175
|
-
Arbitrum
|
|
175
|
+
Arbitrum?: {
|
|
176
176
|
ETH?: string | number | undefined;
|
|
177
177
|
USDC?: string | number | undefined;
|
|
178
|
-
};
|
|
178
|
+
} | undefined;
|
|
179
179
|
}>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
181
|
role: "broker";
|
|
@@ -214,10 +214,10 @@ declare const rpcResult: {
|
|
|
214
214
|
Polkadot: {
|
|
215
215
|
DOT: string | number;
|
|
216
216
|
};
|
|
217
|
-
Arbitrum
|
|
217
|
+
Arbitrum?: {
|
|
218
218
|
ETH?: string | number | undefined;
|
|
219
219
|
USDC?: string | number | undefined;
|
|
220
|
-
};
|
|
220
|
+
} | undefined;
|
|
221
221
|
};
|
|
222
222
|
}>, z.ZodObject<{
|
|
223
223
|
role: z.ZodLiteral<"liquidity_provider">;
|
|
@@ -252,7 +252,7 @@ declare const rpcResult: {
|
|
|
252
252
|
}, {
|
|
253
253
|
DOT: string | number;
|
|
254
254
|
}>;
|
|
255
|
-
Arbitrum: z.ZodObject<{
|
|
255
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
256
256
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
257
257
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -261,7 +261,7 @@ declare const rpcResult: {
|
|
|
261
261
|
}, {
|
|
262
262
|
ETH?: string | number | undefined;
|
|
263
263
|
USDC?: string | number | undefined;
|
|
264
|
-
}
|
|
264
|
+
}>>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
Bitcoin: {
|
|
267
267
|
BTC: bigint;
|
|
@@ -292,10 +292,10 @@ declare const rpcResult: {
|
|
|
292
292
|
Polkadot: {
|
|
293
293
|
DOT: string | number;
|
|
294
294
|
};
|
|
295
|
-
Arbitrum
|
|
295
|
+
Arbitrum?: {
|
|
296
296
|
ETH?: string | number | undefined;
|
|
297
297
|
USDC?: string | number | undefined;
|
|
298
|
-
};
|
|
298
|
+
} | undefined;
|
|
299
299
|
}>;
|
|
300
300
|
refund_addresses: z.ZodObject<{
|
|
301
301
|
Bitcoin: z.ZodNullable<z.ZodString>;
|
|
@@ -345,7 +345,7 @@ declare const rpcResult: {
|
|
|
345
345
|
}, {
|
|
346
346
|
DOT: string | number;
|
|
347
347
|
}>;
|
|
348
|
-
Arbitrum: z.ZodObject<{
|
|
348
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
349
349
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
350
350
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
351
351
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -354,7 +354,7 @@ declare const rpcResult: {
|
|
|
354
354
|
}, {
|
|
355
355
|
ETH?: string | number | undefined;
|
|
356
356
|
USDC?: string | number | undefined;
|
|
357
|
-
}
|
|
357
|
+
}>>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
359
|
Bitcoin: {
|
|
360
360
|
BTC: bigint;
|
|
@@ -385,10 +385,10 @@ declare const rpcResult: {
|
|
|
385
385
|
Polkadot: {
|
|
386
386
|
DOT: string | number;
|
|
387
387
|
};
|
|
388
|
-
Arbitrum
|
|
388
|
+
Arbitrum?: {
|
|
389
389
|
ETH?: string | number | undefined;
|
|
390
390
|
USDC?: string | number | undefined;
|
|
391
|
-
};
|
|
391
|
+
} | undefined;
|
|
392
392
|
}>;
|
|
393
393
|
}, "strip", z.ZodTypeAny, {
|
|
394
394
|
role: "liquidity_provider";
|
|
@@ -451,10 +451,10 @@ declare const rpcResult: {
|
|
|
451
451
|
Polkadot: {
|
|
452
452
|
DOT: string | number;
|
|
453
453
|
};
|
|
454
|
-
Arbitrum
|
|
454
|
+
Arbitrum?: {
|
|
455
455
|
ETH?: string | number | undefined;
|
|
456
456
|
USDC?: string | number | undefined;
|
|
457
|
-
};
|
|
457
|
+
} | undefined;
|
|
458
458
|
};
|
|
459
459
|
balances: {
|
|
460
460
|
Bitcoin: {
|
|
@@ -469,10 +469,10 @@ declare const rpcResult: {
|
|
|
469
469
|
Polkadot: {
|
|
470
470
|
DOT: string | number;
|
|
471
471
|
};
|
|
472
|
-
Arbitrum
|
|
472
|
+
Arbitrum?: {
|
|
473
473
|
ETH?: string | number | undefined;
|
|
474
474
|
USDC?: string | number | undefined;
|
|
475
|
-
};
|
|
475
|
+
} | undefined;
|
|
476
476
|
};
|
|
477
477
|
refund_addresses: {
|
|
478
478
|
Bitcoin: string | null;
|
|
@@ -598,24 +598,6 @@ declare const rpcResult: {
|
|
|
598
598
|
}, {
|
|
599
599
|
chain: "Arbitrum";
|
|
600
600
|
asset: "USDC";
|
|
601
|
-
}>, z.ZodObject<{
|
|
602
|
-
chain: z.ZodLiteral<"Solana">;
|
|
603
|
-
asset: z.ZodLiteral<"SOL">;
|
|
604
|
-
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
chain: "Solana";
|
|
606
|
-
asset: "SOL";
|
|
607
|
-
}, {
|
|
608
|
-
chain: "Solana";
|
|
609
|
-
asset: "SOL";
|
|
610
|
-
}>, z.ZodObject<{
|
|
611
|
-
chain: z.ZodLiteral<"Solana">;
|
|
612
|
-
asset: z.ZodLiteral<"USDC">;
|
|
613
|
-
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
chain: "Solana";
|
|
615
|
-
asset: "USDC";
|
|
616
|
-
}, {
|
|
617
|
-
chain: "Solana";
|
|
618
|
-
asset: "USDC";
|
|
619
601
|
}>]>, z.ZodObject<{
|
|
620
602
|
tier: z.ZodNumber;
|
|
621
603
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
@@ -659,7 +641,7 @@ declare const rpcResult: {
|
|
|
659
641
|
}, {
|
|
660
642
|
DOT: string | number;
|
|
661
643
|
}>;
|
|
662
|
-
Arbitrum: z.ZodObject<{
|
|
644
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
663
645
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
664
646
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
665
647
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -668,7 +650,7 @@ declare const rpcResult: {
|
|
|
668
650
|
}, {
|
|
669
651
|
ETH?: string | number | undefined;
|
|
670
652
|
USDC?: string | number | undefined;
|
|
671
|
-
}
|
|
653
|
+
}>>;
|
|
672
654
|
}, "strip", z.ZodTypeAny, {
|
|
673
655
|
Bitcoin: {
|
|
674
656
|
BTC: bigint;
|
|
@@ -699,10 +681,10 @@ declare const rpcResult: {
|
|
|
699
681
|
Polkadot: {
|
|
700
682
|
DOT: string | number;
|
|
701
683
|
};
|
|
702
|
-
Arbitrum
|
|
684
|
+
Arbitrum?: {
|
|
703
685
|
ETH?: string | number | undefined;
|
|
704
686
|
USDC?: string | number | undefined;
|
|
705
|
-
};
|
|
687
|
+
} | undefined;
|
|
706
688
|
}>;
|
|
707
689
|
ingress_fees: z.ZodObject<{
|
|
708
690
|
Bitcoin: z.ZodObject<{
|
|
@@ -735,7 +717,7 @@ declare const rpcResult: {
|
|
|
735
717
|
}, {
|
|
736
718
|
DOT: string | number | null;
|
|
737
719
|
}>;
|
|
738
|
-
Arbitrum: z.ZodObject<{
|
|
720
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
739
721
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
740
722
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
741
723
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -744,7 +726,7 @@ declare const rpcResult: {
|
|
|
744
726
|
}, {
|
|
745
727
|
ETH?: string | number | null | undefined;
|
|
746
728
|
USDC?: string | number | null | undefined;
|
|
747
|
-
}
|
|
729
|
+
}>>;
|
|
748
730
|
}, "strip", z.ZodTypeAny, {
|
|
749
731
|
Bitcoin: {
|
|
750
732
|
BTC: bigint | null;
|
|
@@ -775,10 +757,10 @@ declare const rpcResult: {
|
|
|
775
757
|
Polkadot: {
|
|
776
758
|
DOT: string | number | null;
|
|
777
759
|
};
|
|
778
|
-
Arbitrum
|
|
760
|
+
Arbitrum?: {
|
|
779
761
|
ETH?: string | number | null | undefined;
|
|
780
762
|
USDC?: string | number | null | undefined;
|
|
781
|
-
};
|
|
763
|
+
} | undefined;
|
|
782
764
|
}>;
|
|
783
765
|
egress_fees: z.ZodObject<{
|
|
784
766
|
Bitcoin: z.ZodObject<{
|
|
@@ -811,7 +793,7 @@ declare const rpcResult: {
|
|
|
811
793
|
}, {
|
|
812
794
|
DOT: string | number | null;
|
|
813
795
|
}>;
|
|
814
|
-
Arbitrum: z.ZodObject<{
|
|
796
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
815
797
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
816
798
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
817
799
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -820,7 +802,7 @@ declare const rpcResult: {
|
|
|
820
802
|
}, {
|
|
821
803
|
ETH?: string | number | null | undefined;
|
|
822
804
|
USDC?: string | number | null | undefined;
|
|
823
|
-
}
|
|
805
|
+
}>>;
|
|
824
806
|
}, "strip", z.ZodTypeAny, {
|
|
825
807
|
Bitcoin: {
|
|
826
808
|
BTC: bigint | null;
|
|
@@ -851,10 +833,10 @@ declare const rpcResult: {
|
|
|
851
833
|
Polkadot: {
|
|
852
834
|
DOT: string | number | null;
|
|
853
835
|
};
|
|
854
|
-
Arbitrum
|
|
836
|
+
Arbitrum?: {
|
|
855
837
|
ETH?: string | number | null | undefined;
|
|
856
838
|
USDC?: string | number | null | undefined;
|
|
857
|
-
};
|
|
839
|
+
} | undefined;
|
|
858
840
|
}>;
|
|
859
841
|
witness_safety_margins: z.ZodObject<{
|
|
860
842
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
@@ -903,7 +885,7 @@ declare const rpcResult: {
|
|
|
903
885
|
}, {
|
|
904
886
|
DOT: string | number;
|
|
905
887
|
}>;
|
|
906
|
-
Arbitrum: z.ZodObject<{
|
|
888
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
907
889
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
908
890
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
909
891
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -912,7 +894,7 @@ declare const rpcResult: {
|
|
|
912
894
|
}, {
|
|
913
895
|
ETH?: string | number | undefined;
|
|
914
896
|
USDC?: string | number | undefined;
|
|
915
|
-
}
|
|
897
|
+
}>>;
|
|
916
898
|
}, "strip", z.ZodTypeAny, {
|
|
917
899
|
Bitcoin: {
|
|
918
900
|
BTC: bigint;
|
|
@@ -943,10 +925,10 @@ declare const rpcResult: {
|
|
|
943
925
|
Polkadot: {
|
|
944
926
|
DOT: string | number;
|
|
945
927
|
};
|
|
946
|
-
Arbitrum
|
|
928
|
+
Arbitrum?: {
|
|
947
929
|
ETH?: string | number | undefined;
|
|
948
930
|
USDC?: string | number | undefined;
|
|
949
|
-
};
|
|
931
|
+
} | undefined;
|
|
950
932
|
}>;
|
|
951
933
|
channel_opening_fees: z.ZodObject<{
|
|
952
934
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
@@ -1063,10 +1045,10 @@ declare const rpcResult: {
|
|
|
1063
1045
|
Polkadot: {
|
|
1064
1046
|
DOT: string | number;
|
|
1065
1047
|
};
|
|
1066
|
-
Arbitrum
|
|
1048
|
+
Arbitrum?: {
|
|
1067
1049
|
ETH?: string | number | undefined;
|
|
1068
1050
|
USDC?: string | number | undefined;
|
|
1069
|
-
};
|
|
1051
|
+
} | undefined;
|
|
1070
1052
|
};
|
|
1071
1053
|
ingress_fees: {
|
|
1072
1054
|
Bitcoin: {
|
|
@@ -1081,10 +1063,10 @@ declare const rpcResult: {
|
|
|
1081
1063
|
Polkadot: {
|
|
1082
1064
|
DOT: string | number | null;
|
|
1083
1065
|
};
|
|
1084
|
-
Arbitrum
|
|
1066
|
+
Arbitrum?: {
|
|
1085
1067
|
ETH?: string | number | null | undefined;
|
|
1086
1068
|
USDC?: string | number | null | undefined;
|
|
1087
|
-
};
|
|
1069
|
+
} | undefined;
|
|
1088
1070
|
};
|
|
1089
1071
|
egress_fees: {
|
|
1090
1072
|
Bitcoin: {
|
|
@@ -1099,10 +1081,10 @@ declare const rpcResult: {
|
|
|
1099
1081
|
Polkadot: {
|
|
1100
1082
|
DOT: string | number | null;
|
|
1101
1083
|
};
|
|
1102
|
-
Arbitrum
|
|
1084
|
+
Arbitrum?: {
|
|
1103
1085
|
ETH?: string | number | null | undefined;
|
|
1104
1086
|
USDC?: string | number | null | undefined;
|
|
1105
|
-
};
|
|
1087
|
+
} | undefined;
|
|
1106
1088
|
};
|
|
1107
1089
|
witness_safety_margins: {
|
|
1108
1090
|
Bitcoin: number | null;
|
|
@@ -1123,10 +1105,10 @@ declare const rpcResult: {
|
|
|
1123
1105
|
Polkadot: {
|
|
1124
1106
|
DOT: string | number;
|
|
1125
1107
|
};
|
|
1126
|
-
Arbitrum
|
|
1108
|
+
Arbitrum?: {
|
|
1127
1109
|
ETH?: string | number | undefined;
|
|
1128
1110
|
USDC?: string | number | undefined;
|
|
1129
|
-
};
|
|
1111
|
+
} | undefined;
|
|
1130
1112
|
};
|
|
1131
1113
|
channel_opening_fees: {
|
|
1132
1114
|
Bitcoin: string | number;
|
|
@@ -1252,10 +1234,10 @@ declare const rpcResult: {
|
|
|
1252
1234
|
Polkadot: {
|
|
1253
1235
|
DOT: string | number;
|
|
1254
1236
|
};
|
|
1255
|
-
Arbitrum
|
|
1237
|
+
Arbitrum?: {
|
|
1256
1238
|
ETH?: string | number | undefined;
|
|
1257
1239
|
USDC?: string | number | undefined;
|
|
1258
|
-
};
|
|
1240
|
+
} | undefined;
|
|
1259
1241
|
};
|
|
1260
1242
|
ingress_fees: {
|
|
1261
1243
|
Bitcoin: {
|
|
@@ -1270,10 +1252,10 @@ declare const rpcResult: {
|
|
|
1270
1252
|
Polkadot: {
|
|
1271
1253
|
DOT: string | number | null;
|
|
1272
1254
|
};
|
|
1273
|
-
Arbitrum
|
|
1255
|
+
Arbitrum?: {
|
|
1274
1256
|
ETH?: string | number | null | undefined;
|
|
1275
1257
|
USDC?: string | number | null | undefined;
|
|
1276
|
-
};
|
|
1258
|
+
} | undefined;
|
|
1277
1259
|
};
|
|
1278
1260
|
egress_fees: {
|
|
1279
1261
|
Bitcoin: {
|
|
@@ -1288,10 +1270,10 @@ declare const rpcResult: {
|
|
|
1288
1270
|
Polkadot: {
|
|
1289
1271
|
DOT: string | number | null;
|
|
1290
1272
|
};
|
|
1291
|
-
Arbitrum
|
|
1273
|
+
Arbitrum?: {
|
|
1292
1274
|
ETH?: string | number | null | undefined;
|
|
1293
1275
|
USDC?: string | number | null | undefined;
|
|
1294
|
-
};
|
|
1276
|
+
} | undefined;
|
|
1295
1277
|
};
|
|
1296
1278
|
witness_safety_margins: {
|
|
1297
1279
|
Bitcoin: number | null;
|
|
@@ -1312,10 +1294,10 @@ declare const rpcResult: {
|
|
|
1312
1294
|
Polkadot: {
|
|
1313
1295
|
DOT: string | number;
|
|
1314
1296
|
};
|
|
1315
|
-
Arbitrum
|
|
1297
|
+
Arbitrum?: {
|
|
1316
1298
|
ETH?: string | number | undefined;
|
|
1317
1299
|
USDC?: string | number | undefined;
|
|
1318
|
-
};
|
|
1300
|
+
} | undefined;
|
|
1319
1301
|
};
|
|
1320
1302
|
channel_opening_fees: {
|
|
1321
1303
|
Bitcoin: string | number;
|
|
@@ -1356,7 +1338,7 @@ declare const rpcResult: {
|
|
|
1356
1338
|
}, {
|
|
1357
1339
|
DOT: string | number | null;
|
|
1358
1340
|
}>;
|
|
1359
|
-
Arbitrum: z.ZodObject<{
|
|
1341
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
1360
1342
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1361
1343
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1362
1344
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1365,7 +1347,7 @@ declare const rpcResult: {
|
|
|
1365
1347
|
}, {
|
|
1366
1348
|
ETH?: string | number | null | undefined;
|
|
1367
1349
|
USDC?: string | number | null | undefined;
|
|
1368
|
-
}
|
|
1350
|
+
}>>;
|
|
1369
1351
|
}, "strip", z.ZodTypeAny, {
|
|
1370
1352
|
Bitcoin: {
|
|
1371
1353
|
BTC: bigint | null;
|
|
@@ -1396,10 +1378,10 @@ declare const rpcResult: {
|
|
|
1396
1378
|
Polkadot: {
|
|
1397
1379
|
DOT: string | number | null;
|
|
1398
1380
|
};
|
|
1399
|
-
Arbitrum
|
|
1381
|
+
Arbitrum?: {
|
|
1400
1382
|
ETH?: string | number | null | undefined;
|
|
1401
1383
|
USDC?: string | number | null | undefined;
|
|
1402
|
-
};
|
|
1384
|
+
} | undefined;
|
|
1403
1385
|
}>;
|
|
1404
1386
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
1405
1387
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1436,10 +1418,10 @@ declare const rpcResult: {
|
|
|
1436
1418
|
Polkadot: {
|
|
1437
1419
|
DOT: string | number | null;
|
|
1438
1420
|
};
|
|
1439
|
-
Arbitrum
|
|
1421
|
+
Arbitrum?: {
|
|
1440
1422
|
ETH?: string | number | null | undefined;
|
|
1441
1423
|
USDC?: string | number | null | undefined;
|
|
1442
|
-
};
|
|
1424
|
+
} | undefined;
|
|
1443
1425
|
};
|
|
1444
1426
|
network_fee_hundredth_pips: number;
|
|
1445
1427
|
}>;
|
|
@@ -2207,7 +2189,7 @@ declare const rpcResult: {
|
|
|
2207
2189
|
};
|
|
2208
2190
|
};
|
|
2209
2191
|
}>;
|
|
2210
|
-
Arbitrum: z.ZodObject<{
|
|
2192
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
2211
2193
|
ETH: z.ZodDefault<z.ZodObject<{
|
|
2212
2194
|
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
2213
2195
|
range_order_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -2506,7 +2488,7 @@ declare const rpcResult: {
|
|
|
2506
2488
|
asset: "USDC";
|
|
2507
2489
|
};
|
|
2508
2490
|
} | undefined;
|
|
2509
|
-
}
|
|
2491
|
+
}>>;
|
|
2510
2492
|
}, "strip", z.ZodTypeAny, {
|
|
2511
2493
|
Bitcoin: {
|
|
2512
2494
|
BTC: {
|
|
@@ -2811,7 +2793,7 @@ declare const rpcResult: {
|
|
|
2811
2793
|
};
|
|
2812
2794
|
};
|
|
2813
2795
|
};
|
|
2814
|
-
Arbitrum
|
|
2796
|
+
Arbitrum?: {
|
|
2815
2797
|
ETH?: {
|
|
2816
2798
|
limit_order_fee_hundredth_pips: number;
|
|
2817
2799
|
range_order_fee_hundredth_pips: number;
|
|
@@ -2860,7 +2842,7 @@ declare const rpcResult: {
|
|
|
2860
2842
|
asset: "USDC";
|
|
2861
2843
|
};
|
|
2862
2844
|
} | undefined;
|
|
2863
|
-
};
|
|
2845
|
+
} | undefined;
|
|
2864
2846
|
}>;
|
|
2865
2847
|
}, "strip", z.ZodTypeAny, {
|
|
2866
2848
|
fees: {
|
|
@@ -3169,7 +3151,7 @@ declare const rpcResult: {
|
|
|
3169
3151
|
};
|
|
3170
3152
|
};
|
|
3171
3153
|
};
|
|
3172
|
-
Arbitrum
|
|
3154
|
+
Arbitrum?: {
|
|
3173
3155
|
ETH?: {
|
|
3174
3156
|
limit_order_fee_hundredth_pips: number;
|
|
3175
3157
|
range_order_fee_hundredth_pips: number;
|
|
@@ -3218,7 +3200,7 @@ declare const rpcResult: {
|
|
|
3218
3200
|
asset: "USDC";
|
|
3219
3201
|
};
|
|
3220
3202
|
} | undefined;
|
|
3221
|
-
};
|
|
3203
|
+
} | undefined;
|
|
3222
3204
|
};
|
|
3223
3205
|
}>;
|
|
3224
3206
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3547,10 +3529,10 @@ declare const rpcResult: {
|
|
|
3547
3529
|
Polkadot: {
|
|
3548
3530
|
DOT: string | number;
|
|
3549
3531
|
};
|
|
3550
|
-
Arbitrum
|
|
3532
|
+
Arbitrum?: {
|
|
3551
3533
|
ETH?: string | number | undefined;
|
|
3552
3534
|
USDC?: string | number | undefined;
|
|
3553
|
-
};
|
|
3535
|
+
} | undefined;
|
|
3554
3536
|
};
|
|
3555
3537
|
ingress_fees: {
|
|
3556
3538
|
Bitcoin: {
|
|
@@ -3565,10 +3547,10 @@ declare const rpcResult: {
|
|
|
3565
3547
|
Polkadot: {
|
|
3566
3548
|
DOT: string | number | null;
|
|
3567
3549
|
};
|
|
3568
|
-
Arbitrum
|
|
3550
|
+
Arbitrum?: {
|
|
3569
3551
|
ETH?: string | number | null | undefined;
|
|
3570
3552
|
USDC?: string | number | null | undefined;
|
|
3571
|
-
};
|
|
3553
|
+
} | undefined;
|
|
3572
3554
|
};
|
|
3573
3555
|
egress_fees: {
|
|
3574
3556
|
Bitcoin: {
|
|
@@ -3583,10 +3565,10 @@ declare const rpcResult: {
|
|
|
3583
3565
|
Polkadot: {
|
|
3584
3566
|
DOT: string | number | null;
|
|
3585
3567
|
};
|
|
3586
|
-
Arbitrum
|
|
3568
|
+
Arbitrum?: {
|
|
3587
3569
|
ETH?: string | number | null | undefined;
|
|
3588
3570
|
USDC?: string | number | null | undefined;
|
|
3589
|
-
};
|
|
3571
|
+
} | undefined;
|
|
3590
3572
|
};
|
|
3591
3573
|
witness_safety_margins: {
|
|
3592
3574
|
Bitcoin: number | null;
|
|
@@ -3607,10 +3589,10 @@ declare const rpcResult: {
|
|
|
3607
3589
|
Polkadot: {
|
|
3608
3590
|
DOT: string | number;
|
|
3609
3591
|
};
|
|
3610
|
-
Arbitrum
|
|
3592
|
+
Arbitrum?: {
|
|
3611
3593
|
ETH?: string | number | undefined;
|
|
3612
3594
|
USDC?: string | number | undefined;
|
|
3613
|
-
};
|
|
3595
|
+
} | undefined;
|
|
3614
3596
|
};
|
|
3615
3597
|
channel_opening_fees: {
|
|
3616
3598
|
Bitcoin: string | number;
|
|
@@ -3633,10 +3615,10 @@ declare const rpcResult: {
|
|
|
3633
3615
|
Polkadot: {
|
|
3634
3616
|
DOT: string | number | null;
|
|
3635
3617
|
};
|
|
3636
|
-
Arbitrum
|
|
3618
|
+
Arbitrum?: {
|
|
3637
3619
|
ETH?: string | number | null | undefined;
|
|
3638
3620
|
USDC?: string | number | null | undefined;
|
|
3639
|
-
};
|
|
3621
|
+
} | undefined;
|
|
3640
3622
|
};
|
|
3641
3623
|
network_fee_hundredth_pips: number;
|
|
3642
3624
|
};
|
|
@@ -3772,7 +3754,7 @@ declare const rpcResult: {
|
|
|
3772
3754
|
};
|
|
3773
3755
|
};
|
|
3774
3756
|
};
|
|
3775
|
-
Arbitrum
|
|
3757
|
+
Arbitrum?: {
|
|
3776
3758
|
ETH?: {
|
|
3777
3759
|
limit_order_fee_hundredth_pips: number;
|
|
3778
3760
|
range_order_fee_hundredth_pips: number;
|
|
@@ -3821,7 +3803,7 @@ declare const rpcResult: {
|
|
|
3821
3803
|
asset: "USDC";
|
|
3822
3804
|
};
|
|
3823
3805
|
} | undefined;
|
|
3824
|
-
};
|
|
3806
|
+
} | undefined;
|
|
3825
3807
|
};
|
|
3826
3808
|
};
|
|
3827
3809
|
}>;
|
|
@@ -3867,7 +3849,7 @@ declare const rpcResult: {
|
|
|
3867
3849
|
}, {
|
|
3868
3850
|
DOT: string | number;
|
|
3869
3851
|
}>;
|
|
3870
|
-
Arbitrum: z.ZodObject<{
|
|
3852
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
3871
3853
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3872
3854
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3873
3855
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3876,7 +3858,7 @@ declare const rpcResult: {
|
|
|
3876
3858
|
}, {
|
|
3877
3859
|
ETH?: string | number | undefined;
|
|
3878
3860
|
USDC?: string | number | undefined;
|
|
3879
|
-
}
|
|
3861
|
+
}>>;
|
|
3880
3862
|
}, "strip", z.ZodTypeAny, {
|
|
3881
3863
|
Bitcoin: {
|
|
3882
3864
|
BTC: bigint;
|
|
@@ -3907,10 +3889,10 @@ declare const rpcResult: {
|
|
|
3907
3889
|
Polkadot: {
|
|
3908
3890
|
DOT: string | number;
|
|
3909
3891
|
};
|
|
3910
|
-
Arbitrum
|
|
3892
|
+
Arbitrum?: {
|
|
3911
3893
|
ETH?: string | number | undefined;
|
|
3912
3894
|
USDC?: string | number | undefined;
|
|
3913
|
-
};
|
|
3895
|
+
} | undefined;
|
|
3914
3896
|
}>;
|
|
3915
3897
|
ingress_fees: z.ZodObject<{
|
|
3916
3898
|
Bitcoin: z.ZodObject<{
|
|
@@ -3943,7 +3925,7 @@ declare const rpcResult: {
|
|
|
3943
3925
|
}, {
|
|
3944
3926
|
DOT: string | number | null;
|
|
3945
3927
|
}>;
|
|
3946
|
-
Arbitrum: z.ZodObject<{
|
|
3928
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
3947
3929
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
3948
3930
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
3949
3931
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3952,7 +3934,7 @@ declare const rpcResult: {
|
|
|
3952
3934
|
}, {
|
|
3953
3935
|
ETH?: string | number | null | undefined;
|
|
3954
3936
|
USDC?: string | number | null | undefined;
|
|
3955
|
-
}
|
|
3937
|
+
}>>;
|
|
3956
3938
|
}, "strip", z.ZodTypeAny, {
|
|
3957
3939
|
Bitcoin: {
|
|
3958
3940
|
BTC: bigint | null;
|
|
@@ -3983,10 +3965,10 @@ declare const rpcResult: {
|
|
|
3983
3965
|
Polkadot: {
|
|
3984
3966
|
DOT: string | number | null;
|
|
3985
3967
|
};
|
|
3986
|
-
Arbitrum
|
|
3968
|
+
Arbitrum?: {
|
|
3987
3969
|
ETH?: string | number | null | undefined;
|
|
3988
3970
|
USDC?: string | number | null | undefined;
|
|
3989
|
-
};
|
|
3971
|
+
} | undefined;
|
|
3990
3972
|
}>;
|
|
3991
3973
|
egress_fees: z.ZodObject<{
|
|
3992
3974
|
Bitcoin: z.ZodObject<{
|
|
@@ -4019,7 +4001,7 @@ declare const rpcResult: {
|
|
|
4019
4001
|
}, {
|
|
4020
4002
|
DOT: string | number | null;
|
|
4021
4003
|
}>;
|
|
4022
|
-
Arbitrum: z.ZodObject<{
|
|
4004
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
4023
4005
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
4024
4006
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
4025
4007
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4028,7 +4010,7 @@ declare const rpcResult: {
|
|
|
4028
4010
|
}, {
|
|
4029
4011
|
ETH?: string | number | null | undefined;
|
|
4030
4012
|
USDC?: string | number | null | undefined;
|
|
4031
|
-
}
|
|
4013
|
+
}>>;
|
|
4032
4014
|
}, "strip", z.ZodTypeAny, {
|
|
4033
4015
|
Bitcoin: {
|
|
4034
4016
|
BTC: bigint | null;
|
|
@@ -4059,10 +4041,10 @@ declare const rpcResult: {
|
|
|
4059
4041
|
Polkadot: {
|
|
4060
4042
|
DOT: string | number | null;
|
|
4061
4043
|
};
|
|
4062
|
-
Arbitrum
|
|
4044
|
+
Arbitrum?: {
|
|
4063
4045
|
ETH?: string | number | null | undefined;
|
|
4064
4046
|
USDC?: string | number | null | undefined;
|
|
4065
|
-
};
|
|
4047
|
+
} | undefined;
|
|
4066
4048
|
}>;
|
|
4067
4049
|
witness_safety_margins: z.ZodObject<{
|
|
4068
4050
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4111,7 +4093,7 @@ declare const rpcResult: {
|
|
|
4111
4093
|
}, {
|
|
4112
4094
|
DOT: string | number;
|
|
4113
4095
|
}>;
|
|
4114
|
-
Arbitrum: z.ZodObject<{
|
|
4096
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
4115
4097
|
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
4116
4098
|
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
4117
4099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4120,7 +4102,7 @@ declare const rpcResult: {
|
|
|
4120
4102
|
}, {
|
|
4121
4103
|
ETH?: string | number | undefined;
|
|
4122
4104
|
USDC?: string | number | undefined;
|
|
4123
|
-
}
|
|
4105
|
+
}>>;
|
|
4124
4106
|
}, "strip", z.ZodTypeAny, {
|
|
4125
4107
|
Bitcoin: {
|
|
4126
4108
|
BTC: bigint;
|
|
@@ -4151,10 +4133,10 @@ declare const rpcResult: {
|
|
|
4151
4133
|
Polkadot: {
|
|
4152
4134
|
DOT: string | number;
|
|
4153
4135
|
};
|
|
4154
|
-
Arbitrum
|
|
4136
|
+
Arbitrum?: {
|
|
4155
4137
|
ETH?: string | number | undefined;
|
|
4156
4138
|
USDC?: string | number | undefined;
|
|
4157
|
-
};
|
|
4139
|
+
} | undefined;
|
|
4158
4140
|
}>;
|
|
4159
4141
|
channel_opening_fees: z.ZodObject<{
|
|
4160
4142
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
@@ -4271,10 +4253,10 @@ declare const rpcResult: {
|
|
|
4271
4253
|
Polkadot: {
|
|
4272
4254
|
DOT: string | number;
|
|
4273
4255
|
};
|
|
4274
|
-
Arbitrum
|
|
4256
|
+
Arbitrum?: {
|
|
4275
4257
|
ETH?: string | number | undefined;
|
|
4276
4258
|
USDC?: string | number | undefined;
|
|
4277
|
-
};
|
|
4259
|
+
} | undefined;
|
|
4278
4260
|
};
|
|
4279
4261
|
ingress_fees: {
|
|
4280
4262
|
Bitcoin: {
|
|
@@ -4289,10 +4271,10 @@ declare const rpcResult: {
|
|
|
4289
4271
|
Polkadot: {
|
|
4290
4272
|
DOT: string | number | null;
|
|
4291
4273
|
};
|
|
4292
|
-
Arbitrum
|
|
4274
|
+
Arbitrum?: {
|
|
4293
4275
|
ETH?: string | number | null | undefined;
|
|
4294
4276
|
USDC?: string | number | null | undefined;
|
|
4295
|
-
};
|
|
4277
|
+
} | undefined;
|
|
4296
4278
|
};
|
|
4297
4279
|
egress_fees: {
|
|
4298
4280
|
Bitcoin: {
|
|
@@ -4307,10 +4289,10 @@ declare const rpcResult: {
|
|
|
4307
4289
|
Polkadot: {
|
|
4308
4290
|
DOT: string | number | null;
|
|
4309
4291
|
};
|
|
4310
|
-
Arbitrum
|
|
4292
|
+
Arbitrum?: {
|
|
4311
4293
|
ETH?: string | number | null | undefined;
|
|
4312
4294
|
USDC?: string | number | null | undefined;
|
|
4313
|
-
};
|
|
4295
|
+
} | undefined;
|
|
4314
4296
|
};
|
|
4315
4297
|
witness_safety_margins: {
|
|
4316
4298
|
Bitcoin: number | null;
|
|
@@ -4331,10 +4313,10 @@ declare const rpcResult: {
|
|
|
4331
4313
|
Polkadot: {
|
|
4332
4314
|
DOT: string | number;
|
|
4333
4315
|
};
|
|
4334
|
-
Arbitrum
|
|
4316
|
+
Arbitrum?: {
|
|
4335
4317
|
ETH?: string | number | undefined;
|
|
4336
4318
|
USDC?: string | number | undefined;
|
|
4337
|
-
};
|
|
4319
|
+
} | undefined;
|
|
4338
4320
|
};
|
|
4339
4321
|
channel_opening_fees: {
|
|
4340
4322
|
Bitcoin: string | number;
|
|
@@ -4460,10 +4442,10 @@ declare const rpcResult: {
|
|
|
4460
4442
|
Polkadot: {
|
|
4461
4443
|
DOT: string | number;
|
|
4462
4444
|
};
|
|
4463
|
-
Arbitrum
|
|
4445
|
+
Arbitrum?: {
|
|
4464
4446
|
ETH?: string | number | undefined;
|
|
4465
4447
|
USDC?: string | number | undefined;
|
|
4466
|
-
};
|
|
4448
|
+
} | undefined;
|
|
4467
4449
|
};
|
|
4468
4450
|
ingress_fees: {
|
|
4469
4451
|
Bitcoin: {
|
|
@@ -4478,10 +4460,10 @@ declare const rpcResult: {
|
|
|
4478
4460
|
Polkadot: {
|
|
4479
4461
|
DOT: string | number | null;
|
|
4480
4462
|
};
|
|
4481
|
-
Arbitrum
|
|
4463
|
+
Arbitrum?: {
|
|
4482
4464
|
ETH?: string | number | null | undefined;
|
|
4483
4465
|
USDC?: string | number | null | undefined;
|
|
4484
|
-
};
|
|
4466
|
+
} | undefined;
|
|
4485
4467
|
};
|
|
4486
4468
|
egress_fees: {
|
|
4487
4469
|
Bitcoin: {
|
|
@@ -4496,10 +4478,10 @@ declare const rpcResult: {
|
|
|
4496
4478
|
Polkadot: {
|
|
4497
4479
|
DOT: string | number | null;
|
|
4498
4480
|
};
|
|
4499
|
-
Arbitrum
|
|
4481
|
+
Arbitrum?: {
|
|
4500
4482
|
ETH?: string | number | null | undefined;
|
|
4501
4483
|
USDC?: string | number | null | undefined;
|
|
4502
|
-
};
|
|
4484
|
+
} | undefined;
|
|
4503
4485
|
};
|
|
4504
4486
|
witness_safety_margins: {
|
|
4505
4487
|
Bitcoin: number | null;
|
|
@@ -4520,10 +4502,10 @@ declare const rpcResult: {
|
|
|
4520
4502
|
Polkadot: {
|
|
4521
4503
|
DOT: string | number;
|
|
4522
4504
|
};
|
|
4523
|
-
Arbitrum
|
|
4505
|
+
Arbitrum?: {
|
|
4524
4506
|
ETH?: string | number | undefined;
|
|
4525
4507
|
USDC?: string | number | undefined;
|
|
4526
|
-
};
|
|
4508
|
+
} | undefined;
|
|
4527
4509
|
};
|
|
4528
4510
|
channel_opening_fees: {
|
|
4529
4511
|
Bitcoin: string | number;
|
|
@@ -4863,24 +4845,6 @@ declare const rpcResult: {
|
|
|
4863
4845
|
}, {
|
|
4864
4846
|
chain: "Arbitrum";
|
|
4865
4847
|
asset: "USDC";
|
|
4866
|
-
}>, z.ZodObject<{
|
|
4867
|
-
chain: z.ZodLiteral<"Solana">;
|
|
4868
|
-
asset: z.ZodLiteral<"SOL">;
|
|
4869
|
-
}, "strip", z.ZodTypeAny, {
|
|
4870
|
-
chain: "Solana";
|
|
4871
|
-
asset: "SOL";
|
|
4872
|
-
}, {
|
|
4873
|
-
chain: "Solana";
|
|
4874
|
-
asset: "SOL";
|
|
4875
|
-
}>, z.ZodObject<{
|
|
4876
|
-
chain: z.ZodLiteral<"Solana">;
|
|
4877
|
-
asset: z.ZodLiteral<"USDC">;
|
|
4878
|
-
}, "strip", z.ZodTypeAny, {
|
|
4879
|
-
chain: "Solana";
|
|
4880
|
-
asset: "USDC";
|
|
4881
|
-
}, {
|
|
4882
|
-
chain: "Solana";
|
|
4883
|
-
asset: "USDC";
|
|
4884
4848
|
}>]>;
|
|
4885
4849
|
quote_asset: z.ZodUnion<[z.ZodObject<{
|
|
4886
4850
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
@@ -4954,24 +4918,6 @@ declare const rpcResult: {
|
|
|
4954
4918
|
}, {
|
|
4955
4919
|
chain: "Arbitrum";
|
|
4956
4920
|
asset: "USDC";
|
|
4957
|
-
}>, z.ZodObject<{
|
|
4958
|
-
chain: z.ZodLiteral<"Solana">;
|
|
4959
|
-
asset: z.ZodLiteral<"SOL">;
|
|
4960
|
-
}, "strip", z.ZodTypeAny, {
|
|
4961
|
-
chain: "Solana";
|
|
4962
|
-
asset: "SOL";
|
|
4963
|
-
}, {
|
|
4964
|
-
chain: "Solana";
|
|
4965
|
-
asset: "SOL";
|
|
4966
|
-
}>, z.ZodObject<{
|
|
4967
|
-
chain: z.ZodLiteral<"Solana">;
|
|
4968
|
-
asset: z.ZodLiteral<"USDC">;
|
|
4969
|
-
}, "strip", z.ZodTypeAny, {
|
|
4970
|
-
chain: "Solana";
|
|
4971
|
-
asset: "USDC";
|
|
4972
|
-
}, {
|
|
4973
|
-
chain: "Solana";
|
|
4974
|
-
asset: "USDC";
|
|
4975
4921
|
}>]>;
|
|
4976
4922
|
}, "strip", z.ZodTypeAny, {
|
|
4977
4923
|
quote_asset: {
|
|
@@ -4998,12 +4944,6 @@ declare const rpcResult: {
|
|
|
4998
4944
|
} | {
|
|
4999
4945
|
chain: "Arbitrum";
|
|
5000
4946
|
asset: "USDC";
|
|
5001
|
-
} | {
|
|
5002
|
-
chain: "Solana";
|
|
5003
|
-
asset: "SOL";
|
|
5004
|
-
} | {
|
|
5005
|
-
chain: "Solana";
|
|
5006
|
-
asset: "USDC";
|
|
5007
4947
|
};
|
|
5008
4948
|
sell: bigint | null;
|
|
5009
4949
|
buy: bigint | null;
|
|
@@ -5032,12 +4972,6 @@ declare const rpcResult: {
|
|
|
5032
4972
|
} | {
|
|
5033
4973
|
chain: "Arbitrum";
|
|
5034
4974
|
asset: "USDC";
|
|
5035
|
-
} | {
|
|
5036
|
-
chain: "Solana";
|
|
5037
|
-
asset: "SOL";
|
|
5038
|
-
} | {
|
|
5039
|
-
chain: "Solana";
|
|
5040
|
-
asset: "USDC";
|
|
5041
4975
|
};
|
|
5042
4976
|
}, {
|
|
5043
4977
|
quote_asset: {
|
|
@@ -5064,12 +4998,6 @@ declare const rpcResult: {
|
|
|
5064
4998
|
} | {
|
|
5065
4999
|
chain: "Arbitrum";
|
|
5066
5000
|
asset: "USDC";
|
|
5067
|
-
} | {
|
|
5068
|
-
chain: "Solana";
|
|
5069
|
-
asset: "SOL";
|
|
5070
|
-
} | {
|
|
5071
|
-
chain: "Solana";
|
|
5072
|
-
asset: "USDC";
|
|
5073
5001
|
};
|
|
5074
5002
|
sell: string | number | null;
|
|
5075
5003
|
buy: string | number | null;
|
|
@@ -5098,12 +5026,6 @@ declare const rpcResult: {
|
|
|
5098
5026
|
} | {
|
|
5099
5027
|
chain: "Arbitrum";
|
|
5100
5028
|
asset: "USDC";
|
|
5101
|
-
} | {
|
|
5102
|
-
chain: "Solana";
|
|
5103
|
-
asset: "SOL";
|
|
5104
|
-
} | {
|
|
5105
|
-
chain: "Solana";
|
|
5106
|
-
asset: "USDC";
|
|
5107
5029
|
};
|
|
5108
5030
|
}>;
|
|
5109
5031
|
readonly cf_pools_environment: z.ZodObject<{
|
|
@@ -5860,7 +5782,7 @@ declare const rpcResult: {
|
|
|
5860
5782
|
};
|
|
5861
5783
|
};
|
|
5862
5784
|
}>;
|
|
5863
|
-
Arbitrum: z.ZodObject<{
|
|
5785
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
5864
5786
|
ETH: z.ZodDefault<z.ZodObject<{
|
|
5865
5787
|
limit_order_fee_hundredth_pips: z.ZodNumber;
|
|
5866
5788
|
range_order_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -6159,7 +6081,7 @@ declare const rpcResult: {
|
|
|
6159
6081
|
asset: "USDC";
|
|
6160
6082
|
};
|
|
6161
6083
|
} | undefined;
|
|
6162
|
-
}
|
|
6084
|
+
}>>;
|
|
6163
6085
|
}, "strip", z.ZodTypeAny, {
|
|
6164
6086
|
Bitcoin: {
|
|
6165
6087
|
BTC: {
|
|
@@ -6464,7 +6386,7 @@ declare const rpcResult: {
|
|
|
6464
6386
|
};
|
|
6465
6387
|
};
|
|
6466
6388
|
};
|
|
6467
|
-
Arbitrum
|
|
6389
|
+
Arbitrum?: {
|
|
6468
6390
|
ETH?: {
|
|
6469
6391
|
limit_order_fee_hundredth_pips: number;
|
|
6470
6392
|
range_order_fee_hundredth_pips: number;
|
|
@@ -6513,7 +6435,7 @@ declare const rpcResult: {
|
|
|
6513
6435
|
asset: "USDC";
|
|
6514
6436
|
};
|
|
6515
6437
|
} | undefined;
|
|
6516
|
-
};
|
|
6438
|
+
} | undefined;
|
|
6517
6439
|
}>;
|
|
6518
6440
|
}, "strip", z.ZodTypeAny, {
|
|
6519
6441
|
fees: {
|
|
@@ -6822,7 +6744,7 @@ declare const rpcResult: {
|
|
|
6822
6744
|
};
|
|
6823
6745
|
};
|
|
6824
6746
|
};
|
|
6825
|
-
Arbitrum
|
|
6747
|
+
Arbitrum?: {
|
|
6826
6748
|
ETH?: {
|
|
6827
6749
|
limit_order_fee_hundredth_pips: number;
|
|
6828
6750
|
range_order_fee_hundredth_pips: number;
|
|
@@ -6871,100 +6793,46 @@ declare const rpcResult: {
|
|
|
6871
6793
|
asset: "USDC";
|
|
6872
6794
|
};
|
|
6873
6795
|
} | undefined;
|
|
6874
|
-
};
|
|
6796
|
+
} | undefined;
|
|
6875
6797
|
};
|
|
6876
6798
|
}>;
|
|
6877
|
-
readonly cf_supported_assets: z.
|
|
6878
|
-
chain: z.
|
|
6879
|
-
asset: z.
|
|
6799
|
+
readonly cf_supported_assets: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
6800
|
+
chain: z.ZodString;
|
|
6801
|
+
asset: z.ZodString;
|
|
6880
6802
|
}, "strip", z.ZodTypeAny, {
|
|
6881
|
-
chain:
|
|
6882
|
-
asset:
|
|
6803
|
+
chain: string;
|
|
6804
|
+
asset: string;
|
|
6883
6805
|
}, {
|
|
6806
|
+
chain: string;
|
|
6807
|
+
asset: string;
|
|
6808
|
+
}>, "many">, ({
|
|
6884
6809
|
chain: "Bitcoin";
|
|
6885
6810
|
asset: "BTC";
|
|
6886
|
-
}
|
|
6887
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
6888
|
-
asset: z.ZodLiteral<"DOT">;
|
|
6889
|
-
}, "strip", z.ZodTypeAny, {
|
|
6890
|
-
chain: "Polkadot";
|
|
6891
|
-
asset: "DOT";
|
|
6892
|
-
}, {
|
|
6811
|
+
} | {
|
|
6893
6812
|
chain: "Polkadot";
|
|
6894
6813
|
asset: "DOT";
|
|
6895
|
-
}
|
|
6896
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
6897
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
6898
|
-
}, "strip", z.ZodTypeAny, {
|
|
6814
|
+
} | {
|
|
6899
6815
|
chain: "Ethereum";
|
|
6900
6816
|
asset: "FLIP";
|
|
6901
|
-
}
|
|
6902
|
-
chain: "Ethereum";
|
|
6903
|
-
asset: "FLIP";
|
|
6904
|
-
}>, z.ZodObject<{
|
|
6905
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
6906
|
-
asset: z.ZodLiteral<"ETH">;
|
|
6907
|
-
}, "strip", z.ZodTypeAny, {
|
|
6908
|
-
chain: "Ethereum";
|
|
6909
|
-
asset: "ETH";
|
|
6910
|
-
}, {
|
|
6817
|
+
} | {
|
|
6911
6818
|
chain: "Ethereum";
|
|
6912
6819
|
asset: "ETH";
|
|
6913
|
-
}
|
|
6914
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
6915
|
-
asset: z.ZodLiteral<"USDC">;
|
|
6916
|
-
}, "strip", z.ZodTypeAny, {
|
|
6820
|
+
} | {
|
|
6917
6821
|
chain: "Ethereum";
|
|
6918
6822
|
asset: "USDC";
|
|
6919
|
-
}
|
|
6920
|
-
chain: "Ethereum";
|
|
6921
|
-
asset: "USDC";
|
|
6922
|
-
}>, z.ZodObject<{
|
|
6923
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
6924
|
-
asset: z.ZodLiteral<"USDT">;
|
|
6925
|
-
}, "strip", z.ZodTypeAny, {
|
|
6926
|
-
chain: "Ethereum";
|
|
6927
|
-
asset: "USDT";
|
|
6928
|
-
}, {
|
|
6823
|
+
} | {
|
|
6929
6824
|
chain: "Ethereum";
|
|
6930
6825
|
asset: "USDT";
|
|
6931
|
-
}
|
|
6932
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
6933
|
-
asset: z.ZodLiteral<"ETH">;
|
|
6934
|
-
}, "strip", z.ZodTypeAny, {
|
|
6826
|
+
} | {
|
|
6935
6827
|
chain: "Arbitrum";
|
|
6936
6828
|
asset: "ETH";
|
|
6937
|
-
}
|
|
6938
|
-
chain: "Arbitrum";
|
|
6939
|
-
asset: "ETH";
|
|
6940
|
-
}>, z.ZodObject<{
|
|
6941
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
6942
|
-
asset: z.ZodLiteral<"USDC">;
|
|
6943
|
-
}, "strip", z.ZodTypeAny, {
|
|
6944
|
-
chain: "Arbitrum";
|
|
6945
|
-
asset: "USDC";
|
|
6946
|
-
}, {
|
|
6829
|
+
} | {
|
|
6947
6830
|
chain: "Arbitrum";
|
|
6948
6831
|
asset: "USDC";
|
|
6949
|
-
}
|
|
6950
|
-
chain:
|
|
6951
|
-
asset:
|
|
6952
|
-
}
|
|
6953
|
-
chain: "Solana";
|
|
6954
|
-
asset: "SOL";
|
|
6955
|
-
}, {
|
|
6956
|
-
chain: "Solana";
|
|
6957
|
-
asset: "SOL";
|
|
6958
|
-
}>, z.ZodObject<{
|
|
6959
|
-
chain: z.ZodLiteral<"Solana">;
|
|
6960
|
-
asset: z.ZodLiteral<"USDC">;
|
|
6961
|
-
}, "strip", z.ZodTypeAny, {
|
|
6962
|
-
chain: "Solana";
|
|
6963
|
-
asset: "USDC";
|
|
6964
|
-
}, {
|
|
6965
|
-
chain: "Solana";
|
|
6966
|
-
asset: "USDC";
|
|
6967
|
-
}>]>, "many">;
|
|
6832
|
+
})[], {
|
|
6833
|
+
chain: string;
|
|
6834
|
+
asset: string;
|
|
6835
|
+
}[]>;
|
|
6968
6836
|
readonly cf_swap_rate: z.ZodObject<{
|
|
6969
6837
|
intermediary: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
6970
6838
|
output: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
@@ -7048,24 +6916,6 @@ declare const rpcResult: {
|
|
|
7048
6916
|
}, {
|
|
7049
6917
|
chain: "Arbitrum";
|
|
7050
6918
|
asset: "USDC";
|
|
7051
|
-
}>, z.ZodObject<{
|
|
7052
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7053
|
-
asset: z.ZodLiteral<"SOL">;
|
|
7054
|
-
}, "strip", z.ZodTypeAny, {
|
|
7055
|
-
chain: "Solana";
|
|
7056
|
-
asset: "SOL";
|
|
7057
|
-
}, {
|
|
7058
|
-
chain: "Solana";
|
|
7059
|
-
asset: "SOL";
|
|
7060
|
-
}>, z.ZodObject<{
|
|
7061
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7062
|
-
asset: z.ZodLiteral<"USDC">;
|
|
7063
|
-
}, "strip", z.ZodTypeAny, {
|
|
7064
|
-
chain: "Solana";
|
|
7065
|
-
asset: "USDC";
|
|
7066
|
-
}, {
|
|
7067
|
-
chain: "Solana";
|
|
7068
|
-
asset: "USDC";
|
|
7069
6919
|
}>]>, z.ZodObject<{
|
|
7070
6920
|
amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
7071
6921
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7145,24 +6995,6 @@ declare const rpcResult: {
|
|
|
7145
6995
|
}, {
|
|
7146
6996
|
chain: "Arbitrum";
|
|
7147
6997
|
asset: "USDC";
|
|
7148
|
-
}>, z.ZodObject<{
|
|
7149
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7150
|
-
asset: z.ZodLiteral<"SOL">;
|
|
7151
|
-
}, "strip", z.ZodTypeAny, {
|
|
7152
|
-
chain: "Solana";
|
|
7153
|
-
asset: "SOL";
|
|
7154
|
-
}, {
|
|
7155
|
-
chain: "Solana";
|
|
7156
|
-
asset: "SOL";
|
|
7157
|
-
}>, z.ZodObject<{
|
|
7158
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7159
|
-
asset: z.ZodLiteral<"USDC">;
|
|
7160
|
-
}, "strip", z.ZodTypeAny, {
|
|
7161
|
-
chain: "Solana";
|
|
7162
|
-
asset: "USDC";
|
|
7163
|
-
}, {
|
|
7164
|
-
chain: "Solana";
|
|
7165
|
-
asset: "USDC";
|
|
7166
6998
|
}>]>, z.ZodObject<{
|
|
7167
6999
|
amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
7168
7000
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7243,24 +7075,6 @@ declare const rpcResult: {
|
|
|
7243
7075
|
}, {
|
|
7244
7076
|
chain: "Arbitrum";
|
|
7245
7077
|
asset: "USDC";
|
|
7246
|
-
}>, z.ZodObject<{
|
|
7247
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7248
|
-
asset: z.ZodLiteral<"SOL">;
|
|
7249
|
-
}, "strip", z.ZodTypeAny, {
|
|
7250
|
-
chain: "Solana";
|
|
7251
|
-
asset: "SOL";
|
|
7252
|
-
}, {
|
|
7253
|
-
chain: "Solana";
|
|
7254
|
-
asset: "SOL";
|
|
7255
|
-
}>, z.ZodObject<{
|
|
7256
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7257
|
-
asset: z.ZodLiteral<"USDC">;
|
|
7258
|
-
}, "strip", z.ZodTypeAny, {
|
|
7259
|
-
chain: "Solana";
|
|
7260
|
-
asset: "USDC";
|
|
7261
|
-
}, {
|
|
7262
|
-
chain: "Solana";
|
|
7263
|
-
asset: "USDC";
|
|
7264
7078
|
}>]>, z.ZodObject<{
|
|
7265
7079
|
amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
7266
7080
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7296,12 +7110,6 @@ declare const rpcResult: {
|
|
|
7296
7110
|
} | {
|
|
7297
7111
|
chain: "Arbitrum";
|
|
7298
7112
|
asset: "USDC";
|
|
7299
|
-
} | {
|
|
7300
|
-
chain: "Solana";
|
|
7301
|
-
asset: "SOL";
|
|
7302
|
-
} | {
|
|
7303
|
-
chain: "Solana";
|
|
7304
|
-
asset: "USDC";
|
|
7305
7113
|
}) & {
|
|
7306
7114
|
amount: bigint;
|
|
7307
7115
|
};
|
|
@@ -7329,12 +7137,6 @@ declare const rpcResult: {
|
|
|
7329
7137
|
} | {
|
|
7330
7138
|
chain: "Arbitrum";
|
|
7331
7139
|
asset: "USDC";
|
|
7332
|
-
} | {
|
|
7333
|
-
chain: "Solana";
|
|
7334
|
-
asset: "SOL";
|
|
7335
|
-
} | {
|
|
7336
|
-
chain: "Solana";
|
|
7337
|
-
asset: "USDC";
|
|
7338
7140
|
}) & {
|
|
7339
7141
|
amount: bigint;
|
|
7340
7142
|
};
|
|
@@ -7362,12 +7164,6 @@ declare const rpcResult: {
|
|
|
7362
7164
|
} | {
|
|
7363
7165
|
chain: "Arbitrum";
|
|
7364
7166
|
asset: "USDC";
|
|
7365
|
-
} | {
|
|
7366
|
-
chain: "Solana";
|
|
7367
|
-
asset: "SOL";
|
|
7368
|
-
} | {
|
|
7369
|
-
chain: "Solana";
|
|
7370
|
-
asset: "USDC";
|
|
7371
7167
|
}) & {
|
|
7372
7168
|
amount: bigint;
|
|
7373
7169
|
};
|
|
@@ -7398,12 +7194,6 @@ declare const rpcResult: {
|
|
|
7398
7194
|
} | {
|
|
7399
7195
|
chain: "Arbitrum";
|
|
7400
7196
|
asset: "USDC";
|
|
7401
|
-
} | {
|
|
7402
|
-
chain: "Solana";
|
|
7403
|
-
asset: "SOL";
|
|
7404
|
-
} | {
|
|
7405
|
-
chain: "Solana";
|
|
7406
|
-
asset: "USDC";
|
|
7407
7197
|
}) & {
|
|
7408
7198
|
amount: string | number;
|
|
7409
7199
|
};
|
|
@@ -7431,12 +7221,6 @@ declare const rpcResult: {
|
|
|
7431
7221
|
} | {
|
|
7432
7222
|
chain: "Arbitrum";
|
|
7433
7223
|
asset: "USDC";
|
|
7434
|
-
} | {
|
|
7435
|
-
chain: "Solana";
|
|
7436
|
-
asset: "SOL";
|
|
7437
|
-
} | {
|
|
7438
|
-
chain: "Solana";
|
|
7439
|
-
asset: "USDC";
|
|
7440
7224
|
}) & {
|
|
7441
7225
|
amount: string | number;
|
|
7442
7226
|
};
|
|
@@ -7464,12 +7248,6 @@ declare const rpcResult: {
|
|
|
7464
7248
|
} | {
|
|
7465
7249
|
chain: "Arbitrum";
|
|
7466
7250
|
asset: "USDC";
|
|
7467
|
-
} | {
|
|
7468
|
-
chain: "Solana";
|
|
7469
|
-
asset: "SOL";
|
|
7470
|
-
} | {
|
|
7471
|
-
chain: "Solana";
|
|
7472
|
-
asset: "USDC";
|
|
7473
7251
|
}) & {
|
|
7474
7252
|
amount: string | number;
|
|
7475
7253
|
};
|
|
@@ -7506,7 +7284,7 @@ declare const rpcResult: {
|
|
|
7506
7284
|
}, {
|
|
7507
7285
|
DOT: string | number | null;
|
|
7508
7286
|
}>;
|
|
7509
|
-
Arbitrum: z.ZodObject<{
|
|
7287
|
+
Arbitrum: z.ZodDefault<z.ZodObject<{
|
|
7510
7288
|
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
7511
7289
|
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
7512
7290
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7515,7 +7293,7 @@ declare const rpcResult: {
|
|
|
7515
7293
|
}, {
|
|
7516
7294
|
ETH?: string | number | null | undefined;
|
|
7517
7295
|
USDC?: string | number | null | undefined;
|
|
7518
|
-
}
|
|
7296
|
+
}>>;
|
|
7519
7297
|
}, "strip", z.ZodTypeAny, {
|
|
7520
7298
|
Bitcoin: {
|
|
7521
7299
|
BTC: bigint | null;
|
|
@@ -7546,10 +7324,10 @@ declare const rpcResult: {
|
|
|
7546
7324
|
Polkadot: {
|
|
7547
7325
|
DOT: string | number | null;
|
|
7548
7326
|
};
|
|
7549
|
-
Arbitrum
|
|
7327
|
+
Arbitrum?: {
|
|
7550
7328
|
ETH?: string | number | null | undefined;
|
|
7551
7329
|
USDC?: string | number | null | undefined;
|
|
7552
|
-
};
|
|
7330
|
+
} | undefined;
|
|
7553
7331
|
}>;
|
|
7554
7332
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
7555
7333
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7586,10 +7364,10 @@ declare const rpcResult: {
|
|
|
7586
7364
|
Polkadot: {
|
|
7587
7365
|
DOT: string | number | null;
|
|
7588
7366
|
};
|
|
7589
|
-
Arbitrum
|
|
7367
|
+
Arbitrum?: {
|
|
7590
7368
|
ETH?: string | number | null | undefined;
|
|
7591
7369
|
USDC?: string | number | null | undefined;
|
|
7592
|
-
};
|
|
7370
|
+
} | undefined;
|
|
7593
7371
|
};
|
|
7594
7372
|
network_fee_hundredth_pips: number;
|
|
7595
7373
|
}>;
|
|
@@ -7666,24 +7444,6 @@ declare const rpcResult: {
|
|
|
7666
7444
|
}, {
|
|
7667
7445
|
chain: "Arbitrum";
|
|
7668
7446
|
asset: "USDC";
|
|
7669
|
-
}>, z.ZodObject<{
|
|
7670
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7671
|
-
asset: z.ZodLiteral<"SOL">;
|
|
7672
|
-
}, "strip", z.ZodTypeAny, {
|
|
7673
|
-
chain: "Solana";
|
|
7674
|
-
asset: "SOL";
|
|
7675
|
-
}, {
|
|
7676
|
-
chain: "Solana";
|
|
7677
|
-
asset: "SOL";
|
|
7678
|
-
}>, z.ZodObject<{
|
|
7679
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7680
|
-
asset: z.ZodLiteral<"USDC">;
|
|
7681
|
-
}, "strip", z.ZodTypeAny, {
|
|
7682
|
-
chain: "Solana";
|
|
7683
|
-
asset: "USDC";
|
|
7684
|
-
}, {
|
|
7685
|
-
chain: "Solana";
|
|
7686
|
-
asset: "USDC";
|
|
7687
7447
|
}>]>, z.ZodObject<{
|
|
7688
7448
|
fee_tier: z.ZodNumber;
|
|
7689
7449
|
available_amounts: z.ZodArray<z.ZodObject<{
|
|
@@ -7838,24 +7598,6 @@ declare const rpcResult: {
|
|
|
7838
7598
|
}, {
|
|
7839
7599
|
chain: "Arbitrum";
|
|
7840
7600
|
asset: "USDC";
|
|
7841
|
-
}>, z.ZodObject<{
|
|
7842
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7843
|
-
asset: z.ZodLiteral<"SOL">;
|
|
7844
|
-
}, "strip", z.ZodTypeAny, {
|
|
7845
|
-
chain: "Solana";
|
|
7846
|
-
asset: "SOL";
|
|
7847
|
-
}, {
|
|
7848
|
-
chain: "Solana";
|
|
7849
|
-
asset: "SOL";
|
|
7850
|
-
}>, z.ZodObject<{
|
|
7851
|
-
chain: z.ZodLiteral<"Solana">;
|
|
7852
|
-
asset: z.ZodLiteral<"USDC">;
|
|
7853
|
-
}, "strip", z.ZodTypeAny, {
|
|
7854
|
-
chain: "Solana";
|
|
7855
|
-
asset: "USDC";
|
|
7856
|
-
}, {
|
|
7857
|
-
chain: "Solana";
|
|
7858
|
-
asset: "USDC";
|
|
7859
7601
|
}>]>, z.ZodObject<{
|
|
7860
7602
|
fee_tier: z.ZodNumber;
|
|
7861
7603
|
pending_fees: z.ZodArray<z.ZodObject<{
|