@chainflip/rpc 1.5.2 → 1.5.4

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/parsers.d.ts CHANGED
@@ -721,16 +721,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
721
721
  ETH: string | number;
722
722
  USDC: string | number;
723
723
  }>;
724
- Solana: z.ZodDefault<z.ZodObject<{
725
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
726
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
727
- }, "strip", z.ZodTypeAny, {
728
- USDC: bigint;
729
- SOL: bigint;
730
- }, {
731
- USDC?: string | number | undefined;
732
- SOL?: string | number | undefined;
733
- }>>;
734
724
  }, "strip", z.ZodTypeAny, {
735
725
  Bitcoin: {
736
726
  BTC: bigint;
@@ -748,10 +738,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
748
738
  ETH: bigint;
749
739
  USDC: bigint;
750
740
  };
751
- Solana: {
752
- USDC: bigint;
753
- SOL: bigint;
754
- };
755
741
  }, {
756
742
  Bitcoin: {
757
743
  BTC: string | number;
@@ -769,10 +755,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
769
755
  ETH: string | number;
770
756
  USDC: string | number;
771
757
  };
772
- Solana?: {
773
- USDC?: string | number | undefined;
774
- SOL?: string | number | undefined;
775
- } | undefined;
776
758
  }>;
777
759
  ingress_fees: z.ZodObject<{
778
760
  Bitcoin: z.ZodObject<{
@@ -815,16 +797,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
815
797
  ETH: string | number | null;
816
798
  USDC: string | number | null;
817
799
  }>;
818
- Solana: z.ZodDefault<z.ZodObject<{
819
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
820
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
821
- }, "strip", z.ZodTypeAny, {
822
- USDC: bigint | null;
823
- SOL: bigint | null;
824
- }, {
825
- USDC?: string | number | null | undefined;
826
- SOL?: string | number | null | undefined;
827
- }>>;
828
800
  }, "strip", z.ZodTypeAny, {
829
801
  Bitcoin: {
830
802
  BTC: bigint | null;
@@ -842,10 +814,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
842
814
  ETH: bigint | null;
843
815
  USDC: bigint | null;
844
816
  };
845
- Solana: {
846
- USDC: bigint | null;
847
- SOL: bigint | null;
848
- };
849
817
  }, {
850
818
  Bitcoin: {
851
819
  BTC: string | number | null;
@@ -863,10 +831,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
863
831
  ETH: string | number | null;
864
832
  USDC: string | number | null;
865
833
  };
866
- Solana?: {
867
- USDC?: string | number | null | undefined;
868
- SOL?: string | number | null | undefined;
869
- } | undefined;
870
834
  }>;
871
835
  egress_fees: z.ZodObject<{
872
836
  Bitcoin: z.ZodObject<{
@@ -909,16 +873,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
909
873
  ETH: string | number | null;
910
874
  USDC: string | number | null;
911
875
  }>;
912
- Solana: z.ZodDefault<z.ZodObject<{
913
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
914
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
915
- }, "strip", z.ZodTypeAny, {
916
- USDC: bigint | null;
917
- SOL: bigint | null;
918
- }, {
919
- USDC?: string | number | null | undefined;
920
- SOL?: string | number | null | undefined;
921
- }>>;
922
876
  }, "strip", z.ZodTypeAny, {
923
877
  Bitcoin: {
924
878
  BTC: bigint | null;
@@ -936,10 +890,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
936
890
  ETH: bigint | null;
937
891
  USDC: bigint | null;
938
892
  };
939
- Solana: {
940
- USDC: bigint | null;
941
- SOL: bigint | null;
942
- };
943
893
  }, {
944
894
  Bitcoin: {
945
895
  BTC: string | number | null;
@@ -957,29 +907,22 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
957
907
  ETH: string | number | null;
958
908
  USDC: string | number | null;
959
909
  };
960
- Solana?: {
961
- USDC?: string | number | null | undefined;
962
- SOL?: string | number | null | undefined;
963
- } | undefined;
964
910
  }>;
965
911
  witness_safety_margins: z.ZodObject<{
966
912
  Bitcoin: z.ZodNullable<z.ZodNumber>;
967
913
  Ethereum: z.ZodNullable<z.ZodNumber>;
968
914
  Polkadot: z.ZodNullable<z.ZodNumber>;
969
915
  Arbitrum: z.ZodNullable<z.ZodNumber>;
970
- Solana: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
971
916
  }, "strip", z.ZodTypeAny, {
972
917
  Bitcoin: number | null;
973
918
  Ethereum: number | null;
974
919
  Polkadot: number | null;
975
920
  Arbitrum: number | null;
976
- Solana: number | null;
977
921
  }, {
978
922
  Bitcoin: number | null;
979
923
  Ethereum: number | null;
980
924
  Polkadot: number | null;
981
925
  Arbitrum: number | null;
982
- Solana?: number | null | undefined;
983
926
  }>;
984
927
  egress_dust_limits: z.ZodObject<{
985
928
  Bitcoin: z.ZodObject<{
@@ -1022,16 +965,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1022
965
  ETH: string | number;
1023
966
  USDC: string | number;
1024
967
  }>;
1025
- Solana: z.ZodDefault<z.ZodObject<{
1026
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1027
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1028
- }, "strip", z.ZodTypeAny, {
1029
- USDC: bigint;
1030
- SOL: bigint;
1031
- }, {
1032
- USDC?: string | number | undefined;
1033
- SOL?: string | number | undefined;
1034
- }>>;
1035
968
  }, "strip", z.ZodTypeAny, {
1036
969
  Bitcoin: {
1037
970
  BTC: bigint;
@@ -1049,10 +982,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1049
982
  ETH: bigint;
1050
983
  USDC: bigint;
1051
984
  };
1052
- Solana: {
1053
- USDC: bigint;
1054
- SOL: bigint;
1055
- };
1056
985
  }, {
1057
986
  Bitcoin: {
1058
987
  BTC: string | number;
@@ -1070,48 +999,38 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1070
999
  ETH: string | number;
1071
1000
  USDC: string | number;
1072
1001
  };
1073
- Solana?: {
1074
- USDC?: string | number | undefined;
1075
- SOL?: string | number | undefined;
1076
- } | undefined;
1077
1002
  }>;
1078
1003
  channel_opening_fees: z.ZodObject<{
1079
1004
  Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1080
1005
  Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1081
1006
  Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1082
1007
  Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1083
- Solana: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1084
1008
  }, "strip", z.ZodTypeAny, {
1085
1009
  Bitcoin: bigint;
1086
1010
  Ethereum: bigint;
1087
1011
  Polkadot: bigint;
1088
1012
  Arbitrum: bigint;
1089
- Solana: bigint;
1090
1013
  }, {
1091
1014
  Bitcoin: string | number;
1092
1015
  Ethereum: string | number;
1093
1016
  Polkadot: string | number;
1094
1017
  Arbitrum: string | number;
1095
- Solana?: string | number | undefined;
1096
1018
  }>;
1097
1019
  max_swap_retry_duration_blocks: z.ZodDefault<z.ZodOptional<z.ZodObject<{
1098
1020
  Bitcoin: z.ZodNumber;
1099
1021
  Ethereum: z.ZodNumber;
1100
1022
  Polkadot: z.ZodNumber;
1101
1023
  Arbitrum: z.ZodNumber;
1102
- Solana: z.ZodDefault<z.ZodNumber>;
1103
1024
  }, "strip", z.ZodTypeAny, {
1104
1025
  Bitcoin: number;
1105
1026
  Ethereum: number;
1106
1027
  Polkadot: number;
1107
1028
  Arbitrum: number;
1108
- Solana: number;
1109
1029
  }, {
1110
1030
  Bitcoin: number;
1111
1031
  Ethereum: number;
1112
1032
  Polkadot: number;
1113
1033
  Arbitrum: number;
1114
- Solana?: number | undefined;
1115
1034
  }>>>;
1116
1035
  }, "strip", z.ZodTypeAny, {
1117
1036
  minimum_deposit_amounts: {
@@ -1131,10 +1050,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1131
1050
  ETH: bigint;
1132
1051
  USDC: bigint;
1133
1052
  };
1134
- Solana: {
1135
- USDC: bigint;
1136
- SOL: bigint;
1137
- };
1138
1053
  };
1139
1054
  ingress_fees: {
1140
1055
  Bitcoin: {
@@ -1153,10 +1068,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1153
1068
  ETH: bigint | null;
1154
1069
  USDC: bigint | null;
1155
1070
  };
1156
- Solana: {
1157
- USDC: bigint | null;
1158
- SOL: bigint | null;
1159
- };
1160
1071
  };
1161
1072
  egress_fees: {
1162
1073
  Bitcoin: {
@@ -1175,17 +1086,12 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1175
1086
  ETH: bigint | null;
1176
1087
  USDC: bigint | null;
1177
1088
  };
1178
- Solana: {
1179
- USDC: bigint | null;
1180
- SOL: bigint | null;
1181
- };
1182
1089
  };
1183
1090
  witness_safety_margins: {
1184
1091
  Bitcoin: number | null;
1185
1092
  Ethereum: number | null;
1186
1093
  Polkadot: number | null;
1187
1094
  Arbitrum: number | null;
1188
- Solana: number | null;
1189
1095
  };
1190
1096
  egress_dust_limits: {
1191
1097
  Bitcoin: {
@@ -1204,24 +1110,18 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1204
1110
  ETH: bigint;
1205
1111
  USDC: bigint;
1206
1112
  };
1207
- Solana: {
1208
- USDC: bigint;
1209
- SOL: bigint;
1210
- };
1211
1113
  };
1212
1114
  channel_opening_fees: {
1213
1115
  Bitcoin: bigint;
1214
1116
  Ethereum: bigint;
1215
1117
  Polkadot: bigint;
1216
1118
  Arbitrum: bigint;
1217
- Solana: bigint;
1218
1119
  };
1219
1120
  max_swap_retry_duration_blocks: {
1220
1121
  Bitcoin: number;
1221
1122
  Ethereum: number;
1222
1123
  Polkadot: number;
1223
1124
  Arbitrum: number;
1224
- Solana: number;
1225
1125
  };
1226
1126
  }, {
1227
1127
  minimum_deposit_amounts: {
@@ -1241,10 +1141,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1241
1141
  ETH: string | number;
1242
1142
  USDC: string | number;
1243
1143
  };
1244
- Solana?: {
1245
- USDC?: string | number | undefined;
1246
- SOL?: string | number | undefined;
1247
- } | undefined;
1248
1144
  };
1249
1145
  ingress_fees: {
1250
1146
  Bitcoin: {
@@ -1263,10 +1159,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1263
1159
  ETH: string | number | null;
1264
1160
  USDC: string | number | null;
1265
1161
  };
1266
- Solana?: {
1267
- USDC?: string | number | null | undefined;
1268
- SOL?: string | number | null | undefined;
1269
- } | undefined;
1270
1162
  };
1271
1163
  egress_fees: {
1272
1164
  Bitcoin: {
@@ -1285,17 +1177,12 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1285
1177
  ETH: string | number | null;
1286
1178
  USDC: string | number | null;
1287
1179
  };
1288
- Solana?: {
1289
- USDC?: string | number | null | undefined;
1290
- SOL?: string | number | null | undefined;
1291
- } | undefined;
1292
1180
  };
1293
1181
  witness_safety_margins: {
1294
1182
  Bitcoin: number | null;
1295
1183
  Ethereum: number | null;
1296
1184
  Polkadot: number | null;
1297
1185
  Arbitrum: number | null;
1298
- Solana?: number | null | undefined;
1299
1186
  };
1300
1187
  egress_dust_limits: {
1301
1188
  Bitcoin: {
@@ -1314,24 +1201,18 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1314
1201
  ETH: string | number;
1315
1202
  USDC: string | number;
1316
1203
  };
1317
- Solana?: {
1318
- USDC?: string | number | undefined;
1319
- SOL?: string | number | undefined;
1320
- } | undefined;
1321
1204
  };
1322
1205
  channel_opening_fees: {
1323
1206
  Bitcoin: string | number;
1324
1207
  Ethereum: string | number;
1325
1208
  Polkadot: string | number;
1326
1209
  Arbitrum: string | number;
1327
- Solana?: string | number | undefined;
1328
1210
  };
1329
1211
  max_swap_retry_duration_blocks?: {
1330
1212
  Bitcoin: number;
1331
1213
  Ethereum: number;
1332
1214
  Polkadot: number;
1333
1215
  Arbitrum: number;
1334
- Solana?: number | undefined;
1335
1216
  } | undefined;
1336
1217
  }>, Rename<{
1337
1218
  minimum_deposit_amounts: {
@@ -1351,10 +1232,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1351
1232
  ETH: bigint;
1352
1233
  USDC: bigint;
1353
1234
  };
1354
- Solana: {
1355
- USDC: bigint;
1356
- SOL: bigint;
1357
- };
1358
1235
  };
1359
1236
  ingress_fees: {
1360
1237
  Bitcoin: {
@@ -1373,10 +1250,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1373
1250
  ETH: bigint | null;
1374
1251
  USDC: bigint | null;
1375
1252
  };
1376
- Solana: {
1377
- USDC: bigint | null;
1378
- SOL: bigint | null;
1379
- };
1380
1253
  };
1381
1254
  egress_fees: {
1382
1255
  Bitcoin: {
@@ -1395,17 +1268,12 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1395
1268
  ETH: bigint | null;
1396
1269
  USDC: bigint | null;
1397
1270
  };
1398
- Solana: {
1399
- USDC: bigint | null;
1400
- SOL: bigint | null;
1401
- };
1402
1271
  };
1403
1272
  witness_safety_margins: {
1404
1273
  Bitcoin: number | null;
1405
1274
  Ethereum: number | null;
1406
1275
  Polkadot: number | null;
1407
1276
  Arbitrum: number | null;
1408
- Solana: number | null;
1409
1277
  };
1410
1278
  egress_dust_limits: {
1411
1279
  Bitcoin: {
@@ -1424,24 +1292,18 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1424
1292
  ETH: bigint;
1425
1293
  USDC: bigint;
1426
1294
  };
1427
- Solana: {
1428
- USDC: bigint;
1429
- SOL: bigint;
1430
- };
1431
1295
  };
1432
1296
  channel_opening_fees: {
1433
1297
  Bitcoin: bigint;
1434
1298
  Ethereum: bigint;
1435
1299
  Polkadot: bigint;
1436
1300
  Arbitrum: bigint;
1437
- Solana: bigint;
1438
1301
  };
1439
1302
  max_swap_retry_duration_blocks: {
1440
1303
  Bitcoin: number;
1441
1304
  Ethereum: number;
1442
1305
  Polkadot: number;
1443
1306
  Arbitrum: number;
1444
- Solana: number;
1445
1307
  };
1446
1308
  }, {
1447
1309
  readonly egress_dust_limits: "minimum_egress_amounts";
@@ -1463,10 +1325,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1463
1325
  ETH: string | number;
1464
1326
  USDC: string | number;
1465
1327
  };
1466
- Solana?: {
1467
- USDC?: string | number | undefined;
1468
- SOL?: string | number | undefined;
1469
- } | undefined;
1470
1328
  };
1471
1329
  ingress_fees: {
1472
1330
  Bitcoin: {
@@ -1485,10 +1343,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1485
1343
  ETH: string | number | null;
1486
1344
  USDC: string | number | null;
1487
1345
  };
1488
- Solana?: {
1489
- USDC?: string | number | null | undefined;
1490
- SOL?: string | number | null | undefined;
1491
- } | undefined;
1492
1346
  };
1493
1347
  egress_fees: {
1494
1348
  Bitcoin: {
@@ -1507,17 +1361,12 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1507
1361
  ETH: string | number | null;
1508
1362
  USDC: string | number | null;
1509
1363
  };
1510
- Solana?: {
1511
- USDC?: string | number | null | undefined;
1512
- SOL?: string | number | null | undefined;
1513
- } | undefined;
1514
1364
  };
1515
1365
  witness_safety_margins: {
1516
1366
  Bitcoin: number | null;
1517
1367
  Ethereum: number | null;
1518
1368
  Polkadot: number | null;
1519
1369
  Arbitrum: number | null;
1520
- Solana?: number | null | undefined;
1521
1370
  };
1522
1371
  egress_dust_limits: {
1523
1372
  Bitcoin: {
@@ -1536,24 +1385,18 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1536
1385
  ETH: string | number;
1537
1386
  USDC: string | number;
1538
1387
  };
1539
- Solana?: {
1540
- USDC?: string | number | undefined;
1541
- SOL?: string | number | undefined;
1542
- } | undefined;
1543
1388
  };
1544
1389
  channel_opening_fees: {
1545
1390
  Bitcoin: string | number;
1546
1391
  Ethereum: string | number;
1547
1392
  Polkadot: string | number;
1548
1393
  Arbitrum: string | number;
1549
- Solana?: string | number | undefined;
1550
1394
  };
1551
1395
  max_swap_retry_duration_blocks?: {
1552
1396
  Bitcoin: number;
1553
1397
  Ethereum: number;
1554
1398
  Polkadot: number;
1555
1399
  Arbitrum: number;
1556
- Solana?: number | undefined;
1557
1400
  } | undefined;
1558
1401
  }>;
1559
1402
  declare const cfSwappingEnvironment: z.ZodObject<{
@@ -1598,16 +1441,6 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1598
1441
  ETH: string | number | null;
1599
1442
  USDC: string | number | null;
1600
1443
  }>;
1601
- Solana: z.ZodDefault<z.ZodObject<{
1602
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
1603
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
1604
- }, "strip", z.ZodTypeAny, {
1605
- USDC: bigint | null;
1606
- SOL: bigint | null;
1607
- }, {
1608
- USDC?: string | number | null | undefined;
1609
- SOL?: string | number | null | undefined;
1610
- }>>;
1611
1444
  }, "strip", z.ZodTypeAny, {
1612
1445
  Bitcoin: {
1613
1446
  BTC: bigint | null;
@@ -1625,10 +1458,6 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1625
1458
  ETH: bigint | null;
1626
1459
  USDC: bigint | null;
1627
1460
  };
1628
- Solana: {
1629
- USDC: bigint | null;
1630
- SOL: bigint | null;
1631
- };
1632
1461
  }, {
1633
1462
  Bitcoin: {
1634
1463
  BTC: string | number | null;
@@ -1646,10 +1475,6 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1646
1475
  ETH: string | number | null;
1647
1476
  USDC: string | number | null;
1648
1477
  };
1649
- Solana?: {
1650
- USDC?: string | number | null | undefined;
1651
- SOL?: string | number | null | undefined;
1652
- } | undefined;
1653
1478
  }>;
1654
1479
  network_fee_hundredth_pips: z.ZodNumber;
1655
1480
  }, "strip", z.ZodTypeAny, {
@@ -1670,10 +1495,6 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1670
1495
  ETH: bigint | null;
1671
1496
  USDC: bigint | null;
1672
1497
  };
1673
- Solana: {
1674
- USDC: bigint | null;
1675
- SOL: bigint | null;
1676
- };
1677
1498
  };
