@chainflip/rpc 1.4.7 → 1.4.8

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.
@@ -75,24 +75,6 @@ declare const rpcAssetSchema: z.ZodUnion<[z.ZodObject<{
75
75
  }, {
76
76
  chain: "Arbitrum";
77
77
  asset: "USDC";
78
- }>, z.ZodObject<{
79
- chain: z.ZodLiteral<"Solana">;
80
- asset: z.ZodLiteral<"SOL">;
81
- }, "strip", z.ZodTypeAny, {
82
- chain: "Solana";
83
- asset: "SOL";
84
- }, {
85
- chain: "Solana";
86
- asset: "SOL";
87
- }>, z.ZodObject<{
88
- chain: z.ZodLiteral<"Solana">;
89
- asset: z.ZodLiteral<"USDC">;
90
- }, "strip", z.ZodTypeAny, {
91
- chain: "Solana";
92
- asset: "USDC";
93
- }, {
94
- chain: "Solana";
95
- asset: "USDC";
96
78
  }>]>;
97
79
  type AssetAndChain = z.output<typeof rpcAssetSchema>;
98
80
  type Rename<T, U extends Record<string, string>> = Omit<T, keyof U> & {
@@ -223,24 +205,6 @@ declare const cfSwapRateV2: z.ZodObject<{
223
205
  }, {
224
206
  chain: "Arbitrum";
225
207
  asset: "USDC";
226
- }>, z.ZodObject<{
227
- chain: z.ZodLiteral<"Solana">;
228
- asset: z.ZodLiteral<"SOL">;
229
- }, "strip", z.ZodTypeAny, {
230
- chain: "Solana";
231
- asset: "SOL";
232
- }, {
233
- chain: "Solana";
234
- asset: "SOL";
235
- }>, z.ZodObject<{
236
- chain: z.ZodLiteral<"Solana">;
237
- asset: z.ZodLiteral<"USDC">;
238
- }, "strip", z.ZodTypeAny, {
239
- chain: "Solana";
240
- asset: "USDC";
241
- }, {
242
- chain: "Solana";
243
- asset: "USDC";
244
208
  }>]>, z.ZodObject<{
245
209
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
246
210
  }, "strip", z.ZodTypeAny, {
@@ -320,24 +284,6 @@ declare const cfSwapRateV2: z.ZodObject<{
320
284
  }, {
321
285
  chain: "Arbitrum";
322
286
  asset: "USDC";
323
- }>, z.ZodObject<{
324
- chain: z.ZodLiteral<"Solana">;
325
- asset: z.ZodLiteral<"SOL">;
326
- }, "strip", z.ZodTypeAny, {
327
- chain: "Solana";
328
- asset: "SOL";
329
- }, {
330
- chain: "Solana";
331
- asset: "SOL";
332
- }>, z.ZodObject<{
333
- chain: z.ZodLiteral<"Solana">;
334
- asset: z.ZodLiteral<"USDC">;
335
- }, "strip", z.ZodTypeAny, {
336
- chain: "Solana";
337
- asset: "USDC";
338
- }, {
339
- chain: "Solana";
340
- asset: "USDC";
341
287
  }>]>, z.ZodObject<{
342
288
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
343
289
  }, "strip", z.ZodTypeAny, {
@@ -418,24 +364,6 @@ declare const cfSwapRateV2: z.ZodObject<{
418
364
  }, {
419
365
  chain: "Arbitrum";
420
366
  asset: "USDC";
421
- }>, z.ZodObject<{
422
- chain: z.ZodLiteral<"Solana">;
423
- asset: z.ZodLiteral<"SOL">;
424
- }, "strip", z.ZodTypeAny, {
425
- chain: "Solana";
426
- asset: "SOL";
427
- }, {
428
- chain: "Solana";
429
- asset: "SOL";
430
- }>, z.ZodObject<{
431
- chain: z.ZodLiteral<"Solana">;
432
- asset: z.ZodLiteral<"USDC">;
433
- }, "strip", z.ZodTypeAny, {
434
- chain: "Solana";
435
- asset: "USDC";
436
- }, {
437
- chain: "Solana";
438
- asset: "USDC";
439
367
  }>]>, z.ZodObject<{
440
368
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
441
369
  }, "strip", z.ZodTypeAny, {
@@ -471,12 +399,6 @@ declare const cfSwapRateV2: z.ZodObject<{
471
399
  } | {
472
400
  chain: "Arbitrum";
473
401
  asset: "USDC";
474
- } | {
475
- chain: "Solana";
476
- asset: "SOL";
477
- } | {
478
- chain: "Solana";
479
- asset: "USDC";
480
402
  }) & {
481
403
  amount: bigint;
482
404
  };
@@ -504,12 +426,6 @@ declare const cfSwapRateV2: z.ZodObject<{
504
426
  } | {
505
427
  chain: "Arbitrum";
506
428
  asset: "USDC";
507
- } | {
508
- chain: "Solana";
509
- asset: "SOL";
510
- } | {
511
- chain: "Solana";
512
- asset: "USDC";
513
429
  }) & {
514
430
  amount: bigint;
515
431
  };
@@ -537,12 +453,6 @@ declare const cfSwapRateV2: z.ZodObject<{
537
453
  } | {
538
454
  chain: "Arbitrum";
539
455
  asset: "USDC";
540
- } | {
541
- chain: "Solana";
542
- asset: "SOL";
543
- } | {
544
- chain: "Solana";
545
- asset: "USDC";
546
456
  }) & {
547
457
  amount: bigint;
548
458
  };
@@ -573,12 +483,6 @@ declare const cfSwapRateV2: z.ZodObject<{
573
483
  } | {
574
484
  chain: "Arbitrum";
575
485
  asset: "USDC";
576
- } | {
577
- chain: "Solana";
578
- asset: "SOL";
579
- } | {
580
- chain: "Solana";
581
- asset: "USDC";
582
486
  }) & {
583
487
  amount: string | number;
584
488
  };
@@ -606,12 +510,6 @@ declare const cfSwapRateV2: z.ZodObject<{
606
510
  } | {
607
511
  chain: "Arbitrum";
608
512
  asset: "USDC";
609
- } | {
610
- chain: "Solana";
611
- asset: "SOL";
612
- } | {
613
- chain: "Solana";
614
- asset: "USDC";
615
513
  }) & {
616
514
  amount: string | number;
617
515
  };
@@ -639,12 +537,6 @@ declare const cfSwapRateV2: z.ZodObject<{
639
537
  } | {
640
538
  chain: "Arbitrum";
641
539
  asset: "USDC";
642
- } | {
643
- chain: "Solana";
644
- asset: "SOL";
645
- } | {
646
- chain: "Solana";
647
- asset: "USDC";
648
540
  }) & {
649
541
  amount: string | number;
650
542
  };
@@ -694,14 +586,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
694
586
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
695
587
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
696
588
  }, "strip", z.ZodTypeAny, {
589
+ FLIP: bigint;
697
590
  ETH: bigint;
698
591
  USDC: bigint;
699
- FLIP: bigint;
700
592
  USDT: bigint;
701
593
  }, {
594
+ FLIP: string | number;
702
595
  ETH: string | number;
703
596
  USDC: string | number;
704
- FLIP: string | number;
705
597
  USDT: string | number;
706
598
  }>;
