@chainflip/rpc 1.4.1 → 1.4.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 +124 -124
- package/dist/common.d.ts +124 -124
- package/dist/parsers.cjs +15 -10
- package/dist/parsers.d.cts +124 -124
- package/dist/parsers.d.ts +124 -124
- package/dist/parsers.mjs +15 -10
- package/package.json +1 -1
package/dist/parsers.d.cts
CHANGED
|
@@ -604,14 +604,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
604
604
|
DOT: string | number;
|
|
605
605
|
}>;
|
|
606
606
|
Arbitrum: z.ZodObject<{
|
|
607
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
608
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
607
|
+
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
608
|
+
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
ETH: bigint;
|
|
611
611
|
USDC: bigint;
|
|
612
612
|
}, {
|
|
613
|
-
ETH
|
|
614
|
-
USDC
|
|
613
|
+
ETH?: string | number | undefined;
|
|
614
|
+
USDC?: string | number | undefined;
|
|
615
615
|
}>;
|
|
616
616
|
}, "strip", z.ZodTypeAny, {
|
|
617
617
|
Bitcoin: {
|
|
@@ -644,8 +644,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
644
644
|
USDT: string | number;
|
|
645
645
|
};
|
|
646
646
|
Arbitrum: {
|
|
647
|
-
ETH
|
|
648
|
-
USDC
|
|
647
|
+
ETH?: string | number | undefined;
|
|
648
|
+
USDC?: string | number | undefined;
|
|
649
649
|
};
|
|
650
650
|
}>;
|
|
651
651
|
ingress_fees: z.ZodObject<{
|
|
@@ -680,14 +680,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
680
680
|
DOT: string | number | null;
|
|
681
681
|
}>;
|
|
682
682
|
Arbitrum: z.ZodObject<{
|
|
683
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
684
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
683
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
684
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
686
|
ETH: bigint | null;
|
|
687
687
|
USDC: bigint | null;
|
|
688
688
|
}, {
|
|
689
|
-
ETH
|
|
690
|
-
USDC
|
|
689
|
+
ETH?: string | number | null | undefined;
|
|
690
|
+
USDC?: string | number | null | undefined;
|
|
691
691
|
}>;
|
|
692
692
|
}, "strip", z.ZodTypeAny, {
|
|
693
693
|
Bitcoin: {
|
|
@@ -720,8 +720,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
720
720
|
USDT: string | number | null;
|
|
721
721
|
};
|
|
722
722
|
Arbitrum: {
|
|
723
|
-
ETH
|
|
724
|
-
USDC
|
|
723
|
+
ETH?: string | number | null | undefined;
|
|
724
|
+
USDC?: string | number | null | undefined;
|
|
725
725
|
};
|
|
726
726
|
}>;
|
|
727
727
|
egress_fees: z.ZodObject<{
|
|
@@ -756,14 +756,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
756
756
|
DOT: string | number | null;
|
|
757
757
|
}>;
|
|
758
758
|
Arbitrum: z.ZodObject<{
|
|
759
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
760
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
759
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
760
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
761
761
|
}, "strip", z.ZodTypeAny, {
|
|
762
762
|
ETH: bigint | null;
|
|
763
763
|
USDC: bigint | null;
|
|
764
764
|
}, {
|
|
765
|
-
ETH
|
|
766
|
-
USDC
|
|
765
|
+
ETH?: string | number | null | undefined;
|
|
766
|
+
USDC?: string | number | null | undefined;
|
|
767
767
|
}>;
|
|
768
768
|
}, "strip", z.ZodTypeAny, {
|
|
769
769
|
Bitcoin: {
|
|
@@ -796,15 +796,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
796
796
|
USDT: string | number | null;
|
|
797
797
|
};
|
|
798
798
|
Arbitrum: {
|
|
799
|
-
ETH
|
|
800
|
-
USDC
|
|
799
|
+
ETH?: string | number | null | undefined;
|
|
800
|
+
USDC?: string | number | null | undefined;
|
|
801
801
|
};
|
|
802
802
|
}>;
|
|
803
803
|
witness_safety_margins: z.ZodObject<{
|
|
804
804
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
805
805
|
Ethereum: z.ZodNullable<z.ZodNumber>;
|
|
806
806
|
Polkadot: z.ZodNullable<z.ZodNumber>;
|
|
807
|
-
Arbitrum: z.ZodNullable<z.ZodNumber
|
|
807
|
+
Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
809
|
Bitcoin: number | null;
|
|
810
810
|
Polkadot: number | null;
|
|
@@ -814,7 +814,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
814
814
|
Bitcoin: number | null;
|
|
815
815
|
Polkadot: number | null;
|
|
816
816
|
Ethereum: number | null;
|
|
817
|
-
Arbitrum
|
|
817
|
+
Arbitrum?: number | null | undefined;
|
|
818
818
|
}>;
|
|
819
819
|
egress_dust_limits: z.ZodObject<{
|
|
820
820
|
Bitcoin: z.ZodObject<{
|
|
@@ -848,14 +848,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
848
848
|
DOT: string | number;
|
|
849
849
|
}>;
|
|
850
850
|
Arbitrum: z.ZodObject<{
|
|
851
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
852
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
851
|
+
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
852
|
+
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
853
853
|
}, "strip", z.ZodTypeAny, {
|
|
854
854
|
ETH: bigint;
|
|
855
855
|
USDC: bigint;
|
|
856
856
|
}, {
|
|
857
|
-
ETH
|
|
858
|
-
USDC
|
|
857
|
+
ETH?: string | number | undefined;
|
|
858
|
+
USDC?: string | number | undefined;
|
|
859
859
|
}>;
|
|
860
860
|
}, "strip", z.ZodTypeAny, {
|
|
861
861
|
Bitcoin: {
|
|
@@ -888,15 +888,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
888
888
|
USDT: string | number;
|
|
889
889
|
};
|
|
890
890
|
Arbitrum: {
|
|
891
|
-
ETH
|
|
892
|
-
USDC
|
|
891
|
+
ETH?: string | number | undefined;
|
|
892
|
+
USDC?: string | number | undefined;
|
|
893
893
|
};
|
|
894
894
|
}>;
|
|
895
895
|
channel_opening_fees: z.ZodObject<{
|
|
896
896
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
897
897
|
Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
898
898
|
Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
899
|
-
Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
899
|
+
Arbitrum: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
900
900
|
}, "strip", z.ZodTypeAny, {
|
|
901
901
|
Bitcoin: bigint;
|
|
902
902
|
Polkadot: bigint;
|
|
@@ -906,7 +906,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
906
906
|
Bitcoin: string | number;
|
|
907
907
|
Polkadot: string | number;
|
|
908
908
|
Ethereum: string | number;
|
|
909
|
-
Arbitrum
|
|
909
|
+
Arbitrum?: string | number | undefined;
|
|
910
910
|
}>;
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
912
|
minimum_deposit_amounts: {
|
|
@@ -1008,8 +1008,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1008
1008
|
USDT: string | number;
|
|
1009
1009
|
};
|
|
1010
1010
|
Arbitrum: {
|
|
1011
|
-
ETH
|
|
1012
|
-
USDC
|
|
1011
|
+
ETH?: string | number | undefined;
|
|
1012
|
+
USDC?: string | number | undefined;
|
|
1013
1013
|
};
|
|
1014
1014
|
};
|
|
1015
1015
|
ingress_fees: {
|
|
@@ -1026,8 +1026,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1026
1026
|
USDT: string | number | null;
|
|
1027
1027
|
};
|
|
1028
1028
|
Arbitrum: {
|
|
1029
|
-
ETH
|
|
1030
|
-
USDC
|
|
1029
|
+
ETH?: string | number | null | undefined;
|
|
1030
|
+
USDC?: string | number | null | undefined;
|
|
1031
1031
|
};
|
|
1032
1032
|
};
|
|
1033
1033
|
egress_fees: {
|
|
@@ -1044,15 +1044,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1044
1044
|
USDT: string | number | null;
|
|
1045
1045
|
};
|
|
1046
1046
|
Arbitrum: {
|
|
1047
|
-
ETH
|
|
1048
|
-
USDC
|
|
1047
|
+
ETH?: string | number | null | undefined;
|
|
1048
|
+
USDC?: string | number | null | undefined;
|
|
1049
1049
|
};
|
|
1050
1050
|
};
|
|
1051
1051
|
witness_safety_margins: {
|
|
1052
1052
|
Bitcoin: number | null;
|
|
1053
1053
|
Polkadot: number | null;
|
|
1054
1054
|
Ethereum: number | null;
|
|
1055
|
-
Arbitrum
|
|
1055
|
+
Arbitrum?: number | null | undefined;
|
|
1056
1056
|
};
|
|
1057
1057
|
egress_dust_limits: {
|
|
1058
1058
|
Bitcoin: {
|
|
@@ -1068,15 +1068,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1068
1068
|
USDT: string | number;
|
|
1069
1069
|
};
|
|
1070
1070
|
Arbitrum: {
|
|
1071
|
-
ETH
|
|
1072
|
-
USDC
|
|
1071
|
+
ETH?: string | number | undefined;
|
|
1072
|
+
USDC?: string | number | undefined;
|
|
1073
1073
|
};
|
|
1074
1074
|
};
|
|
1075
1075
|
channel_opening_fees: {
|
|
1076
1076
|
Bitcoin: string | number;
|
|
1077
1077
|
Polkadot: string | number;
|
|
1078
1078
|
Ethereum: string | number;
|
|
1079
|
-
Arbitrum
|
|
1079
|
+
Arbitrum?: string | number | undefined;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>, Rename<{
|
|
1082
1082
|
minimum_deposit_amounts: {
|
|
@@ -1180,8 +1180,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1180
1180
|
USDT: string | number;
|
|
1181
1181
|
};
|
|
1182
1182
|
Arbitrum: {
|
|
1183
|
-
ETH
|
|
1184
|
-
USDC
|
|
1183
|
+
ETH?: string | number | undefined;
|
|
1184
|
+
USDC?: string | number | undefined;
|
|
1185
1185
|
};
|
|
1186
1186
|
};
|
|
1187
1187
|
ingress_fees: {
|
|
@@ -1198,8 +1198,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1198
1198
|
USDT: string | number | null;
|
|
1199
1199
|
};
|
|
1200
1200
|
Arbitrum: {
|
|
1201
|
-
ETH
|
|
1202
|
-
USDC
|
|
1201
|
+
ETH?: string | number | null | undefined;
|
|
1202
|
+
USDC?: string | number | null | undefined;
|
|
1203
1203
|
};
|
|
1204
1204
|
};
|
|
1205
1205
|
egress_fees: {
|
|
@@ -1216,15 +1216,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1216
1216
|
USDT: string | number | null;
|
|
1217
1217
|
};
|
|
1218
1218
|
Arbitrum: {
|
|
1219
|
-
ETH
|
|
1220
|
-
USDC
|
|
1219
|
+
ETH?: string | number | null | undefined;
|
|
1220
|
+
USDC?: string | number | null | undefined;
|
|
1221
1221
|
};
|
|
1222
1222
|
};
|
|
1223
1223
|
witness_safety_margins: {
|
|
1224
1224
|
Bitcoin: number | null;
|
|
1225
1225
|
Polkadot: number | null;
|
|
1226
1226
|
Ethereum: number | null;
|
|
1227
|
-
Arbitrum
|
|
1227
|
+
Arbitrum?: number | null | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
egress_dust_limits: {
|
|
1230
1230
|
Bitcoin: {
|
|
@@ -1240,15 +1240,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
1240
1240
|
USDT: string | number;
|
|
1241
1241
|
};
|
|
1242
1242
|
Arbitrum: {
|
|
1243
|
-
ETH
|
|
1244
|
-
USDC
|
|
1243
|
+
ETH?: string | number | undefined;
|
|
1244
|
+
USDC?: string | number | undefined;
|
|
1245
1245
|
};
|
|
1246
1246
|
};
|
|
1247
1247
|
channel_opening_fees: {
|
|
1248
1248
|
Bitcoin: string | number;
|
|
1249
1249
|
Polkadot: string | number;
|
|
1250
1250
|
Ethereum: string | number;
|
|
1251
|
-
Arbitrum
|
|
1251
|
+
Arbitrum?: string | number | undefined;
|
|
1252
1252
|
};
|
|
1253
1253
|
}>;
|
|
1254
1254
|
declare const cfSwappingEnvironment: z.ZodObject<{
|
|
@@ -1284,14 +1284,14 @@ declare const cfSwappingEnvironment: z.ZodObject<{
|
|
|
1284
1284
|
DOT: string | number | null;
|
|
1285
1285
|
}>;
|
|
1286
1286
|
Arbitrum: z.ZodObject<{
|
|
1287
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1288
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1287
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1288
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1289
1289
|
}, "strip", z.ZodTypeAny, {
|
|
1290
1290
|
ETH: bigint | null;
|
|
1291
1291
|
USDC: bigint | null;
|
|
1292
1292
|
}, {
|
|
1293
|
-
ETH
|
|
1294
|
-
USDC
|
|
1293
|
+
ETH?: string | number | null | undefined;
|
|
1294
|
+
USDC?: string | number | null | undefined;
|
|
1295
1295
|
}>;
|
|
1296
1296
|
}, "strip", z.ZodTypeAny, {
|
|
1297
1297
|
Bitcoin: {
|
|
@@ -1324,8 +1324,8 @@ declare const cfSwappingEnvironment: z.ZodObject<{
|
|
|
1324
1324
|
USDT: string | number | null;
|
|
1325
1325
|
};
|
|
1326
1326
|
Arbitrum: {
|
|
1327
|
-
ETH
|
|
1328
|
-
USDC
|
|
1327
|
+
ETH?: string | number | null | undefined;
|
|
1328
|
+
USDC?: string | number | null | undefined;
|
|
1329
1329
|
};
|
|
1330
1330
|
}>;
|
|
1331
1331
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -1364,8 +1364,8 @@ declare const cfSwappingEnvironment: z.ZodObject<{
|
|
|
1364
1364
|
USDT: string | number | null;
|
|
1365
1365
|
};
|
|
1366
1366
|
Arbitrum: {
|
|
1367
|
-
ETH
|
|
1368
|
-
USDC
|
|
1367
|
+
ETH?: string | number | null | undefined;
|
|
1368
|
+
USDC?: string | number | null | undefined;
|
|
1369
1369
|
};
|
|
1370
1370
|
};
|
|
1371
1371
|
network_fee_hundredth_pips: number;
|
|
@@ -1414,14 +1414,14 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1414
1414
|
DOT: string | number;
|
|
1415
1415
|
}>;
|
|
1416
1416
|
Arbitrum: z.ZodObject<{
|
|
1417
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1418
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1417
|
+
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
1418
|
+
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
1419
1419
|
}, "strip", z.ZodTypeAny, {
|
|
1420
1420
|
ETH: bigint;
|
|
1421
1421
|
USDC: bigint;
|
|
1422
1422
|
}, {
|
|
1423
|
-
ETH
|
|
1424
|
-
USDC
|
|
1423
|
+
ETH?: string | number | undefined;
|
|
1424
|
+
USDC?: string | number | undefined;
|
|
1425
1425
|
}>;
|
|
1426
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1427
1427
|
Bitcoin: {
|
|
@@ -1454,8 +1454,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1454
1454
|
USDT: string | number;
|
|
1455
1455
|
};
|
|
1456
1456
|
Arbitrum: {
|
|
1457
|
-
ETH
|
|
1458
|
-
USDC
|
|
1457
|
+
ETH?: string | number | undefined;
|
|
1458
|
+
USDC?: string | number | undefined;
|
|
1459
1459
|
};
|
|
1460
1460
|
}>;
|
|
1461
1461
|
ingress_fees: z.ZodObject<{
|
|
@@ -1490,14 +1490,14 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1490
1490
|
DOT: string | number | null;
|
|
1491
1491
|
}>;
|
|
1492
1492
|
Arbitrum: z.ZodObject<{
|
|
1493
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1494
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1493
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1494
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1495
1495
|
}, "strip", z.ZodTypeAny, {
|
|
1496
1496
|
ETH: bigint | null;
|
|
1497
1497
|
USDC: bigint | null;
|
|
1498
1498
|
}, {
|
|
1499
|
-
ETH
|
|
1500
|
-
USDC
|
|
1499
|
+
ETH?: string | number | null | undefined;
|
|
1500
|
+
USDC?: string | number | null | undefined;
|
|
1501
1501
|
}>;
|
|
1502
1502
|
}, "strip", z.ZodTypeAny, {
|
|
1503
1503
|
Bitcoin: {
|
|
@@ -1530,8 +1530,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1530
1530
|
USDT: string | number | null;
|
|
1531
1531
|
};
|
|
1532
1532
|
Arbitrum: {
|
|
1533
|
-
ETH
|
|
1534
|
-
USDC
|
|
1533
|
+
ETH?: string | number | null | undefined;
|
|
1534
|
+
USDC?: string | number | null | undefined;
|
|
1535
1535
|
};
|
|
1536
1536
|
}>;
|
|
1537
1537
|
egress_fees: z.ZodObject<{
|
|
@@ -1566,14 +1566,14 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1566
1566
|
DOT: string | number | null;
|
|
1567
1567
|
}>;
|
|
1568
1568
|
Arbitrum: z.ZodObject<{
|
|
1569
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1570
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1569
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1570
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
1571
1571
|
}, "strip", z.ZodTypeAny, {
|
|
1572
1572
|
ETH: bigint | null;
|
|
1573
1573
|
USDC: bigint | null;
|
|
1574
1574
|
}, {
|
|
1575
|
-
ETH
|
|
1576
|
-
USDC
|
|
1575
|
+
ETH?: string | number | null | undefined;
|
|
1576
|
+
USDC?: string | number | null | undefined;
|
|
1577
1577
|
}>;
|
|
1578
1578
|
}, "strip", z.ZodTypeAny, {
|
|
1579
1579
|
Bitcoin: {
|
|
@@ -1606,15 +1606,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1606
1606
|
USDT: string | number | null;
|
|
1607
1607
|
};
|
|
1608
1608
|
Arbitrum: {
|
|
1609
|
-
ETH
|
|
1610
|
-
USDC
|
|
1609
|
+
ETH?: string | number | null | undefined;
|
|
1610
|
+
USDC?: string | number | null | undefined;
|
|
1611
1611
|
};
|
|
1612
1612
|
}>;
|
|
1613
1613
|
witness_safety_margins: z.ZodObject<{
|
|
1614
1614
|
Bitcoin: z.ZodNullable<z.ZodNumber>;
|
|
1615
1615
|
Ethereum: z.ZodNullable<z.ZodNumber>;
|
|
1616
1616
|
Polkadot: z.ZodNullable<z.ZodNumber>;
|
|
1617
|
-
Arbitrum: z.ZodNullable<z.ZodNumber
|
|
1617
|
+
Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
1619
|
Bitcoin: number | null;
|
|
1620
1620
|
Polkadot: number | null;
|
|
@@ -1624,7 +1624,7 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1624
1624
|
Bitcoin: number | null;
|
|
1625
1625
|
Polkadot: number | null;
|
|
1626
1626
|
Ethereum: number | null;
|
|
1627
|
-
Arbitrum
|
|
1627
|
+
Arbitrum?: number | null | undefined;
|
|
1628
1628
|
}>;
|
|
1629
1629
|
egress_dust_limits: z.ZodObject<{
|
|
1630
1630
|
Bitcoin: z.ZodObject<{
|
|
@@ -1658,14 +1658,14 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1658
1658
|
DOT: string | number;
|
|
1659
1659
|
}>;
|
|
1660
1660
|
Arbitrum: z.ZodObject<{
|
|
1661
|
-
ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1662
|
-
USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1661
|
+
ETH: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
1662
|
+
USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
1663
1663
|
}, "strip", z.ZodTypeAny, {
|
|
1664
1664
|
ETH: bigint;
|
|
1665
1665
|
USDC: bigint;
|
|
1666
1666
|
}, {
|
|
1667
|
-
ETH
|
|
1668
|
-
USDC
|
|
1667
|
+
ETH?: string | number | undefined;
|
|
1668
|
+
USDC?: string | number | undefined;
|
|
1669
1669
|
}>;
|
|
1670
1670
|
}, "strip", z.ZodTypeAny, {
|
|
1671
1671
|
Bitcoin: {
|
|
@@ -1698,15 +1698,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1698
1698
|
USDT: string | number;
|
|
1699
1699
|
};
|
|
1700
1700
|
Arbitrum: {
|
|
1701
|
-
ETH
|
|
1702
|
-
USDC
|
|
1701
|
+
ETH?: string | number | undefined;
|
|
1702
|
+
USDC?: string | number | undefined;
|
|
1703
1703
|
};
|
|
1704
1704
|
}>;
|
|
1705
1705
|
channel_opening_fees: z.ZodObject<{
|
|
1706
1706
|
Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1707
1707
|
Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1708
1708
|
Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
1709
|
-
Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
1709
|
+
Arbitrum: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
1710
1710
|
}, "strip", z.ZodTypeAny, {
|
|
1711
1711
|
Bitcoin: bigint;
|
|
1712
1712
|
Polkadot: bigint;
|
|
@@ -1716,7 +1716,7 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1716
1716
|
Bitcoin: string | number;
|
|
1717
1717
|
Polkadot: string | number;
|
|
1718
1718
|
Ethereum: string | number;
|
|
1719
|
-
Arbitrum
|
|
1719
|
+
Arbitrum?: string | number | undefined;
|
|
1720
1720
|
}>;
|
|
1721
1721
|
}, "strip", z.ZodTypeAny, {
|
|
1722
1722
|
minimum_deposit_amounts: {
|
|
@@ -1818,8 +1818,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1818
1818
|
USDT: string | number;
|
|
1819
1819
|
};
|
|
1820
1820
|
Arbitrum: {
|
|
1821
|
-
ETH
|
|
1822
|
-
USDC
|
|
1821
|
+
ETH?: string | number | undefined;
|
|
1822
|
+
USDC?: string | number | undefined;
|
|
1823
1823
|
};
|
|
1824
1824
|
};
|
|
1825
1825
|
ingress_fees: {
|
|
@@ -1836,8 +1836,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1836
1836
|
USDT: string | number | null;
|
|
1837
1837
|
};
|
|
1838
1838
|
Arbitrum: {
|
|
1839
|
-
ETH
|
|
1840
|
-
USDC
|
|
1839
|
+
ETH?: string | number | null | undefined;
|
|
1840
|
+
USDC?: string | number | null | undefined;
|
|
1841
1841
|
};
|
|
1842
1842
|
};
|
|
1843
1843
|
egress_fees: {
|
|
@@ -1854,15 +1854,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1854
1854
|
USDT: string | number | null;
|
|
1855
1855
|
};
|
|
1856
1856
|
Arbitrum: {
|
|
1857
|
-
ETH
|
|
1858
|
-
USDC
|
|
1857
|
+
ETH?: string | number | null | undefined;
|
|
1858
|
+
USDC?: string | number | null | undefined;
|
|
1859
1859
|
};
|
|
1860
1860
|
};
|
|
1861
1861
|
witness_safety_margins: {
|
|
1862
1862
|
Bitcoin: number | null;
|
|
1863
1863
|
Polkadot: number | null;
|
|
1864
1864
|
Ethereum: number | null;
|
|
1865
|
-
Arbitrum
|
|
1865
|
+
Arbitrum?: number | null | undefined;
|
|
1866
1866
|
};
|
|
1867
1867
|
egress_dust_limits: {
|
|
1868
1868
|
Bitcoin: {
|
|
@@ -1878,15 +1878,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1878
1878
|
USDT: string | number;
|
|
1879
1879
|
};
|
|
1880
1880
|
Arbitrum: {
|
|
1881
|
-
ETH
|
|
1882
|
-
USDC
|
|
1881
|
+
ETH?: string | number | undefined;
|
|
1882
|
+
USDC?: string | number | undefined;
|
|
1883
1883
|
};
|
|
1884
1884
|
};
|
|
1885
1885
|
channel_opening_fees: {
|
|
1886
1886
|
Bitcoin: string | number;
|
|
1887
1887
|
Polkadot: string | number;
|
|
1888
1888
|
Ethereum: string | number;
|
|
1889
|
-
Arbitrum
|
|
1889
|
+
Arbitrum?: string | number | undefined;
|
|
1890
1890
|
};
|
|
1891
1891
|
}>, Rename<{
|
|
1892
1892
|
minimum_deposit_amounts: {
|
|
@@ -1990,8 +1990,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
1990
1990
|
USDT: string | number;
|
|
1991
1991
|
};
|
|
1992
1992
|
Arbitrum: {
|
|
1993
|
-
ETH
|
|
1994
|
-
USDC
|
|
1993
|
+
ETH?: string | number | undefined;
|
|
1994
|
+
USDC?: string | number | undefined;
|
|
1995
1995
|
};
|
|
1996
1996
|
};
|
|
1997
1997
|
ingress_fees: {
|
|
@@ -2008,8 +2008,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2008
2008
|
USDT: string | number | null;
|
|
2009
2009
|
};
|
|
2010
2010
|
Arbitrum: {
|
|
2011
|
-
ETH
|
|
2012
|
-
USDC
|
|
2011
|
+
ETH?: string | number | null | undefined;
|
|
2012
|
+
USDC?: string | number | null | undefined;
|
|
2013
2013
|
};
|
|
2014
2014
|
};
|
|
2015
2015
|
egress_fees: {
|
|
@@ -2026,15 +2026,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2026
2026
|
USDT: string | number | null;
|
|
2027
2027
|
};
|
|
2028
2028
|
Arbitrum: {
|
|
2029
|
-
ETH
|
|
2030
|
-
USDC
|
|
2029
|
+
ETH?: string | number | null | undefined;
|
|
2030
|
+
USDC?: string | number | null | undefined;
|
|
2031
2031
|
};
|
|
2032
2032
|
};
|
|
2033
2033
|
witness_safety_margins: {
|
|
2034
2034
|
Bitcoin: number | null;
|
|
2035
2035
|
Polkadot: number | null;
|
|
2036
2036
|
Ethereum: number | null;
|
|
2037
|
-
Arbitrum
|
|
2037
|
+
Arbitrum?: number | null | undefined;
|
|
2038
2038
|
};
|
|
2039
2039
|
egress_dust_limits: {
|
|
2040
2040
|
Bitcoin: {
|
|
@@ -2050,15 +2050,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2050
2050
|
USDT: string | number;
|
|
2051
2051
|
};
|
|
2052
2052
|
Arbitrum: {
|
|
2053
|
-
ETH
|
|
2054
|
-
USDC
|
|
2053
|
+
ETH?: string | number | undefined;
|
|
2054
|
+
USDC?: string | number | undefined;
|
|
2055
2055
|
};
|
|
2056
2056
|
};
|
|
2057
2057
|
channel_opening_fees: {
|
|
2058
2058
|
Bitcoin: string | number;
|
|
2059
2059
|
Polkadot: string | number;
|
|
2060
2060
|
Ethereum: string | number;
|
|
2061
|
-
Arbitrum
|
|
2061
|
+
Arbitrum?: string | number | undefined;
|
|
2062
2062
|
};
|
|
2063
2063
|
}>;
|
|
2064
2064
|
swapping: z.ZodObject<{
|
|
@@ -2094,14 +2094,14 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2094
2094
|
DOT: string | number | null;
|
|
2095
2095
|
}>;
|
|
2096
2096
|
Arbitrum: z.ZodObject<{
|
|
2097
|
-
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
2098
|
-
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]
|
|
2097
|
+
ETH: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
2098
|
+
USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
|
|
2099
2099
|
}, "strip", z.ZodTypeAny, {
|
|
2100
2100
|
ETH: bigint | null;
|
|
2101
2101
|
USDC: bigint | null;
|
|
2102
2102
|
}, {
|
|
2103
|
-
ETH
|
|
2104
|
-
USDC
|
|
2103
|
+
ETH?: string | number | null | undefined;
|
|
2104
|
+
USDC?: string | number | null | undefined;
|
|
2105
2105
|
}>;
|
|
2106
2106
|
}, "strip", z.ZodTypeAny, {
|
|
2107
2107
|
Bitcoin: {
|
|
@@ -2134,8 +2134,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2134
2134
|
USDT: string | number | null;
|
|
2135
2135
|
};
|
|
2136
2136
|
Arbitrum: {
|
|
2137
|
-
ETH
|
|
2138
|
-
USDC
|
|
2137
|
+
ETH?: string | number | null | undefined;
|
|
2138
|
+
USDC?: string | number | null | undefined;
|
|
2139
2139
|
};
|
|
2140
2140
|
}>;
|
|
2141
2141
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
@@ -2174,8 +2174,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2174
2174
|
USDT: string | number | null;
|
|
2175
2175
|
};
|
|
2176
2176
|
Arbitrum: {
|
|
2177
|
-
ETH
|
|
2178
|
-
USDC
|
|
2177
|
+
ETH?: string | number | null | undefined;
|
|
2178
|
+
USDC?: string | number | null | undefined;
|
|
2179
2179
|
};
|
|
2180
2180
|
};
|
|
2181
2181
|
network_fee_hundredth_pips: number;
|
|
@@ -2337,8 +2337,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2337
2337
|
USDT: string | number;
|
|
2338
2338
|
};
|
|
2339
2339
|
Arbitrum: {
|
|
2340
|
-
ETH
|
|
2341
|
-
USDC
|
|
2340
|
+
ETH?: string | number | undefined;
|
|
2341
|
+
USDC?: string | number | undefined;
|
|
2342
2342
|
};
|
|
2343
2343
|
};
|
|
2344
2344
|
ingress_fees: {
|
|
@@ -2355,8 +2355,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2355
2355
|
USDT: string | number | null;
|
|
2356
2356
|
};
|
|
2357
2357
|
Arbitrum: {
|
|
2358
|
-
ETH
|
|
2359
|
-
USDC
|
|
2358
|
+
ETH?: string | number | null | undefined;
|
|
2359
|
+
USDC?: string | number | null | undefined;
|
|
2360
2360
|
};
|
|
2361
2361
|
};
|
|
2362
2362
|
egress_fees: {
|
|
@@ -2373,15 +2373,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2373
2373
|
USDT: string | number | null;
|
|
2374
2374
|
};
|
|
2375
2375
|
Arbitrum: {
|
|
2376
|
-
ETH
|
|
2377
|
-
USDC
|
|
2376
|
+
ETH?: string | number | null | undefined;
|
|
2377
|
+
USDC?: string | number | null | undefined;
|
|
2378
2378
|
};
|
|
2379
2379
|
};
|
|
2380
2380
|
witness_safety_margins: {
|
|
2381
2381
|
Bitcoin: number | null;
|
|
2382
2382
|
Polkadot: number | null;
|
|
2383
2383
|
Ethereum: number | null;
|
|
2384
|
-
Arbitrum
|
|
2384
|
+
Arbitrum?: number | null | undefined;
|
|
2385
2385
|
};
|
|
2386
2386
|
egress_dust_limits: {
|
|
2387
2387
|
Bitcoin: {
|
|
@@ -2397,15 +2397,15 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2397
2397
|
USDT: string | number;
|
|
2398
2398
|
};
|
|
2399
2399
|
Arbitrum: {
|
|
2400
|
-
ETH
|
|
2401
|
-
USDC
|
|
2400
|
+
ETH?: string | number | undefined;
|
|
2401
|
+
USDC?: string | number | undefined;
|
|
2402
2402
|
};
|
|
2403
2403
|
};
|
|
2404
2404
|
channel_opening_fees: {
|
|
2405
2405
|
Bitcoin: string | number;
|
|
2406
2406
|
Polkadot: string | number;
|
|
2407
2407
|
Ethereum: string | number;
|
|
2408
|
-
Arbitrum
|
|
2408
|
+
Arbitrum?: string | number | undefined;
|
|
2409
2409
|
};
|
|
2410
2410
|
};
|
|
2411
2411
|
swapping: {
|
|
@@ -2423,8 +2423,8 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
2423
2423
|
USDT: string | number | null;
|
|
2424
2424
|
};
|
|
2425
2425
|
Arbitrum: {
|
|
2426
|
-
ETH
|
|
2427
|
-
USDC
|
|
2426
|
+
ETH?: string | number | null | undefined;
|
|
2427
|
+
USDC?: string | number | null | undefined;
|
|
2428
2428
|
};
|
|
2429
2429
|
};
|
|
2430
2430
|
network_fee_hundredth_pips: number;
|