1678
1499
  network_fee_hundredth_pips: number;
1679
1500
  }, {
@@ -1694,10 +1515,6 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1694
1515
  ETH: string | number | null;
1695
1516
  USDC: string | number | null;
1696
1517
  };
1697
- Solana?: {
1698
- USDC?: string | number | null | undefined;
1699
- SOL?: string | number | null | undefined;
1700
- } | undefined;
1701
1518
  };
1702
1519
  network_fee_hundredth_pips: number;
1703
1520
  }>;
@@ -1714,7 +1531,7 @@ declare const cfFundingEnvironment: z.ZodObject<{
1714
1531
  declare const cfPoolsEnvironment: z.ZodObject<{
1715
1532
  fees: z.ZodObject<{
1716
1533
  Bitcoin: z.ZodObject<{
1717
- BTC: z.ZodObject<{
1534
+ BTC: z.ZodNullable<z.ZodObject<{
1718
1535
  limit_order_fee_hundredth_pips: z.ZodNumber;
1719
1536
  range_order_fee_hundredth_pips: z.ZodNumber;
1720
1537
  range_order_total_fees_earned: z.ZodObject<{
@@ -1813,7 +1630,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1813
1630
  chain: "Ethereum";
1814
1631
  asset: "USDC";
1815
1632
  };
1816
- }>;
1633
+ }>>;
1817
1634
  }, "strip", z.ZodTypeAny, {
1818
1635
  BTC: {
1819
1636
  limit_order_fee_hundredth_pips: number;
@@ -1838,7 +1655,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1838
1655
  chain: "Ethereum";
1839
1656
  asset: "USDC";
1840
1657
  };
1841
- };
1658
+ } | null;
1842
1659
  }, {
1843
1660
  BTC: {
1844
1661
  limit_order_fee_hundredth_pips: number;
@@ -1863,10 +1680,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1863
1680
  chain: "Ethereum";
1864
1681
  asset: "USDC";
1865
1682
  };
1866
- };
1683
+ } | null;
1867
1684
  }>;
1868
1685
  Ethereum: z.ZodObject<{
1869
- ETH: z.ZodObject<{
1686
+ ETH: z.ZodNullable<z.ZodObject<{
1870
1687
  limit_order_fee_hundredth_pips: z.ZodNumber;
1871
1688
  range_order_fee_hundredth_pips: z.ZodNumber;
1872
1689
  range_order_total_fees_earned: z.ZodObject<{
@@ -1965,8 +1782,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1965
1782
  chain: "Ethereum";
1966
1783
  asset: "USDC";
1967
1784
  };
1968
- }>;
1969
- FLIP: z.ZodObject<{
1785
+ }>>;
1786
+ FLIP: z.ZodNullable<z.ZodObject<{
1970
1787
  limit_order_fee_hundredth_pips: z.ZodNumber;
1971
1788
  range_order_fee_hundredth_pips: z.ZodNumber;
1972
1789
  range_order_total_fees_earned: z.ZodObject<{
@@ -2065,8 +1882,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2065
1882
  chain: "Ethereum";
2066
1883
  asset: "USDC";
2067
1884
  };
2068
- }>;
2069
- USDT: z.ZodObject<{
1885
+ }>>;
1886
+ USDT: z.ZodNullable<z.ZodObject<{
2070
1887
  limit_order_fee_hundredth_pips: z.ZodNumber;
2071
1888
  range_order_fee_hundredth_pips: z.ZodNumber;
2072
1889
  range_order_total_fees_earned: z.ZodObject<{
@@ -2165,7 +1982,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2165
1982
  chain: "Ethereum";
2166
1983
  asset: "USDC";
2167
1984
  };
2168
- }>;
1985
+ }>>;
2169
1986
  }, "strip", z.ZodTypeAny, {
2170
1987
  ETH: {
2171
1988
  limit_order_fee_hundredth_pips: number;
@@ -2190,7 +2007,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2190
2007
  chain: "Ethereum";
2191
2008
  asset: "USDC";
2192
2009
  };
2193
- };
2010
+ } | null;
2194
2011
  FLIP: {
2195
2012
  limit_order_fee_hundredth_pips: number;
2196
2013
  range_order_fee_hundredth_pips: number;
@@ -2214,7 +2031,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2214
2031
  chain: "Ethereum";
2215
2032
  asset: "USDC";
2216
2033
  };
2217
- };
2034
+ } | null;
2218
2035
  USDT: {
2219
2036
  limit_order_fee_hundredth_pips: number;
2220
2037
  range_order_fee_hundredth_pips: number;
@@ -2238,7 +2055,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2238
2055
  chain: "Ethereum";
2239
2056
  asset: "USDC";
2240
2057
  };
2241
- };
2058
+ } | null;
2242
2059
  }, {
2243
2060
  ETH: {
2244
2061
  limit_order_fee_hundredth_pips: number;
@@ -2263,7 +2080,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2263
2080
  chain: "Ethereum";
2264
2081
  asset: "USDC";
2265
2082
  };
2266
- };
2083
+ } | null;
2267
2084
  FLIP: {
2268
2085
  limit_order_fee_hundredth_pips: number;
2269
2086
  range_order_fee_hundredth_pips: number;
@@ -2287,7 +2104,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2287
2104
  chain: "Ethereum";
2288
2105
  asset: "USDC";
2289
2106
  };
2290
- };
2107
+ } | null;
2291
2108
  USDT: {
2292
2109
  limit_order_fee_hundredth_pips: number;
2293
2110
  range_order_fee_hundredth_pips: number;
@@ -2311,10 +2128,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2311
2128
  chain: "Ethereum";
2312
2129
  asset: "USDC";
2313
2130
  };
2314
- };
2131
+ } | null;
2315
2132
  }>;
2316
2133
  Polkadot: z.ZodObject<{
2317
- DOT: z.ZodObject<{
2134
+ DOT: z.ZodNullable<z.ZodObject<{
2318
2135
  limit_order_fee_hundredth_pips: z.ZodNumber;
2319
2136
  range_order_fee_hundredth_pips: z.ZodNumber;
2320
2137
  range_order_total_fees_earned: z.ZodObject<{
@@ -2413,7 +2230,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2413
2230
  chain: "Ethereum";
2414
2231
  asset: "USDC";
2415
2232
  };
2416
- }>;
2233
+ }>>;
2417
2234
  }, "strip", z.ZodTypeAny, {
2418
2235
  DOT: {
2419
2236
  limit_order_fee_hundredth_pips: number;
@@ -2438,7 +2255,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2438
2255
  chain: "Ethereum";
2439
2256
  asset: "USDC";
2440
2257
  };
2441
- };
2258
+ } | null;
2442
2259
  }, {
2443
2260
  DOT: {
2444
2261
  limit_order_fee_hundredth_pips: number;
@@ -2463,10 +2280,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2463
2280
  chain: "Ethereum";
2464
2281
  asset: "USDC";
2465
2282
  };
2466
- };
2283
+ } | null;
2467
2284
  }>;
2468
2285
  Arbitrum: z.ZodObject<{
2469
- ETH: z.ZodObject<{
2286
+ ETH: z.ZodNullable<z.ZodObject<{
2470
2287
  limit_order_fee_hundredth_pips: z.ZodNumber;
2471
2288
  range_order_fee_hundredth_pips: z.ZodNumber;
2472
2289
  range_order_total_fees_earned: z.ZodObject<{
@@ -2565,8 +2382,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2565
2382
  chain: "Ethereum";
2566
2383
  asset: "USDC";
2567
2384
  };
2568
- }>;
2569
- USDC: z.ZodObject<{
2385
+ }>>;
2386
+ USDC: z.ZodNullable<z.ZodObject<{
2570
2387
  limit_order_fee_hundredth_pips: z.ZodNumber;
2571
2388
  range_order_fee_hundredth_pips: z.ZodNumber;
2572
2389
  range_order_total_fees_earned: z.ZodObject<{
@@ -2665,7 +2482,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2665
2482
  chain: "Ethereum";
2666
2483
  asset: "USDC";
2667
2484
  };
2668
- }>;
2485
+ }>>;
2669
2486
  }, "strip", z.ZodTypeAny, {
2670
2487
  ETH: {
2671
2488
  limit_order_fee_hundredth_pips: number;
@@ -2690,7 +2507,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2690
2507
  chain: "Ethereum";
2691
2508
  asset: "USDC";
2692
2509
  };
2693
- };
2510
+ } | null;
2694
2511
  USDC: {
2695
2512
  limit_order_fee_hundredth_pips: number;
2696
2513
  range_order_fee_hundredth_pips: number;
@@ -2714,7 +2531,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2714
2531
  chain: "Ethereum";
2715
2532
  asset: "USDC";
2716
2533
  };
2717
- };
2534
+ } | null;
2718
2535
  }, {
2719
2536
  ETH: {
2720
2537
  limit_order_fee_hundredth_pips: number;
@@ -2739,7 +2556,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2739
2556
  chain: "Ethereum";
2740
2557
  asset: "USDC";
2741
2558
  };
2742
- };
2559
+ } | null;
2743
2560
  USDC: {
2744
2561
  limit_order_fee_hundredth_pips: number;
2745
2562
  range_order_fee_hundredth_pips: number;
@@ -2763,63 +2580,11 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2763
2580
  chain: "Ethereum";
2764
2581
  asset: "USDC";
2765
2582
  };
2766
- };
2583
+ } | null;
2767
2584
  }>;
2768
- Solana: z.ZodDefault<z.ZodObject<{
2769
- SOL: z.ZodDefault<z.ZodObject<{
2770
- limit_order_fee_hundredth_pips: z.ZodNumber;
2771
- range_order_fee_hundredth_pips: z.ZodNumber;
2772
- range_order_total_fees_earned: z.ZodObject<{
2773
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2774
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2775
- }, "strip", z.ZodTypeAny, {
2776
- base: bigint;
2777
- quote: bigint;
2778
- }, {
2779
- base: string;
2780
- quote: string;
2781
- }>;
2782
- limit_order_total_fees_earned: z.ZodObject<{
2783
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2784
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2785
- }, "strip", z.ZodTypeAny, {
2786
- base: bigint;
2787
- quote: bigint;
2788
- }, {
2789
- base: string;
2790
- quote: string;
2791
- }>;
2792
- range_total_swap_inputs: z.ZodObject<{
2793
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2794
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2795
- }, "strip", z.ZodTypeAny, {
2796
- base: bigint;
2797
- quote: bigint;
2798
- }, {
2799
- base: string;
2800
- quote: string;
2801
- }>;
2802
- limit_total_swap_inputs: z.ZodObject<{
2803
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2804
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2805
- }, "strip", z.ZodTypeAny, {
2806
- base: bigint;
2807
- quote: bigint;
2808
- }, {
2809
- base: string;
2810
- quote: string;
2811
- }>;
2812
- quote_asset: z.ZodObject<{
2813
- chain: z.ZodLiteral<"Ethereum">;
2814
- asset: z.ZodLiteral<"USDC">;
2815
- }, "strip", z.ZodTypeAny, {
2816
- chain: "Ethereum";
2817
- asset: "USDC";
2818
- }, {
2819
- chain: "Ethereum";
2820
- asset: "USDC";
2821
- }>;
2822
- }, "strip", z.ZodTypeAny, {
2585
+ }, "strip", z.ZodTypeAny, {
2586
+ Bitcoin: {
2587
+ BTC: {
2823
2588
  limit_order_fee_hundredth_pips: number;
2824
2589
  range_order_fee_hundredth_pips: number;
2825
2590
  range_order_total_fees_earned: {
@@ -2842,84 +2607,58 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2842
2607
  chain: "Ethereum";
2843
2608
  asset: "USDC";
2844
2609
  };
2845
- }, {
2610
+ } | null;
2611
+ };
2612
+ Ethereum: {
2613
+ ETH: {
2846
2614
  limit_order_fee_hundredth_pips: number;
2847
2615
  range_order_fee_hundredth_pips: number;
2848
2616
  range_order_total_fees_earned: {
2849
- base: string;
2850
- quote: string;
2617
+ base: bigint;
2618
+ quote: bigint;
2851
2619
  };
2852
2620
  limit_order_total_fees_earned: {
2853
- base: string;
2854
- quote: string;
2621
+ base: bigint;
2622
+ quote: bigint;
2855
2623
  };
2856
2624
  range_total_swap_inputs: {
2857
- base: string;
2858
- quote: string;
2625
+ base: bigint;
2626
+ quote: bigint;
2859
2627
  };
2860
2628
  limit_total_swap_inputs: {
2861
- base: string;
2862
- quote: string;
2629
+ base: bigint;
2630
+ quote: bigint;
2863
2631
  };
2864
2632
  quote_asset: {
2865
2633
  chain: "Ethereum";
2866
2634
  asset: "USDC";
2867
2635
  };
2868
- }>>;
2869
- USDC: z.ZodDefault<z.ZodObject<{
2870
- limit_order_fee_hundredth_pips: z.ZodNumber;
2871
- range_order_fee_hundredth_pips: z.ZodNumber;
2872
- range_order_total_fees_earned: z.ZodObject<{
2873
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2874
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2875
- }, "strip", z.ZodTypeAny, {
2636
+ } | null;
2637
+ FLIP: {
2638
+ limit_order_fee_hundredth_pips: number;
2639
+ range_order_fee_hundredth_pips: number;
2640
+ range_order_total_fees_earned: {
2876
2641
  base: bigint;
2877
2642
  quote: bigint;
2878
- }, {
2879
- base: string;
2880
- quote: string;
2881
- }>;
2882
- limit_order_total_fees_earned: z.ZodObject<{
2883
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2884
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2885
- }, "strip", z.ZodTypeAny, {
2643
+ };
2644
+ limit_order_total_fees_earned: {
2886
2645
  base: bigint;
2887
2646
  quote: bigint;
2888
- }, {
2889
- base: string;
2890
- quote: string;
2891
- }>;
2892
- range_total_swap_inputs: z.ZodObject<{
2893
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2894
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2895
- }, "strip", z.ZodTypeAny, {
2647
+ };
2648
+ range_total_swap_inputs: {
2896
2649
  base: bigint;
2897
2650
  quote: bigint;
2898
- }, {
2899
- base: string;
2900
- quote: string;
2901
- }>;
2902
- limit_total_swap_inputs: z.ZodObject<{
2903
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2904
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
2905
- }, "strip", z.ZodTypeAny, {
2651
+ };
2652
+ limit_total_swap_inputs: {
2906
2653
  base: bigint;
2907
2654
  quote: bigint;
2908
- }, {
2909
- base: string;
2910
- quote: string;
2911
- }>;
2912
- quote_asset: z.ZodObject<{
2913
- chain: z.ZodLiteral<"Ethereum">;
2914
- asset: z.ZodLiteral<"USDC">;
2915
- }, "strip", z.ZodTypeAny, {
2916
- chain: "Ethereum";
2917
- asset: "USDC";
2918
- }, {
2655
+ };
2656
+ quote_asset: {
2919
2657
  chain: "Ethereum";
2920
2658
  asset: "USDC";
2921
- }>;
2922
- }, "strip", z.ZodTypeAny, {
2659
+ };
2660
+ } | null;
2661
+ USDT: {
2923
2662
  limit_order_fee_hundredth_pips: number;
2924
2663
  range_order_fee_hundredth_pips: number;
2925
2664
  range_order_total_fees_earned: {
@@ -2942,32 +2681,36 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2942
2681
  chain: "Ethereum";
2943
2682
  asset: "USDC";
2944
2683
  };
2945
- }, {
2684
+ } | null;
2685
+ };
2686
+ Polkadot: {
2687
+ DOT: {
2946
2688
  limit_order_fee_hundredth_pips: number;
2947
2689
  range_order_fee_hundredth_pips: number;
2948
2690
  range_order_total_fees_earned: {
2949
- base: string;
2950
- quote: string;
2691
+ base: bigint;
2692
+ quote: bigint;
2951
2693
  };
2952
2694
  limit_order_total_fees_earned: {
2953
- base: string;
2954
- quote: string;
2695
+ base: bigint;
2696
+ quote: bigint;
2955
2697
  };
2956
2698
  range_total_swap_inputs: {
2957
- base: string;
2958
- quote: string;
2699
+ base: bigint;
2700
+ quote: bigint;
2959
2701
  };
2960
2702
  limit_total_swap_inputs: {
2961
- base: string;
2962
- quote: string;
2703
+ base: bigint;
2704
+ quote: bigint;
2963
2705
  };
2964
2706
  quote_asset: {
2965
2707
  chain: "Ethereum";
2966
2708
  asset: "USDC";
2967
2709
  };
2968
- }>>;
2969
- }, "strip", z.ZodTypeAny, {
2970
- USDC: {
2710
+ } | null;
2711
+ };
2712
+ Arbitrum: {
2713
+ ETH: {
2971
2714
  limit_order_fee_hundredth_pips: number;
2972
2715
  range_order_fee_hundredth_pips: number;
2973
2716
  range_order_total_fees_earned: {
@@ -2990,8 +2733,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2990
2733
  chain: "Ethereum";
2991
2734
  asset: "USDC";
2992
2735
  };
2993
- };
2994
- SOL: {
2736
+ } | null;
2737
+ USDC: {
2995
2738
  limit_order_fee_hundredth_pips: number;
2996
2739
  range_order_fee_hundredth_pips: number;
2997
2740
  range_order_total_fees_earned: {
@@ -3014,9 +2757,11 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3014
2757
  chain: "Ethereum";
3015
2758
  asset: "USDC";
3016
2759
  };
3017
- };
3018
- }, {
3019
- USDC?: {
2760
+ } | null;
2761
+ };
2762
+ }, {
2763
+ Bitcoin: {
2764
+ BTC: {
3020
2765
  limit_order_fee_hundredth_pips: number;
3021
2766
  range_order_fee_hundredth_pips: number;
3022
2767
  range_order_total_fees_earned: {
@@ -3039,8 +2784,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3039
2784
  chain: "Ethereum";
3040
2785
  asset: "USDC";
3041
2786
  };
3042
- } | undefined;
3043
- SOL?: {
2787
+ } | null;
2788
+ };
2789
+ Ethereum: {
2790
+ ETH: {
3044
2791
  limit_order_fee_hundredth_pips: number;
3045
2792
  range_order_fee_hundredth_pips: number;
3046
2793
  range_order_total_fees_earned: {
@@ -3063,287 +2810,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3063
2810
  chain: "Ethereum";
3064
2811
  asset: "USDC";
3065
2812
  };
3066
- } | undefined;
3067
- }>>;
3068
- }, "strip", z.ZodTypeAny, {
3069
- Bitcoin: {
3070
- BTC: {
3071
- limit_order_fee_hundredth_pips: number;
3072
- range_order_fee_hundredth_pips: number;
3073
- range_order_total_fees_earned: {
3074
- base: bigint;
3075
- quote: bigint;
3076
- };
3077
- limit_order_total_fees_earned: {
3078
- base: bigint;
3079
- quote: bigint;
3080
- };
3081
- range_total_swap_inputs: {
3082
- base: bigint;
3083
- quote: bigint;
3084
- };
3085
- limit_total_swap_inputs: {
3086
- base: bigint;
3087
- quote: bigint;
3088
- };
3089
- quote_asset: {
3090
- chain: "Ethereum";
3091
- asset: "USDC";
3092
- };
3093
- };
3094
- };
3095
- Ethereum: {
3096
- ETH: {
3097
- limit_order_fee_hundredth_pips: number;
3098
- range_order_fee_hundredth_pips: number;
3099
- range_order_total_fees_earned: {
3100
- base: bigint;
3101
- quote: bigint;
3102
- };
3103
- limit_order_total_fees_earned: {
3104
- base: bigint;
3105
- quote: bigint;
3106
- };
3107
- range_total_swap_inputs: {
3108
- base: bigint;
3109
- quote: bigint;
3110
- };
3111
- limit_total_swap_inputs: {
3112
- base: bigint;
3113
- quote: bigint;
3114
- };
3115
- quote_asset: {
3116
- chain: "Ethereum";
3117
- asset: "USDC";
3118
- };
3119
- };
3120
- FLIP: {
3121
- limit_order_fee_hundredth_pips: number;
3122
- range_order_fee_hundredth_pips: number;
3123
- range_order_total_fees_earned: {
3124
- base: bigint;
3125
- quote: bigint;
3126
- };
3127
- limit_order_total_fees_earned: {
3128
- base: bigint;
3129
- quote: bigint;
3130
- };
3131
- range_total_swap_inputs: {
3132
- base: bigint;
3133
- quote: bigint;
3134
- };
3135
- limit_total_swap_inputs: {
3136
- base: bigint;
3137
- quote: bigint;
3138
- };
3139
- quote_asset: {
3140
- chain: "Ethereum";
3141
- asset: "USDC";
3142
- };
3143
- };
3144
- USDT: {
3145
- limit_order_fee_hundredth_pips: number;
3146
- range_order_fee_hundredth_pips: number;
3147
- range_order_total_fees_earned: {
3148
- base: bigint;
3149
- quote: bigint;
3150
- };
3151
- limit_order_total_fees_earned: {
3152
- base: bigint;
3153
- quote: bigint;
3154
- };
3155
- range_total_swap_inputs: {
3156
- base: bigint;
3157
- quote: bigint;
3158
- };
3159
- limit_total_swap_inputs: {
3160
- base: bigint;
3161
- quote: bigint;
3162
- };
3163
- quote_asset: {
3164
- chain: "Ethereum";
3165
- asset: "USDC";
3166
- };
3167
- };
3168
- };
3169
- Polkadot: {
3170
- DOT: {
3171
- limit_order_fee_hundredth_pips: number;
3172
- range_order_fee_hundredth_pips: number;
3173
- range_order_total_fees_earned: {
3174
- base: bigint;
3175
- quote: bigint;
3176
- };
3177
- limit_order_total_fees_earned: {
3178
- base: bigint;
3179
- quote: bigint;
3180
- };
3181
- range_total_swap_inputs: {
3182
- base: bigint;
3183
- quote: bigint;
3184
- };
3185
- limit_total_swap_inputs: {
3186
- base: bigint;
3187
- quote: bigint;
3188
- };
3189
- quote_asset: {
3190
- chain: "Ethereum";
3191
- asset: "USDC";
3192
- };
3193
- };
3194
- };
3195
- Arbitrum: {
3196
- ETH: {
3197
- limit_order_fee_hundredth_pips: number;
3198
- range_order_fee_hundredth_pips: number;
3199
- range_order_total_fees_earned: {
3200
- base: bigint;
3201
- quote: bigint;
3202
- };
3203
- limit_order_total_fees_earned: {
3204
- base: bigint;
3205
- quote: bigint;
3206
- };
3207
- range_total_swap_inputs: {
3208
- base: bigint;
3209
- quote: bigint;
3210
- };
3211
- limit_total_swap_inputs: {
3212
- base: bigint;
3213
- quote: bigint;
3214
- };
3215
- quote_asset: {
3216
- chain: "Ethereum";
3217
- asset: "USDC";
3218
- };
3219
- };
3220
- USDC: {
3221
- limit_order_fee_hundredth_pips: number;
3222
- range_order_fee_hundredth_pips: number;
3223
- range_order_total_fees_earned: {
3224
- base: bigint;
3225
- quote: bigint;
3226
- };
3227
- limit_order_total_fees_earned: {
3228
- base: bigint;
3229
- quote: bigint;
3230
- };
3231
- range_total_swap_inputs: {
3232
- base: bigint;
3233
- quote: bigint;
3234
- };
3235
- limit_total_swap_inputs: {
3236
- base: bigint;
3237
- quote: bigint;
3238
- };
3239
- quote_asset: {
3240
- chain: "Ethereum";
3241
- asset: "USDC";
3242
- };
3243
- };
3244
- };
3245
- Solana: {
3246
- USDC: {
3247
- limit_order_fee_hundredth_pips: number;
3248
- range_order_fee_hundredth_pips: number;
3249
- range_order_total_fees_earned: {
3250
- base: bigint;
3251
- quote: bigint;
3252
- };
3253
- limit_order_total_fees_earned: {
3254
- base: bigint;
3255
- quote: bigint;
3256
- };
3257
- range_total_swap_inputs: {
3258
- base: bigint;
3259
- quote: bigint;
3260
- };
3261
- limit_total_swap_inputs: {
3262
- base: bigint;
3263
- quote: bigint;
3264
- };
3265
- quote_asset: {
3266
- chain: "Ethereum";
3267
- asset: "USDC";
3268
- };
3269
- };
3270
- SOL: {
3271
- limit_order_fee_hundredth_pips: number;
3272
- range_order_fee_hundredth_pips: number;
3273
- range_order_total_fees_earned: {
3274
- base: bigint;
3275
- quote: bigint;
3276
- };
3277
- limit_order_total_fees_earned: {
3278
- base: bigint;
3279
- quote: bigint;
3280
- };
3281
- range_total_swap_inputs: {
3282
- base: bigint;
3283
- quote: bigint;
3284
- };
3285
- limit_total_swap_inputs: {
3286
- base: bigint;
3287
- quote: bigint;
3288
- };
3289
- quote_asset: {
3290
- chain: "Ethereum";
3291
- asset: "USDC";
3292
- };
3293
- };
3294
- };
3295
- }, {
3296
- Bitcoin: {
3297
- BTC: {
3298
- limit_order_fee_hundredth_pips: number;
3299
- range_order_fee_hundredth_pips: number;
3300
- range_order_total_fees_earned: {
3301
- base: string;
3302
- quote: string;
3303
- };
3304
- limit_order_total_fees_earned: {
3305
- base: string;
3306
- quote: string;
3307
- };
3308
- range_total_swap_inputs: {
3309
- base: string;
3310
- quote: string;
3311
- };
3312
- limit_total_swap_inputs: {
3313
- base: string;
3314
- quote: string;
3315
- };
3316
- quote_asset: {
3317
- chain: "Ethereum";
3318
- asset: "USDC";
3319
- };
3320
- };
3321
- };
3322
- Ethereum: {
3323
- ETH: {
3324
- limit_order_fee_hundredth_pips: number;
3325
- range_order_fee_hundredth_pips: number;
3326
- range_order_total_fees_earned: {
3327
- base: string;
3328
- quote: string;
3329
- };
3330
- limit_order_total_fees_earned: {
3331
- base: string;
3332
- quote: string;
3333
- };
3334
- range_total_swap_inputs: {
3335
- base: string;
3336
- quote: string;
3337
- };
3338
- limit_total_swap_inputs: {
3339
- base: string;
3340
- quote: string;
3341
- };
3342
- quote_asset: {
3343
- chain: "Ethereum";
3344
- asset: "USDC";
3345
- };
3346
- };
2813
+ } | null;
3347
2814
  FLIP: {
3348
2815
  limit_order_fee_hundredth_pips: number;
3349
2816
  range_order_fee_hundredth_pips: number;
@@ -3367,7 +2834,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3367
2834
  chain: "Ethereum";
3368
2835
  asset: "USDC";
3369
2836
  };
3370
- };
2837
+ } | null;
3371
2838
  USDT: {
3372
2839
  limit_order_fee_hundredth_pips: number;
3373
2840
  range_order_fee_hundredth_pips: number;
@@ -3391,7 +2858,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3391
2858
  chain: "Ethereum";
3392
2859
  asset: "USDC";
3393
2860
  };