707
599
  Polkadot: z.ZodObject<{
@@ -725,15 +617,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
725
617
  Bitcoin: {
726
618
  BTC: bigint;
727
619
  };
620
+ Polkadot: {
621
+ DOT: bigint;
622
+ };
728
623
  Ethereum: {
624
+ FLIP: bigint;
729
625
  ETH: bigint;
730
626
  USDC: bigint;
731
- FLIP: bigint;
732
627
  USDT: bigint;
733
628
  };
734
- Polkadot: {
735
- DOT: bigint;
736
- };
737
629
  Arbitrum: {
738
630
  ETH: bigint;
739
631
  USDC: bigint;
@@ -742,15 +634,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
742
634
  Bitcoin: {
743
635
  BTC: string | number;
744
636
  };
637
+ Polkadot: {
638
+ DOT: string | number;
639
+ };
745
640
  Ethereum: {
641
+ FLIP: string | number;
746
642
  ETH: string | number;
747
643
  USDC: string | number;
748
- FLIP: string | number;
749
644
  USDT: string | number;
750
645
  };
751
- Polkadot: {
752
- DOT: string | number;
753
- };
754
646
  Arbitrum: {
755
647
  ETH?: string | number | undefined;
756
648
  USDC?: string | number | undefined;
@@ -770,14 +662,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
770
662
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
771
663
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
772
664
  }, "strip", z.ZodTypeAny, {
665
+ FLIP: bigint | null;
773
666
  ETH: bigint | null;
774
667
  USDC: bigint | null;
775
- FLIP: bigint | null;
776
668
  USDT: bigint | null;
777
669
  }, {
670
+ FLIP: string | number | null;
778
671
  ETH: string | number | null;
779
672
  USDC: string | number | null;
780
- FLIP: string | number | null;
781
673
  USDT: string | number | null;
782
674
  }>;
783
675
  Polkadot: z.ZodObject<{
@@ -801,15 +693,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
801
693
  Bitcoin: {
802
694
  BTC: bigint | null;
803
695
  };
696
+ Polkadot: {
697
+ DOT: bigint | null;
698
+ };
804
699
  Ethereum: {
700
+ FLIP: bigint | null;
805
701
  ETH: bigint | null;
806
702
  USDC: bigint | null;
807
- FLIP: bigint | null;
808
703
  USDT: bigint | null;
809
704
  };
810
- Polkadot: {
811
- DOT: bigint | null;
812
- };
813
705
  Arbitrum: {
814
706
  ETH: bigint | null;
815
707
  USDC: bigint | null;
@@ -818,15 +710,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
818
710
  Bitcoin: {
819
711
  BTC: string | number | null;
820
712
  };
713
+ Polkadot: {
714
+ DOT: string | number | null;
715
+ };
821
716
  Ethereum: {
717
+ FLIP: string | number | null;
822
718
  ETH: string | number | null;
823
719
  USDC: string | number | null;
824
- FLIP: string | number | null;
825
720
  USDT: string | number | null;
826
721
  };
827
- Polkadot: {
828
- DOT: string | number | null;
829
- };
830
722
  Arbitrum: {
831
723
  ETH?: string | number | null | undefined;
832
724
  USDC?: string | number | null | undefined;
@@ -846,14 +738,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
846
738
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
847
739
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
848
740
  }, "strip", z.ZodTypeAny, {
741
+ FLIP: bigint | null;
849
742
  ETH: bigint | null;
850
743
  USDC: bigint | null;
851
- FLIP: bigint | null;
852
744
  USDT: bigint | null;
853
745
  }, {
746
+ FLIP: string | number | null;
854
747
  ETH: string | number | null;
855
748
  USDC: string | number | null;
856
- FLIP: string | number | null;
857
749
  USDT: string | number | null;
858
750
  }>;
859
751
  Polkadot: z.ZodObject<{
@@ -877,15 +769,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
877
769
  Bitcoin: {
878
770
  BTC: bigint | null;
879
771
  };
772
+ Polkadot: {
773
+ DOT: bigint | null;
774
+ };
880
775
  Ethereum: {
776
+ FLIP: bigint | null;
881
777
  ETH: bigint | null;
882
778
  USDC: bigint | null;
883
- FLIP: bigint | null;
884
779
  USDT: bigint | null;
885
780
  };
886
- Polkadot: {
887
- DOT: bigint | null;
888
- };
889
781
  Arbitrum: {
890
782
  ETH: bigint | null;
891
783
  USDC: bigint | null;
@@ -894,15 +786,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
894
786
  Bitcoin: {
895
787
  BTC: string | number | null;
896
788
  };
789
+ Polkadot: {
790
+ DOT: string | number | null;
791
+ };
897
792
  Ethereum: {
793
+ FLIP: string | number | null;
898
794
  ETH: string | number | null;
899
795
  USDC: string | number | null;
900
- FLIP: string | number | null;
901
796
  USDT: string | number | null;
902
797
  };
903
- Polkadot: {
904
- DOT: string | number | null;
905
- };
906
798
  Arbitrum: {
907
799
  ETH?: string | number | null | undefined;
908
800
  USDC?: string | number | null | undefined;
@@ -915,13 +807,13 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
915
807
  Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
916
808
  }, "strip", z.ZodTypeAny, {
917
809
  Bitcoin: number | null;
918
- Ethereum: number | null;
919
810
  Polkadot: number | null;
811
+ Ethereum: number | null;
920
812
  Arbitrum: number | null;
921
813
  }, {
922
814
  Bitcoin: number | null;
923
- Ethereum: number | null;
924
815
  Polkadot: number | null;
816
+ Ethereum: number | null;
925
817
  Arbitrum?: number | null | undefined;
926
818
  }>;
927
819
  egress_dust_limits: z.ZodObject<{
@@ -938,14 +830,14 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
938
830
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
939
831
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
940
832
  }, "strip", z.ZodTypeAny, {
833
+ FLIP: bigint;
941
834
  ETH: bigint;
942
835
  USDC: bigint;
943
- FLIP: bigint;
944
836
  USDT: bigint;
945
837
  }, {
838
+ FLIP: string | number;
946
839
  ETH: string | number;
947
840
  USDC: string | number;
948
- FLIP: string | number;
949
841
  USDT: string | number;
950
842
  }>;
951
843
  Polkadot: z.ZodObject<{
@@ -969,15 +861,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
969
861
  Bitcoin: {
970
862
  BTC: bigint;
971
863
  };
864
+ Polkadot: {
865
+ DOT: bigint;
866
+ };
972
867
  Ethereum: {
868
+ FLIP: bigint;
973
869
  ETH: bigint;
974
870
  USDC: bigint;
975
- FLIP: bigint;
976
871
  USDT: bigint;
977
872
  };
978
- Polkadot: {
979
- DOT: bigint;
980
- };
981
873
  Arbitrum: {
982
874
  ETH: bigint;
983
875
  USDC: bigint;
@@ -986,15 +878,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
986
878
  Bitcoin: {
987
879
  BTC: string | number;
988
880
  };
881
+ Polkadot: {
882
+ DOT: string | number;
883
+ };
989
884
  Ethereum: {
885
+ FLIP: string | number;
990
886
  ETH: string | number;
991
887
  USDC: string | number;
992
- FLIP: string | number;
993
888
  USDT: string | number;
994
889
  };
995
- Polkadot: {
996
- DOT: string | number;
997
- };
998
890
  Arbitrum: {
999
891
  ETH?: string | number | undefined;
1000
892
  USDC?: string | number | undefined;
@@ -1007,13 +899,13 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1007
899
  Arbitrum: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1008
900
  }, "strip", z.ZodTypeAny, {
1009
901
  Bitcoin: bigint;
1010
- Ethereum: bigint;
1011
902
  Polkadot: bigint;
903
+ Ethereum: bigint;
1012
904
  Arbitrum: bigint;
1013
905
  }, {
1014
906
  Bitcoin: string | number;
1015
- Ethereum: string | number;
1016
907
  Polkadot: string | number;
908
+ Ethereum: string | number;
1017
909
  Arbitrum?: string | number | undefined;
1018
910
  }>;
1019
911
  }, "strip", z.ZodTypeAny, {
@@ -1021,15 +913,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1021
913
  Bitcoin: {
1022
914
  BTC: bigint;
1023
915
  };
916
+ Polkadot: {
917
+ DOT: bigint;
918
+ };
1024
919
  Ethereum: {
920
+ FLIP: bigint;
1025
921
  ETH: bigint;
1026
922
  USDC: bigint;
1027
- FLIP: bigint;
1028
923
  USDT: bigint;
1029
924
  };
1030
- Polkadot: {
1031
- DOT: bigint;
1032
- };
1033
925
  Arbitrum: {
1034
926
  ETH: bigint;
1035
927
  USDC: bigint;
@@ -1039,15 +931,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1039
931
  Bitcoin: {
1040
932
  BTC: bigint | null;
1041
933
  };
934
+ Polkadot: {
935
+ DOT: bigint | null;
936
+ };
1042
937
  Ethereum: {
938
+ FLIP: bigint | null;
1043
939
  ETH: bigint | null;
1044
940
  USDC: bigint | null;
1045
- FLIP: bigint | null;
1046
941
  USDT: bigint | null;
1047
942
  };
1048
- Polkadot: {
1049
- DOT: bigint | null;
1050
- };
1051
943
  Arbitrum: {
1052
944
  ETH: bigint | null;
1053
945
  USDC: bigint | null;
@@ -1057,15 +949,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1057
949
  Bitcoin: {
1058
950
  BTC: bigint | null;
1059
951
  };
952
+ Polkadot: {
953
+ DOT: bigint | null;
954
+ };
1060
955
  Ethereum: {
956
+ FLIP: bigint | null;
1061
957
  ETH: bigint | null;
1062
958
  USDC: bigint | null;
1063
- FLIP: bigint | null;
1064
959
  USDT: bigint | null;
1065
960
  };
1066
- Polkadot: {
1067
- DOT: bigint | null;
1068
- };
1069
961
  Arbitrum: {
1070
962
  ETH: bigint | null;
1071
963
  USDC: bigint | null;
@@ -1073,23 +965,23 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1073
965
  };
1074
966
  witness_safety_margins: {
1075
967
  Bitcoin: number | null;
1076
- Ethereum: number | null;
1077
968
  Polkadot: number | null;
969
+ Ethereum: number | null;
1078
970
  Arbitrum: number | null;
1079
971
  };
1080
972
  egress_dust_limits: {
1081
973
  Bitcoin: {
1082
974
  BTC: bigint;
1083
975
  };
976
+ Polkadot: {
977
+ DOT: bigint;
978
+ };
1084
979
  Ethereum: {
980
+ FLIP: bigint;
1085
981
  ETH: bigint;
1086
982
  USDC: bigint;
1087
- FLIP: bigint;
1088
983
  USDT: bigint;
1089
984
  };
1090
- Polkadot: {
1091
- DOT: bigint;
1092
- };
1093
985
  Arbitrum: {
1094
986
  ETH: bigint;
1095
987
  USDC: bigint;
@@ -1097,8 +989,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1097
989
  };
1098
990
  channel_opening_fees: {
1099
991
  Bitcoin: bigint;
1100
- Ethereum: bigint;
1101
992
  Polkadot: bigint;
993
+ Ethereum: bigint;
1102
994
  Arbitrum: bigint;
1103
995
  };
1104
996
  }, {
@@ -1106,15 +998,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1106
998
  Bitcoin: {
1107
999
  BTC: string | number;
1108
1000
  };
1001
+ Polkadot: {
1002
+ DOT: string | number;
1003
+ };
1109
1004
  Ethereum: {
1005
+ FLIP: string | number;
1110
1006
  ETH: string | number;
1111
1007
  USDC: string | number;
1112
- FLIP: string | number;
1113
1008
  USDT: string | number;
1114
1009
  };
1115
- Polkadot: {
1116
- DOT: string | number;
1117
- };
1118
1010
  Arbitrum: {
1119
1011
  ETH?: string | number | undefined;
1120
1012
  USDC?: string | number | undefined;
@@ -1124,15 +1016,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1124
1016
  Bitcoin: {
1125
1017
  BTC: string | number | null;
1126
1018
  };
1019
+ Polkadot: {
1020
+ DOT: string | number | null;
1021
+ };
1127
1022
  Ethereum: {
1023
+ FLIP: string | number | null;
1128
1024
  ETH: string | number | null;
1129
1025
  USDC: string | number | null;
1130
- FLIP: string | number | null;
1131
1026
  USDT: string | number | null;
1132
1027
  };
1133
- Polkadot: {
1134
- DOT: string | number | null;
1135
- };
1136
1028
  Arbitrum: {
1137
1029
  ETH?: string | number | null | undefined;
1138
1030
  USDC?: string | number | null | undefined;
@@ -1142,15 +1034,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1142
1034
  Bitcoin: {
1143
1035
  BTC: string | number | null;
1144
1036
  };
1037
+ Polkadot: {
1038
+ DOT: string | number | null;
1039
+ };
1145
1040
  Ethereum: {
1041
+ FLIP: string | number | null;
1146
1042
  ETH: string | number | null;
1147
1043
  USDC: string | number | null;
1148
- FLIP: string | number | null;
1149
1044
  USDT: string | number | null;
1150
1045
  };
1151
- Polkadot: {
1152
- DOT: string | number | null;
1153
- };
1154
1046
  Arbitrum: {
1155
1047
  ETH?: string | number | null | undefined;
1156
1048
  USDC?: string | number | null | undefined;
@@ -1158,23 +1050,23 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1158
1050
  };
1159
1051
  witness_safety_margins: {
1160
1052
  Bitcoin: number | null;
1161
- Ethereum: number | null;
1162
1053
  Polkadot: number | null;
1054
+ Ethereum: number | null;
1163
1055
  Arbitrum?: number | null | undefined;
1164
1056
  };
1165
1057
  egress_dust_limits: {
1166
1058
  Bitcoin: {
1167
1059
  BTC: string | number;
1168
1060
  };
1061
+ Polkadot: {
1062
+ DOT: string | number;
1063
+ };
1169
1064
  Ethereum: {
1065
+ FLIP: string | number;
1170
1066
  ETH: string | number;
1171
1067
  USDC: string | number;
1172
- FLIP: string | number;
1173
1068
  USDT: string | number;
1174
1069
  };
1175
- Polkadot: {
1176
- DOT: string | number;
1177
- };
1178
1070
  Arbitrum: {
1179
1071
  ETH?: string | number | undefined;
1180
1072
  USDC?: string | number | undefined;
@@ -1182,8 +1074,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1182
1074
  };
1183
1075
  channel_opening_fees: {
1184
1076
  Bitcoin: string | number;
1185
- Ethereum: string | number;
1186
1077
  Polkadot: string | number;
1078
+ Ethereum: string | number;
1187
1079
  Arbitrum?: string | number | undefined;
1188
1080
  };
1189
1081
  }>, Rename<{
@@ -1191,15 +1083,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1191
1083
  Bitcoin: {
1192
1084
  BTC: bigint;
1193
1085
  };
1086
+ Polkadot: {
1087
+ DOT: bigint;
1088
+ };
1194
1089
  Ethereum: {
1090
+ FLIP: bigint;
1195
1091
  ETH: bigint;
1196
1092
  USDC: bigint;
1197
- FLIP: bigint;
1198
1093
  USDT: bigint;
1199
1094
  };
1200
- Polkadot: {
1201
- DOT: bigint;
1202
- };
1203
1095
  Arbitrum: {
1204
1096
  ETH: bigint;
1205
1097
  USDC: bigint;
@@ -1209,15 +1101,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1209
1101
  Bitcoin: {
1210
1102
  BTC: bigint | null;
1211
1103
  };
1104
+ Polkadot: {
1105
+ DOT: bigint | null;
1106
+ };
1212
1107
  Ethereum: {
1108
+ FLIP: bigint | null;
1213
1109
  ETH: bigint | null;
1214
1110
  USDC: bigint | null;
1215
- FLIP: bigint | null;
1216
1111
  USDT: bigint | null;
1217
1112
  };
1218
- Polkadot: {
1219
- DOT: bigint | null;
1220
- };
1221
1113
  Arbitrum: {
1222
1114
  ETH: bigint | null;
1223
1115
  USDC: bigint | null;
@@ -1227,15 +1119,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1227
1119
  Bitcoin: {
1228
1120
  BTC: bigint | null;
1229
1121
  };
1122
+ Polkadot: {
1123
+ DOT: bigint | null;
1124
+ };
1230
1125
  Ethereum: {
1126
+ FLIP: bigint | null;
1231
1127
  ETH: bigint | null;
1232
1128
  USDC: bigint | null;
1233
- FLIP: bigint | null;
1234
1129
  USDT: bigint | null;
1235
1130
  };
1236
- Polkadot: {
1237
- DOT: bigint | null;
1238
- };
1239
1131
  Arbitrum: {
1240
1132
  ETH: bigint | null;
1241
1133
  USDC: bigint | null;
@@ -1243,23 +1135,23 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1243
1135
  };
1244
1136
  witness_safety_margins: {
1245
1137
  Bitcoin: number | null;
1246
- Ethereum: number | null;
1247
1138
  Polkadot: number | null;
1139
+ Ethereum: number | null;
1248
1140
  Arbitrum: number | null;
1249
1141
  };
1250
1142
  egress_dust_limits: {
1251
1143
  Bitcoin: {
1252
1144
  BTC: bigint;
1253
1145
  };
1146
+ Polkadot: {
1147
+ DOT: bigint;
1148
+ };
1254
1149
  Ethereum: {
1150
+ FLIP: bigint;
1255
1151
  ETH: bigint;
1256
1152
  USDC: bigint;
1257
- FLIP: bigint;
1258
1153
  USDT: bigint;
1259
1154
  };
1260
- Polkadot: {
1261
- DOT: bigint;
1262
- };
1263
1155
  Arbitrum: {
1264
1156
  ETH: bigint;
1265
1157
  USDC: bigint;
@@ -1267,8 +1159,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1267
1159
  };
1268
1160
  channel_opening_fees: {
1269
1161
  Bitcoin: bigint;
1270
- Ethereum: bigint;
1271
1162
  Polkadot: bigint;
1163
+ Ethereum: bigint;
1272
1164
  Arbitrum: bigint;
1273
1165
  };
1274
1166
  }, {
@@ -1278,15 +1170,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1278
1170
  Bitcoin: {
1279
1171
  BTC: string | number;
1280
1172
  };
1173
+ Polkadot: {
1174
+ DOT: string | number;
1175
+ };
1281
1176
  Ethereum: {
1177
+ FLIP: string | number;
1282
1178
  ETH: string | number;
1283
1179
  USDC: string | number;
1284
- FLIP: string | number;
1285
1180
  USDT: string | number;
1286
1181
  };
1287
- Polkadot: {
1288
- DOT: string | number;
1289
- };
1290
1182
  Arbitrum: {
1291
1183
  ETH?: string | number | undefined;
1292
1184
  USDC?: string | number | undefined;
@@ -1296,15 +1188,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1296
1188
  Bitcoin: {
1297
1189
  BTC: string | number | null;
1298
1190
  };
1191
+ Polkadot: {
1192
+ DOT: string | number | null;
1193
+ };
1299
1194
  Ethereum: {
1195
+ FLIP: string | number | null;
1300
1196
  ETH: string | number | null;
1301
1197
  USDC: string | number | null;
1302
- FLIP: string | number | null;
1303
1198
  USDT: string | number | null;
1304
1199
  };
1305
- Polkadot: {
1306
- DOT: string | number | null;
1307
- };
1308
1200
  Arbitrum: {
1309
1201
  ETH?: string | number | null | undefined;
1310
1202
  USDC?: string | number | null | undefined;
@@ -1314,15 +1206,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1314
1206
  Bitcoin: {
1315
1207
  BTC: string | number | null;
1316
1208
  };
1209
+ Polkadot: {
1210
+ DOT: string | number | null;
1211
+ };
1317
1212
  Ethereum: {
1213
+ FLIP: string | number | null;
1318
1214
  ETH: string | number | null;
1319
1215
  USDC: string | number | null;
1320
- FLIP: string | number | null;
1321
1216
  USDT: string | number | null;
1322
1217
  };
1323
- Polkadot: {
1324
- DOT: string | number | null;
1325
- };
1326
1218
  Arbitrum: {
1327
1219
  ETH?: string | number | null | undefined;
1328
1220
  USDC?: string | number | null | undefined;
@@ -1330,23 +1222,23 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1330
1222
  };
1331
1223
  witness_safety_margins: {
1332
1224
  Bitcoin: number | null;
1333
- Ethereum: number | null;
1334
1225
  Polkadot: number | null;
1226
+ Ethereum: number | null;
1335
1227
  Arbitrum?: number | null | undefined;
1336
1228
  };
1337
1229
  egress_dust_limits: {
1338
1230
  Bitcoin: {
1339
1231
  BTC: string | number;
1340
1232
  };
1233
+ Polkadot: {
1234
+ DOT: string | number;
1235
+ };
1341
1236
  Ethereum: {
1237
+ FLIP: string | number;
1342
1238
  ETH: string | number;
1343
1239
  USDC: string | number;
1344
- FLIP: string | number;
1345
1240
  USDT: string | number;
1346
1241
  };
1347
- Polkadot: {
1348
- DOT: string | number;
1349
- };
1350
1242
  Arbitrum: {
1351
1243
  ETH?: string | number | undefined;
1352
1244
  USDC?: string | number | undefined;
@@ -1354,8 +1246,8 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1354
1246
  };
1355
1247
  channel_opening_fees: {
1356
1248
  Bitcoin: string | number;
1357
- Ethereum: string | number;
1358
1249
  Polkadot: string | number;
1250
+ Ethereum: string | number;
1359
1251
  Arbitrum?: string | number | undefined;
1360
1252
  };
1361
1253
  }>;
@@ -1374,14 +1266,14 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1374
1266
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1375
1267
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
1376
1268
  }, "strip", z.ZodTypeAny, {
1269
+ FLIP: bigint | null;
1377
1270
  ETH: bigint | null;
1378
1271
  USDC: bigint | null;
1379
- FLIP: bigint | null;
1380
1272
  USDT: bigint | null;
1381
1273
  }, {
1274
+ FLIP: string | number | null;
1382
1275
  ETH: string | number | null;
1383
1276
  USDC: string | number | null;
1384
- FLIP: string | number | null;
1385
1277
  USDT: string | number | null;
1386
1278
  }>;
1387
1279
  Polkadot: z.ZodObject<{
@@ -1405,15 +1297,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1405
1297
  Bitcoin: {
1406
1298
  BTC: bigint | null;
1407
1299
  };
1300
+ Polkadot: {
1301
+ DOT: bigint | null;
1302
+ };
1408
1303
  Ethereum: {
1304
+ FLIP: bigint | null;
1409
1305
  ETH: bigint | null;
1410
1306
  USDC: bigint | null;
1411
- FLIP: bigint | null;
1412
1307
  USDT: bigint | null;
1413
1308
  };
1414
- Polkadot: {
1415
- DOT: bigint | null;
1416
- };
1417
1309
  Arbitrum: {
1418
1310
  ETH: bigint | null;
1419
1311
  USDC: bigint | null;
@@ -1422,15 +1314,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1422
1314
  Bitcoin: {
1423
1315
  BTC: string | number | null;
1424
1316
  };
1317
+ Polkadot: {
1318
+ DOT: string | number | null;
1319
+ };
1425
1320
  Ethereum: {
1321
+ FLIP: string | number | null;
1426
1322
  ETH: string | number | null;
1427
1323
  USDC: string | number | null;
1428
- FLIP: string | number | null;
1429
1324
  USDT: string | number | null;
1430
1325
  };
1431
- Polkadot: {
1432
- DOT: string | number | null;
1433
- };
1434
1326
  Arbitrum: {
1435
1327
  ETH?: string | number | null | undefined;
1436
1328
  USDC?: string | number | null | undefined;
@@ -1442,15 +1334,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1442
1334
  Bitcoin: {
1443
1335
  BTC: bigint | null;
1444
1336
  };
1337
+ Polkadot: {
1338
+ DOT: bigint | null;
1339
+ };
1445
1340
  Ethereum: {
1341
+ FLIP: bigint | null;
1446
1342
  ETH: bigint | null;
1447
1343
  USDC: bigint | null;
1448
- FLIP: bigint | null;
1449
1344
  USDT: bigint | null;
1450
1345
  };
1451
- Polkadot: {
1452
- DOT: bigint | null;
1453
- };
1454
1346
  Arbitrum: {
1455
1347
  ETH: bigint | null;
1456
1348
  USDC: bigint | null;
@@ -1462,15 +1354,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
1462
1354
  Bitcoin: {
1463
1355
  BTC: string | number | null;
1464
1356
  };
1357
+ Polkadot: {
1358
+ DOT: string | number | null;
1359
+ };
1465
1360
  Ethereum: {
1361
+ FLIP: string | number | null;
1466
1362
  ETH: string | number | null;
1467
1363
  USDC: string | number | null;
1468
- FLIP: string | number | null;
1469
1364
  USDT: string | number | null;
1470
1365
  };
1471
- Polkadot: {
1472
- DOT: string | number | null;
1473
- };
1474
1366
  Arbitrum: {
1475
1367
  ETH?: string | number | null | undefined;
1476
1368
  USDC?: string | number | null | undefined;
@@ -1944,7 +1836,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1944
1836
  };
1945
1837
  }>;
1946
1838
  }, "strip", z.ZodTypeAny, {
1947
- ETH: {
1839
+ FLIP: {
1948
1840
  limit_order_fee_hundredth_pips: number;
1949
1841
  range_order_fee_hundredth_pips: number;
1950
1842
  range_order_total_fees_earned: {
@@ -1968,7 +1860,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
1968
1860
  asset: "USDC";
1969
1861
  };
1970
1862
  };
1971
- FLIP: {
1863
+ ETH: {
1972
1864
  limit_order_fee_hundredth_pips: number;
1973
1865
  range_order_fee_hundredth_pips: number;
1974
1866
  range_order_total_fees_earned: {
@@ -2017,7 +1909,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2017
1909
  };
2018
1910
  };
2019
1911
  }, {
2020
- ETH: {
1912
+ FLIP: {
2021
1913
  limit_order_fee_hundredth_pips: number;
2022
1914
  range_order_fee_hundredth_pips: number;
2023
1915
  range_order_total_fees_earned: {
@@ -2041,7 +1933,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2041
1933
  asset: "USDC";
2042
1934
  };
2043
1935
  };
2044
- FLIP: {
1936
+ ETH: {
2045
1937
  limit_order_fee_hundredth_pips: number;
2046
1938
  range_order_fee_hundredth_pips: number;
2047
1939
  range_order_total_fees_earned: {
@@ -2569,8 +2461,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2569
2461
  };
2570
2462
  };
2571
2463
  };
2572
- Ethereum: {
2573
- ETH: {
2464
+ Polkadot: {
2465
+ DOT: {
2574
2466
  limit_order_fee_hundredth_pips: number;
2575
2467
  range_order_fee_hundredth_pips: number;
2576
2468
  range_order_total_fees_earned: {
@@ -2594,6 +2486,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2594
2486
  asset: "USDC";
2595
2487
  };
2596
2488
  };
2489
+ };
2490
+ Ethereum: {
2597
2491
  FLIP: {
2598
2492
  limit_order_fee_hundredth_pips: number;
2599
2493
  range_order_fee_hundredth_pips: number;
@@ -2618,7 +2512,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2618
2512
  asset: "USDC";
2619
2513
  };
2620
2514
  };
2621
- USDT: {
2515
+ ETH: {
2622
2516
  limit_order_fee_hundredth_pips: number;
2623
2517
  range_order_fee_hundredth_pips: number;
2624
2518
  range_order_total_fees_earned: {
@@ -2642,9 +2536,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2642
2536
  asset: "USDC";
2643
2537
  };
2644
2538
  };
2645
- };
2646
- Polkadot: {
2647
- DOT: {
2539
+ USDT: {
2648
2540
  limit_order_fee_hundredth_pips: number;
2649
2541
  range_order_fee_hundredth_pips: number;
2650
2542
  range_order_total_fees_earned: {
@@ -2746,8 +2638,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2746
2638
  };
2747
2639
  };
2748
2640
  };
2749
- Ethereum: {
2750
- ETH: {
2641
+ Polkadot: {
2642
+ DOT: {
2751
2643
  limit_order_fee_hundredth_pips: number;
2752
2644
  range_order_fee_hundredth_pips: number;
2753
2645
  range_order_total_fees_earned: {
@@ -2771,6 +2663,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2771
2663
  asset: "USDC";
2772
2664
  };
2773
2665
  };
2666
+ };
2667
+ Ethereum: {
2774
2668
  FLIP: {
2775
2669
  limit_order_fee_hundredth_pips: number;
2776
2670
  range_order_fee_hundredth_pips: number;
@@ -2795,7 +2689,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2795
2689
  asset: "USDC";
2796
2690
  };
2797
2691
  };
2798
- USDT: {
2692
+ ETH: {
2799
2693
  limit_order_fee_hundredth_pips: number;
2800
2694
  range_order_fee_hundredth_pips: number;
2801
2695
  range_order_total_fees_earned: {
@@ -2819,9 +2713,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2819
2713
  asset: "USDC";
2820
2714
  };
2821
2715
  };
2822
- };
2823
- Polkadot: {
2824
- DOT: {
2716
+ USDT: {
2825
2717
  limit_order_fee_hundredth_pips: number;
2826
2718
  range_order_fee_hundredth_pips: number;
2827
2719
  range_order_total_fees_earned: {
@@ -2925,8 +2817,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2925
2817
  };
2926
2818
  };
2927
2819
  };
2928
- Ethereum: {
2929
- ETH: {
2820
+ Polkadot: {
2821
+ DOT: {
2930
2822
  limit_order_fee_hundredth_pips: number;
2931
2823
  range_order_fee_hundredth_pips: number;
2932
2824
  range_order_total_fees_earned: {
@@ -2950,6 +2842,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2950
2842
  asset: "USDC";
2951
2843
  };
2952
2844
  };
2845
+ };
2846
+ Ethereum: {
2953
2847
  FLIP: {
2954
2848
  limit_order_fee_hundredth_pips: number;
2955
2849
  range_order_fee_hundredth_pips: number;
@@ -2974,7 +2868,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2974
2868
  asset: "USDC";
2975
2869
  };
2976
2870
  };
2977
- USDT: {
2871
+ ETH: {
2978
2872
  limit_order_fee_hundredth_pips: number;
2979
2873
  range_order_fee_hundredth_pips: number;
2980
2874
  range_order_total_fees_earned: {
@@ -2998,9 +2892,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
2998
2892
  asset: "USDC";
2999
2893
  };
3000
2894
  };
3001
- };
3002
- Polkadot: {
3003
- DOT: {
2895
+ USDT: {
3004
2896
  limit_order_fee_hundredth_pips: number;
3005
2897
  range_order_fee_hundredth_pips: number;
3006
2898
  range_order_total_fees_earned: {
@@ -3104,8 +2996,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3104
2996
  };
3105
2997
  };
3106
2998
  };
3107
- Ethereum: {
3108
- ETH: {
2999
+ Polkadot: {
3000
+ DOT: {
3109
3001
  limit_order_fee_hundredth_pips: number;
3110
3002
  range_order_fee_hundredth_pips: number;
3111
3003
  range_order_total_fees_earned: {
@@ -3129,6 +3021,8 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3129
3021
  asset: "USDC";
3130
3022
  };
3131
3023
  };
3024
+ };
3025
+ Ethereum: {
3132
3026
  FLIP: {
3133
3027
  limit_order_fee_hundredth_pips: number;
3134
3028
  range_order_fee_hundredth_pips: number;
@@ -3153,7 +3047,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3153
3047
  asset: "USDC";
3154
3048
  };
3155
3049
  };
3156
- USDT: {
3050
+ ETH: {
3157
3051
  limit_order_fee_hundredth_pips: number;
3158
3052
  range_order_fee_hundredth_pips: number;
3159
3053
  range_order_total_fees_earned: {
@@ -3177,9 +3071,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
3177
3071
  asset: "USDC";
3178
3072
  };
3179
3073
  };
3180
- };
3181
- Polkadot: {
3182
- DOT: {
3074
+ USDT: {
3183
3075
  limit_order_fee_hundredth_pips: number;
3184
3076
  range_order_fee_hundredth_pips: number;
3185
3077
  range_order_total_fees_earned: {
@@ -3272,14 +3164,14 @@ declare const cfEnvironment: z.ZodObject<{
3272
3164
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3273
3165
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3274
3166
  }, "strip", z.ZodTypeAny, {
3167
+ FLIP: bigint;
3275
3168
  ETH: bigint;
3276
3169
  USDC: bigint;
3277
- FLIP: bigint;
3278
3170
  USDT: bigint;
3279
3171
  }, {
3172
+ FLIP: string | number;
3280
3173
  ETH: string | number;
3281
3174
  USDC: string | number;
3282
- FLIP: string | number;
3283
3175
  USDT: string | number;
3284
3176
  }>;
3285
3177
  Polkadot: z.ZodObject<{
@@ -3303,15 +3195,15 @@ declare const cfEnvironment: z.ZodObject<{
3303
3195
  Bitcoin: {
3304
3196
  BTC: bigint;
3305
3197
  };
3198
+ Polkadot: {
3199
+ DOT: bigint;
3200
+ };
3306
3201
  Ethereum: {
3202
+ FLIP: bigint;
3307
3203
  ETH: bigint;
3308
3204
  USDC: bigint;
3309
- FLIP: bigint;
3310
3205
  USDT: bigint;
3311
3206
  };
3312
- Polkadot: {
3313
- DOT: bigint;
3314
- };
3315
3207
  Arbitrum: {
3316
3208
  ETH: bigint;
3317
3209
  USDC: bigint;
@@ -3320,15 +3212,15 @@ declare const cfEnvironment: z.ZodObject<{
3320
3212
  Bitcoin: {
3321
3213
  BTC: string | number;
3322
3214
  };
3215
+ Polkadot: {
3216
+ DOT: string | number;
3217
+ };
3323
3218
  Ethereum: {
3219
+ FLIP: string | number;
3324
3220
  ETH: string | number;
3325
3221
  USDC: string | number;
3326
- FLIP: string | number;
3327
3222
  USDT: string | number;
3328
3223
  };
3329
- Polkadot: {
3330
- DOT: string | number;
3331
- };
3332
3224
  Arbitrum: {
3333
3225
  ETH?: string | number | undefined;
3334
3226
  USDC?: string | number | undefined;
@@ -3348,14 +3240,14 @@ declare const cfEnvironment: z.ZodObject<{
3348
3240
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3349
3241
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3350
3242
  }, "strip", z.ZodTypeAny, {
3243
+ FLIP: bigint | null;
3351
3244
  ETH: bigint | null;
3352
3245
  USDC: bigint | null;
3353
- FLIP: bigint | null;
3354
3246
  USDT: bigint | null;
3355
3247
  }, {
3248
+ FLIP: string | number | null;
3356
3249
  ETH: string | number | null;
3357
3250
  USDC: string | number | null;
3358
- FLIP: string | number | null;
3359
3251
  USDT: string | number | null;
3360
3252
  }>;
3361
3253
  Polkadot: z.ZodObject<{
@@ -3379,15 +3271,15 @@ declare const cfEnvironment: z.ZodObject<{
3379
3271
  Bitcoin: {
3380
3272
  BTC: bigint | null;
3381
3273
  };
3274
+ Polkadot: {
3275
+ DOT: bigint | null;
3276
+ };
3382
3277
  Ethereum: {
3278
+ FLIP: bigint | null;
3383
3279
  ETH: bigint | null;
3384
3280
  USDC: bigint | null;
3385
- FLIP: bigint | null;
3386
3281
  USDT: bigint | null;
3387
3282
  };
3388
- Polkadot: {
3389
- DOT: bigint | null;
3390
- };
3391
3283
  Arbitrum: {
3392
3284
  ETH: bigint | null;
3393
3285
  USDC: bigint | null;
@@ -3396,15 +3288,15 @@ declare const cfEnvironment: z.ZodObject<{
3396
3288
  Bitcoin: {
3397
3289
  BTC: string | number | null;
3398
3290
  };
3291
+ Polkadot: {
3292
+ DOT: string | number | null;
3293
+ };
3399
3294
  Ethereum: {
3295
+ FLIP: string | number | null;
3400
3296
  ETH: string | number | null;
3401
3297
  USDC: string | number | null;
3402
- FLIP: string | number | null;
3403
3298
  USDT: string | number | null;
3404
3299
  };
3405
- Polkadot: {
3406
- DOT: string | number | null;
3407
- };
3408
3300
  Arbitrum: {
3409
3301
  ETH?: string | number | null | undefined;
3410
3302
  USDC?: string | number | null | undefined;
@@ -3424,14 +3316,14 @@ declare const cfEnvironment: z.ZodObject<{
3424
3316
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3425
3317
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3426
3318
  }, "strip", z.ZodTypeAny, {
3319
+ FLIP: bigint | null;
3427
3320
  ETH: bigint | null;
3428
3321
  USDC: bigint | null;
3429
- FLIP: bigint | null;
3430
3322
  USDT: bigint | null;
3431
3323
  }, {
3324
+ FLIP: string | number | null;
3432
3325
  ETH: string | number | null;
3433
3326
  USDC: string | number | null;
3434
- FLIP: string | number | null;
3435
3327
  USDT: string | number | null;
3436
3328
  }>;
3437
3329
  Polkadot: z.ZodObject<{
@@ -3455,15 +3347,15 @@ declare const cfEnvironment: z.ZodObject<{
3455
3347
  Bitcoin: {
3456
3348
  BTC: bigint | null;
3457
3349
  };
3350
+ Polkadot: {
3351
+ DOT: bigint | null;
3352
+ };
3458
3353
  Ethereum: {
3354
+ FLIP: bigint | null;
3459
3355
  ETH: bigint | null;
3460
3356
  USDC: bigint | null;
3461
- FLIP: bigint | null;
3462
3357
  USDT: bigint | null;
3463
3358
  };
3464
- Polkadot: {
3465
- DOT: bigint | null;
3466
- };
3467
3359
  Arbitrum: {
3468
3360
  ETH: bigint | null;
3469
3361
  USDC: bigint | null;
@@ -3472,15 +3364,15 @@ declare const cfEnvironment: z.ZodObject<{
3472
3364
  Bitcoin: {
3473
3365
  BTC: string | number | null;
3474
3366
  };
3367
+ Polkadot: {
3368
+ DOT: string | number | null;
3369
+ };
3475
3370
  Ethereum: {
3371
+ FLIP: string | number | null;
3476
3372
  ETH: string | number | null;
3477
3373
  USDC: string | number | null;
3478
- FLIP: string | number | null;
3479
3374
  USDT: string | number | null;
3480
3375
  };
3481
- Polkadot: {
3482
- DOT: string | number | null;
3483
- };
3484
3376
  Arbitrum: {
3485
3377
  ETH?: string | number | null | undefined;
3486
3378
  USDC?: string | number | null | undefined;
@@ -3493,13 +3385,13 @@ declare const cfEnvironment: z.ZodObject<{
3493
3385
  Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
3494
3386
  }, "strip", z.ZodTypeAny, {
3495
3387
  Bitcoin: number | null;
3496
- Ethereum: number | null;
3497
3388
  Polkadot: number | null;
3389
+ Ethereum: number | null;
3498
3390
  Arbitrum: number | null;
3499
3391
  }, {
3500
3392
  Bitcoin: number | null;
3501
- Ethereum: number | null;
3502
3393
  Polkadot: number | null;
3394
+ Ethereum: number | null;
3503
3395
  Arbitrum?: number | null | undefined;
3504
3396
  }>;
3505
3397
  egress_dust_limits: z.ZodObject<{
@@ -3516,14 +3408,14 @@ declare const cfEnvironment: z.ZodObject<{
3516
3408
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3517
3409
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3518
3410
  }, "strip", z.ZodTypeAny, {
3411
+ FLIP: bigint;
3519
3412
  ETH: bigint;
3520
3413
  USDC: bigint;
3521
- FLIP: bigint;
3522
3414
  USDT: bigint;
3523
3415
  }, {
3416
+ FLIP: string | number;
3524
3417
  ETH: string | number;
3525
3418
  USDC: string | number;
3526
- FLIP: string | number;
3527
3419
  USDT: string | number;
3528
3420
  }>;
3529
3421
  Polkadot: z.ZodObject<{
@@ -3547,15 +3439,15 @@ declare const cfEnvironment: z.ZodObject<{
3547
3439
  Bitcoin: {
3548
3440
  BTC: bigint;
3549
3441
  };
3442
+ Polkadot: {
3443
+ DOT: bigint;
3444
+ };
3550
3445
  Ethereum: {
3446
+ FLIP: bigint;
3551
3447
  ETH: bigint;
3552
3448
  USDC: bigint;
3553
- FLIP: bigint;
3554
3449
  USDT: bigint;
3555
3450
  };
3556
- Polkadot: {
3557
- DOT: bigint;
3558
- };
3559
3451
  Arbitrum: {
3560
3452
  ETH: bigint;
3561
3453
  USDC: bigint;
@@ -3564,15 +3456,15 @@ declare const cfEnvironment: z.ZodObject<{
3564
3456
  Bitcoin: {
3565
3457
  BTC: string | number;
3566
3458
  };
3459
+ Polkadot: {
3460
+ DOT: string | number;
3461
+ };
3567
3462
  Ethereum: {
3463
+ FLIP: string | number;
3568
3464
  ETH: string | number;
3569
3465
  USDC: string | number;
3570
- FLIP: string | number;
3571
3466
  USDT: string | number;
3572
3467
  };
3573
- Polkadot: {
3574
- DOT: string | number;
3575
- };
3576
3468
  Arbitrum: {
3577
3469
  ETH?: string | number | undefined;
3578
3470
  USDC?: string | number | undefined;
@@ -3585,13 +3477,13 @@ declare const cfEnvironment: z.ZodObject<{
3585
3477
  Arbitrum: z.ZodDefault<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3586
3478
  }, "strip", z.ZodTypeAny, {
3587
3479
  Bitcoin: bigint;
3588
- Ethereum: bigint;
3589
3480
  Polkadot: bigint;
3481
+ Ethereum: bigint;
3590
3482
  Arbitrum: bigint;
3591
3483
  }, {
3592
3484
  Bitcoin: string | number;
3593
- Ethereum: string | number;
3594
3485
  Polkadot: string | number;
3486
+ Ethereum: string | number;
3595
3487
  Arbitrum?: string | number | undefined;
3596
3488
  }>;
3597
3489
  }, "strip", z.ZodTypeAny, {
@@ -3599,15 +3491,15 @@ declare const cfEnvironment: z.ZodObject<{
3599
3491
  Bitcoin: {
3600
3492
  BTC: bigint;
3601
3493
  };
3494
+ Polkadot: {
3495
+ DOT: bigint;
3496
+ };
3602
3497
  Ethereum: {
3498
+ FLIP: bigint;
3603
3499
  ETH: bigint;
3604
3500
  USDC: bigint;
3605
- FLIP: bigint;
3606
3501
  USDT: bigint;
3607
3502
  };
3608
- Polkadot: {
3609
- DOT: bigint;
3610
- };
3611
3503
  Arbitrum: {
3612
3504
  ETH: bigint;
3613
3505
  USDC: bigint;
@@ -3617,15 +3509,15 @@ declare const cfEnvironment: z.ZodObject<{
3617
3509
  Bitcoin: {
3618
3510
  BTC: bigint | null;
3619
3511
  };
3512
+ Polkadot: {
3513
+ DOT: bigint | null;
3514
+ };
3620
3515
  Ethereum: {
3516
+ FLIP: bigint | null;
3621
3517
  ETH: bigint | null;
3622
3518
  USDC: bigint | null;
3623
- FLIP: bigint | null;
3624
3519
  USDT: bigint | null;
3625
3520
  };
3626
- Polkadot: {
3627
- DOT: bigint | null;
3628
- };
3629
3521
  Arbitrum: {
3630
3522
  ETH: bigint | null;
3631
3523
  USDC: bigint | null;
@@ -3635,15 +3527,15 @@ declare const cfEnvironment: z.ZodObject<{
3635
3527
  Bitcoin: {
3636
3528
  BTC: bigint | null;
3637
3529
  };
3530
+ Polkadot: {
3531
+ DOT: bigint | null;
3532
+ };
3638
3533
  Ethereum: {
3534
+ FLIP: bigint | null;
3639
3535
  ETH: bigint | null;
3640
3536
  USDC: bigint | null;
3641
- FLIP: bigint | null;
3642
3537
  USDT: bigint | null;
3643
3538
  };
3644
- Polkadot: {
3645
- DOT: bigint | null;
3646
- };
3647
3539
  Arbitrum: {
3648
3540
  ETH: bigint | null;
3649
3541
  USDC: bigint | null;
@@ -3651,23 +3543,23 @@ declare const cfEnvironment: z.ZodObject<{
3651
3543
  };
3652
3544
  witness_safety_margins: {
3653
3545
  Bitcoin: number | null;
3654
- Ethereum: number | null;
3655
3546
  Polkadot: number | null;
3547
+ Ethereum: number | null;
3656
3548
  Arbitrum: number | null;
3657
3549
  };
3658
3550
  egress_dust_limits: {
3659
3551
  Bitcoin: {
3660
3552
  BTC: bigint;
3661
3553
  };
3554
+ Polkadot: {
3555
+ DOT: bigint;
3556
+ };
3662
3557
  Ethereum: {
3558
+ FLIP: bigint;
3663
3559
  ETH: bigint;
3664
3560
  USDC: bigint;
3665
- FLIP: bigint;
3666
3561
  USDT: bigint;
3667
3562
  };
3668
- Polkadot: {
3669
- DOT: bigint;
3670
- };
3671
3563
  Arbitrum: {
3672
3564
  ETH: bigint;
3673
3565
  USDC: bigint;
@@ -3675,8 +3567,8 @@ declare const cfEnvironment: z.ZodObject<{
3675
3567
  };
3676
3568
  channel_opening_fees: {
3677
3569
  Bitcoin: bigint;
3678
- Ethereum: bigint;
3679
3570
  Polkadot: bigint;
3571
+ Ethereum: bigint;
3680
3572
  Arbitrum: bigint;
3681
3573
  };
3682
3574
  }, {
@@ -3684,15 +3576,15 @@ declare const cfEnvironment: z.ZodObject<{
3684
3576
  Bitcoin: {
3685
3577
  BTC: string | number;
3686
3578
  };
3579
+ Polkadot: {
3580
+ DOT: string | number;
3581
+ };
3687
3582
  Ethereum: {
3583
+ FLIP: string | number;
3688
3584
  ETH: string | number;
3689
3585
  USDC: string | number;
3690
- FLIP: string | number;
3691
3586
  USDT: string | number;
3692
3587
  };
3693
- Polkadot: {
3694
- DOT: string | number;
3695
- };
3696
3588
  Arbitrum: {
3697
3589
  ETH?: string | number | undefined;
3698
3590
  USDC?: string | number | undefined;
@@ -3702,15 +3594,15 @@ declare const cfEnvironment: z.ZodObject<{
3702
3594
  Bitcoin: {
3703
3595
  BTC: string | number | null;
3704
3596
  };
3597
+ Polkadot: {
3598
+ DOT: string | number | null;
3599
+ };
3705
3600
  Ethereum: {
3601
+ FLIP: string | number | null;
3706
3602
  ETH: string | number | null;
3707
3603
  USDC: string | number | null;
3708
- FLIP: string | number | null;
3709
3604
  USDT: string | number | null;
3710
3605
  };
3711
- Polkadot: {
3712
- DOT: string | number | null;
3713
- };
3714
3606
  Arbitrum: {
3715
3607
  ETH?: string | number | null | undefined;
3716
3608
  USDC?: string | number | null | undefined;
@@ -3720,15 +3612,15 @@ declare const cfEnvironment: z.ZodObject<{
3720
3612
  Bitcoin: {
3721
3613
  BTC: string | number | null;
3722
3614
  };
3615
+ Polkadot: {
3616
+ DOT: string | number | null;
3617
+ };
3723
3618
  Ethereum: {
3619
+ FLIP: string | number | null;
3724
3620
  ETH: string | number | null;
3725
3621
  USDC: string | number | null;
3726
- FLIP: string | number | null;
3727
3622
  USDT: string | number | null;
3728
3623
  };
3729
- Polkadot: {
3730
- DOT: string | number | null;
3731
- };
3732
3624
  Arbitrum: {
3733
3625
  ETH?: string | number | null | undefined;
3734
3626
  USDC?: string | number | null | undefined;
@@ -3736,23 +3628,23 @@ declare const cfEnvironment: z.ZodObject<{
3736
3628
  };
3737
3629
  witness_safety_margins: {
3738
3630
  Bitcoin: number | null;
3739
- Ethereum: number | null;
3740
3631
  Polkadot: number | null;
3632
+ Ethereum: number | null;
3741
3633
  Arbitrum?: number | null | undefined;
3742
3634
  };
3743
3635
  egress_dust_limits: {
3744
3636
  Bitcoin: {
3745
3637
  BTC: string | number;
3746
3638
  };
3639
+ Polkadot: {
3640
+ DOT: string | number;
3641
+ };
3747
3642
  Ethereum: {
3643
+ FLIP: string | number;
3748
3644
  ETH: string | number;
3749
3645
  USDC: string | number;
3750
- FLIP: string | number;
3751
3646
  USDT: string | number;
3752
3647
  };
3753
- Polkadot: {
3754
- DOT: string | number;
3755
- };
3756
3648
  Arbitrum: {
3757
3649
  ETH?: string | number | undefined;
3758
3650
  USDC?: string | number | undefined;
@@ -3760,8 +3652,8 @@ declare const cfEnvironment: z.ZodObject<{
3760
3652
  };
3761
3653
  channel_opening_fees: {
3762
3654
  Bitcoin: string | number;
3763
- Ethereum: string | number;
3764
3655
  Polkadot: string | number;
3656
+ Ethereum: string | number;
3765
3657
  Arbitrum?: string | number | undefined;
3766
3658
  };
3767
3659
  }>, Rename<{
@@ -3769,15 +3661,15 @@ declare const cfEnvironment: z.ZodObject<{
3769
3661
  Bitcoin: {
3770
3662
  BTC: bigint;
3771
3663
  };
3664
+ Polkadot: {
3665
+ DOT: bigint;
3666
+ };
3772
3667
  Ethereum: {
3668
+ FLIP: bigint;
3773
3669
  ETH: bigint;
3774
3670
  USDC: bigint;
3775
- FLIP: bigint;
3776
3671
  USDT: bigint;
3777
3672
  };
3778
- Polkadot: {
3779
- DOT: bigint;
3780
- };
3781
3673
  Arbitrum: {
3782
3674
  ETH: bigint;
3783
3675
  USDC: bigint;
@@ -3787,15 +3679,15 @@ declare const cfEnvironment: z.ZodObject<{
3787
3679
  Bitcoin: {
3788
3680
  BTC: bigint | null;
3789
3681
  };
3682
+ Polkadot: {
3683
+ DOT: bigint | null;
3684
+ };
3790
3685
  Ethereum: {
3686
+ FLIP: bigint | null;
3791
3687
  ETH: bigint | null;
3792
3688
  USDC: bigint | null;
3793
- FLIP: bigint | null;
3794
3689
  USDT: bigint | null;
3795
3690
  };
3796
- Polkadot: {
3797
- DOT: bigint | null;
3798
- };
3799
3691
  Arbitrum: {
3800
3692
  ETH: bigint | null;
3801
3693
  USDC: bigint | null;
@@ -3805,15 +3697,15 @@ declare const cfEnvironment: z.ZodObject<{
3805
3697
  Bitcoin: {
3806
3698
  BTC: bigint | null;
3807
3699
  };
3700
+ Polkadot: {
3701
+ DOT: bigint | null;
3702
+ };
3808
3703
  Ethereum: {
3704
+ FLIP: bigint | null;
3809
3705
  ETH: bigint | null;
3810
3706
  USDC: bigint | null;
3811
- FLIP: bigint | null;
3812
3707
  USDT: bigint | null;
3813
3708
  };
3814
- Polkadot: {
3815
- DOT: bigint | null;
3816
- };
3817
3709
  Arbitrum: {
3818
3710
  ETH: bigint | null;
3819
3711
  USDC: bigint | null;
@@ -3821,23 +3713,23 @@ declare const cfEnvironment: z.ZodObject<{
3821
3713
  };
3822
3714
  witness_safety_margins: {
3823
3715
  Bitcoin: number | null;
3824
- Ethereum: number | null;
3825
3716
  Polkadot: number | null;
3717
+ Ethereum: number | null;
3826
3718
  Arbitrum: number | null;
3827
3719
  };
3828
3720
  egress_dust_limits: {
3829
3721
  Bitcoin: {
3830
3722
  BTC: bigint;
3831
3723
  };
3724
+ Polkadot: {
3725
+ DOT: bigint;
3726
+ };
3832
3727
  Ethereum: {
3728
+ FLIP: bigint;
3833
3729
  ETH: bigint;
3834
3730
  USDC: bigint;
3835
- FLIP: bigint;
3836
3731
  USDT: bigint;
3837
3732
  };
3838
- Polkadot: {
3839
- DOT: bigint;
3840
- };
3841
3733
  Arbitrum: {
3842
3734
  ETH: bigint;
3843
3735
  USDC: bigint;
@@ -3845,8 +3737,8 @@ declare const cfEnvironment: z.ZodObject<{
3845
3737
  };
3846
3738
  channel_opening_fees: {
3847
3739
  Bitcoin: bigint;
3848
- Ethereum: bigint;
3849
3740
  Polkadot: bigint;
3741
+ Ethereum: bigint;
3850
3742
  Arbitrum: bigint;
3851
3743
  };
3852
3744
  }, {
@@ -3856,15 +3748,15 @@ declare const cfEnvironment: z.ZodObject<{
3856
3748
  Bitcoin: {
3857
3749
  BTC: string | number;
3858
3750
  };
3751
+ Polkadot: {
3752
+ DOT: string | number;
3753
+ };
3859
3754
  Ethereum: {
3755
+ FLIP: string | number;
3860
3756
  ETH: string | number;
3861
3757
  USDC: string | number;
3862
- FLIP: string | number;
3863
3758
  USDT: string | number;
3864
3759
  };
3865
- Polkadot: {
3866
- DOT: string | number;
3867
- };
3868
3760
  Arbitrum: {
3869
3761
  ETH?: string | number | undefined;
3870
3762
  USDC?: string | number | undefined;
@@ -3874,15 +3766,15 @@ declare const cfEnvironment: z.ZodObject<{
3874
3766
  Bitcoin: {
3875
3767
  BTC: string | number | null;
3876
3768
  };
3769
+ Polkadot: {
3770
+ DOT: string | number | null;
3771
+ };
3877
3772
  Ethereum: {
3773
+ FLIP: string | number | null;
3878
3774
  ETH: string | number | null;
3879
3775
  USDC: string | number | null;
3880
- FLIP: string | number | null;
3881
3776
  USDT: string | number | null;
3882
3777
  };
3883
- Polkadot: {
3884
- DOT: string | number | null;
3885
- };
3886
3778
  Arbitrum: {
3887
3779
  ETH?: string | number | null | undefined;
3888
3780
  USDC?: string | number | null | undefined;
@@ -3892,15 +3784,15 @@ declare const cfEnvironment: z.ZodObject<{
3892
3784
  Bitcoin: {
3893
3785
  BTC: string | number | null;
3894
3786
  };
3787
+ Polkadot: {
3788
+ DOT: string | number | null;
3789
+ };
3895
3790
  Ethereum: {
3791
+ FLIP: string | number | null;
3896
3792
  ETH: string | number | null;
3897
3793
  USDC: string | number | null;
3898
- FLIP: string | number | null;
3899
3794
  USDT: string | number | null;
3900
3795
  };
3901
- Polkadot: {
3902
- DOT: string | number | null;
3903
- };
3904
3796
  Arbitrum: {
3905
3797
  ETH?: string | number | null | undefined;
3906
3798
  USDC?: string | number | null | undefined;
@@ -3908,23 +3800,23 @@ declare const cfEnvironment: z.ZodObject<{
3908
3800
  };
3909
3801
  witness_safety_margins: {
3910
3802
  Bitcoin: number | null;
3911
- Ethereum: number | null;
3912
3803
  Polkadot: number | null;
3804
+ Ethereum: number | null;
3913
3805
  Arbitrum?: number | null | undefined;
3914
3806
  };
3915
3807
  egress_dust_limits: {
3916
3808
  Bitcoin: {
3917
3809
  BTC: string | number;
3918
3810
  };
3811
+ Polkadot: {
3812
+ DOT: string | number;
3813
+ };
3919
3814
  Ethereum: {
3815
+ FLIP: string | number;
3920
3816
  ETH: string | number;
3921
3817
  USDC: string | number;
3922
- FLIP: string | number;
3923
3818
  USDT: string | number;
3924
3819
  };
3925
- Polkadot: {
3926
- DOT: string | number;
3927
- };
3928
3820
  Arbitrum: {
3929
3821
  ETH?: string | number | undefined;
3930
3822
  USDC?: string | number | undefined;
@@ -3932,8 +3824,8 @@ declare const cfEnvironment: z.ZodObject<{
3932
3824
  };
3933
3825
  channel_opening_fees: {
3934
3826
  Bitcoin: string | number;
3935
- Ethereum: string | number;
3936
3827
  Polkadot: string | number;
3828
+ Ethereum: string | number;
3937
3829
  Arbitrum?: string | number | undefined;
3938
3830
  };
3939
3831
  }>;
@@ -3952,14 +3844,14 @@ declare const cfEnvironment: z.ZodObject<{
3952
3844
  FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3953
3845
  USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
3954
3846
  }, "strip", z.ZodTypeAny, {
3847
+ FLIP: bigint | null;
3955
3848
  ETH: bigint | null;
3956
3849
  USDC: bigint | null;
3957
- FLIP: bigint | null;
3958
3850
  USDT: bigint | null;
3959
3851
  }, {
3852
+ FLIP: string | number | null;
3960
3853
  ETH: string | number | null;
3961
3854
  USDC: string | number | null;
3962
- FLIP: string | number | null;
3963
3855
  USDT: string | number | null;
3964
3856
  }>;
3965
3857
  Polkadot: z.ZodObject<{
@@ -3983,15 +3875,15 @@ declare const cfEnvironment: z.ZodObject<{
3983
3875
  Bitcoin: {
3984
3876
  BTC: bigint | null;
3985
3877
  };
3878
+ Polkadot: {
3879
+ DOT: bigint | null;
3880
+ };
3986
3881
  Ethereum: {
3882
+ FLIP: bigint | null;
3987
3883
  ETH: bigint | null;
3988
3884
  USDC: bigint | null;
3989
- FLIP: bigint | null;
3990
3885
  USDT: bigint | null;
3991
3886
  };
3992
- Polkadot: {
3993
- DOT: bigint | null;
3994
- };
3995
3887
  Arbitrum: {
3996
3888
  ETH: bigint | null;
3997
3889
  USDC: bigint | null;
@@ -4000,15 +3892,15 @@ declare const cfEnvironment: z.ZodObject<{
4000
3892
  Bitcoin: {
4001
3893
  BTC: string | number | null;
4002
3894
  };
3895
+ Polkadot: {
3896
+ DOT: string | number | null;
3897
+ };
4003
3898
  Ethereum: {
3899
+ FLIP: string | number | null;
4004
3900
  ETH: string | number | null;
4005
3901
  USDC: string | number | null;
4006
- FLIP: string | number | null;
4007
3902
  USDT: string | number | null;
4008
3903
  };
4009
- Polkadot: {
4010
- DOT: string | number | null;
4011
- };
4012
3904
  Arbitrum: {
4013
3905
  ETH?: string | number | null | undefined;
4014
3906
  USDC?: string | number | null | undefined;
@@ -4020,15 +3912,15 @@ declare const cfEnvironment: z.ZodObject<{
4020
3912
  Bitcoin: {
4021
3913
  BTC: bigint | null;
4022
3914
  };
3915
+ Polkadot: {
3916
+ DOT: bigint | null;
3917
+ };
4023
3918
  Ethereum: {
3919
+ FLIP: bigint | null;
4024
3920
  ETH: bigint | null;
4025
3921
  USDC: bigint | null;
4026
- FLIP: bigint | null;
4027
3922
  USDT: bigint | null;
4028
3923
  };
4029
- Polkadot: {
4030
- DOT: bigint | null;
4031
- };
4032
3924
  Arbitrum: {
4033
3925
  ETH: bigint | null;
4034
3926
  USDC: bigint | null;
@@ -4040,15 +3932,15 @@ declare const cfEnvironment: z.ZodObject<{
4040
3932
  Bitcoin: {
4041
3933
  BTC: string | number | null;
4042
3934
  };
3935
+ Polkadot: {
3936
+ DOT: string | number | null;
3937
+ };
4043
3938
  Ethereum: {
3939
+ FLIP: string | number | null;
4044
3940
  ETH: string | number | null;
4045
3941
  USDC: string | number | null;
4046
- FLIP: string | number | null;
4047
3942
  USDT: string | number | null;
4048
3943
  };
4049
- Polkadot: {
4050
- DOT: string | number | null;
4051
- };
4052
3944
  Arbitrum: {
4053
3945
  ETH?: string | number | null | undefined;
4054
3946
  USDC?: string | number | null | undefined;
@@ -4522,7 +4414,7 @@ declare const cfEnvironment: z.ZodObject<{
4522
4414
  };
4523
4415
  }>;
4524
4416
  }, "strip", z.ZodTypeAny, {
4525
- ETH: {
4417
+ FLIP: {
4526
4418
  limit_order_fee_hundredth_pips: number;
4527
4419
  range_order_fee_hundredth_pips: number;
4528
4420
  range_order_total_fees_earned: {
@@ -4546,7 +4438,7 @@ declare const cfEnvironment: z.ZodObject<{
4546
4438
  asset: "USDC";
4547
4439
  };
4548
4440
  };
4549
- FLIP: {
4441
+ ETH: {
4550
4442
  limit_order_fee_hundredth_pips: number;
4551
4443
  range_order_fee_hundredth_pips: number;
4552
4444
  range_order_total_fees_earned: {
@@ -4595,7 +4487,7 @@ declare const cfEnvironment: z.ZodObject<{
4595
4487
  };
4596
4488
  };
4597
4489
  }, {
4598
- ETH: {
4490
+ FLIP: {
4599
4491
  limit_order_fee_hundredth_pips: number;
4600
4492
  range_order_fee_hundredth_pips: number;
4601
4493
  range_order_total_fees_earned: {
@@ -4619,7 +4511,7 @@ declare const cfEnvironment: z.ZodObject<{
4619
4511
  asset: "USDC";
4620
4512
  };
4621
4513
  };
4622
- FLIP: {
4514
+ ETH: {
4623
4515
  limit_order_fee_hundredth_pips: number;
4624
4516
  range_order_fee_hundredth_pips: number;
4625
4517
  range_order_total_fees_earned: {
@@ -5147,8 +5039,8 @@ declare const cfEnvironment: z.ZodObject<{
5147
5039
  };
5148
5040
  };
5149
5041
  };
5150
- Ethereum: {
5151
- ETH: {
5042
+ Polkadot: {
5043
+ DOT: {
5152
5044
  limit_order_fee_hundredth_pips: number;
5153
5045
  range_order_fee_hundredth_pips: number;
5154
5046
  range_order_total_fees_earned: {
@@ -5172,6 +5064,8 @@ declare const cfEnvironment: z.ZodObject<{
5172
5064
  asset: "USDC";
5173
5065
  };
5174
5066
  };
5067
+ };
5068
+ Ethereum: {
5175
5069
  FLIP: {
5176
5070
  limit_order_fee_hundredth_pips: number;
5177
5071
  range_order_fee_hundredth_pips: number;
@@ -5196,7 +5090,7 @@ declare const cfEnvironment: z.ZodObject<{
5196
5090
  asset: "USDC";
5197
5091
  };
5198
5092
  };
5199
- USDT: {
5093
+ ETH: {
5200
5094
  limit_order_fee_hundredth_pips: number;
5201
5095
  range_order_fee_hundredth_pips: number;
5202
5096
  range_order_total_fees_earned: {
@@ -5220,9 +5114,7 @@ declare const cfEnvironment: z.ZodObject<{
5220
5114
  asset: "USDC";
5221
5115
  };
5222
5116
  };
5223
- };
5224
- Polkadot: {
5225
- DOT: {
5117
+ USDT: {
5226
5118
  limit_order_fee_hundredth_pips: number;
5227
5119
  range_order_fee_hundredth_pips: number;
5228
5120
  range_order_total_fees_earned: {
@@ -5324,8 +5216,8 @@ declare const cfEnvironment: z.ZodObject<{
5324
5216
  };
5325
5217
  };
5326
5218
  };
5327
- Ethereum: {
5328
- ETH: {
5219
+ Polkadot: {
5220
+ DOT: {
5329
5221
  limit_order_fee_hundredth_pips: number;
5330
5222
  range_order_fee_hundredth_pips: number;
5331
5223
  range_order_total_fees_earned: {
@@ -5349,6 +5241,8 @@ declare const cfEnvironment: z.ZodObject<{
5349
5241
  asset: "USDC";
5350
5242
  };
5351
5243
  };
5244
+ };
5245
+ Ethereum: {
5352
5246
  FLIP: {
5353
5247
  limit_order_fee_hundredth_pips: number;
5354
5248
  range_order_fee_hundredth_pips: number;
@@ -5373,7 +5267,7 @@ declare const cfEnvironment: z.ZodObject<{
5373
5267
  asset: "USDC";
5374
5268
  };
5375
5269
  };
5376
- USDT: {
5270
+ ETH: {
5377
5271
  limit_order_fee_hundredth_pips: number;
5378
5272
  range_order_fee_hundredth_pips: number;
5379
5273
  range_order_total_fees_earned: {
@@ -5397,9 +5291,7 @@ declare const cfEnvironment: z.ZodObject<{
5397
5291
  asset: "USDC";
5398
5292
  };
5399
5293
  };
5400
- };
5401
- Polkadot: {
5402
- DOT: {
5294
+ USDT: {
5403
5295
  limit_order_fee_hundredth_pips: number;
5404
5296
  range_order_fee_hundredth_pips: number;
5405
5297
  range_order_total_fees_earned: {
@@ -5503,8 +5395,8 @@ declare const cfEnvironment: z.ZodObject<{
5503
5395
  };
5504
5396
  };
5505
5397
  };
5506
- Ethereum: {
5507
- ETH: {
5398
+ Polkadot: {
5399
+ DOT: {
5508
5400
  limit_order_fee_hundredth_pips: number;
5509
5401
  range_order_fee_hundredth_pips: number;
5510
5402
  range_order_total_fees_earned: {
@@ -5528,6 +5420,8 @@ declare const cfEnvironment: z.ZodObject<{
5528
5420
  asset: "USDC";
5529
5421
  };
5530
5422
  };
5423
+ };
5424
+ Ethereum: {
5531
5425
  FLIP: {
5532
5426
  limit_order_fee_hundredth_pips: number;
5533
5427
  range_order_fee_hundredth_pips: number;
@@ -5552,7 +5446,7 @@ declare const cfEnvironment: z.ZodObject<{
5552
5446
  asset: "USDC";
5553
5447
  };
5554
5448
  };
5555
- USDT: {
5449
+ ETH: {
5556
5450
  limit_order_fee_hundredth_pips: number;
5557
5451
  range_order_fee_hundredth_pips: number;
5558
5452
  range_order_total_fees_earned: {
@@ -5576,9 +5470,7 @@ declare const cfEnvironment: z.ZodObject<{
5576
5470
  asset: "USDC";
5577
5471
  };
5578
5472
  };
5579
- };
5580
- Polkadot: {
5581
- DOT: {
5473
+ USDT: {
5582
5474
  limit_order_fee_hundredth_pips: number;
5583
5475
  range_order_fee_hundredth_pips: number;
5584
5476
  range_order_total_fees_earned: {
@@ -5682,8 +5574,8 @@ declare const cfEnvironment: z.ZodObject<{
5682
5574
  };
5683
5575
  };
5684
5576
  };
5685
- Ethereum: {
5686
- ETH: {
5577
+ Polkadot: {
5578
+ DOT: {
5687
5579
  limit_order_fee_hundredth_pips: number;
5688
5580
  range_order_fee_hundredth_pips: number;
5689
5581
  range_order_total_fees_earned: {
@@ -5707,6 +5599,8 @@ declare const cfEnvironment: z.ZodObject<{
5707
5599
  asset: "USDC";
5708
5600
  };
5709
5601
  };
5602
+ };
5603
+ Ethereum: {
5710
5604
  FLIP: {
5711
5605
  limit_order_fee_hundredth_pips: number;
5712
5606
  range_order_fee_hundredth_pips: number;
@@ -5731,7 +5625,7 @@ declare const cfEnvironment: z.ZodObject<{
5731
5625
  asset: "USDC";
5732
5626
  };
5733
5627
  };
5734
- USDT: {
5628
+ ETH: {
5735
5629
  limit_order_fee_hundredth_pips: number;
5736
5630
  range_order_fee_hundredth_pips: number;
5737
5631
  range_order_total_fees_earned: {
@@ -5755,9 +5649,7 @@ declare const cfEnvironment: z.ZodObject<{
5755
5649
  asset: "USDC";
5756
5650
  };
5757
5651
  };
5758
- };
5759
- Polkadot: {
5760
- DOT: {
5652
+ USDT: {
5761
5653
  limit_order_fee_hundredth_pips: number;
5762
5654
  range_order_fee_hundredth_pips: number;
5763
5655
  range_order_total_fees_earned: {
@@ -5840,15 +5732,15 @@ declare const cfEnvironment: z.ZodObject<{
5840
5732
  Bitcoin: {
5841
5733
  BTC: bigint;
5842
5734
  };
5735
+ Polkadot: {
5736
+ DOT: bigint;
5737
+ };
5843
5738
  Ethereum: {
5739
+ FLIP: bigint;
5844
5740
  ETH: bigint;
5845
5741
  USDC: bigint;
5846
- FLIP: bigint;
5847
5742
  USDT: bigint;
5848
5743
  };
5849
- Polkadot: {
5850
- DOT: bigint;
5851
- };
5852
5744
  Arbitrum: {
5853
5745
  ETH: bigint;
5854
5746
  USDC: bigint;
@@ -5858,15 +5750,15 @@ declare const cfEnvironment: z.ZodObject<{
5858
5750
  Bitcoin: {
5859
5751
  BTC: bigint | null;
5860
5752
  };
5753
+ Polkadot: {
5754
+ DOT: bigint | null;
5755
+ };
5861
5756
  Ethereum: {
5757
+ FLIP: bigint | null;
5862
5758
  ETH: bigint | null;
5863
5759
  USDC: bigint | null;
5864
- FLIP: bigint | null;
5865
5760
  USDT: bigint | null;
5866
5761
  };
5867
- Polkadot: {
5868
- DOT: bigint | null;
5869
- };
5870
5762
  Arbitrum: {
5871
5763
  ETH: bigint | null;
5872
5764
  USDC: bigint | null;
@@ -5876,15 +5768,15 @@ declare const cfEnvironment: z.ZodObject<{
5876
5768
  Bitcoin: {
5877
5769
  BTC: bigint | null;
5878
5770
  };
5771
+ Polkadot: {
5772
+ DOT: bigint | null;
5773
+ };
5879
5774
  Ethereum: {
5775
+ FLIP: bigint | null;
5880
5776
  ETH: bigint | null;
5881
5777
  USDC: bigint | null;
5882
- FLIP: bigint | null;
5883
5778
  USDT: bigint | null;
5884
5779
  };
5885
- Polkadot: {
5886
- DOT: bigint | null;
5887
- };
5888
5780
  Arbitrum: {
5889
5781
  ETH: bigint | null;
5890
5782
  USDC: bigint | null;
@@ -5892,23 +5784,23 @@ declare const cfEnvironment: z.ZodObject<{
5892
5784
  };
5893
5785
  witness_safety_margins: {
5894
5786
  Bitcoin: number | null;
5895
- Ethereum: number | null;
5896
5787
  Polkadot: number | null;
5788
+ Ethereum: number | null;
5897
5789
  Arbitrum: number | null;
5898
5790
  };
5899
5791
  egress_dust_limits: {
5900
5792
  Bitcoin: {
5901
5793
  BTC: bigint;
5902
5794
  };
5795
+ Polkadot: {
5796
+ DOT: bigint;
5797
+ };
5903
5798
  Ethereum: {
5799
+ FLIP: bigint;
5904
5800
  ETH: bigint;
5905
5801
  USDC: bigint;
5906
- FLIP: bigint;
5907
5802
  USDT: bigint;
5908
5803
  };
5909
- Polkadot: {
5910
- DOT: bigint;
5911
- };
5912
5804
  Arbitrum: {
5913
5805
  ETH: bigint;
5914
5806
  USDC: bigint;
@@ -5916,8 +5808,8 @@ declare const cfEnvironment: z.ZodObject<{
5916
5808
  };
5917
5809
  channel_opening_fees: {
5918
5810
  Bitcoin: bigint;
5919
- Ethereum: bigint;
5920
5811
  Polkadot: bigint;
5812
+ Ethereum: bigint;
5921
5813
  Arbitrum: bigint;
5922
5814
  };
5923
5815
  }, "egress_dust_limits"> & {
@@ -5925,15 +5817,15 @@ declare const cfEnvironment: z.ZodObject<{
5925
5817
  Bitcoin: {
5926
5818
  BTC: bigint;
5927
5819
  };
5820
+ Polkadot: {
5821
+ DOT: bigint;
5822
+ };
5928
5823
  Ethereum: {
5824
+ FLIP: bigint;
5929
5825
  ETH: bigint;
5930
5826
  USDC: bigint;
5931
- FLIP: bigint;
5932
5827
  USDT: bigint;
5933
5828
  };
5934
- Polkadot: {
5935
- DOT: bigint;
5936
- };
5937
5829
  Arbitrum: {
5938
5830
  ETH: bigint;
5939
5831
  USDC: bigint;
@@ -5945,15 +5837,15 @@ declare const cfEnvironment: z.ZodObject<{
5945
5837
  Bitcoin: {
5946
5838
  BTC: bigint | null;
5947
5839
  };
5840
+ Polkadot: {
5841
+ DOT: bigint | null;
5842
+ };
5948
5843
  Ethereum: {
5844
+ FLIP: bigint | null;
5949
5845
  ETH: bigint | null;
5950
5846
  USDC: bigint | null;
5951
- FLIP: bigint | null;
5952
5847
  USDT: bigint | null;
5953
5848
  };
5954
- Polkadot: {
5955
- DOT: bigint | null;
5956
- };
5957
5849
  Arbitrum: {
5958
5850
  ETH: bigint | null;
5959
5851
  USDC: bigint | null;
@@ -5993,8 +5885,8 @@ declare const cfEnvironment: z.ZodObject<{
5993
5885
  };
5994
5886
  };
5995
5887
  };
5996
- Ethereum: {
5997
- ETH: {
5888
+ Polkadot: {
5889
+ DOT: {
5998
5890
  limit_order_fee_hundredth_pips: number;
5999
5891
  range_order_fee_hundredth_pips: number;
6000
5892
  range_order_total_fees_earned: {
@@ -6018,6 +5910,8 @@ declare const cfEnvironment: z.ZodObject<{
6018
5910
  asset: "USDC";
6019
5911
  };
6020
5912
  };
5913
+ };
5914
+ Ethereum: {
6021
5915
  FLIP: {
6022
5916
  limit_order_fee_hundredth_pips: number;
6023
5917
  range_order_fee_hundredth_pips: number;
@@ -6042,7 +5936,7 @@ declare const cfEnvironment: z.ZodObject<{
6042
5936
  asset: "USDC";
6043
5937
  };
6044
5938
  };
6045
- USDT: {
5939
+ ETH: {
6046
5940
  limit_order_fee_hundredth_pips: number;
6047
5941
  range_order_fee_hundredth_pips: number;
6048
5942
  range_order_total_fees_earned: {
@@ -6066,9 +5960,7 @@ declare const cfEnvironment: z.ZodObject<{
6066
5960
  asset: "USDC";
6067
5961
  };
6068
5962
  };
6069
- };
6070
- Polkadot: {
6071
- DOT: {
5963
+ USDT: {
6072
5964
  limit_order_fee_hundredth_pips: number;
6073
5965
  range_order_fee_hundredth_pips: number;
6074
5966
  range_order_total_fees_earned: {
@@ -6151,15 +6043,15 @@ declare const cfEnvironment: z.ZodObject<{
6151
6043
  Bitcoin: {
6152
6044
  BTC: string | number;
6153
6045
  };
6046
+ Polkadot: {
6047
+ DOT: string | number;
6048
+ };
6154
6049
  Ethereum: {
6050
+ FLIP: string | number;
6155
6051
  ETH: string | number;
6156
6052
  USDC: string | number;
6157
- FLIP: string | number;
6158
6053
  USDT: string | number;
6159
6054
  };
6160
- Polkadot: {
6161
- DOT: string | number;
6162
- };
6163
6055
  Arbitrum: {
6164
6056
  ETH?: string | number | undefined;
6165
6057
  USDC?: string | number | undefined;
@@ -6169,15 +6061,15 @@ declare const cfEnvironment: z.ZodObject<{
6169
6061
  Bitcoin: {
6170
6062
  BTC: string | number | null;
6171
6063
  };
6064
+ Polkadot: {
6065
+ DOT: string | number | null;
6066
+ };
6172
6067
  Ethereum: {
6068
+ FLIP: string | number | null;
6173
6069
  ETH: string | number | null;
6174
6070
  USDC: string | number | null;
6175
- FLIP: string | number | null;
6176
6071
  USDT: string | number | null;
6177
6072
  };
6178
- Polkadot: {
6179
- DOT: string | number | null;
6180
- };
6181
6073
  Arbitrum: {
6182
6074
  ETH?: string | number | null | undefined;
6183
6075
  USDC?: string | number | null | undefined;
@@ -6187,15 +6079,15 @@ declare const cfEnvironment: z.ZodObject<{
6187
6079
  Bitcoin: {
6188
6080
  BTC: string | number | null;
6189
6081
  };
6082
+ Polkadot: {
6083
+ DOT: string | number | null;
6084
+ };
6190
6085
  Ethereum: {
6086
+ FLIP: string | number | null;
6191
6087
  ETH: string | number | null;
6192
6088
  USDC: string | number | null;
6193
- FLIP: string | number | null;
6194
6089
  USDT: string | number | null;
6195
6090
  };
6196
- Polkadot: {
6197
- DOT: string | number | null;
6198
- };
6199
6091
  Arbitrum: {
6200
6092
  ETH?: string | number | null | undefined;
6201
6093
  USDC?: string | number | null | undefined;
@@ -6203,23 +6095,23 @@ declare const cfEnvironment: z.ZodObject<{
6203
6095
  };
6204
6096
  witness_safety_margins: {
6205
6097
  Bitcoin: number | null;
6206
- Ethereum: number | null;
6207
6098
  Polkadot: number | null;
6099
+ Ethereum: number | null;
6208
6100
  Arbitrum?: number | null | undefined;
6209
6101
  };
6210
6102
  egress_dust_limits: {
6211
6103
  Bitcoin: {
6212
6104
  BTC: string | number;
6213
6105
  };
6106
+ Polkadot: {
6107
+ DOT: string | number;
6108
+ };
6214
6109
  Ethereum: {
6110
+ FLIP: string | number;
6215
6111
  ETH: string | number;
6216
6112
  USDC: string | number;
6217
- FLIP: string | number;
6218
6113
  USDT: string | number;
6219
6114
  };
6220
- Polkadot: {
6221
- DOT: string | number;
6222
- };
6223
6115
  Arbitrum: {
6224
6116
  ETH?: string | number | undefined;
6225
6117
  USDC?: string | number | undefined;
@@ -6227,8 +6119,8 @@ declare const cfEnvironment: z.ZodObject<{
6227
6119
  };
6228
6120
  channel_opening_fees: {
6229
6121
  Bitcoin: string | number;
6230
- Ethereum: string | number;
6231
6122
  Polkadot: string | number;
6123
+ Ethereum: string | number;
6232
6124
  Arbitrum?: string | number | undefined;
6233
6125
  };
6234
6126
  };
@@ -6237,15 +6129,15 @@ declare const cfEnvironment: z.ZodObject<{
6237
6129
  Bitcoin: {
6238
6130
  BTC: string | number | null;
6239
6131
  };
6132
+ Polkadot: {
6133
+ DOT: string | number | null;
6134
+ };
6240
6135
  Ethereum: {
6136
+ FLIP: string | number | null;
6241
6137
  ETH: string | number | null;
6242
6138
  USDC: string | number | null;
6243
- FLIP: string | number | null;
6244
6139
  USDT: string | number | null;
6245
6140
  };
6246
- Polkadot: {
6247
- DOT: string | number | null;
6248
- };
6249
6141
  Arbitrum: {
6250
6142
  ETH?: string | number | null | undefined;
6251
6143
  USDC?: string | number | null | undefined;
@@ -6285,8 +6177,8 @@ declare const cfEnvironment: z.ZodObject<{
6285
6177
  };
6286
6178
  };
6287
6179
  };
6288
- Ethereum: {
6289
- ETH: {
6180
+ Polkadot: {
6181
+ DOT: {
6290
6182
  limit_order_fee_hundredth_pips: number;
6291
6183
  range_order_fee_hundredth_pips: number;
6292
6184
  range_order_total_fees_earned: {
@@ -6310,6 +6202,8 @@ declare const cfEnvironment: z.ZodObject<{
6310
6202
  asset: "USDC";
6311
6203
  };
6312
6204
  };
6205
+ };
6206
+ Ethereum: {
6313
6207
  FLIP: {
6314
6208
  limit_order_fee_hundredth_pips: number;
6315
6209
  range_order_fee_hundredth_pips: number;
@@ -6334,7 +6228,7 @@ declare const cfEnvironment: z.ZodObject<{
6334
6228
  asset: "USDC";
6335
6229
  };
6336
6230
  };
6337
- USDT: {
6231
+ ETH: {
6338
6232
  limit_order_fee_hundredth_pips: number;
6339
6233
  range_order_fee_hundredth_pips: number;
6340
6234
  range_order_total_fees_earned: {
@@ -6358,9 +6252,7 @@ declare const cfEnvironment: z.ZodObject<{
6358
6252
  asset: "USDC";
6359
6253
  };
6360
6254
  };
6361
- };
6362
- Polkadot: {
6363
- DOT: {
6255
+ USDT: {
6364
6256
  limit_order_fee_hundredth_pips: number;
6365
6257
  range_order_fee_hundredth_pips: number;
6366
6258
  range_order_total_fees_earned: {
@@ -6510,24 +6402,6 @@ declare const cfBoostPoolsDepth: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodO
6510
6402
  }, {
6511
6403
  chain: "Arbitrum";
6512
6404
  asset: "USDC";
6513
- }>, z.ZodObject<{
6514
- chain: z.ZodLiteral<"Solana">;
6515
- asset: z.ZodLiteral<"SOL">;
6516
- }, "strip", z.ZodTypeAny, {
6517
- chain: "Solana";
6518
- asset: "SOL";
6519
- }, {
6520
- chain: "Solana";
6521
- asset: "SOL";
6522
- }>, z.ZodObject<{
6523
- chain: z.ZodLiteral<"Solana">;
6524
- asset: z.ZodLiteral<"USDC">;
6525
- }, "strip", z.ZodTypeAny, {
6526
- chain: "Solana";
6527
- asset: "USDC";
6528
- }, {
6529
- chain: "Solana";
6530
- asset: "USDC";
6531
6405
  }>]>, z.ZodObject<{
6532
6406
  tier: z.ZodNumber;
6533
6407
  available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
@@ -6538,97 +6412,43 @@ declare const cfBoostPoolsDepth: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodO
6538
6412
  tier: number;
6539
6413
  available_amount: string;
6540
6414
  }>>, "many">;
6541
- declare const cfSupportedAsssets: z.ZodArray<z.ZodUnion<[z.ZodObject<{
6542
- chain: z.ZodLiteral<"Bitcoin">;
6543
- asset: z.ZodLiteral<"BTC">;
6415
+ declare const cfSupportedAsssets: z.ZodEffects<z.ZodArray<z.ZodObject<{
6416
+ chain: z.ZodString;
6417
+ asset: z.ZodString;
6544
6418
  }, "strip", z.ZodTypeAny, {
6545
- chain: "Bitcoin";
6546
- asset: "BTC";
6419
+ chain: string;
6420
+ asset: string;
6547
6421
  }, {
6422
+ chain: string;
6423
+ asset: string;
6424
+ }>, "many">, ({
6548
6425
  chain: "Bitcoin";
6549
6426
  asset: "BTC";
6550
- }>, z.ZodObject<{
6551
- chain: z.ZodLiteral<"Polkadot">;
6552
- asset: z.ZodLiteral<"DOT">;
6553
- }, "strip", z.ZodTypeAny, {
6554
- chain: "Polkadot";
6555
- asset: "DOT";
6556
- }, {
6427
+ } | {
6557
6428
  chain: "Polkadot";
6558
6429
  asset: "DOT";
6559
- }>, z.ZodObject<{
6560
- chain: z.ZodLiteral<"Ethereum">;
6561
- asset: z.ZodLiteral<"FLIP">;
6562
- }, "strip", z.ZodTypeAny, {
6563
- chain: "Ethereum";
6564
- asset: "FLIP";
6565
- }, {
6430
+ } | {
6566
6431
  chain: "Ethereum";
6567
6432
  asset: "FLIP";
6568
- }>, z.ZodObject<{
6569
- chain: z.ZodLiteral<"Ethereum">;
6570
- asset: z.ZodLiteral<"ETH">;
6571
- }, "strip", z.ZodTypeAny, {
6433
+ } | {
6572
6434
  chain: "Ethereum";
6573
6435
  asset: "ETH";
6574
- }, {
6575
- chain: "Ethereum";
6576
- asset: "ETH";
6577
- }>, z.ZodObject<{
6578
- chain: z.ZodLiteral<"Ethereum">;
6579
- asset: z.ZodLiteral<"USDC">;
6580
- }, "strip", z.ZodTypeAny, {
6581
- chain: "Ethereum";
6582
- asset: "USDC";
6583
- }, {
6436
+ } | {
6584
6437
  chain: "Ethereum";
6585
6438
  asset: "USDC";
6586
- }>, z.ZodObject<{
6587
- chain: z.ZodLiteral<"Ethereum">;
6588
- asset: z.ZodLiteral<"USDT">;
6589
- }, "strip", z.ZodTypeAny, {
6590
- chain: "Ethereum";
6591
- asset: "USDT";
6592
- }, {
6439
+ } | {
6593
6440
  chain: "Ethereum";
6594
6441
  asset: "USDT";
6595
- }>, z.ZodObject<{
6596
- chain: z.ZodLiteral<"Arbitrum">;
6597
- asset: z.ZodLiteral<"ETH">;
6598
- }, "strip", z.ZodTypeAny, {
6599
- chain: "Arbitrum";
6600
- asset: "ETH";
6601
- }, {
6442
+ } | {
6602
6443
  chain: "Arbitrum";
6603
6444
  asset: "ETH";
6604
- }>, z.ZodObject<{
6605
- chain: z.ZodLiteral<"Arbitrum">;
6606
- asset: z.ZodLiteral<"USDC">;
6607
- }, "strip", z.ZodTypeAny, {
6445
+ } | {
6608
6446
  chain: "Arbitrum";
6609
6447
  asset: "USDC";
6610
- }, {
6611
- chain: "Arbitrum";
6612
- asset: "USDC";
6613
- }>, z.ZodObject<{
6614
- chain: z.ZodLiteral<"Solana">;
6615
- asset: z.ZodLiteral<"SOL">;
6616
- }, "strip", z.ZodTypeAny, {
6617
- chain: "Solana";
6618
- asset: "SOL";
6619
- }, {
6620
- chain: "Solana";
6621
- asset: "SOL";
6622
- }>, z.ZodObject<{
6623
- chain: z.ZodLiteral<"Solana">;
6624
- asset: z.ZodLiteral<"USDC">;
6625
- }, "strip", z.ZodTypeAny, {
6626
- chain: "Solana";
6627
- asset: "USDC";
6628
- }, {
6629
- chain: "Solana";
6630
- asset: "USDC";
6631
- }>]>, "many">;
6448
+ })[], {
6449
+ chain: string;
6450
+ asset: string;
6451
+ }[]>;
6632
6452
  declare const brokerRequestSwapDepositAddress: z.ZodObject<{
6633
6453
  address: z.ZodString;
6634
6454
  issued_block: z.ZodNumber;
@@ -6675,14 +6495,14 @@ declare const broker: z.ZodObject<{
6675
6495
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6676
6496
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6677
6497
  }, "strip", z.ZodTypeAny, {
6498
+ FLIP: bigint;
6678
6499
  ETH: bigint;
6679
6500
  USDC: bigint;
6680
- FLIP: bigint;
6681
6501
  USDT: bigint;
6682
6502
  }, {
6503
+ FLIP: string | number;
6683
6504
  ETH: string | number;
6684
6505
  USDC: string | number;
6685
- FLIP: string | number;
6686
6506
  USDT: string | number;
6687
6507
  }>;
6688
6508
  Polkadot: z.ZodObject<{
@@ -6706,15 +6526,15 @@ declare const broker: z.ZodObject<{
6706
6526
  Bitcoin: {
6707
6527
  BTC: bigint;
6708
6528
  };
6529
+ Polkadot: {
6530
+ DOT: bigint;
6531
+ };
6709
6532
  Ethereum: {
6533
+ FLIP: bigint;
6710
6534
  ETH: bigint;
6711
6535
  USDC: bigint;
6712
- FLIP: bigint;
6713
6536
  USDT: bigint;
6714
6537
  };
6715
- Polkadot: {
6716
- DOT: bigint;
6717
- };
6718
6538
  Arbitrum: {
6719
6539
  ETH: bigint;
6720
6540
  USDC: bigint;
@@ -6723,15 +6543,15 @@ declare const broker: z.ZodObject<{
6723
6543
  Bitcoin: {
6724
6544
  BTC: string | number;
6725
6545
  };
6546
+ Polkadot: {
6547
+ DOT: string | number;
6548
+ };
6726
6549
  Ethereum: {
6550
+ FLIP: string | number;
6727
6551
  ETH: string | number;
6728
6552
  USDC: string | number;
6729
- FLIP: string | number;
6730
6553
  USDT: string | number;
6731
6554
  };
6732
- Polkadot: {
6733
- DOT: string | number;
6734
- };
6735
6555
  Arbitrum: {
6736
6556
  ETH?: string | number | undefined;
6737
6557
  USDC?: string | number | undefined;
@@ -6744,15 +6564,15 @@ declare const broker: z.ZodObject<{
6744
6564
  Bitcoin: {
6745
6565
  BTC: bigint;
6746
6566
  };
6567
+ Polkadot: {
6568
+ DOT: bigint;
6569
+ };
6747
6570
  Ethereum: {
6571
+ FLIP: bigint;
6748
6572
  ETH: bigint;
6749
6573
  USDC: bigint;
6750
- FLIP: bigint;
6751
6574
  USDT: bigint;
6752
6575
  };
6753
- Polkadot: {
6754
- DOT: bigint;
6755
- };
6756
6576
  Arbitrum: {
6757
6577
  ETH: bigint;
6758
6578
  USDC: bigint;
@@ -6765,15 +6585,15 @@ declare const broker: z.ZodObject<{
6765
6585
  Bitcoin: {
6766
6586
  BTC: string | number;
6767
6587
  };
6588
+ Polkadot: {
6589
+ DOT: string | number;
6590
+ };
6768
6591
  Ethereum: {
6592
+ FLIP: string | number;
6769
6593
  ETH: string | number;
6770
6594
  USDC: string | number;
6771
- FLIP: string | number;
6772
6595
  USDT: string | number;
6773
6596
  };
6774
- Polkadot: {
6775
- DOT: string | number;
6776
- };
6777
6597
  Arbitrum: {
6778
6598
  ETH?: string | number | undefined;
6779
6599
  USDC?: string | number | undefined;
@@ -6796,14 +6616,14 @@ declare const liquidityProvider: z.ZodObject<{
6796
6616
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6797
6617
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6798
6618
  }, "strip", z.ZodTypeAny, {
6619
+ FLIP: bigint;
6799
6620
  ETH: bigint;
6800
6621
  USDC: bigint;
6801
- FLIP: bigint;
6802
6622
  USDT: bigint;
6803
6623
  }, {
6624
+ FLIP: string | number;
6804
6625
  ETH: string | number;
6805
6626
  USDC: string | number;
6806
- FLIP: string | number;
6807
6627
  USDT: string | number;
6808
6628
  }>;
6809
6629
  Polkadot: z.ZodObject<{
@@ -6827,15 +6647,15 @@ declare const liquidityProvider: z.ZodObject<{
6827
6647
  Bitcoin: {
6828
6648
  BTC: bigint;
6829
6649
  };
6650
+ Polkadot: {
6651
+ DOT: bigint;
6652
+ };
6830
6653
  Ethereum: {
6654
+ FLIP: bigint;
6831
6655
  ETH: bigint;
6832
6656
  USDC: bigint;
6833
- FLIP: bigint;
6834
6657
  USDT: bigint;
6835
6658
  };
6836
- Polkadot: {
6837
- DOT: bigint;
6838
- };
6839
6659
  Arbitrum: {
6840
6660
  ETH: bigint;
6841
6661
  USDC: bigint;
@@ -6844,15 +6664,15 @@ declare const liquidityProvider: z.ZodObject<{
6844
6664
  Bitcoin: {
6845
6665
  BTC: string | number;
6846
6666
  };
6667
+ Polkadot: {
6668
+ DOT: string | number;
6669
+ };
6847
6670
  Ethereum: {
6671
+ FLIP: string | number;
6848
6672
  ETH: string | number;
6849
6673
  USDC: string | number;
6850
- FLIP: string | number;
6851
6674
  USDT: string | number;
6852
6675
  };
6853
- Polkadot: {
6854
- DOT: string | number;
6855
- };
6856
6676
  Arbitrum: {
6857
6677
  ETH?: string | number | undefined;
6858
6678
  USDC?: string | number | undefined;
@@ -6865,13 +6685,13 @@ declare const liquidityProvider: z.ZodObject<{
6865
6685
  Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodString>>;
6866
6686
  }, "strip", z.ZodTypeAny, {
6867
6687
  Bitcoin: string | null;
6868
- Ethereum: string | null;
6869
6688
  Polkadot: string | null;
6689
+ Ethereum: string | null;
6870
6690
  Arbitrum: string | null;
6871
6691
  }, {
6872
6692
  Bitcoin: string | null;
6873
- Ethereum: string | null;
6874
6693
  Polkadot: string | null;
6694
+ Ethereum: string | null;
6875
6695
  Arbitrum?: string | null | undefined;
6876
6696
  }>;
6877
6697
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -6889,14 +6709,14 @@ declare const liquidityProvider: z.ZodObject<{
6889
6709
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6890
6710
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6891
6711
  }, "strip", z.ZodTypeAny, {
6712
+ FLIP: bigint;
6892
6713
  ETH: bigint;
6893
6714
  USDC: bigint;
6894
- FLIP: bigint;
6895
6715
  USDT: bigint;
6896
6716
  }, {
6717
+ FLIP: string | number;
6897
6718
  ETH: string | number;
6898
6719
  USDC: string | number;
6899
- FLIP: string | number;
6900
6720
  USDT: string | number;
6901
6721
  }>;
6902
6722
  Polkadot: z.ZodObject<{
@@ -6920,15 +6740,15 @@ declare const liquidityProvider: z.ZodObject<{
6920
6740
  Bitcoin: {
6921
6741
  BTC: bigint;
6922
6742
  };
6743
+ Polkadot: {
6744
+ DOT: bigint;
6745
+ };
6923
6746
  Ethereum: {
6747
+ FLIP: bigint;
6924
6748
  ETH: bigint;
6925
6749
  USDC: bigint;
6926
- FLIP: bigint;
6927
6750
  USDT: bigint;
6928
6751
  };
6929
- Polkadot: {
6930
- DOT: bigint;
6931
- };
6932
6752
  Arbitrum: {
6933
6753
  ETH: bigint;
6934
6754
  USDC: bigint;
@@ -6937,15 +6757,15 @@ declare const liquidityProvider: z.ZodObject<{
6937
6757
  Bitcoin: {
6938
6758
  BTC: string | number;
6939
6759
  };
6760
+ Polkadot: {
6761
+ DOT: string | number;
6762
+ };
6940
6763
  Ethereum: {
6764
+ FLIP: string | number;
6941
6765
  ETH: string | number;
6942
6766
  USDC: string | number;
6943
- FLIP: string | number;
6944
6767
  USDT: string | number;
6945
6768
  };
6946
- Polkadot: {
6947
- DOT: string | number;
6948
- };
6949
6769
  Arbitrum: {
6950
6770
  ETH?: string | number | undefined;
6951
6771
  USDC?: string | number | undefined;
@@ -6958,15 +6778,15 @@ declare const liquidityProvider: z.ZodObject<{
6958
6778
  Bitcoin: {
6959
6779
  BTC: bigint;
6960
6780
  };
6781
+ Polkadot: {
6782
+ DOT: bigint;
6783
+ };
6961
6784
  Ethereum: {
6785
+ FLIP: bigint;
6962
6786
  ETH: bigint;
6963
6787
  USDC: bigint;
6964
- FLIP: bigint;
6965
6788
  USDT: bigint;
6966
6789
  };
6967
- Polkadot: {
6968
- DOT: bigint;
6969
- };
6970
6790
  Arbitrum: {
6971
6791
  ETH: bigint;
6972
6792
  USDC: bigint;
@@ -6976,15 +6796,15 @@ declare const liquidityProvider: z.ZodObject<{
6976
6796
  Bitcoin: {
6977
6797
  BTC: bigint;
6978
6798
  };
6799
+ Polkadot: {
6800
+ DOT: bigint;
6801
+ };
6979
6802
  Ethereum: {
6803
+ FLIP: bigint;
6980
6804
  ETH: bigint;
6981
6805
  USDC: bigint;
6982
- FLIP: bigint;
6983
6806
  USDT: bigint;
6984
6807
  };
6985
- Polkadot: {
6986
- DOT: bigint;
6987
- };
6988
6808
  Arbitrum: {
6989
6809
  ETH: bigint;
6990
6810
  USDC: bigint;
@@ -6992,8 +6812,8 @@ declare const liquidityProvider: z.ZodObject<{
6992
6812
  };
6993
6813
  refund_addresses: {
6994
6814
  Bitcoin: string | null;
6995
- Ethereum: string | null;
6996
6815
  Polkadot: string | null;
6816
+ Ethereum: string | null;
6997
6817
  Arbitrum: string | null;
6998
6818
  };
6999
6819
  }, {
@@ -7003,15 +6823,15 @@ declare const liquidityProvider: z.ZodObject<{
7003
6823
  Bitcoin: {
7004
6824
  BTC: string | number;
7005
6825
  };
6826
+ Polkadot: {
6827
+ DOT: string | number;
6828
+ };
7006
6829
  Ethereum: {
6830
+ FLIP: string | number;
7007
6831
  ETH: string | number;
7008
6832
  USDC: string | number;
7009
- FLIP: string | number;
7010
6833
  USDT: string | number;
7011
6834
  };
7012
- Polkadot: {
7013
- DOT: string | number;
7014
- };
7015
6835
  Arbitrum: {
7016
6836
  ETH?: string | number | undefined;
7017
6837
  USDC?: string | number | undefined;
@@ -7021,15 +6841,15 @@ declare const liquidityProvider: z.ZodObject<{
7021
6841
  Bitcoin: {
7022
6842
  BTC: string | number;
7023
6843
  };
6844
+ Polkadot: {
6845
+ DOT: string | number;
6846
+ };
7024
6847
  Ethereum: {
6848
+ FLIP: string | number;
7025
6849
  ETH: string | number;
7026
6850
  USDC: string | number;
7027
- FLIP: string | number;
7028
6851
  USDT: string | number;
7029
6852
  };
7030
- Polkadot: {
7031
- DOT: string | number;
7032
- };
7033
6853
  Arbitrum: {
7034
6854
  ETH?: string | number | undefined;
7035
6855
  USDC?: string | number | undefined;
@@ -7037,8 +6857,8 @@ declare const liquidityProvider: z.ZodObject<{
7037
6857
  };
7038
6858
  refund_addresses: {
7039
6859
  Bitcoin: string | null;
7040
- Ethereum: string | null;
7041
6860
  Polkadot: string | null;
6861
+ Ethereum: string | null;
7042
6862
  Arbitrum?: string | null | undefined;
7043
6863
  };
7044
6864
  }>;
@@ -7114,14 +6934,14 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7114
6934
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7115
6935
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7116
6936
  }, "strip", z.ZodTypeAny, {
6937
+ FLIP: bigint;
7117
6938
  ETH: bigint;
7118
6939
  USDC: bigint;
7119
- FLIP: bigint;
7120
6940
  USDT: bigint;
7121
6941
  }, {
6942
+ FLIP: string | number;
7122
6943
  ETH: string | number;
7123
6944
  USDC: string | number;
7124
- FLIP: string | number;
7125
6945
  USDT: string | number;
7126
6946
  }>;
7127
6947
  Polkadot: z.ZodObject<{
@@ -7145,15 +6965,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7145
6965
  Bitcoin: {
7146
6966
  BTC: bigint;
7147
6967
  };
6968
+ Polkadot: {
6969
+ DOT: bigint;
6970
+ };
7148
6971
  Ethereum: {
6972
+ FLIP: bigint;
7149
6973
  ETH: bigint;
7150
6974
  USDC: bigint;
7151
- FLIP: bigint;
7152
6975
  USDT: bigint;
7153
6976
  };
7154
- Polkadot: {
7155
- DOT: bigint;
7156
- };
7157
6977
  Arbitrum: {
7158
6978
  ETH: bigint;
7159
6979
  USDC: bigint;
@@ -7162,15 +6982,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7162
6982
  Bitcoin: {
7163
6983
  BTC: string | number;
7164
6984
  };
6985
+ Polkadot: {
6986
+ DOT: string | number;
6987
+ };
7165
6988
  Ethereum: {
6989
+ FLIP: string | number;
7166
6990
  ETH: string | number;
7167
6991
  USDC: string | number;
7168
- FLIP: string | number;
7169
6992
  USDT: string | number;
7170
6993
  };
7171
- Polkadot: {
7172
- DOT: string | number;
7173
- };
7174
6994
  Arbitrum: {
7175
6995
  ETH?: string | number | undefined;
7176
6996
  USDC?: string | number | undefined;
@@ -7183,15 +7003,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7183
7003
  Bitcoin: {
7184
7004
  BTC: bigint;
7185
7005
  };
7006
+ Polkadot: {
7007
+ DOT: bigint;
7008
+ };
7186
7009
  Ethereum: {
7010
+ FLIP: bigint;
7187
7011
  ETH: bigint;
7188
7012
  USDC: bigint;
7189
- FLIP: bigint;
7190
7013
  USDT: bigint;
7191
7014
  };
7192
- Polkadot: {
7193
- DOT: bigint;
7194
- };
7195
7015
  Arbitrum: {
7196
7016
  ETH: bigint;
7197
7017
  USDC: bigint;
@@ -7204,15 +7024,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7204
7024
  Bitcoin: {
7205
7025
  BTC: string | number;
7206
7026
  };
7027
+ Polkadot: {
7028
+ DOT: string | number;
7029
+ };
7207
7030
  Ethereum: {
7031
+ FLIP: string | number;
7208
7032
  ETH: string | number;
7209
7033
  USDC: string | number;
7210
- FLIP: string | number;
7211
7034
  USDT: string | number;
7212
7035
  };
7213
- Polkadot: {
7214
- DOT: string | number;
7215
- };
7216
7036
  Arbitrum: {
7217
7037
  ETH?: string | number | undefined;
7218
7038
  USDC?: string | number | undefined;
@@ -7234,14 +7054,14 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7234
7054
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7235
7055
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7236
7056
  }, "strip", z.ZodTypeAny, {
7057
+ FLIP: bigint;
7237
7058
  ETH: bigint;
7238
7059
  USDC: bigint;
7239
- FLIP: bigint;
7240
7060
  USDT: bigint;
7241
7061
  }, {
7062
+ FLIP: string | number;
7242
7063
  ETH: string | number;
7243
7064
  USDC: string | number;
7244
- FLIP: string | number;
7245
7065
  USDT: string | number;
7246
7066
  }>;
7247
7067
  Polkadot: z.ZodObject<{
@@ -7265,15 +7085,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7265
7085
  Bitcoin: {
7266
7086
  BTC: bigint;
7267
7087
  };
7088
+ Polkadot: {
7089
+ DOT: bigint;
7090
+ };
7268
7091
  Ethereum: {
7092
+ FLIP: bigint;
7269
7093
  ETH: bigint;
7270
7094
  USDC: bigint;
7271
- FLIP: bigint;
7272
7095
  USDT: bigint;
7273
7096
  };
7274
- Polkadot: {
7275
- DOT: bigint;
7276
- };
7277
7097
  Arbitrum: {
7278
7098
  ETH: bigint;
7279
7099
  USDC: bigint;
@@ -7282,15 +7102,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7282
7102
  Bitcoin: {
7283
7103
  BTC: string | number;
7284
7104
  };
7105
+ Polkadot: {
7106
+ DOT: string | number;
7107
+ };
7285
7108
  Ethereum: {
7109
+ FLIP: string | number;
7286
7110
  ETH: string | number;
7287
7111
  USDC: string | number;
7288
- FLIP: string | number;
7289
7112
  USDT: string | number;
7290
7113
  };
7291
- Polkadot: {
7292
- DOT: string | number;
7293
- };
7294
7114
  Arbitrum: {
7295
7115
  ETH?: string | number | undefined;
7296
7116
  USDC?: string | number | undefined;
@@ -7303,13 +7123,13 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7303
7123
  Arbitrum: z.ZodDefault<z.ZodNullable<z.ZodString>>;
7304
7124
  }, "strip", z.ZodTypeAny, {
7305
7125
  Bitcoin: string | null;
7306
- Ethereum: string | null;
7307
7126
  Polkadot: string | null;
7127
+ Ethereum: string | null;
7308
7128
  Arbitrum: string | null;
7309
7129
  }, {
7310
7130
  Bitcoin: string | null;
7311
- Ethereum: string | null;
7312
7131
  Polkadot: string | null;
7132
+ Ethereum: string | null;
7313
7133
  Arbitrum?: string | null | undefined;
7314
7134
  }>;
7315
7135
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -7327,14 +7147,14 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7327
7147
  FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7328
7148
  USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7329
7149
  }, "strip", z.ZodTypeAny, {
7150
+ FLIP: bigint;
7330
7151
  ETH: bigint;
7331
7152
  USDC: bigint;
7332
- FLIP: bigint;
7333
7153
  USDT: bigint;
7334
7154
  }, {
7155
+ FLIP: string | number;
7335
7156
  ETH: string | number;
7336
7157
  USDC: string | number;
7337
- FLIP: string | number;
7338
7158
  USDT: string | number;
7339
7159
  }>;
7340
7160
  Polkadot: z.ZodObject<{
@@ -7358,15 +7178,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7358
7178
  Bitcoin: {
7359
7179
  BTC: bigint;
7360
7180
  };
7181
+ Polkadot: {
7182
+ DOT: bigint;
7183
+ };
7361
7184
  Ethereum: {
7185
+ FLIP: bigint;
7362
7186
  ETH: bigint;
7363
7187
  USDC: bigint;
7364
- FLIP: bigint;
7365
7188
  USDT: bigint;
7366
7189
  };
7367
- Polkadot: {
7368
- DOT: bigint;
7369
- };
7370
7190
  Arbitrum: {
7371
7191
  ETH: bigint;
7372
7192
  USDC: bigint;
@@ -7375,15 +7195,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7375
7195
  Bitcoin: {
7376
7196
  BTC: string | number;
7377
7197
  };
7198
+ Polkadot: {
7199
+ DOT: string | number;
7200
+ };
7378
7201
  Ethereum: {
7202
+ FLIP: string | number;
7379
7203
  ETH: string | number;
7380
7204
  USDC: string | number;
7381
- FLIP: string | number;
7382
7205
  USDT: string | number;
7383
7206
  };
7384
- Polkadot: {
7385
- DOT: string | number;
7386
- };
7387
7207
  Arbitrum: {
7388
7208
  ETH?: string | number | undefined;
7389
7209
  USDC?: string | number | undefined;
@@ -7396,15 +7216,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7396
7216
  Bitcoin: {
7397
7217
  BTC: bigint;
7398
7218
  };
7219
+ Polkadot: {
7220
+ DOT: bigint;
7221
+ };
7399
7222
  Ethereum: {
7223
+ FLIP: bigint;
7400
7224
  ETH: bigint;
7401
7225
  USDC: bigint;
7402
- FLIP: bigint;
7403
7226
  USDT: bigint;
7404
7227
  };
7405
- Polkadot: {
7406
- DOT: bigint;
7407
- };
7408
7228
  Arbitrum: {
7409
7229
  ETH: bigint;
7410
7230
  USDC: bigint;
@@ -7414,15 +7234,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7414
7234
  Bitcoin: {
7415
7235
  BTC: bigint;
7416
7236
  };
7237
+ Polkadot: {
7238
+ DOT: bigint;
7239
+ };
7417
7240
  Ethereum: {
7241
+ FLIP: bigint;
7418
7242
  ETH: bigint;
7419
7243
  USDC: bigint;
7420
- FLIP: bigint;
7421
7244
  USDT: bigint;
7422
7245
  };
7423
- Polkadot: {
7424
- DOT: bigint;
7425
- };
7426
7246
  Arbitrum: {
7427
7247
  ETH: bigint;
7428
7248
  USDC: bigint;
@@ -7430,8 +7250,8 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7430
7250
  };
7431
7251
  refund_addresses: {
7432
7252
  Bitcoin: string | null;
7433
- Ethereum: string | null;
7434
7253
  Polkadot: string | null;
7254
+ Ethereum: string | null;
7435
7255
  Arbitrum: string | null;
7436
7256
  };
7437
7257
  }, {
@@ -7441,15 +7261,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7441
7261
  Bitcoin: {
7442
7262
  BTC: string | number;
7443
7263
  };
7264
+ Polkadot: {
7265
+ DOT: string | number;
7266
+ };
7444
7267
  Ethereum: {
7268
+ FLIP: string | number;
7445
7269
  ETH: string | number;
7446
7270
  USDC: string | number;
7447
- FLIP: string | number;
7448
7271
  USDT: string | number;
7449
7272
  };
7450
- Polkadot: {
7451
- DOT: string | number;
7452
- };
7453
7273
  Arbitrum: {
7454
7274
  ETH?: string | number | undefined;
7455
7275
  USDC?: string | number | undefined;
@@ -7459,15 +7279,15 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7459
7279
  Bitcoin: {
7460
7280
  BTC: string | number;
7461
7281
  };
7282
+ Polkadot: {
7283
+ DOT: string | number;
7284
+ };
7462
7285
  Ethereum: {
7286
+ FLIP: string | number;
7463
7287
  ETH: string | number;
7464
7288
  USDC: string | number;
7465
- FLIP: string | number;
7466
7289
  USDT: string | number;
7467
7290
  };
7468
- Polkadot: {
7469
- DOT: string | number;
7470
- };
7471
7291
  Arbitrum: {
7472
7292
  ETH?: string | number | undefined;
7473
7293
  USDC?: string | number | undefined;
@@ -7475,8 +7295,8 @@ declare const cfAccountInfo: z.ZodUnion<[z.ZodObject<{
7475
7295
  };
7476
7296
  refund_addresses: {
7477
7297
  Bitcoin: string | null;
7478
- Ethereum: string | null;
7479
7298
  Polkadot: string | null;
7299
+ Ethereum: string | null;
7480
7300
  Arbitrum?: string | null | undefined;
7481
7301
  };
7482
7302
  }>, z.ZodObject<{
@@ -7601,24 +7421,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7601
7421
  }, {
7602
7422
  chain: "Arbitrum";
7603
7423
  asset: "USDC";
7604
- }>, z.ZodObject<{
7605
- chain: z.ZodLiteral<"Solana">;
7606
- asset: z.ZodLiteral<"SOL">;
7607
- }, "strip", z.ZodTypeAny, {
7608
- chain: "Solana";
7609
- asset: "SOL";
7610
- }, {
7611
- chain: "Solana";
7612
- asset: "SOL";
7613
- }>, z.ZodObject<{
7614
- chain: z.ZodLiteral<"Solana">;
7615
- asset: z.ZodLiteral<"USDC">;
7616
- }, "strip", z.ZodTypeAny, {
7617
- chain: "Solana";
7618
- asset: "USDC";
7619
- }, {
7620
- chain: "Solana";
7621
- asset: "USDC";
7622
7424
  }>]>;
7623
7425
  quote_asset: z.ZodUnion<[z.ZodObject<{
7624
7426
  chain: z.ZodLiteral<"Bitcoin">;
@@ -7692,24 +7494,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7692
7494
  }, {
7693
7495
  chain: "Arbitrum";
7694
7496
  asset: "USDC";
7695
- }>, z.ZodObject<{
7696
- chain: z.ZodLiteral<"Solana">;
7697
- asset: z.ZodLiteral<"SOL">;
7698
- }, "strip", z.ZodTypeAny, {
7699
- chain: "Solana";
7700
- asset: "SOL";
7701
- }, {
7702
- chain: "Solana";
7703
- asset: "SOL";
7704
- }>, z.ZodObject<{
7705
- chain: z.ZodLiteral<"Solana">;
7706
- asset: z.ZodLiteral<"USDC">;
7707
- }, "strip", z.ZodTypeAny, {
7708
- chain: "Solana";
7709
- asset: "USDC";
7710
- }, {
7711
- chain: "Solana";
7712
- asset: "USDC";
7713
7497
  }>]>;
7714
7498
  }, "strip", z.ZodTypeAny, {
7715
7499
  quote_asset: {
@@ -7736,12 +7520,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7736
7520
  } | {
7737
7521
  chain: "Arbitrum";
7738
7522
  asset: "USDC";
7739
- } | {
7740
- chain: "Solana";
7741
- asset: "SOL";
7742
- } | {
7743
- chain: "Solana";
7744
- asset: "USDC";
7745
7523
  };
7746
7524
  sell: bigint | null;
7747
7525
  buy: bigint | null;
@@ -7770,12 +7548,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7770
7548
  } | {
7771
7549
  chain: "Arbitrum";
7772
7550
  asset: "USDC";
7773
- } | {
7774
- chain: "Solana";
7775
- asset: "SOL";
7776
- } | {
7777
- chain: "Solana";
7778
- asset: "USDC";
7779
7551
  };
7780
7552
  }, {
7781
7553
  quote_asset: {
@@ -7802,12 +7574,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7802
7574
  } | {
7803
7575
  chain: "Arbitrum";
7804
7576
  asset: "USDC";
7805
- } | {
7806
- chain: "Solana";
7807
- asset: "SOL";
7808
- } | {
7809
- chain: "Solana";
7810
- asset: "USDC";
7811
7577
  };
7812
7578
  sell: string | number | null;
7813
7579
  buy: string | number | null;
@@ -7836,12 +7602,6 @@ declare const cfPoolPriceV2: z.ZodObject<{
7836
7602
  } | {
7837
7603
  chain: "Arbitrum";
7838
7604
  asset: "USDC";
7839
- } | {
7840
- chain: "Solana";
7841
- asset: "SOL";
7842
- } | {
7843
- chain: "Solana";
7844
- asset: "USDC";
7845
7605
  };
7846
7606
  }>;
7847
7607
  declare const ask: z.ZodEffects<z.ZodObject<{
@@ -8321,24 +8081,6 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
8321
8081
  }, {
8322
8082
  chain: "Arbitrum";
8323
8083
  asset: "USDC";
8324
- }>, z.ZodObject<{
8325
- chain: z.ZodLiteral<"Solana">;
8326
- asset: z.ZodLiteral<"SOL">;
8327
- }, "strip", z.ZodTypeAny, {
8328
- chain: "Solana";
8329
- asset: "SOL";
8330
- }, {
8331
- chain: "Solana";
8332
- asset: "SOL";
8333
- }>, z.ZodObject<{
8334
- chain: z.ZodLiteral<"Solana">;
8335
- asset: z.ZodLiteral<"USDC">;
8336
- }, "strip", z.ZodTypeAny, {
8337
- chain: "Solana";
8338
- asset: "USDC";
8339
- }, {
8340
- chain: "Solana";
8341
- asset: "USDC";
8342
8084
  }>]>, z.ZodObject<{
8343
8085
  fee_tier: z.ZodNumber;
8344
8086
  available_amounts: z.ZodArray<z.ZodObject<{
@@ -8493,24 +8235,6 @@ declare const cfBoostPoolPendingFees: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z
8493
8235
  }, {
8494
8236
  chain: "Arbitrum";
8495
8237
  asset: "USDC";
8496
- }>, z.ZodObject<{
8497
- chain: z.ZodLiteral<"Solana">;
8498
- asset: z.ZodLiteral<"SOL">;
8499
- }, "strip", z.ZodTypeAny, {
8500
- chain: "Solana";
8501
- asset: "SOL";
8502
- }, {
8503
- chain: "Solana";
8504
- asset: "SOL";
8505
- }>, z.ZodObject<{
8506
- chain: z.ZodLiteral<"Solana">;
8507
- asset: z.ZodLiteral<"USDC">;
8508
- }, "strip", z.ZodTypeAny, {
8509
- chain: "Solana";
8510
- asset: "USDC";
8511
- }, {
8512
- chain: "Solana";
8513
- asset: "USDC";
8514
8238
  }>]>, z.ZodObject<{
8515
8239
  fee_tier: z.ZodNumber;
8516
8240
  pending_fees: z.ZodArray<z.ZodObject<{