3394
- };
2861
+ } | null;
3395
2862
  };
3396
2863
  Polkadot: {
3397
2864
  DOT: {
@@ -3417,7 +2884,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3417
2884
  chain: "Ethereum";
3418
2885
  asset: "USDC";
3419
2886
  };
3420
- };
2887
+ } | null;
3421
2888
  };
3422
2889
  Arbitrum: {
3423
2890
  ETH: {
@@ -3443,137 +2910,37 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3443
2910
  chain: "Ethereum";
3444
2911
  asset: "USDC";
3445
2912
  };
3446
- };
2913
+ } | null;
3447
2914
  USDC: {
3448
2915
  limit_order_fee_hundredth_pips: number;
3449
2916
  range_order_fee_hundredth_pips: number;
3450
- range_order_total_fees_earned: {
3451
- base: string;
3452
- quote: string;
3453
- };
3454
- limit_order_total_fees_earned: {
3455
- base: string;
3456
- quote: string;
3457
- };
3458
- range_total_swap_inputs: {
3459
- base: string;
3460
- quote: string;
3461
- };
3462
- limit_total_swap_inputs: {
3463
- base: string;
3464
- quote: string;
3465
- };
3466
- quote_asset: {
3467
- chain: "Ethereum";
3468
- asset: "USDC";
3469
- };
3470
- };
3471
- };
3472
- Solana?: {
3473
- USDC?: {
3474
- limit_order_fee_hundredth_pips: number;
3475
- range_order_fee_hundredth_pips: number;
3476
- range_order_total_fees_earned: {
3477
- base: string;
3478
- quote: string;
3479
- };
3480
- limit_order_total_fees_earned: {
3481
- base: string;
3482
- quote: string;
3483
- };
3484
- range_total_swap_inputs: {
3485
- base: string;
3486
- quote: string;
3487
- };
3488
- limit_total_swap_inputs: {
3489
- base: string;
3490
- quote: string;
3491
- };
3492
- quote_asset: {
3493
- chain: "Ethereum";
3494
- asset: "USDC";
3495
- };
3496
- } | undefined;
3497
- SOL?: {
3498
- limit_order_fee_hundredth_pips: number;
3499
- range_order_fee_hundredth_pips: number;
3500
- range_order_total_fees_earned: {
3501
- base: string;
3502
- quote: string;
3503
- };
3504
- limit_order_total_fees_earned: {
3505
- base: string;
3506
- quote: string;
3507
- };
3508
- range_total_swap_inputs: {
3509
- base: string;
3510
- quote: string;
3511
- };
3512
- limit_total_swap_inputs: {
3513
- base: string;
3514
- quote: string;
3515
- };
3516
- quote_asset: {
3517
- chain: "Ethereum";
3518
- asset: "USDC";
3519
- };
3520
- } | undefined;
3521
- } | undefined;
3522
- }>;
3523
- }, "strip", z.ZodTypeAny, {
3524
- fees: {
3525
- Bitcoin: {
3526
- BTC: {
3527
- limit_order_fee_hundredth_pips: number;
3528
- range_order_fee_hundredth_pips: number;
3529
- range_order_total_fees_earned: {
3530
- base: bigint;
3531
- quote: bigint;
3532
- };
3533
- limit_order_total_fees_earned: {
3534
- base: bigint;
3535
- quote: bigint;
3536
- };
3537
- range_total_swap_inputs: {
3538
- base: bigint;
3539
- quote: bigint;
3540
- };
3541
- limit_total_swap_inputs: {
3542
- base: bigint;
3543
- quote: bigint;
3544
- };
3545
- quote_asset: {
3546
- chain: "Ethereum";
3547
- asset: "USDC";
3548
- };
3549
- };
3550
- };
3551
- Ethereum: {
3552
- ETH: {
3553
- limit_order_fee_hundredth_pips: number;
3554
- range_order_fee_hundredth_pips: number;
3555
- range_order_total_fees_earned: {
3556
- base: bigint;
3557
- quote: bigint;
2917
+ range_order_total_fees_earned: {
2918
+ base: string;
2919
+ quote: string;
3558
2920
  };
3559
2921
  limit_order_total_fees_earned: {
3560
- base: bigint;
3561
- quote: bigint;
2922
+ base: string;
2923
+ quote: string;
3562
2924
  };
3563
2925
  range_total_swap_inputs: {
3564
- base: bigint;
3565
- quote: bigint;
2926
+ base: string;
2927
+ quote: string;
3566
2928
  };
3567
2929
  limit_total_swap_inputs: {
3568
- base: bigint;
3569
- quote: bigint;
2930
+ base: string;
2931
+ quote: string;
3570
2932
  };
3571
2933
  quote_asset: {
3572
2934
  chain: "Ethereum";
3573
2935
  asset: "USDC";
3574
2936
  };
3575
- };
3576
- FLIP: {
2937
+ } | null;
2938
+ };
2939
+ }>;
2940
+ }, "strip", z.ZodTypeAny, {
2941
+ fees: {
2942
+ Bitcoin: {
2943
+ BTC: {
3577
2944
  limit_order_fee_hundredth_pips: number;
3578
2945
  range_order_fee_hundredth_pips: number;
3579
2946
  range_order_total_fees_earned: {
@@ -3596,8 +2963,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3596
2963
  chain: "Ethereum";
3597
2964
  asset: "USDC";
3598
2965
  };
3599
- };
3600
- USDT: {
2966
+ } | null;
2967
+ };
2968
+ Ethereum: {
2969
+ ETH: {
3601
2970
  limit_order_fee_hundredth_pips: number;
3602
2971
  range_order_fee_hundredth_pips: number;
3603
2972
  range_order_total_fees_earned: {
@@ -3620,10 +2989,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3620
2989
  chain: "Ethereum";
3621
2990
  asset: "USDC";
3622
2991
  };
3623
- };
3624
- };
3625
- Polkadot: {
3626
- DOT: {
2992
+ } | null;
2993
+ FLIP: {
3627
2994
  limit_order_fee_hundredth_pips: number;
3628
2995
  range_order_fee_hundredth_pips: number;
3629
2996
  range_order_total_fees_earned: {
@@ -3646,10 +3013,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3646
3013
  chain: "Ethereum";
3647
3014
  asset: "USDC";
3648
3015
  };
3649
- };
3650
- };
3651
- Arbitrum: {
3652
- ETH: {
3016
+ } | null;
3017
+ USDT: {
3653
3018
  limit_order_fee_hundredth_pips: number;
3654
3019
  range_order_fee_hundredth_pips: number;
3655
3020
  range_order_total_fees_earned: {
@@ -3672,8 +3037,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3672
3037
  chain: "Ethereum";
3673
3038
  asset: "USDC";
3674
3039
  };
3675
- };
3676
- USDC: {
3040
+ } | null;
3041
+ };
3042
+ Polkadot: {
3043
+ DOT: {
3677
3044
  limit_order_fee_hundredth_pips: number;
3678
3045
  range_order_fee_hundredth_pips: number;
3679
3046
  range_order_total_fees_earned: {
@@ -3696,10 +3063,10 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3696
3063
  chain: "Ethereum";
3697
3064
  asset: "USDC";
3698
3065
  };
3699
- };
3066
+ } | null;
3700
3067
  };
3701
- Solana: {
3702
- USDC: {
3068
+ Arbitrum: {
3069
+ ETH: {
3703
3070
  limit_order_fee_hundredth_pips: number;
3704
3071
  range_order_fee_hundredth_pips: number;
3705
3072
  range_order_total_fees_earned: {
@@ -3722,8 +3089,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3722
3089
  chain: "Ethereum";
3723
3090
  asset: "USDC";
3724
3091
  };
3725
- };
3726
- SOL: {
3092
+ } | null;
3093
+ USDC: {
3727
3094
  limit_order_fee_hundredth_pips: number;
3728
3095
  range_order_fee_hundredth_pips: number;
3729
3096
  range_order_total_fees_earned: {
@@ -3746,7 +3113,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3746
3113
  chain: "Ethereum";
3747
3114
  asset: "USDC";
3748
3115
  };
3749
- };
3116
+ } | null;
3750
3117
  };
3751
3118
  };
3752
3119
  }, {
@@ -3775,7 +3142,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3775
3142
  chain: "Ethereum";
3776
3143
  asset: "USDC";
3777
3144
  };
3778
- };
3145
+ } | null;
3779
3146
  };
3780
3147
  Ethereum: {
3781
3148
  ETH: {
@@ -3801,7 +3168,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3801
3168
  chain: "Ethereum";
3802
3169
  asset: "USDC";
3803
3170
  };
3804
- };
3171
+ } | null;
3805
3172
  FLIP: {
3806
3173
  limit_order_fee_hundredth_pips: number;
3807
3174
  range_order_fee_hundredth_pips: number;
@@ -3825,7 +3192,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3825
3192
  chain: "Ethereum";
3826
3193
  asset: "USDC";
3827
3194
  };
3828
- };
3195
+ } | null;
3829
3196
  USDT: {
3830
3197
  limit_order_fee_hundredth_pips: number;
3831
3198
  range_order_fee_hundredth_pips: number;
@@ -3849,7 +3216,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3849
3216
  chain: "Ethereum";
3850
3217
  asset: "USDC";
3851
3218
  };
3852
- };
3219
+ } | null;
3853
3220
  };
3854
3221
  Polkadot: {
3855
3222
  DOT: {
@@ -3875,7 +3242,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3875
3242
  chain: "Ethereum";
3876
3243
  asset: "USDC";
3877
3244
  };
3878
- };
3245
+ } | null;
3879
3246
  };
3880
3247
  Arbitrum: {
3881
3248
  ETH: {
@@ -3901,7 +3268,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3901
3268
  chain: "Ethereum";
3902
3269
  asset: "USDC";
3903
3270
  };
3904
- };
3271
+ } | null;
3905
3272
  USDC: {
3906
3273
  limit_order_fee_hundredth_pips: number;
3907
3274
  range_order_fee_hundredth_pips: number;
@@ -3925,58 +3292,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3925
3292
  chain: "Ethereum";
3926
3293
  asset: "USDC";
3927
3294
  };
3928
- };
3295
+ } | null;
3929
3296
  };
3930
- Solana?: {
3931
- USDC?: {
3932
- limit_order_fee_hundredth_pips: number;
3933
- range_order_fee_hundredth_pips: number;
3934
- range_order_total_fees_earned: {
3935
- base: string;
3936
- quote: string;
3937
- };
3938
- limit_order_total_fees_earned: {
3939
- base: string;
3940
- quote: string;
3941
- };
3942
- range_total_swap_inputs: {
3943
- base: string;
3944
- quote: string;
3945
- };
3946
- limit_total_swap_inputs: {
3947
- base: string;
3948
- quote: string;
3949
- };
3950
- quote_asset: {
3951
- chain: "Ethereum";
3952
- asset: "USDC";
3953
- };
3954
- } | undefined;
3955
- SOL?: {
3956
- limit_order_fee_hundredth_pips: number;
3957
- range_order_fee_hundredth_pips: number;
3958
- range_order_total_fees_earned: {
3959
- base: string;
3960
- quote: string;
3961
- };
3962
- limit_order_total_fees_earned: {
3963
- base: string;
3964
- quote: string;
3965
- };
3966
- range_total_swap_inputs: {
3967
- base: string;
3968
- quote: string;
3969
- };
3970
- limit_total_swap_inputs: {
3971
- base: string;
3972
- quote: string;
3973
- };
3974
- quote_asset: {
3975
- chain: "Ethereum";
3976
- asset: "USDC";
3977
- };
3978
- } | undefined;
3979
- } | undefined;
3980
3297
  };
3981
3298
  }>;
3982
3299
  declare const cfEnvironment: z.ZodObject<{
@@ -4022,16 +3339,6 @@ declare const cfEnvironment: z.ZodObject<{
4022
3339
  ETH: string | number;
4023
3340
  USDC: string | number;
4024
3341
  }>;
4025
- Solana: z.ZodDefault<z.ZodObject<{
4026
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
4027
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
4028
- }, "strip", z.ZodTypeAny, {
4029
- USDC: bigint;
4030
- SOL: bigint;
4031
- }, {
4032
- USDC?: string | number | undefined;
4033
- SOL?: string | number | undefined;
4034
- }>>;
4035
3342
  }, "strip", z.ZodTypeAny, {
4036
3343
  Bitcoin: {
4037
3344
  BTC: bigint;
@@ -4049,10 +3356,6 @@ declare const cfEnvironment: z.ZodObject<{
4049
3356
  ETH: bigint;
4050
3357
  USDC: bigint;
4051
3358
  };
4052
- Solana: {
4053
- USDC: bigint;
4054
- SOL: bigint;
4055
- };
4056
3359
  }, {
4057
3360
  Bitcoin: {
4058
3361
  BTC: string | number;
@@ -4070,10 +3373,6 @@ declare const cfEnvironment: z.ZodObject<{
4070
3373
  ETH: string | number;
4071
3374
  USDC: string | number;
4072
3375
  };
4073
- Solana?: {
4074
- USDC?: string | number | undefined;
4075
- SOL?: string | number | undefined;
4076
- } | undefined;
4077
3376
  }>;
4078
3377
  ingress_fees: z.ZodObject<{
4079
3378
  Bitcoin: z.ZodObject<{
@@ -4116,16 +3415,6 @@ declare const cfEnvironment: z.ZodObject<{
4116
3415
  ETH: string | number | null;
4117
3416
  USDC: string | number | null;
4118
3417
  }>;
4119
- Solana: z.ZodDefault<z.ZodObject<{
4120
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4121
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4122
- }, "strip", z.ZodTypeAny, {
4123
- USDC: bigint | null;
4124
- SOL: bigint | null;
4125
- }, {
4126
- USDC?: string | number | null | undefined;
4127
- SOL?: string | number | null | undefined;
4128
- }>>;
4129
3418
  }, "strip", z.ZodTypeAny, {
4130
3419
  Bitcoin: {
4131
3420
  BTC: bigint | null;
@@ -4143,10 +3432,6 @@ declare const cfEnvironment: z.ZodObject<{
4143
3432
  ETH: bigint | null;
4144
3433
  USDC: bigint | null;
4145
3434
  };
4146
- Solana: {
4147
- USDC: bigint | null;
4148
- SOL: bigint | null;
4149
- };
4150
3435
  }, {
4151
3436
  Bitcoin: {
4152
3437
  BTC: string | number | null;
@@ -4164,10 +3449,6 @@ declare const cfEnvironment: z.ZodObject<{
4164
3449
  ETH: string | number | null;
4165
3450
  USDC: string | number | null;
4166
3451
  };
4167
- Solana?: {
4168
- USDC?: string | number | null | undefined;
4169
- SOL?: string | number | null | undefined;
4170
- } | undefined;
4171
3452
  }>;
4172
3453
  egress_fees: z.ZodObject<{
4173
3454
  Bitcoin: z.ZodObject<{
@@ -4210,16 +3491,6 @@ declare const cfEnvironment: z.ZodObject<{
4210
3491
  ETH: string | number | null;
4211
3492
  USDC: string | number | null;
4212
3493
  }>;
4213
- Solana: z.ZodDefault<z.ZodObject<{
4214
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4215
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4216
- }, "strip", z.ZodTypeAny, {
4217
- USDC: bigint | null;
4218
- SOL: bigint | null;
4219
- }, {
4220
- USDC?: string | number | null | undefined;
4221
- SOL?: string | number | null | undefined;
4222
- }>>;
4223
3494
  }, "strip", z.ZodTypeAny, {
4224
3495
  Bitcoin: {
4225
3496
  BTC: bigint | null;
@@ -4237,10 +3508,6 @@ declare const cfEnvironment: z.ZodObject<{
4237
3508
  ETH: bigint | null;
4238
3509
  USDC: bigint | null;
4239
3510
  };
4240
- Solana: {
4241
- USDC: bigint | null;
4242
- SOL: bigint | null;
4243
- };
4244
3511
  }, {
4245
3512
  Bitcoin: {
4246
3513
  BTC: string | number | null;
@@ -4258,29 +3525,22 @@ declare const cfEnvironment: z.ZodObject<{
4258
3525
  ETH: string | number | null;
4259
3526
  USDC: string | number | null;
4260
3527
  };
4261
- Solana?: {
4262
- USDC?: string | number | null | undefined;
4263
- SOL?: string | number | null | undefined;
4264
- } | undefined;
4265
3528
  }>;
4266
3529
  witness_safety_margins: z.ZodObject<{
4267
3530
  Bitcoin: z.ZodNullable<z.ZodNumber>;
4268
3531
  Ethereum: z.ZodNullable<z.ZodNumber>;
4269
3532
  Polkadot: z.ZodNullable<z.ZodNumber>;
4270
3533
  Arbitrum: z.ZodNullable<z.ZodNumber>;
4271
- Solana: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
4272
3534
  }, "strip", z.ZodTypeAny, {
4273
3535
  Bitcoin: number | null;
4274
3536
  Ethereum: number | null;
4275
3537
  Polkadot: number | null;
4276
3538
  Arbitrum: number | null;
4277
- Solana: number | null;
4278
3539
  }, {
4279
3540
  Bitcoin: number | null;
4280
3541
  Ethereum: number | null;
4281
3542
  Polkadot: number | null;
4282
3543
  Arbitrum: number | null;
4283
- Solana?: number | null | undefined;
4284
3544
  }>;
4285
3545
  egress_dust_limits: z.ZodObject<{
4286
3546
  Bitcoin: z.ZodObject<{
@@ -4323,16 +3583,6 @@ declare const cfEnvironment: z.ZodObject<{
4323
3583
  ETH: string | number;
4324
3584
  USDC: string | number;
4325
3585
  }>;
4326
- Solana: z.ZodDefault<z.ZodObject<{
4327
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
4328
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
4329
- }, "strip", z.ZodTypeAny, {
4330
- USDC: bigint;
4331
- SOL: bigint;
4332
- }, {
4333
- USDC?: string | number | undefined;
4334
- SOL?: string | number | undefined;
4335
- }>>;
4336
3586
  }, "strip", z.ZodTypeAny, {
4337
3587
  Bitcoin: {
4338
3588
  BTC: bigint;
@@ -4350,10 +3600,6 @@ declare const cfEnvironment: z.ZodObject<{
4350
3600
  ETH: bigint;
4351
3601
  USDC: bigint;
4352
3602
  };
4353
- Solana: {
4354
- USDC: bigint;
4355
- SOL: bigint;
4356
- };
4357
3603
  }, {
4358
3604
  Bitcoin: {
4359
3605
  BTC: string | number;
@@ -4371,48 +3617,38 @@ declare const cfEnvironment: z.ZodObject<{
4371
3617
  ETH: string | number;
4372
3618
  USDC: string | number;
4373
3619
  };
4374
- Solana?: {
4375
- USDC?: string | number | undefined;
4376
- SOL?: string | number | undefined;
4377
- } | undefined;
4378
3620
  }>;
4379
3621
  channel_opening_fees: z.ZodObject<{
4380
3622
  Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4381
3623
  Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4382
3624
  Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4383
3625
  Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4384
- Solana: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
4385
3626
  }, "strip", z.ZodTypeAny, {
4386
3627
  Bitcoin: bigint;
4387
3628
  Ethereum: bigint;
4388
3629
  Polkadot: bigint;
4389
3630
  Arbitrum: bigint;
4390
- Solana: bigint;
4391
3631
  }, {
4392
3632
  Bitcoin: string | number;
4393
3633
  Ethereum: string | number;
4394
3634
  Polkadot: string | number;
4395
3635
  Arbitrum: string | number;
4396
- Solana?: string | number | undefined;
4397
3636
  }>;
4398
3637
  max_swap_retry_duration_blocks: z.ZodDefault<z.ZodOptional<z.ZodObject<{
4399
3638
  Bitcoin: z.ZodNumber;
4400
3639
  Ethereum: z.ZodNumber;
4401
3640
  Polkadot: z.ZodNumber;
4402
3641
  Arbitrum: z.ZodNumber;
4403
- Solana: z.ZodDefault<z.ZodNumber>;
4404
3642
  }, "strip", z.ZodTypeAny, {
4405
3643
  Bitcoin: number;
4406
3644
  Ethereum: number;
4407
3645
  Polkadot: number;
4408
3646
  Arbitrum: number;
4409
- Solana: number;
4410
3647
  }, {
4411
3648
  Bitcoin: number;
4412
3649
  Ethereum: number;
4413
3650
  Polkadot: number;
4414
3651
  Arbitrum: number;
4415
- Solana?: number | undefined;
4416
3652
  }>>>;
4417
3653
  }, "strip", z.ZodTypeAny, {
4418
3654
  minimum_deposit_amounts: {
@@ -4432,10 +3668,6 @@ declare const cfEnvironment: z.ZodObject<{
4432
3668
  ETH: bigint;
4433
3669
  USDC: bigint;
4434
3670
  };
4435
- Solana: {
4436
- USDC: bigint;
4437
- SOL: bigint;
4438
- };
4439
3671
  };
4440
3672
  ingress_fees: {
4441
3673
  Bitcoin: {
@@ -4454,10 +3686,6 @@ declare const cfEnvironment: z.ZodObject<{
4454
3686
  ETH: bigint | null;
4455
3687
  USDC: bigint | null;
4456
3688
  };
4457
- Solana: {
4458
- USDC: bigint | null;
4459
- SOL: bigint | null;
4460
- };
4461
3689
  };
4462
3690
  egress_fees: {
4463
3691
  Bitcoin: {
@@ -4476,17 +3704,12 @@ declare const cfEnvironment: z.ZodObject<{
4476
3704
  ETH: bigint | null;
4477
3705
  USDC: bigint | null;
4478
3706
  };
4479
- Solana: {
4480
- USDC: bigint | null;
4481
- SOL: bigint | null;
4482
- };
4483
3707
  };
4484
3708
  witness_safety_margins: {
4485
3709
  Bitcoin: number | null;
4486
3710
  Ethereum: number | null;
4487
3711
  Polkadot: number | null;
4488
3712
  Arbitrum: number | null;
4489
- Solana: number | null;
4490
3713
  };
4491
3714
  egress_dust_limits: {
4492
3715
  Bitcoin: {
@@ -4505,24 +3728,18 @@ declare const cfEnvironment: z.ZodObject<{
4505
3728
  ETH: bigint;
4506
3729
  USDC: bigint;
4507
3730
  };
4508
- Solana: {
4509
- USDC: bigint;
4510
- SOL: bigint;
4511
- };
4512
3731
  };
4513
3732
  channel_opening_fees: {
4514
3733
  Bitcoin: bigint;
4515
3734
  Ethereum: bigint;
4516
3735
  Polkadot: bigint;
4517
3736
  Arbitrum: bigint;
4518
- Solana: bigint;
4519
3737
  };
4520
3738
  max_swap_retry_duration_blocks: {
4521
3739
  Bitcoin: number;
4522
3740
  Ethereum: number;
4523
3741
  Polkadot: number;
4524
3742
  Arbitrum: number;
4525
- Solana: number;
4526
3743
  };
4527
3744
  }, {
4528
3745
  minimum_deposit_amounts: {
@@ -4542,10 +3759,6 @@ declare const cfEnvironment: z.ZodObject<{
4542
3759
  ETH: string | number;
4543
3760
  USDC: string | number;
4544
3761
  };
4545
- Solana?: {
4546
- USDC?: string | number | undefined;
4547
- SOL?: string | number | undefined;
4548
- } | undefined;
4549
3762
  };
4550
3763
  ingress_fees: {
4551
3764
  Bitcoin: {
@@ -4564,10 +3777,6 @@ declare const cfEnvironment: z.ZodObject<{
4564
3777
  ETH: string | number | null;
4565
3778
  USDC: string | number | null;
4566
3779
  };
4567
- Solana?: {
4568
- USDC?: string | number | null | undefined;
4569
- SOL?: string | number | null | undefined;
4570
- } | undefined;
4571
3780
  };
4572
3781
  egress_fees: {
4573
3782
  Bitcoin: {
@@ -4586,17 +3795,12 @@ declare const cfEnvironment: z.ZodObject<{
4586
3795
  ETH: string | number | null;
4587
3796
  USDC: string | number | null;
4588
3797
  };
4589
- Solana?: {
4590
- USDC?: string | number | null | undefined;
4591
- SOL?: string | number | null | undefined;
4592
- } | undefined;
4593
3798
  };
4594
3799
  witness_safety_margins: {
4595
3800
  Bitcoin: number | null;
4596
3801
  Ethereum: number | null;
4597
3802
  Polkadot: number | null;
4598
3803
  Arbitrum: number | null;
4599
- Solana?: number | null | undefined;
4600
3804
  };
4601
3805
  egress_dust_limits: {
4602
3806
  Bitcoin: {
@@ -4615,24 +3819,18 @@ declare const cfEnvironment: z.ZodObject<{
4615
3819
  ETH: string | number;
4616
3820
  USDC: string | number;
4617
3821
  };
4618
- Solana?: {
4619
- USDC?: string | number | undefined;
4620
- SOL?: string | number | undefined;
4621
- } | undefined;
4622
3822
  };
4623
3823
  channel_opening_fees: {
4624
3824
  Bitcoin: string | number;
4625
3825
  Ethereum: string | number;
4626
3826
  Polkadot: string | number;
4627
3827
  Arbitrum: string | number;
4628
- Solana?: string | number | undefined;
4629
3828
  };
4630
3829
  max_swap_retry_duration_blocks?: {
4631
3830
  Bitcoin: number;
4632
3831
  Ethereum: number;
4633
3832
  Polkadot: number;
4634
3833
  Arbitrum: number;
4635
- Solana?: number | undefined;
4636
3834
  } | undefined;
4637
3835
  }>, Rename<{
4638
3836
  minimum_deposit_amounts: {
@@ -4652,10 +3850,6 @@ declare const cfEnvironment: z.ZodObject<{
4652
3850
  ETH: bigint;
4653
3851
  USDC: bigint;
4654
3852
  };
4655
- Solana: {
4656
- USDC: bigint;
4657
- SOL: bigint;
4658
- };
4659
3853
  };
4660
3854
  ingress_fees: {
4661
3855
  Bitcoin: {
@@ -4674,10 +3868,6 @@ declare const cfEnvironment: z.ZodObject<{
4674
3868
  ETH: bigint | null;
4675
3869
  USDC: bigint | null;
4676
3870
  };
4677
- Solana: {
4678
- USDC: bigint | null;
4679
- SOL: bigint | null;
4680
- };
4681
3871
  };
4682
3872
  egress_fees: {
4683
3873
  Bitcoin: {
@@ -4696,17 +3886,12 @@ declare const cfEnvironment: z.ZodObject<{
4696
3886
  ETH: bigint | null;
4697
3887
  USDC: bigint | null;
4698
3888
  };
4699
- Solana: {
4700
- USDC: bigint | null;
4701
- SOL: bigint | null;
4702
- };
4703
3889
  };
4704
3890
  witness_safety_margins: {
4705
3891
  Bitcoin: number | null;
4706
3892
  Ethereum: number | null;
4707
3893
  Polkadot: number | null;
4708
3894
  Arbitrum: number | null;
4709
- Solana: number | null;
4710
3895
  };
4711
3896
  egress_dust_limits: {
4712
3897
  Bitcoin: {
@@ -4725,24 +3910,18 @@ declare const cfEnvironment: z.ZodObject<{
4725
3910
  ETH: bigint;
4726
3911
  USDC: bigint;
4727
3912
  };
4728
- Solana: {
4729
- USDC: bigint;
4730
- SOL: bigint;
4731
- };
4732
3913
  };
4733
3914
  channel_opening_fees: {
4734
3915
  Bitcoin: bigint;
4735
3916
  Ethereum: bigint;
4736
3917
  Polkadot: bigint;
4737
3918
  Arbitrum: bigint;
4738
- Solana: bigint;
4739
3919
  };
4740
3920
  max_swap_retry_duration_blocks: {
4741
3921
  Bitcoin: number;
4742
3922
  Ethereum: number;
4743
3923
  Polkadot: number;
4744
3924
  Arbitrum: number;
4745
- Solana: number;
4746
3925
  };
4747
3926
  }, {
4748
3927
  readonly egress_dust_limits: "minimum_egress_amounts";
@@ -4764,10 +3943,6 @@ declare const cfEnvironment: z.ZodObject<{
4764
3943
  ETH: string | number;
4765
3944
  USDC: string | number;
4766
3945
  };
4767
- Solana?: {
4768
- USDC?: string | number | undefined;
4769
- SOL?: string | number | undefined;
4770
- } | undefined;
4771
3946
  };
4772
3947
  ingress_fees: {
4773
3948
  Bitcoin: {
@@ -4786,10 +3961,6 @@ declare const cfEnvironment: z.ZodObject<{
4786
3961
  ETH: string | number | null;
4787
3962
  USDC: string | number | null;
4788
3963
  };
4789
- Solana?: {
4790
- USDC?: string | number | null | undefined;
4791
- SOL?: string | number | null | undefined;
4792
- } | undefined;
4793
3964
  };
4794
3965
  egress_fees: {
4795
3966
  Bitcoin: {
@@ -4808,17 +3979,12 @@ declare const cfEnvironment: z.ZodObject<{
4808
3979
  ETH: string | number | null;
4809
3980
  USDC: string | number | null;
4810
3981
  };
4811
- Solana?: {
4812
- USDC?: string | number | null | undefined;
4813
- SOL?: string | number | null | undefined;
4814
- } | undefined;
4815
3982
  };
4816
3983
  witness_safety_margins: {
4817
3984
  Bitcoin: number | null;
4818
3985
  Ethereum: number | null;
4819
3986
  Polkadot: number | null;
4820
3987
  Arbitrum: number | null;
4821
- Solana?: number | null | undefined;
4822
3988
  };
4823
3989
  egress_dust_limits: {
4824
3990
  Bitcoin: {
@@ -4837,24 +4003,18 @@ declare const cfEnvironment: z.ZodObject<{
4837
4003
  ETH: string | number;
4838
4004
  USDC: string | number;
4839
4005
  };
4840
- Solana?: {
4841
- USDC?: string | number | undefined;
4842
- SOL?: string | number | undefined;
4843
- } | undefined;
4844
4006
  };
4845
4007
  channel_opening_fees: {
4846
4008
  Bitcoin: string | number;
4847
4009
  Ethereum: string | number;
4848
4010
  Polkadot: string | number;
4849
4011
  Arbitrum: string | number;
4850
- Solana?: string | number | undefined;
4851
4012
  };
4852
4013
  max_swap_retry_duration_blocks?: {
4853
4014
  Bitcoin: number;
4854
4015
  Ethereum: number;
4855
4016
  Polkadot: number;
4856
4017
  Arbitrum: number;
4857
- Solana?: number | undefined;
4858
4018
  } | undefined;
4859
4019
  }>;
4860
4020
  swapping: z.ZodObject<{
@@ -4899,16 +4059,6 @@ declare const cfEnvironment: z.ZodObject<{
4899
4059
  ETH: string | number | null;
4900
4060
  USDC: string | number | null;
4901
4061
  }>;
4902
- Solana: z.ZodDefault<z.ZodObject<{
4903
- SOL: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4904
- USDC: z.ZodDefault<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>>;
4905
- }, "strip", z.ZodTypeAny, {
4906
- USDC: bigint | null;
4907
- SOL: bigint | null;
4908
- }, {
4909
- USDC?: string | number | null | undefined;
4910
- SOL?: string | number | null | undefined;
4911
- }>>;
4912
4062
  }, "strip", z.ZodTypeAny, {
4913
4063
  Bitcoin: {
4914
4064
  BTC: bigint | null;
@@ -4926,10 +4076,6 @@ declare const cfEnvironment: z.ZodObject<{
4926
4076
  ETH: bigint | null;
4927
4077
  USDC: bigint | null;
4928
4078
  };
4929
- Solana: {
4930
- USDC: bigint | null;
4931
- SOL: bigint | null;
4932
- };
4933
4079
  }, {
4934
4080
  Bitcoin: {
4935
4081
  BTC: string | number | null;
@@ -4947,10 +4093,6 @@ declare const cfEnvironment: z.ZodObject<{
4947
4093
  ETH: string | number | null;
4948
4094
  USDC: string | number | null;
4949
4095
  };
4950
- Solana?: {
4951
- USDC?: string | number | null | undefined;
4952
- SOL?: string | number | null | undefined;
4953
- } | undefined;
4954
4096
  }>;
4955
4097
  network_fee_hundredth_pips: z.ZodNumber;
4956
4098
  }, "strip", z.ZodTypeAny, {
@@ -4971,10 +4113,6 @@ declare const cfEnvironment: z.ZodObject<{
4971
4113
  ETH: bigint | null;
4972
4114
  USDC: bigint | null;
4973
4115
  };
4974
- Solana: {
4975
- USDC: bigint | null;
4976
- SOL: bigint | null;
4977
- };
4978
4116
  };
4979
4117
  network_fee_hundredth_pips: number;
4980
4118
  }, {
@@ -4995,10 +4133,6 @@ declare const cfEnvironment: z.ZodObject<{
4995
4133
  ETH: string | number | null;
4996
4134
  USDC: string | number | null;
4997
4135
  };
4998
- Solana?: {
4999
- USDC?: string | number | null | undefined;
5000
- SOL?: string | number | null | undefined;
5001
- } | undefined;
5002
4136
  };
5003
4137
  network_fee_hundredth_pips: number;
5004
4138
  }>;
@@ -5015,7 +4149,7 @@ declare const cfEnvironment: z.ZodObject<{
5015
4149
  pools: z.ZodObject<{
5016
4150
  fees: z.ZodObject<{
5017
4151
  Bitcoin: z.ZodObject<{
5018
- BTC: z.ZodObject<{
4152
+ BTC: z.ZodNullable<z.ZodObject<{
5019
4153
  limit_order_fee_hundredth_pips: z.ZodNumber;
5020
4154
  range_order_fee_hundredth_pips: z.ZodNumber;
5021
4155
  range_order_total_fees_earned: z.ZodObject<{
@@ -5114,113 +4248,9 @@ declare const cfEnvironment: z.ZodObject<{
5114
4248
  chain: "Ethereum";
5115
4249
  asset: "USDC";
5116
4250
  };
5117
- }>;
4251
+ }>>;
5118
4252
  }, "strip", z.ZodTypeAny, {
5119
- BTC: {
5120
- limit_order_fee_hundredth_pips: number;
5121
- range_order_fee_hundredth_pips: number;
5122
- range_order_total_fees_earned: {
5123
- base: bigint;
5124
- quote: bigint;
5125
- };
5126
- limit_order_total_fees_earned: {
5127
- base: bigint;
5128
- quote: bigint;
5129
- };
5130
- range_total_swap_inputs: {
5131
- base: bigint;
5132
- quote: bigint;
5133
- };
5134
- limit_total_swap_inputs: {
5135
- base: bigint;
5136
- quote: bigint;
5137
- };
5138
- quote_asset: {
5139
- chain: "Ethereum";
5140
- asset: "USDC";
5141
- };
5142
- };
5143
- }, {
5144
- BTC: {
5145
- limit_order_fee_hundredth_pips: number;
5146
- range_order_fee_hundredth_pips: number;
5147
- range_order_total_fees_earned: {
5148
- base: string;
5149
- quote: string;
5150
- };
5151
- limit_order_total_fees_earned: {
5152
- base: string;
5153
- quote: string;
5154
- };
5155
- range_total_swap_inputs: {
5156
- base: string;
5157
- quote: string;
5158
- };
5159
- limit_total_swap_inputs: {
5160
- base: string;
5161
- quote: string;
5162
- };
5163
- quote_asset: {
5164
- chain: "Ethereum";
5165
- asset: "USDC";
5166
- };
5167
- };
5168
- }>;
5169
- Ethereum: z.ZodObject<{
5170
- ETH: z.ZodObject<{
5171
- limit_order_fee_hundredth_pips: z.ZodNumber;
5172
- range_order_fee_hundredth_pips: z.ZodNumber;
5173
- range_order_total_fees_earned: z.ZodObject<{
5174
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5175
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5176
- }, "strip", z.ZodTypeAny, {
5177
- base: bigint;
5178
- quote: bigint;
5179
- }, {
5180
- base: string;
5181
- quote: string;
5182
- }>;
5183
- limit_order_total_fees_earned: z.ZodObject<{
5184
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5185
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5186
- }, "strip", z.ZodTypeAny, {
5187
- base: bigint;
5188
- quote: bigint;
5189
- }, {
5190
- base: string;
5191
- quote: string;
5192
- }>;
5193
- range_total_swap_inputs: z.ZodObject<{
5194
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5195
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5196
- }, "strip", z.ZodTypeAny, {
5197
- base: bigint;
5198
- quote: bigint;
5199
- }, {
5200
- base: string;
5201
- quote: string;
5202
- }>;
5203
- limit_total_swap_inputs: z.ZodObject<{
5204
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5205
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5206
- }, "strip", z.ZodTypeAny, {
5207
- base: bigint;
5208
- quote: bigint;
5209
- }, {
5210
- base: string;
5211
- quote: string;
5212
- }>;
5213
- quote_asset: z.ZodObject<{
5214
- chain: z.ZodLiteral<"Ethereum">;
5215
- asset: z.ZodLiteral<"USDC">;
5216
- }, "strip", z.ZodTypeAny, {
5217
- chain: "Ethereum";
5218
- asset: "USDC";
5219
- }, {
5220
- chain: "Ethereum";
5221
- asset: "USDC";
5222
- }>;
5223
- }, "strip", z.ZodTypeAny, {
4253
+ BTC: {
5224
4254
  limit_order_fee_hundredth_pips: number;
5225
4255
  range_order_fee_hundredth_pips: number;
5226
4256
  range_order_total_fees_earned: {
@@ -5243,7 +4273,9 @@ declare const cfEnvironment: z.ZodObject<{
5243
4273
  chain: "Ethereum";
5244
4274
  asset: "USDC";
5245
4275
  };
5246
- }, {
4276
+ } | null;
4277
+ }, {
4278
+ BTC: {
5247
4279
  limit_order_fee_hundredth_pips: number;
5248
4280
  range_order_fee_hundredth_pips: number;
5249
4281
  range_order_total_fees_earned: {
@@ -5266,8 +4298,10 @@ declare const cfEnvironment: z.ZodObject<{
5266
4298
  chain: "Ethereum";
5267
4299
  asset: "USDC";
5268
4300
  };
5269
- }>;
5270
- FLIP: z.ZodObject<{
4301
+ } | null;
4302
+ }>;
4303
+ Ethereum: z.ZodObject<{
4304
+ ETH: z.ZodNullable<z.ZodObject<{
5271
4305
  limit_order_fee_hundredth_pips: z.ZodNumber;
5272
4306
  range_order_fee_hundredth_pips: z.ZodNumber;
5273
4307
  range_order_total_fees_earned: z.ZodObject<{
@@ -5366,8 +4400,8 @@ declare const cfEnvironment: z.ZodObject<{
5366
4400
  chain: "Ethereum";
5367
4401
  asset: "USDC";
5368
4402
  };
5369
- }>;
5370
- USDT: z.ZodObject<{
4403
+ }>>;
4404
+ FLIP: z.ZodNullable<z.ZodObject<{
5371
4405
  limit_order_fee_hundredth_pips: z.ZodNumber;
5372
4406
  range_order_fee_hundredth_pips: z.ZodNumber;
5373
4407
  range_order_total_fees_earned: z.ZodObject<{
@@ -5466,156 +4500,8 @@ declare const cfEnvironment: z.ZodObject<{
5466
4500
  chain: "Ethereum";
5467
4501
  asset: "USDC";
5468
4502
  };
5469
- }>;
5470
- }, "strip", z.ZodTypeAny, {
5471
- ETH: {
5472
- limit_order_fee_hundredth_pips: number;
5473
- range_order_fee_hundredth_pips: number;
5474
- range_order_total_fees_earned: {
5475
- base: bigint;
5476
- quote: bigint;
5477
- };
5478
- limit_order_total_fees_earned: {
5479
- base: bigint;
5480
- quote: bigint;
5481
- };
5482
- range_total_swap_inputs: {
5483
- base: bigint;
5484
- quote: bigint;
5485
- };
5486
- limit_total_swap_inputs: {
5487
- base: bigint;
5488
- quote: bigint;
5489
- };
5490
- quote_asset: {
5491
- chain: "Ethereum";
5492
- asset: "USDC";
5493
- };
5494
- };
5495
- FLIP: {
5496
- limit_order_fee_hundredth_pips: number;
5497
- range_order_fee_hundredth_pips: number;
5498
- range_order_total_fees_earned: {
5499
- base: bigint;
5500
- quote: bigint;
5501
- };
5502
- limit_order_total_fees_earned: {
5503
- base: bigint;
5504
- quote: bigint;
5505
- };
5506
- range_total_swap_inputs: {
5507
- base: bigint;
5508
- quote: bigint;
5509
- };
5510
- limit_total_swap_inputs: {
5511
- base: bigint;
5512
- quote: bigint;
5513
- };
5514
- quote_asset: {
5515
- chain: "Ethereum";
5516
- asset: "USDC";
5517
- };
5518
- };
5519
- USDT: {
5520
- limit_order_fee_hundredth_pips: number;
5521
- range_order_fee_hundredth_pips: number;
5522
- range_order_total_fees_earned: {
5523
- base: bigint;
5524
- quote: bigint;
5525
- };
5526
- limit_order_total_fees_earned: {
5527
- base: bigint;
5528
- quote: bigint;
5529
- };
5530
- range_total_swap_inputs: {
5531
- base: bigint;
5532
- quote: bigint;
5533
- };
5534
- limit_total_swap_inputs: {
5535
- base: bigint;
5536
- quote: bigint;
5537
- };
5538
- quote_asset: {
5539
- chain: "Ethereum";
5540
- asset: "USDC";
5541
- };
5542
- };
5543
- }, {
5544
- ETH: {
5545
- limit_order_fee_hundredth_pips: number;
5546
- range_order_fee_hundredth_pips: number;
5547
- range_order_total_fees_earned: {
5548
- base: string;
5549
- quote: string;
5550
- };
5551
- limit_order_total_fees_earned: {
5552
- base: string;
5553
- quote: string;
5554
- };
5555
- range_total_swap_inputs: {
5556
- base: string;
5557
- quote: string;
5558
- };
5559
- limit_total_swap_inputs: {
5560
- base: string;
5561
- quote: string;
5562
- };
5563
- quote_asset: {
5564
- chain: "Ethereum";
5565
- asset: "USDC";
5566
- };
5567
- };
5568
- FLIP: {
5569
- limit_order_fee_hundredth_pips: number;
5570
- range_order_fee_hundredth_pips: number;
5571
- range_order_total_fees_earned: {
5572
- base: string;
5573
- quote: string;
5574
- };
5575
- limit_order_total_fees_earned: {
5576
- base: string;
5577
- quote: string;
5578
- };
5579
- range_total_swap_inputs: {
5580
- base: string;
5581
- quote: string;
5582
- };
5583
- limit_total_swap_inputs: {
5584
- base: string;
5585
- quote: string;
5586
- };
5587
- quote_asset: {
5588
- chain: "Ethereum";
5589
- asset: "USDC";
5590
- };
5591
- };
5592
- USDT: {
5593
- limit_order_fee_hundredth_pips: number;
5594
- range_order_fee_hundredth_pips: number;
5595
- range_order_total_fees_earned: {
5596
- base: string;
5597
- quote: string;
5598
- };
5599
- limit_order_total_fees_earned: {
5600
- base: string;
5601
- quote: string;
5602
- };
5603
- range_total_swap_inputs: {
5604
- base: string;
5605
- quote: string;
5606
- };
5607
- limit_total_swap_inputs: {
5608
- base: string;
5609
- quote: string;
5610
- };
5611
- quote_asset: {
5612
- chain: "Ethereum";
5613
- asset: "USDC";
5614
- };
5615
- };
5616
- }>;
5617
- Polkadot: z.ZodObject<{
5618
- DOT: z.ZodObject<{
4503
+ }>>;
4504
+ USDT: z.ZodNullable<z.ZodObject<{
5619
4505
  limit_order_fee_hundredth_pips: z.ZodNumber;
5620
4506
  range_order_fee_hundredth_pips: z.ZodNumber;
5621
4507
  range_order_total_fees_earned: z.ZodObject<{
@@ -5714,9 +4600,9 @@ declare const cfEnvironment: z.ZodObject<{
5714
4600
  chain: "Ethereum";
5715
4601
  asset: "USDC";
5716
4602
  };
5717
- }>;
4603
+ }>>;
5718
4604
  }, "strip", z.ZodTypeAny, {
5719
- DOT: {
4605
+ ETH: {
5720
4606
  limit_order_fee_hundredth_pips: number;
5721
4607
  range_order_fee_hundredth_pips: number;
5722
4608
  range_order_total_fees_earned: {
@@ -5739,111 +4625,105 @@ declare const cfEnvironment: z.ZodObject<{
5739
4625
  chain: "Ethereum";
5740
4626
  asset: "USDC";
5741
4627
  };
5742
- };
5743
- }, {
5744
- DOT: {
4628
+ } | null;
4629
+ FLIP: {
5745
4630
  limit_order_fee_hundredth_pips: number;
5746
4631
  range_order_fee_hundredth_pips: number;
5747
4632
  range_order_total_fees_earned: {
5748
- base: string;
5749
- quote: string;
4633
+ base: bigint;
4634
+ quote: bigint;
5750
4635
  };
5751
4636
  limit_order_total_fees_earned: {
5752
- base: string;
5753
- quote: string;
4637
+ base: bigint;
4638
+ quote: bigint;
5754
4639
  };
5755
4640
  range_total_swap_inputs: {
5756
- base: string;
5757
- quote: string;
4641
+ base: bigint;
4642
+ quote: bigint;
5758
4643
  };
5759
4644
  limit_total_swap_inputs: {
5760
- base: string;
5761
- quote: string;
4645
+ base: bigint;
4646
+ quote: bigint;
5762
4647
  };
5763
4648
  quote_asset: {
5764
4649
  chain: "Ethereum";
5765
4650
  asset: "USDC";
5766
4651
  };
5767
- };
5768
- }>;
5769
- Arbitrum: z.ZodObject<{
5770
- ETH: z.ZodObject<{
5771
- limit_order_fee_hundredth_pips: z.ZodNumber;
5772
- range_order_fee_hundredth_pips: z.ZodNumber;
5773
- range_order_total_fees_earned: z.ZodObject<{
5774
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5775
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5776
- }, "strip", z.ZodTypeAny, {
4652
+ } | null;
4653
+ USDT: {
4654
+ limit_order_fee_hundredth_pips: number;
4655
+ range_order_fee_hundredth_pips: number;
4656
+ range_order_total_fees_earned: {
5777
4657
  base: bigint;
5778
4658
  quote: bigint;
5779
- }, {
5780
- base: string;
5781
- quote: string;
5782
- }>;
5783
- limit_order_total_fees_earned: z.ZodObject<{
5784
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5785
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5786
- }, "strip", z.ZodTypeAny, {
4659
+ };
4660
+ limit_order_total_fees_earned: {
5787
4661
  base: bigint;
5788
4662
  quote: bigint;
5789
- }, {
5790
- base: string;
5791
- quote: string;
5792
- }>;
5793
- range_total_swap_inputs: z.ZodObject<{
5794
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5795
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5796
- }, "strip", z.ZodTypeAny, {
4663
+ };
4664
+ range_total_swap_inputs: {
5797
4665
  base: bigint;
5798
4666
  quote: bigint;
5799
- }, {
5800
- base: string;
5801
- quote: string;
5802
- }>;
5803
- limit_total_swap_inputs: z.ZodObject<{
5804
- base: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5805
- quote: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
5806
- }, "strip", z.ZodTypeAny, {
4667
+ };
4668
+ limit_total_swap_inputs: {
5807
4669
  base: bigint;
5808
4670
  quote: bigint;
5809
- }, {
5810
- base: string;
5811
- quote: string;
5812
- }>;
5813
- quote_asset: z.ZodObject<{
5814
- chain: z.ZodLiteral<"Ethereum">;
5815
- asset: z.ZodLiteral<"USDC">;
5816
- }, "strip", z.ZodTypeAny, {
4671
+ };
4672
+ quote_asset: {
5817
4673
  chain: "Ethereum";
5818
4674
  asset: "USDC";
5819
- }, {
4675
+ };
4676
+ } | null;
4677
+ }, {
4678
+ ETH: {
4679
+ limit_order_fee_hundredth_pips: number;
4680
+ range_order_fee_hundredth_pips: number;
4681
+ range_order_total_fees_earned: {
4682
+ base: string;
4683
+ quote: string;
4684
+ };
4685
+ limit_order_total_fees_earned: {
4686
+ base: string;
4687
+ quote: string;
4688
+ };
4689
+ range_total_swap_inputs: {
4690
+ base: string;
4691
+ quote: string;
4692
+ };
4693
+ limit_total_swap_inputs: {
4694
+ base: string;
4695
+ quote: string;
4696
+ };
4697
+ quote_asset: {
5820
4698
  chain: "Ethereum";
5821
4699
  asset: "USDC";
5822
- }>;
5823
- }, "strip", z.ZodTypeAny, {
4700
+ };
4701
+ } | null;
4702
+ FLIP: {
5824
4703
  limit_order_fee_hundredth_pips: number;
5825
4704
  range_order_fee_hundredth_pips: number;
5826
4705
  range_order_total_fees_earned: {
5827
- base: bigint;
5828
- quote: bigint;
4706
+ base: string;
4707
+ quote: string;
5829
4708
  };
5830
4709
  limit_order_total_fees_earned: {
5831
- base: bigint;
5832
- quote: bigint;
4710
+ base: string;
4711
+ quote: string;
5833
4712
  };
5834
4713
  range_total_swap_inputs: {
5835
- base: bigint;
5836
- quote: bigint;
4714
+ base: string;
4715
+ quote: string;
5837
4716
  };
5838
4717
  limit_total_swap_inputs: {
5839
- base: bigint;
5840
- quote: bigint;
4718
+ base: string;
4719
+ quote: string;
5841
4720
  };
5842
4721
  quote_asset: {
5843
4722
  chain: "Ethereum";
5844
4723
  asset: "USDC";
5845
4724
  };
5846
- }, {
4725
+ } | null;
4726
+ USDT: {
5847
4727
  limit_order_fee_hundredth_pips: number;
5848
4728
  range_order_fee_hundredth_pips: number;
5849
4729
  range_order_total_fees_earned: {
@@ -5866,8 +4746,10 @@ declare const cfEnvironment: z.ZodObject<{
5866
4746
  chain: "Ethereum";
5867
4747
  asset: "USDC";
5868
4748
  };
5869
- }>;
5870
- USDC: z.ZodObject<{
4749
+ } | null;
4750
+ }>;
4751
+ Polkadot: z.ZodObject<{
4752
+ DOT: z.ZodNullable<z.ZodObject<{
5871
4753
  limit_order_fee_hundredth_pips: z.ZodNumber;
5872
4754
  range_order_fee_hundredth_pips: z.ZodNumber;
5873
4755
  range_order_total_fees_earned: z.ZodObject<{
@@ -5966,33 +4848,9 @@ declare const cfEnvironment: z.ZodObject<{
5966
4848
  chain: "Ethereum";
5967
4849
  asset: "USDC";
5968
4850
  };
5969
- }>;
4851
+ }>>;
5970
4852
  }, "strip", z.ZodTypeAny, {
5971
- ETH: {
5972
- limit_order_fee_hundredth_pips: number;
5973
- range_order_fee_hundredth_pips: number;
5974
- range_order_total_fees_earned: {
5975
- base: bigint;
5976
- quote: bigint;
5977
- };
5978
- limit_order_total_fees_earned: {
5979
- base: bigint;
5980
- quote: bigint;
5981
- };
5982
- range_total_swap_inputs: {
5983
- base: bigint;
5984
- quote: bigint;
5985
- };
5986
- limit_total_swap_inputs: {
5987
- base: bigint;
5988
- quote: bigint;
5989
- };
5990
- quote_asset: {
5991
- chain: "Ethereum";
5992
- asset: "USDC";
5993
- };
5994
- };
5995
- USDC: {
4853
+ DOT: {
5996
4854
  limit_order_fee_hundredth_pips: number;
5997
4855
  range_order_fee_hundredth_pips: number;
5998
4856
  range_order_total_fees_earned: {
@@ -6015,33 +4873,9 @@ declare const cfEnvironment: z.ZodObject<{
6015
4873
  chain: "Ethereum";
6016
4874
  asset: "USDC";
6017
4875
  };
6018
- };
4876
+ } | null;
6019
4877
  }, {
6020
- ETH: {
6021
- limit_order_fee_hundredth_pips: number;
6022
- range_order_fee_hundredth_pips: number;
6023
- range_order_total_fees_earned: {
6024
- base: string;
6025
- quote: string;
6026
- };
6027
- limit_order_total_fees_earned: {
6028
- base: string;
6029
- quote: string;
6030
- };
6031
- range_total_swap_inputs: {
6032
- base: string;
6033
- quote: string;
6034
- };
6035
- limit_total_swap_inputs: {
6036
- base: string;
6037
- quote: string;
6038
- };
6039
- quote_asset: {
6040
- chain: "Ethereum";
6041
- asset: "USDC";
6042
- };
6043
- };
6044
- USDC: {
4878
+ DOT: {
6045
4879
  limit_order_fee_hundredth_pips: number;
6046
4880
  range_order_fee_hundredth_pips: number;
6047
4881
  range_order_total_fees_earned: {
@@ -6064,10 +4898,10 @@ declare const cfEnvironment: z.ZodObject<{
6064
4898
  chain: "Ethereum";
6065
4899
  asset: "USDC";
6066
4900
  };
6067
- };
4901
+ } | null;
6068
4902
  }>;
6069
- Solana: z.ZodDefault<z.ZodObject<{
6070
- SOL: z.ZodDefault<z.ZodObject<{
4903
+ Arbitrum: z.ZodObject<{
4904
+ ETH: z.ZodNullable<z.ZodObject<{
6071
4905
  limit_order_fee_hundredth_pips: z.ZodNumber;
6072
4906
  range_order_fee_hundredth_pips: z.ZodNumber;
6073
4907
  range_order_total_fees_earned: z.ZodObject<{
@@ -6167,7 +5001,7 @@ declare const cfEnvironment: z.ZodObject<{
6167
5001
  asset: "USDC";
6168
5002
  };
6169
5003
  }>>;
6170
- USDC: z.ZodDefault<z.ZodObject<{
5004
+ USDC: z.ZodNullable<z.ZodObject<{
6171
5005
  limit_order_fee_hundredth_pips: z.ZodNumber;
6172
5006
  range_order_fee_hundredth_pips: z.ZodNumber;
6173
5007
  range_order_total_fees_earned: z.ZodObject<{
@@ -6268,7 +5102,7 @@ declare const cfEnvironment: z.ZodObject<{
6268
5102
  };
6269
5103
  }>>;
6270
5104
  }, "strip", z.ZodTypeAny, {
6271
- USDC: {
5105
+ ETH: {
6272
5106
  limit_order_fee_hundredth_pips: number;
6273
5107
  range_order_fee_hundredth_pips: number;
6274
5108
  range_order_total_fees_earned: {
@@ -6291,8 +5125,8 @@ declare const cfEnvironment: z.ZodObject<{
6291
5125
  chain: "Ethereum";
6292
5126
  asset: "USDC";
6293
5127
  };
6294
- };
6295
- SOL: {
5128
+ } | null;
5129
+ USDC: {
6296
5130
  limit_order_fee_hundredth_pips: number;
6297
5131
  range_order_fee_hundredth_pips: number;
6298
5132
  range_order_total_fees_earned: {
@@ -6315,9 +5149,9 @@ declare const cfEnvironment: z.ZodObject<{
6315
5149
  chain: "Ethereum";
6316
5150
  asset: "USDC";
6317
5151
  };
6318
- };
5152
+ } | null;
6319
5153
  }, {
6320
- USDC?: {
5154
+ ETH: {
6321
5155
  limit_order_fee_hundredth_pips: number;
6322
5156
  range_order_fee_hundredth_pips: number;
6323
5157
  range_order_total_fees_earned: {
@@ -6340,8 +5174,8 @@ declare const cfEnvironment: z.ZodObject<{
6340
5174
  chain: "Ethereum";
6341
5175
  asset: "USDC";
6342
5176
  };
6343
- } | undefined;
6344
- SOL?: {
5177
+ } | null;
5178
+ USDC: {
6345
5179
  limit_order_fee_hundredth_pips: number;
6346
5180
  range_order_fee_hundredth_pips: number;
6347
5181
  range_order_total_fees_earned: {
@@ -6364,8 +5198,8 @@ declare const cfEnvironment: z.ZodObject<{
6364
5198
  chain: "Ethereum";
6365
5199
  asset: "USDC";
6366
5200
  };
6367
- } | undefined;
6368
- }>>;
5201
+ } | null;
5202
+ }>;
6369
5203
  }, "strip", z.ZodTypeAny, {
6370
5204
  Bitcoin: {
6371
5205
  BTC: {
@@ -6391,7 +5225,7 @@ declare const cfEnvironment: z.ZodObject<{
6391
5225
  chain: "Ethereum";
6392
5226
  asset: "USDC";
6393
5227
  };
6394
- };
5228
+ } | null;
6395
5229
  };
6396
5230
  Ethereum: {
6397
5231
  ETH: {
@@ -6417,7 +5251,7 @@ declare const cfEnvironment: z.ZodObject<{
6417
5251
  chain: "Ethereum";
6418
5252
  asset: "USDC";
6419
5253
  };
6420
- };
5254
+ } | null;
6421
5255
  FLIP: {
6422
5256
  limit_order_fee_hundredth_pips: number;
6423
5257
  range_order_fee_hundredth_pips: number;
@@ -6441,7 +5275,7 @@ declare const cfEnvironment: z.ZodObject<{
6441
5275
  chain: "Ethereum";
6442
5276
  asset: "USDC";
6443
5277
  };
6444
- };
5278
+ } | null;
6445
5279
  USDT: {
6446
5280
  limit_order_fee_hundredth_pips: number;
6447
5281
  range_order_fee_hundredth_pips: number;
@@ -6465,7 +5299,7 @@ declare const cfEnvironment: z.ZodObject<{
6465
5299
  chain: "Ethereum";
6466
5300
  asset: "USDC";
6467
5301
  };
6468
- };
5302
+ } | null;
6469
5303
  };
6470
5304
  Polkadot: {
6471
5305
  DOT: {
@@ -6491,7 +5325,7 @@ declare const cfEnvironment: z.ZodObject<{
6491
5325
  chain: "Ethereum";
6492
5326
  asset: "USDC";
6493
5327
  };
6494
- };
5328
+ } | null;
6495
5329
  };
6496
5330
  Arbitrum: {
6497
5331
  ETH: {
@@ -6517,33 +5351,7 @@ declare const cfEnvironment: z.ZodObject<{
6517
5351
  chain: "Ethereum";
6518
5352
  asset: "USDC";
6519
5353
  };
6520
- };
6521
- USDC: {
6522
- limit_order_fee_hundredth_pips: number;
6523
- range_order_fee_hundredth_pips: number;
6524
- range_order_total_fees_earned: {
6525
- base: bigint;
6526
- quote: bigint;
6527
- };
6528
- limit_order_total_fees_earned: {
6529
- base: bigint;
6530
- quote: bigint;
6531
- };
6532
- range_total_swap_inputs: {
6533
- base: bigint;
6534
- quote: bigint;
6535
- };
6536
- limit_total_swap_inputs: {
6537
- base: bigint;
6538
- quote: bigint;
6539
- };
6540
- quote_asset: {
6541
- chain: "Ethereum";
6542
- asset: "USDC";
6543
- };
6544
- };
6545
- };
6546
- Solana: {
5354
+ } | null;
6547
5355
  USDC: {
6548
5356
  limit_order_fee_hundredth_pips: number;
6549
5357
  range_order_fee_hundredth_pips: number;
@@ -6567,31 +5375,7 @@ declare const cfEnvironment: z.ZodObject<{
6567
5375
  chain: "Ethereum";
6568
5376
  asset: "USDC";
6569
5377
  };
6570
- };
6571
- SOL: {
6572
- limit_order_fee_hundredth_pips: number;
6573
- range_order_fee_hundredth_pips: number;
6574
- range_order_total_fees_earned: {
6575
- base: bigint;
6576
- quote: bigint;
6577
- };
6578
- limit_order_total_fees_earned: {
6579
- base: bigint;
6580
- quote: bigint;
6581
- };
6582
- range_total_swap_inputs: {
6583
- base: bigint;
6584
- quote: bigint;
6585
- };
6586
- limit_total_swap_inputs: {
6587
- base: bigint;
6588
- quote: bigint;
6589
- };
6590
- quote_asset: {
6591
- chain: "Ethereum";
6592
- asset: "USDC";
6593
- };
6594
- };
5378
+ } | null;
6595
5379
  };
6596
5380
  }, {
6597
5381
  Bitcoin: {
@@ -6618,7 +5402,7 @@ declare const cfEnvironment: z.ZodObject<{
6618
5402
  chain: "Ethereum";
6619
5403
  asset: "USDC";
6620
5404
  };
6621
- };
5405
+ } | null;
6622
5406
  };
6623
5407
  Ethereum: {
6624
5408
  ETH: {
@@ -6644,7 +5428,7 @@ declare const cfEnvironment: z.ZodObject<{
6644
5428
  chain: "Ethereum";
6645
5429
  asset: "USDC";
6646
5430
  };
6647
- };
5431
+ } | null;
6648
5432
  FLIP: {
6649
5433
  limit_order_fee_hundredth_pips: number;
6650
5434
  range_order_fee_hundredth_pips: number;
@@ -6668,7 +5452,7 @@ declare const cfEnvironment: z.ZodObject<{
6668
5452
  chain: "Ethereum";
6669
5453
  asset: "USDC";
6670
5454
  };
6671
- };
5455
+ } | null;
6672
5456
  USDT: {
6673
5457
  limit_order_fee_hundredth_pips: number;
6674
5458
  range_order_fee_hundredth_pips: number;
@@ -6692,7 +5476,7 @@ declare const cfEnvironment: z.ZodObject<{
6692
5476
  chain: "Ethereum";
6693
5477
  asset: "USDC";
6694
5478
  };
6695
- };
5479
+ } | null;
6696
5480
  };
6697
5481
  Polkadot: {
6698
5482
  DOT: {
@@ -6718,7 +5502,7 @@ declare const cfEnvironment: z.ZodObject<{
6718
5502
  chain: "Ethereum";
6719
5503
  asset: "USDC";
6720
5504
  };
6721
- };
5505
+ } | null;
6722
5506
  };
6723
5507
  Arbitrum: {
6724
5508
  ETH: {
@@ -6744,7 +5528,7 @@ declare const cfEnvironment: z.ZodObject<{
6744
5528
  chain: "Ethereum";
6745
5529
  asset: "USDC";
6746
5530
  };
6747
- };
5531
+ } | null;
6748
5532
  USDC: {
6749
5533
  limit_order_fee_hundredth_pips: number;
6750
5534
  range_order_fee_hundredth_pips: number;
@@ -6768,113 +5552,13 @@ declare const cfEnvironment: z.ZodObject<{
6768
5552
  chain: "Ethereum";
6769
5553
  asset: "USDC";
6770
5554
  };
6771
- };
6772
- };
6773
- Solana?: {
6774
- USDC?: {
6775
- limit_order_fee_hundredth_pips: number;
6776
- range_order_fee_hundredth_pips: number;
6777
- range_order_total_fees_earned: {
6778
- base: string;
6779
- quote: string;
6780
- };
6781
- limit_order_total_fees_earned: {
6782
- base: string;
6783
- quote: string;
6784
- };
6785
- range_total_swap_inputs: {
6786
- base: string;
6787
- quote: string;
6788
- };
6789
- limit_total_swap_inputs: {
6790
- base: string;
6791
- quote: string;
6792
- };
6793
- quote_asset: {
6794
- chain: "Ethereum";
6795
- asset: "USDC";
6796
- };
6797
- } | undefined;
6798
- SOL?: {
6799
- limit_order_fee_hundredth_pips: number;
6800
- range_order_fee_hundredth_pips: number;
6801
- range_order_total_fees_earned: {
6802
- base: string;
6803
- quote: string;
6804
- };
6805
- limit_order_total_fees_earned: {
6806
- base: string;
6807
- quote: string;
6808
- };
6809
- range_total_swap_inputs: {
6810
- base: string;
6811
- quote: string;
6812
- };
6813
- limit_total_swap_inputs: {
6814
- base: string;
6815
- quote: string;
6816
- };
6817
- quote_asset: {
6818
- chain: "Ethereum";
6819
- asset: "USDC";
6820
- };
6821
- } | undefined;
6822
- } | undefined;
6823
- }>;
6824
- }, "strip", z.ZodTypeAny, {
6825
- fees: {
6826
- Bitcoin: {
6827
- BTC: {
6828
- limit_order_fee_hundredth_pips: number;
6829
- range_order_fee_hundredth_pips: number;
6830
- range_order_total_fees_earned: {
6831
- base: bigint;
6832
- quote: bigint;
6833
- };
6834
- limit_order_total_fees_earned: {
6835
- base: bigint;
6836
- quote: bigint;
6837
- };
6838
- range_total_swap_inputs: {
6839
- base: bigint;
6840
- quote: bigint;
6841
- };
6842
- limit_total_swap_inputs: {
6843
- base: bigint;
6844
- quote: bigint;
6845
- };
6846
- quote_asset: {
6847
- chain: "Ethereum";
6848
- asset: "USDC";
6849
- };
6850
- };
6851
- };
6852
- Ethereum: {
6853
- ETH: {
6854
- limit_order_fee_hundredth_pips: number;
6855
- range_order_fee_hundredth_pips: number;
6856
- range_order_total_fees_earned: {
6857
- base: bigint;
6858
- quote: bigint;
6859
- };
6860
- limit_order_total_fees_earned: {
6861
- base: bigint;
6862
- quote: bigint;
6863
- };
6864
- range_total_swap_inputs: {
6865
- base: bigint;
6866
- quote: bigint;
6867
- };
6868
- limit_total_swap_inputs: {
6869
- base: bigint;
6870
- quote: bigint;
6871
- };
6872
- quote_asset: {
6873
- chain: "Ethereum";
6874
- asset: "USDC";
6875
- };
6876
- };
6877
- FLIP: {
5555
+ } | null;
5556
+ };
5557
+ }>;
5558
+ }, "strip", z.ZodTypeAny, {
5559
+ fees: {
5560
+ Bitcoin: {
5561
+ BTC: {
6878
5562
  limit_order_fee_hundredth_pips: number;
6879
5563
  range_order_fee_hundredth_pips: number;
6880
5564
  range_order_total_fees_earned: {
@@ -6897,8 +5581,10 @@ declare const cfEnvironment: z.ZodObject<{
6897
5581
  chain: "Ethereum";
6898
5582
  asset: "USDC";
6899
5583
  };
6900
- };
6901
- USDT: {
5584
+ } | null;
5585
+ };
5586
+ Ethereum: {
5587
+ ETH: {
6902
5588
  limit_order_fee_hundredth_pips: number;
6903
5589
  range_order_fee_hundredth_pips: number;
6904
5590
  range_order_total_fees_earned: {
@@ -6921,10 +5607,8 @@ declare const cfEnvironment: z.ZodObject<{
6921
5607
  chain: "Ethereum";
6922
5608
  asset: "USDC";
6923
5609
  };
6924
- };
6925
- };
6926
- Polkadot: {
6927
- DOT: {
5610
+ } | null;
5611
+ FLIP: {
6928
5612
  limit_order_fee_hundredth_pips: number;
6929
5613
  range_order_fee_hundredth_pips: number;
6930
5614
  range_order_total_fees_earned: {
@@ -6947,10 +5631,8 @@ declare const cfEnvironment: z.ZodObject<{
6947
5631
  chain: "Ethereum";
6948
5632
  asset: "USDC";
6949
5633
  };
6950
- };
6951
- };
6952
- Arbitrum: {
6953
- ETH: {
5634
+ } | null;
5635
+ USDT: {
6954
5636
  limit_order_fee_hundredth_pips: number;
6955
5637
  range_order_fee_hundredth_pips: number;
6956
5638
  range_order_total_fees_earned: {
@@ -6973,8 +5655,10 @@ declare const cfEnvironment: z.ZodObject<{
6973
5655
  chain: "Ethereum";
6974
5656
  asset: "USDC";
6975
5657
  };
6976
- };
6977
- USDC: {
5658
+ } | null;
5659
+ };
5660
+ Polkadot: {
5661
+ DOT: {
6978
5662
  limit_order_fee_hundredth_pips: number;
6979
5663
  range_order_fee_hundredth_pips: number;
6980
5664
  range_order_total_fees_earned: {
@@ -6997,10 +5681,10 @@ declare const cfEnvironment: z.ZodObject<{
6997
5681
  chain: "Ethereum";
6998
5682
  asset: "USDC";
6999
5683
  };
7000
- };
5684
+ } | null;
7001
5685
  };
7002
- Solana: {
7003
- USDC: {
5686
+ Arbitrum: {
5687
+ ETH: {
7004
5688
  limit_order_fee_hundredth_pips: number;
7005
5689
  range_order_fee_hundredth_pips: number;
7006
5690
  range_order_total_fees_earned: {
@@ -7023,8 +5707,8 @@ declare const cfEnvironment: z.ZodObject<{
7023
5707
  chain: "Ethereum";
7024
5708
  asset: "USDC";
7025
5709
  };
7026
- };
7027
- SOL: {
5710
+ } | null;
5711
+ USDC: {
7028
5712
  limit_order_fee_hundredth_pips: number;
7029
5713
  range_order_fee_hundredth_pips: number;
7030
5714
  range_order_total_fees_earned: {
@@ -7047,7 +5731,7 @@ declare const cfEnvironment: z.ZodObject<{
7047
5731
  chain: "Ethereum";
7048
5732
  asset: "USDC";
7049
5733
  };
7050
- };
5734
+ } | null;
7051
5735
  };
7052
5736
  };
7053
5737
  }, {
@@ -7076,7 +5760,7 @@ declare const cfEnvironment: z.ZodObject<{
7076
5760
  chain: "Ethereum";
7077
5761
  asset: "USDC";
7078
5762
  };
7079
- };
5763
+ } | null;
7080
5764
  };
7081
5765
  Ethereum: {
7082
5766
  ETH: {
@@ -7102,7 +5786,7 @@ declare const cfEnvironment: z.ZodObject<{
7102
5786
  chain: "Ethereum";
7103
5787
  asset: "USDC";
7104
5788
  };
7105
- };
5789
+ } | null;
7106
5790
  FLIP: {
7107
5791
  limit_order_fee_hundredth_pips: number;
7108
5792
  range_order_fee_hundredth_pips: number;
@@ -7126,7 +5810,7 @@ declare const cfEnvironment: z.ZodObject<{
7126
5810
  chain: "Ethereum";
7127
5811
  asset: "USDC";
7128
5812
  };
7129
- };
5813
+ } | null;
7130
5814
  USDT: {
7131
5815
  limit_order_fee_hundredth_pips: number;
7132
5816
  range_order_fee_hundredth_pips: number;
@@ -7150,7 +5834,7 @@ declare const cfEnvironment: z.ZodObject<{
7150
5834
  chain: "Ethereum";
7151
5835
  asset: "USDC";
7152
5836
  };
7153
- };
5837
+ } | null;
7154
5838
  };
7155
5839
  Polkadot: {
7156
5840
  DOT: {
@@ -7176,7 +5860,7 @@ declare const cfEnvironment: z.ZodObject<{
7176
5860
  chain: "Ethereum";
7177
5861
  asset: "USDC";
7178
5862
  };
7179
- };
5863
+ } | null;
7180
5864
  };
7181
5865
  Arbitrum: {
7182
5866
  ETH: {
@@ -7202,7 +5886,7 @@ declare const cfEnvironment: z.ZodObject<{
7202
5886
  chain: "Ethereum";
7203
5887
  asset: "USDC";
7204
5888
  };
7205
- };
5889
+ } | null;
7206
5890
  USDC: {
7207
5891
  limit_order_fee_hundredth_pips: number;
7208
5892
  range_order_fee_hundredth_pips: number;
@@ -7226,58 +5910,8 @@ declare const cfEnvironment: z.ZodObject<{
7226
5910
  chain: "Ethereum";
7227
5911
  asset: "USDC";
7228
5912
  };
7229
- };
5913
+ } | null;
7230
5914
  };
7231
- Solana?: {
7232
- USDC?: {
7233
- limit_order_fee_hundredth_pips: number;
7234
- range_order_fee_hundredth_pips: number;
7235
- range_order_total_fees_earned: {
7236
- base: string;
7237
- quote: string;
7238
- };
7239
- limit_order_total_fees_earned: {
7240
- base: string;
7241
- quote: string;
7242
- };
7243
- range_total_swap_inputs: {
7244
- base: string;
7245
- quote: string;
7246
- };
7247
- limit_total_swap_inputs: {
7248
- base: string;
7249
- quote: string;
7250
- };
7251
- quote_asset: {
7252
- chain: "Ethereum";
7253
- asset: "USDC";
7254
- };
7255
- } | undefined;
7256
- SOL?: {
7257
- limit_order_fee_hundredth_pips: number;
7258
- range_order_fee_hundredth_pips: number;
7259
- range_order_total_fees_earned: {
7260
- base: string;
7261
- quote: string;
7262
- };
7263
- limit_order_total_fees_earned: {
7264
- base: string;
7265
- quote: string;
7266
- };
7267
- range_total_swap_inputs: {
7268
- base: string;
7269
- quote: string;
7270
- };
7271
- limit_total_swap_inputs: {
7272
- base: string;
7273
- quote: string;
7274
- };
7275
- quote_asset: {
7276
- chain: "Ethereum";
7277
- asset: "USDC";
7278
- };
7279
- } | undefined;
7280
- } | undefined;
7281
5915
  };
7282
5916
  }>;
7283
5917
  }, "strip", z.ZodTypeAny, {
@@ -7299,10 +5933,6 @@ declare const cfEnvironment: z.ZodObject<{
7299
5933
  ETH: bigint;
7300
5934
  USDC: bigint;
7301
5935
  };
7302
- Solana: {
7303
- USDC: bigint;
7304
- SOL: bigint;
7305
- };
7306
5936
  };
7307
5937
  ingress_fees: {
7308
5938
  Bitcoin: {
@@ -7321,10 +5951,6 @@ declare const cfEnvironment: z.ZodObject<{
7321
5951
  ETH: bigint | null;
7322
5952
  USDC: bigint | null;
7323
5953
  };
7324
- Solana: {
7325
- USDC: bigint | null;
7326
- SOL: bigint | null;
7327
- };
7328
5954
  };
7329
5955
  egress_fees: {
7330
5956
  Bitcoin: {
@@ -7343,17 +5969,12 @@ declare const cfEnvironment: z.ZodObject<{
7343
5969
  ETH: bigint | null;
7344
5970
  USDC: bigint | null;
7345
5971
  };
7346
- Solana: {
7347
- USDC: bigint | null;
7348
- SOL: bigint | null;
7349
- };
7350
5972
  };
7351
5973
  witness_safety_margins: {
7352
5974
  Bitcoin: number | null;
7353
5975
  Ethereum: number | null;
7354
5976
  Polkadot: number | null;
7355
5977
  Arbitrum: number | null;
7356
- Solana: number | null;
7357
5978
  };
7358
5979
  egress_dust_limits: {
7359
5980
  Bitcoin: {
@@ -7372,24 +5993,18 @@ declare const cfEnvironment: z.ZodObject<{
7372
5993
  ETH: bigint;
7373
5994
  USDC: bigint;
7374
5995
  };
7375
- Solana: {
7376
- USDC: bigint;
7377
- SOL: bigint;
7378
- };
7379
5996
  };
7380
5997
  channel_opening_fees: {
7381
5998
  Bitcoin: bigint;
7382
5999
  Ethereum: bigint;
7383
6000
  Polkadot: bigint;
7384
6001
  Arbitrum: bigint;
7385
- Solana: bigint;
7386
6002
  };
7387
6003
  max_swap_retry_duration_blocks: {
7388
6004
  Bitcoin: number;
7389
6005
  Ethereum: number;
7390
6006
  Polkadot: number;
7391
6007
  Arbitrum: number;
7392
- Solana: number;
7393
6008
  };
7394
6009
  }, "egress_dust_limits"> & {
7395
6010
  readonly minimum_egress_amounts: {
@@ -7409,10 +6024,6 @@ declare const cfEnvironment: z.ZodObject<{
7409
6024
  ETH: bigint;
7410
6025
  USDC: bigint;
7411
6026
  };
7412
- Solana: {
7413
- USDC: bigint;
7414
- SOL: bigint;
7415
- };
7416
6027
  };
7417
6028
  };
7418
6029
  swapping: {
@@ -7433,10 +6044,6 @@ declare const cfEnvironment: z.ZodObject<{
7433
6044
  ETH: bigint | null;
7434
6045
  USDC: bigint | null;
7435
6046
  };
7436
- Solana: {
7437
- USDC: bigint | null;
7438
- SOL: bigint | null;
7439
- };
7440
6047
  };
7441
6048
  network_fee_hundredth_pips: number;
7442
6049
  };
@@ -7470,7 +6077,7 @@ declare const cfEnvironment: z.ZodObject<{
7470
6077
  chain: "Ethereum";
7471
6078
  asset: "USDC";
7472
6079
  };
7473
- };
6080
+ } | null;
7474
6081
  };
7475
6082
  Ethereum: {
7476
6083
  ETH: {
@@ -7496,7 +6103,7 @@ declare const cfEnvironment: z.ZodObject<{
7496
6103
  chain: "Ethereum";
7497
6104
  asset: "USDC";
7498
6105
  };
7499
- };
6106
+ } | null;
7500
6107
  FLIP: {
7501
6108
  limit_order_fee_hundredth_pips: number;
7502
6109
  range_order_fee_hundredth_pips: number;
@@ -7520,7 +6127,7 @@ declare const cfEnvironment: z.ZodObject<{
7520
6127
  chain: "Ethereum";
7521
6128
  asset: "USDC";
7522
6129
  };
7523
- };
6130
+ } | null;
7524
6131
  USDT: {
7525
6132
  limit_order_fee_hundredth_pips: number;
7526
6133
  range_order_fee_hundredth_pips: number;
@@ -7544,7 +6151,7 @@ declare const cfEnvironment: z.ZodObject<{
7544
6151
  chain: "Ethereum";
7545
6152
  asset: "USDC";
7546
6153
  };
7547
- };
6154
+ } | null;
7548
6155
  };
7549
6156
  Polkadot: {
7550
6157
  DOT: {
@@ -7570,7 +6177,7 @@ declare const cfEnvironment: z.ZodObject<{
7570
6177
  chain: "Ethereum";
7571
6178
  asset: "USDC";
7572
6179
  };
7573
- };
6180
+ } | null;
7574
6181
  };
7575
6182
  Arbitrum: {
7576
6183
  ETH: {
@@ -7596,33 +6203,7 @@ declare const cfEnvironment: z.ZodObject<{
7596
6203
  chain: "Ethereum";
7597
6204
  asset: "USDC";
7598
6205
  };
7599
- };
7600
- USDC: {
7601
- limit_order_fee_hundredth_pips: number;
7602
- range_order_fee_hundredth_pips: number;
7603
- range_order_total_fees_earned: {
7604
- base: bigint;
7605
- quote: bigint;
7606
- };
7607
- limit_order_total_fees_earned: {
7608
- base: bigint;
7609
- quote: bigint;
7610
- };
7611
- range_total_swap_inputs: {
7612
- base: bigint;
7613
- quote: bigint;
7614
- };
7615
- limit_total_swap_inputs: {
7616
- base: bigint;
7617
- quote: bigint;
7618
- };
7619
- quote_asset: {
7620
- chain: "Ethereum";
7621
- asset: "USDC";
7622
- };
7623
- };
7624
- };
7625
- Solana: {
6206
+ } | null;
7626
6207
  USDC: {
7627
6208
  limit_order_fee_hundredth_pips: number;
7628
6209
  range_order_fee_hundredth_pips: number;
@@ -7646,31 +6227,7 @@ declare const cfEnvironment: z.ZodObject<{
7646
6227
  chain: "Ethereum";
7647
6228
  asset: "USDC";
7648
6229
  };
7649
- };
7650
- SOL: {
7651
- limit_order_fee_hundredth_pips: number;
7652
- range_order_fee_hundredth_pips: number;
7653
- range_order_total_fees_earned: {
7654
- base: bigint;
7655
- quote: bigint;
7656
- };
7657
- limit_order_total_fees_earned: {
7658
- base: bigint;
7659
- quote: bigint;
7660
- };
7661
- range_total_swap_inputs: {
7662
- base: bigint;
7663
- quote: bigint;
7664
- };
7665
- limit_total_swap_inputs: {
7666
- base: bigint;
7667
- quote: bigint;
7668
- };
7669
- quote_asset: {
7670
- chain: "Ethereum";
7671
- asset: "USDC";
7672
- };
7673
- };
6230
+ } | null;
7674
6231
  };
7675
6232
  };
7676
6233
  };
@@ -7693,10 +6250,6 @@ declare const cfEnvironment: z.ZodObject<{
7693
6250
  ETH: string | number;
7694
6251
  USDC: string | number;
7695
6252
  };
7696
- Solana?: {
7697
- USDC?: string | number | undefined;
7698
- SOL?: string | number | undefined;
7699
- } | undefined;
7700
6253
  };
7701
6254
  ingress_fees: {
7702
6255
  Bitcoin: {
@@ -7715,10 +6268,6 @@ declare const cfEnvironment: z.ZodObject<{
7715
6268
  ETH: string | number | null;
7716
6269
  USDC: string | number | null;
7717
6270
  };
7718
- Solana?: {
7719
- USDC?: string | number | null | undefined;
7720
- SOL?: string | number | null | undefined;
7721
- } | undefined;
7722
6271
  };
7723
6272
  egress_fees: {
7724
6273
  Bitcoin: {
@@ -7737,17 +6286,12 @@ declare const cfEnvironment: z.ZodObject<{
7737
6286
  ETH: string | number | null;
7738
6287
  USDC: string | number | null;
7739
6288
  };
7740
- Solana?: {
7741
- USDC?: string | number | null | undefined;
7742
- SOL?: string | number | null | undefined;
7743
- } | undefined;
7744
6289
  };
7745
6290
  witness_safety_margins: {
7746
6291
  Bitcoin: number | null;
7747
6292
  Ethereum: number | null;
7748
6293
  Polkadot: number | null;
7749
6294
  Arbitrum: number | null;
7750
- Solana?: number | null | undefined;
7751
6295
  };
7752
6296
  egress_dust_limits: {
7753
6297
  Bitcoin: {
@@ -7766,24 +6310,18 @@ declare const cfEnvironment: z.ZodObject<{
7766
6310
  ETH: string | number;
7767
6311
  USDC: string | number;
7768
6312
  };
7769
- Solana?: {
7770
- USDC?: string | number | undefined;
7771
- SOL?: string | number | undefined;
7772
- } | undefined;
7773
6313
  };
7774
6314
  channel_opening_fees: {
7775
6315
  Bitcoin: string | number;
7776
6316
  Ethereum: string | number;
7777
6317
  Polkadot: string | number;
7778
6318
  Arbitrum: string | number;
7779
- Solana?: string | number | undefined;
7780
6319
  };
7781
6320
  max_swap_retry_duration_blocks?: {
7782
6321
  Bitcoin: number;
7783
6322
  Ethereum: number;
7784
6323
  Polkadot: number;
7785
6324
  Arbitrum: number;
7786
- Solana?: number | undefined;
7787
6325
  } | undefined;
7788
6326
  };
7789
6327
  swapping: {
@@ -7804,10 +6342,6 @@ declare const cfEnvironment: z.ZodObject<{
7804
6342
  ETH: string | number | null;
7805
6343
  USDC: string | number | null;
7806
6344
  };
7807
- Solana?: {
7808
- USDC?: string | number | null | undefined;
7809
- SOL?: string | number | null | undefined;
7810
- } | undefined;
7811
6345
  };
7812
6346
  network_fee_hundredth_pips: number;
7813
6347
  };
@@ -7841,7 +6375,7 @@ declare const cfEnvironment: z.ZodObject<{
7841
6375
  chain: "Ethereum";
7842
6376
  asset: "USDC";
7843
6377
  };
7844
- };
6378
+ } | null;
7845
6379
  };
7846
6380
  Ethereum: {
7847
6381
  ETH: {
@@ -7867,7 +6401,7 @@ declare const cfEnvironment: z.ZodObject<{
7867
6401
  chain: "Ethereum";
7868
6402
  asset: "USDC";
7869
6403
  };
7870
- };
6404
+ } | null;
7871
6405
  FLIP: {
7872
6406
  limit_order_fee_hundredth_pips: number;
7873
6407
  range_order_fee_hundredth_pips: number;
@@ -7891,7 +6425,7 @@ declare const cfEnvironment: z.ZodObject<{
7891
6425
  chain: "Ethereum";
7892
6426
  asset: "USDC";
7893
6427
  };
7894
- };
6428
+ } | null;
7895
6429
  USDT: {
7896
6430
  limit_order_fee_hundredth_pips: number;
7897
6431
  range_order_fee_hundredth_pips: number;
@@ -7915,7 +6449,7 @@ declare const cfEnvironment: z.ZodObject<{
7915
6449
  chain: "Ethereum";
7916
6450
  asset: "USDC";
7917
6451
  };
7918
- };
6452
+ } | null;
7919
6453
  };
7920
6454
  Polkadot: {
7921
6455
  DOT: {
@@ -7941,7 +6475,7 @@ declare const cfEnvironment: z.ZodObject<{
7941
6475
  chain: "Ethereum";
7942
6476
  asset: "USDC";
7943
6477
  };
7944
- };
6478
+ } | null;
7945
6479
  };
7946
6480
  Arbitrum: {
7947
6481
  ETH: {
@@ -7967,7 +6501,7 @@ declare const cfEnvironment: z.ZodObject<{
7967
6501
  chain: "Ethereum";
7968
6502
  asset: "USDC";
7969
6503
  };
7970
- };
6504
+ } | null;
7971
6505
  USDC: {
7972
6506
  limit_order_fee_hundredth_pips: number;
7973
6507
  range_order_fee_hundredth_pips: number;
@@ -7991,58 +6525,8 @@ declare const cfEnvironment: z.ZodObject<{
7991
6525
  chain: "Ethereum";
7992
6526
  asset: "USDC";
7993
6527
  };
7994
- };
6528
+ } | null;
7995
6529
  };
7996
- Solana?: {
7997
- USDC?: {
7998
- limit_order_fee_hundredth_pips: number;
7999
- range_order_fee_hundredth_pips: number;
8000
- range_order_total_fees_earned: {
8001
- base: string;
8002
- quote: string;
8003
- };
8004
- limit_order_total_fees_earned: {
8005
- base: string;
8006
- quote: string;
8007
- };
8008
- range_total_swap_inputs: {
8009
- base: string;
8010
- quote: string;
8011
- };
8012
- limit_total_swap_inputs: {
8013
- base: string;
8014
- quote: string;
8015
- };
8016
- quote_asset: {
8017
- chain: "Ethereum";
8018
- asset: "USDC";
8019
- };
8020
- } | undefined;
8021
- SOL?: {
8022
- limit_order_fee_hundredth_pips: number;
8023
- range_order_fee_hundredth_pips: number;
8024
- range_order_total_fees_earned: {
8025
- base: string;
8026
- quote: string;
8027
- };
8028
- limit_order_total_fees_earned: {
8029
- base: string;
8030
- quote: string;
8031
- };
8032
- range_total_swap_inputs: {
8033
- base: string;
8034
- quote: string;
8035
- };
8036
- limit_total_swap_inputs: {
8037
- base: string;
8038
- quote: string;
8039
- };
8040
- quote_asset: {
8041
- chain: "Ethereum";
8042
- asset: "USDC";
8043
- };
8044
- } | undefined;
8045
- } | undefined;
8046
6530
  };
8047
6531
  };
8048
6532
  }>;
@@ -8262,16 +6746,6 @@ declare const broker: z.ZodObject<{
8262
6746
  ETH: string | number;
8263
6747
  USDC: string | number;
8264
6748
  }>;
8265
- Solana: z.ZodDefault<z.ZodObject<{
8266
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8267
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8268
- }, "strip", z.ZodTypeAny, {
8269
- USDC: bigint;
8270
- SOL: bigint;
8271
- }, {
8272
- USDC?: string | number | undefined;
8273
- SOL?: string | number | undefined;
8274
- }>>;
8275
6749
  }, "strip", z.ZodTypeAny, {
8276
6750
  Bitcoin: {
8277
6751
  BTC: bigint;
@@ -8289,10 +6763,6 @@ declare const broker: z.ZodObject<{
8289
6763
  ETH: bigint;
8290
6764
  USDC: bigint;
8291
6765
  };
8292
- Solana: {
8293
- USDC: bigint;
8294
- SOL: bigint;
8295
- };
8296
6766
  }, {
8297
6767
  Bitcoin: {
8298
6768
  BTC: string | number;
@@ -8310,10 +6780,6 @@ declare const broker: z.ZodObject<{
8310
6780
  ETH: string | number;
8311
6781
  USDC: string | number;
8312
6782
  };
8313
- Solana?: {
8314
- USDC?: string | number | undefined;
8315
- SOL?: string | number | undefined;
8316
- } | undefined;
8317
6783
  }>;
8318
6784
  }, "strip", z.ZodTypeAny, {
8319
6785
  role: "broker";
@@ -8335,10 +6801,6 @@ declare const broker: z.ZodObject<{
8335
6801
  ETH: bigint;
8336
6802
  USDC: bigint;
8337
6803
  };
8338
- Solana: {
8339
- USDC: bigint;
8340
- SOL: bigint;
8341
- };
8342
6804
  };
8343
6805
  }, {
8344
6806
  role: "broker";
@@ -8360,10 +6822,6 @@ declare const broker: z.ZodObject<{
8360
6822
  ETH: string | number;
8361
6823
  USDC: string | number;
8362
6824
  };
8363
- Solana?: {
8364
- USDC?: string | number | undefined;
8365
- SOL?: string | number | undefined;
8366
- } | undefined;
8367
6825
  };
8368
6826
  }>;
8369
6827
  declare const liquidityProvider: z.ZodObject<{
@@ -8409,16 +6867,6 @@ declare const liquidityProvider: z.ZodObject<{
8409
6867
  ETH: string | number;
8410
6868
  USDC: string | number;
8411
6869
  }>;
8412
- Solana: z.ZodDefault<z.ZodObject<{
8413
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8414
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8415
- }, "strip", z.ZodTypeAny, {
8416
- USDC: bigint;
8417
- SOL: bigint;
8418
- }, {
8419
- USDC?: string | number | undefined;
8420
- SOL?: string | number | undefined;
8421
- }>>;
8422
6870
  }, "strip", z.ZodTypeAny, {
8423
6871
  Bitcoin: {
8424
6872
  BTC: bigint;
@@ -8436,10 +6884,6 @@ declare const liquidityProvider: z.ZodObject<{
8436
6884
  ETH: bigint;
8437
6885
  USDC: bigint;
8438
6886
  };
8439
- Solana: {
8440
- USDC: bigint;
8441
- SOL: bigint;
8442
- };
8443
6887
  }, {
8444
6888
  Bitcoin: {
8445
6889
  BTC: string | number;
@@ -8457,29 +6901,22 @@ declare const liquidityProvider: z.ZodObject<{
8457
6901
  ETH: string | number;
8458
6902
  USDC: string | number;
8459
6903
  };
8460
- Solana?: {
8461
- USDC?: string | number | undefined;
8462
- SOL?: string | number | undefined;
8463
- } | undefined;
8464
6904
  }>;
8465
6905
  refund_addresses: z.ZodObject<{
8466
6906
  Bitcoin: z.ZodNullable<z.ZodString>;
8467
6907
  Ethereum: z.ZodNullable<z.ZodString>;
8468
6908
  Polkadot: z.ZodNullable<z.ZodString>;
8469
6909
  Arbitrum: z.ZodNullable<z.ZodString>;
8470
- Solana: z.ZodDefault<z.ZodNullable<z.ZodString>>;
8471
6910
  }, "strip", z.ZodTypeAny, {
8472
6911
  Bitcoin: string | null;
8473
6912
  Ethereum: string | null;
8474
6913
  Polkadot: string | null;
8475
6914
  Arbitrum: string | null;
8476
- Solana: string | null;
8477
6915
  }, {
8478
6916
  Bitcoin: string | null;
8479
6917
  Ethereum: string | null;
8480
6918
  Polkadot: string | null;
8481
6919
  Arbitrum: string | null;
8482
- Solana?: string | null | undefined;
8483
6920
  }>;
8484
6921
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
8485
6922
  earned_fees: z.ZodObject<{
@@ -8523,16 +6960,6 @@ declare const liquidityProvider: z.ZodObject<{
8523
6960
  ETH: string | number;
8524
6961
  USDC: string | number;
8525
6962
  }>;
8526
- Solana: z.ZodDefault<z.ZodObject<{
8527
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8528
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8529
- }, "strip", z.ZodTypeAny, {
8530
- USDC: bigint;
8531
- SOL: bigint;
8532
- }, {
8533
- USDC?: string | number | undefined;
8534
- SOL?: string | number | undefined;
8535
- }>>;
8536
6963
  }, "strip", z.ZodTypeAny, {
8537
6964
  Bitcoin: {
8538
6965
  BTC: bigint;
@@ -8550,10 +6977,6 @@ declare const liquidityProvider: z.ZodObject<{
8550
6977
  ETH: bigint;
8551
6978
  USDC: bigint;
8552
6979
  };
8553
- Solana: {
8554
- USDC: bigint;
8555
- SOL: bigint;
8556
- };
8557
6980
  }, {
8558
6981
  Bitcoin: {
8559
6982
  BTC: string | number;
@@ -8571,10 +6994,6 @@ declare const liquidityProvider: z.ZodObject<{
8571
6994
  ETH: string | number;
8572
6995
  USDC: string | number;
8573
6996
  };
8574
- Solana?: {
8575
- USDC?: string | number | undefined;
8576
- SOL?: string | number | undefined;
8577
- } | undefined;
8578
6997
  }>;
8579
6998
  }, "strip", z.ZodTypeAny, {
8580
6999
  role: "liquidity_provider";
@@ -8596,10 +7015,6 @@ declare const liquidityProvider: z.ZodObject<{
8596
7015
  ETH: bigint;
8597
7016
  USDC: bigint;
8598
7017
  };
8599
- Solana: {
8600
- USDC: bigint;
8601
- SOL: bigint;
8602
- };
8603
7018
  };
8604
7019
  balances: {
8605
7020
  Bitcoin: {
@@ -8618,17 +7033,12 @@ declare const liquidityProvider: z.ZodObject<{
8618
7033
  ETH: bigint;
8619
7034
  USDC: bigint;
8620
7035
  };
8621
- Solana: {
8622
- USDC: bigint;
8623
- SOL: bigint;
8624
- };
8625
7036
  };
8626
7037
  refund_addresses: {
8627
7038
  Bitcoin: string | null;
8628
7039
  Ethereum: string | null;
8629
7040
  Polkadot: string | null;
8630
7041
  Arbitrum: string | null;
8631
- Solana: string | null;
8632
7042
  };
8633
7043
  }, {
8634
7044
  role: "liquidity_provider";
@@ -8650,10 +7060,6 @@ declare const liquidityProvider: z.ZodObject<{
8650
7060
  ETH: string | number;
8651
7061
  USDC: string | number;
8652
7062
  };
8653
- Solana?: {
8654
- USDC?: string | number | undefined;
8655
- SOL?: string | number | undefined;
8656
- } | undefined;
8657
7063
  };
8658
7064
  balances: {
8659
7065
  Bitcoin: {
@@ -8672,17 +7078,12 @@ declare const liquidityProvider: z.ZodObject<{
8672
7078
  ETH: string | number;
8673
7079
  USDC: string | number;
8674
7080
  };
8675
- Solana?: {
8676
- USDC?: string | number | undefined;
8677
- SOL?: string | number | undefined;
8678
- } | undefined;
8679
7081
  };
8680
7082
  refund_addresses: {
8681
7083
  Bitcoin: string | null;
8682
7084
  Ethereum: string | null;
8683
7085
  Polkadot: string | null;
8684
7086
  Arbitrum: string | null;
8685
- Solana?: string | null | undefined;
8686
7087
  };
8687
7088
  }>;
8688
7089
  declare const validator: z.ZodObject<{
@@ -8784,16 +7185,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8784
7185
  ETH: string | number;
8785
7186
  USDC: string | number;
8786
7187
  }>;
8787
- Solana: z.ZodDefault<z.ZodObject<{
8788
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8789
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8790
- }, "strip", z.ZodTypeAny, {
8791
- USDC: bigint;
8792
- SOL: bigint;
8793
- }, {
8794
- USDC?: string | number | undefined;
8795
- SOL?: string | number | undefined;
8796
- }>>;
8797
7188
  }, "strip", z.ZodTypeAny, {
8798
7189
  Bitcoin: {
8799
7190
  BTC: bigint;
@@ -8811,10 +7202,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8811
7202
  ETH: bigint;
8812
7203
  USDC: bigint;
8813
7204
  };
8814
- Solana: {
8815
- USDC: bigint;
8816
- SOL: bigint;
8817
- };
8818
7205
  }, {
8819
7206
  Bitcoin: {
8820
7207
  BTC: string | number;
@@ -8832,10 +7219,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8832
7219
  ETH: string | number;
8833
7220
  USDC: string | number;
8834
7221
  };
8835
- Solana?: {
8836
- USDC?: string | number | undefined;
8837
- SOL?: string | number | undefined;
8838
- } | undefined;
8839
7222
  }>;
8840
7223
  }, "strip", z.ZodTypeAny, {
8841
7224
  role: "broker";
@@ -8857,10 +7240,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8857
7240
  ETH: bigint;
8858
7241
  USDC: bigint;
8859
7242
  };
8860
- Solana: {
8861
- USDC: bigint;
8862
- SOL: bigint;
8863
- };
8864
7243
  };
8865
7244
  }, {
8866
7245
  role: "broker";
@@ -8882,10 +7261,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8882
7261
  ETH: string | number;
8883
7262
  USDC: string | number;
8884
7263
  };
8885
- Solana?: {
8886
- USDC?: string | number | undefined;
8887
- SOL?: string | number | undefined;
8888
- } | undefined;
8889
7264
  };
8890
7265
  }>, z.ZodObject<{
8891
7266
  role: z.ZodLiteral<"liquidity_provider">;
@@ -8930,16 +7305,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8930
7305
  ETH: string | number;
8931
7306
  USDC: string | number;
8932
7307
  }>;
8933
- Solana: z.ZodDefault<z.ZodObject<{
8934
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8935
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8936
- }, "strip", z.ZodTypeAny, {
8937
- USDC: bigint;
8938
- SOL: bigint;
8939
- }, {
8940
- USDC?: string | number | undefined;
8941
- SOL?: string | number | undefined;
8942
- }>>;
8943
7308
  }, "strip", z.ZodTypeAny, {
8944
7309
  Bitcoin: {
8945
7310
  BTC: bigint;
@@ -8957,10 +7322,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8957
7322
  ETH: bigint;
8958
7323
  USDC: bigint;
8959
7324
  };
8960
- Solana: {
8961
- USDC: bigint;
8962
- SOL: bigint;
8963
- };
8964
7325
  }, {
8965
7326
  Bitcoin: {
8966
7327
  BTC: string | number;
@@ -8978,29 +7339,22 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
8978
7339
  ETH: string | number;
8979
7340
  USDC: string | number;
8980
7341
  };
8981
- Solana?: {
8982
- USDC?: string | number | undefined;
8983
- SOL?: string | number | undefined;
8984
- } | undefined;
8985
7342
  }>;
8986
7343
  refund_addresses: z.ZodObject<{
8987
7344
  Bitcoin: z.ZodNullable<z.ZodString>;
8988
7345
  Ethereum: z.ZodNullable<z.ZodString>;
8989
7346
  Polkadot: z.ZodNullable<z.ZodString>;
8990
7347
  Arbitrum: z.ZodNullable<z.ZodString>;
8991
- Solana: z.ZodDefault<z.ZodNullable<z.ZodString>>;
8992
7348
  }, "strip", z.ZodTypeAny, {
8993
7349
  Bitcoin: string | null;
8994
7350
  Ethereum: string | null;
8995
7351
  Polkadot: string | null;
8996
7352
  Arbitrum: string | null;
8997
- Solana: string | null;
8998
7353
  }, {
8999
7354
  Bitcoin: string | null;
9000
7355
  Ethereum: string | null;
9001
7356
  Polkadot: string | null;
9002
7357
  Arbitrum: string | null;
9003
- Solana?: string | null | undefined;
9004
7358
  }>;
9005
7359
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9006
7360
  earned_fees: z.ZodObject<{
@@ -9044,16 +7398,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9044
7398
  ETH: string | number;
9045
7399
  USDC: string | number;
9046
7400
  }>;
9047
- Solana: z.ZodDefault<z.ZodObject<{
9048
- SOL: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
9049
- USDC: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
9050
- }, "strip", z.ZodTypeAny, {
9051
- USDC: bigint;
9052
- SOL: bigint;
9053
- }, {
9054
- USDC?: string | number | undefined;
9055
- SOL?: string | number | undefined;
9056
- }>>;
9057
7401
  }, "strip", z.ZodTypeAny, {
9058
7402
  Bitcoin: {
9059
7403
  BTC: bigint;
@@ -9071,10 +7415,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9071
7415
  ETH: bigint;
9072
7416
  USDC: bigint;
9073
7417
  };
9074
- Solana: {
9075
- USDC: bigint;
9076
- SOL: bigint;
9077
- };
9078
7418
  }, {
9079
7419
  Bitcoin: {
9080
7420
  BTC: string | number;
@@ -9092,10 +7432,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9092
7432
  ETH: string | number;
9093
7433
  USDC: string | number;
9094
7434
  };
9095
- Solana?: {
9096
- USDC?: string | number | undefined;
9097
- SOL?: string | number | undefined;
9098
- } | undefined;
9099
7435
  }>;
9100
7436
  }, "strip", z.ZodTypeAny, {
9101
7437
  role: "liquidity_provider";
@@ -9117,10 +7453,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9117
7453
  ETH: bigint;
9118
7454
  USDC: bigint;
9119
7455
  };
9120
- Solana: {
9121
- USDC: bigint;
9122
- SOL: bigint;
9123
- };
9124
7456
  };
9125
7457
  balances: {
9126
7458
  Bitcoin: {
@@ -9139,17 +7471,12 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9139
7471
  ETH: bigint;
9140
7472
  USDC: bigint;
9141
7473
  };
9142
- Solana: {
9143
- USDC: bigint;
9144
- SOL: bigint;
9145
- };
9146
7474
  };
9147
7475
  refund_addresses: {
9148
7476
  Bitcoin: string | null;
9149
7477
  Ethereum: string | null;
9150
7478
  Polkadot: string | null;
9151
7479
  Arbitrum: string | null;
9152
- Solana: string | null;
9153
7480
  };
9154
7481
  }, {
9155
7482
  role: "liquidity_provider";
@@ -9171,10 +7498,6 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9171
7498
  ETH: string | number;
9172
7499
  USDC: string | number;
9173
7500
  };
9174
- Solana?: {
9175
- USDC?: string | number | undefined;
9176
- SOL?: string | number | undefined;
9177
- } | undefined;
9178
7501
  };
9179
7502
  balances: {
9180
7503
  Bitcoin: {
@@ -9193,17 +7516,12 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
9193
7516
  ETH: string | number;
9194
7517
  USDC: string | number;
9195
7518
  };
9196
- Solana?: {
9197
- USDC?: string | number | undefined;
9198
- SOL?: string | number | undefined;
9199
- } | undefined;
9200
7519
  };
9201
7520
  refund_addresses: {
9202
7521
  Bitcoin: string | null;
9203
7522
  Ethereum: string | null;
9204
7523
  Polkadot: string | null;
9205
7524
  Arbitrum: string | null;
9206
- Solana?: string | null | undefined;
9207
7525
  };
9208
7526
  }>, z.ZodObject<{
9209
7527
  role: z.ZodLiteral<"validator">;