@chainflip/rpc 1.9.1 → 1.9.3

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.
@@ -2197,28 +2197,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2197
2197
  Polkadot: string | number;
2198
2198
  Assethub?: string | number | undefined;
2199
2199
  }>;
2200
- max_swap_retry_duration_blocks: z.ZodObject<{
2201
- Bitcoin: z.ZodNumber;
2202
- Ethereum: z.ZodNumber;
2203
- Polkadot: z.ZodNumber;
2204
- Arbitrum: z.ZodNumber;
2205
- Solana: z.ZodNumber;
2206
- Assethub: z.ZodDefault<z.ZodNumber>;
2207
- }, "strip", z.ZodTypeAny, {
2208
- Bitcoin: number;
2209
- Ethereum: number;
2210
- Arbitrum: number;
2211
- Solana: number;
2212
- Polkadot: number;
2213
- Assethub: number;
2214
- }, {
2215
- Bitcoin: number;
2216
- Ethereum: number;
2217
- Arbitrum: number;
2218
- Solana: number;
2219
- Polkadot: number;
2220
- Assethub?: number | undefined;
2221
- }>;
2222
2200
  }, "strip", z.ZodTypeAny, {
2223
2201
  minimum_deposit_amounts: {
2224
2202
  Bitcoin: {
@@ -2344,14 +2322,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2344
2322
  Polkadot: bigint;
2345
2323
  Assethub: bigint;
2346
2324
  };
2347
- max_swap_retry_duration_blocks: {
2348
- Bitcoin: number;
2349
- Ethereum: number;
2350
- Arbitrum: number;
2351
- Solana: number;
2352
- Polkadot: number;
2353
- Assethub: number;
2354
- };
2355
2325
  }, {
2356
2326
  minimum_deposit_amounts: {
2357
2327
  Bitcoin: {
@@ -2477,14 +2447,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2477
2447
  Polkadot: string | number;
2478
2448
  Assethub?: string | number | undefined;
2479
2449
  };
2480
- max_swap_retry_duration_blocks: {
2481
- Bitcoin: number;
2482
- Ethereum: number;
2483
- Arbitrum: number;
2484
- Solana: number;
2485
- Polkadot: number;
2486
- Assethub?: number | undefined;
2487
- };
2488
2450
  }>, Rename<{
2489
2451
  minimum_deposit_amounts: {
2490
2452
  Bitcoin: {
@@ -2610,14 +2572,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2610
2572
  Polkadot: bigint;
2611
2573
  Assethub: bigint;
2612
2574
  };
2613
- max_swap_retry_duration_blocks: {
2614
- Bitcoin: number;
2615
- Ethereum: number;
2616
- Arbitrum: number;
2617
- Solana: number;
2618
- Polkadot: number;
2619
- Assethub: number;
2620
- };
2621
2575
  }, {
2622
2576
  readonly egress_dust_limits: "minimum_egress_amounts";
2623
2577
  }>, {
@@ -2745,14 +2699,6 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2745
2699
  Polkadot: string | number;
2746
2700
  Assethub?: string | number | undefined;
2747
2701
  };
2748
- max_swap_retry_duration_blocks: {
2749
- Bitcoin: number;
2750
- Ethereum: number;
2751
- Arbitrum: number;
2752
- Solana: number;
2753
- Polkadot: number;
2754
- Assethub?: number | undefined;
2755
- };
2756
2702
  }>;
2757
2703
  declare const cfSwappingEnvironment: z.ZodObject<{
2758
2704
  maximum_swap_amounts: z.ZodObject<{
@@ -2873,6 +2819,126 @@ declare const cfSwappingEnvironment: z.ZodObject<{
2873
2819
  } | undefined;
2874
2820
  }>;
2875
2821
  network_fee_hundredth_pips: z.ZodNumber;
2822
+ swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
2823
+ max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
2824
+ max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
2825
+ minimum_chunk_size: z.ZodOptional<z.ZodObject<{
2826
+ Bitcoin: z.ZodObject<{
2827
+ BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2828
+ }, "strip", z.ZodTypeAny, {
2829
+ BTC: bigint | null;
2830
+ }, {
2831
+ BTC: string | number | null;
2832
+ }>;
2833
+ Ethereum: z.ZodObject<{
2834
+ ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2835
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2836
+ FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2837
+ USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2838
+ }, "strip", z.ZodTypeAny, {
2839
+ ETH: bigint | null;
2840
+ USDC: bigint | null;
2841
+ FLIP: bigint | null;
2842
+ USDT: bigint | null;
2843
+ }, {
2844
+ ETH: string | number | null;
2845
+ USDC: string | number | null;
2846
+ FLIP: string | number | null;
2847
+ USDT: string | number | null;
2848
+ }>;
2849
+ Polkadot: z.ZodObject<{
2850
+ DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2851
+ }, "strip", z.ZodTypeAny, {
2852
+ DOT: bigint | null;
2853
+ }, {
2854
+ DOT: string | number | null;
2855
+ }>;
2856
+ Arbitrum: z.ZodObject<{
2857
+ ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2858
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2859
+ }, "strip", z.ZodTypeAny, {
2860
+ ETH: bigint | null;
2861
+ USDC: bigint | null;
2862
+ }, {
2863
+ ETH: string | number | null;
2864
+ USDC: string | number | null;
2865
+ }>;
2866
+ Solana: z.ZodObject<{
2867
+ SOL: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2868
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2869
+ }, "strip", z.ZodTypeAny, {
2870
+ USDC: bigint | null;
2871
+ SOL: bigint | null;
2872
+ }, {
2873
+ USDC: string | number | null;
2874
+ SOL: string | number | null;
2875
+ }>;
2876
+ Assethub: z.ZodDefault<z.ZodObject<{
2877
+ DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2878
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2879
+ USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
2880
+ }, "strip", z.ZodTypeAny, {
2881
+ USDC: bigint | null;
2882
+ USDT: bigint | null;
2883
+ DOT: bigint | null;
2884
+ }, {
2885
+ USDC: string | number | null;
2886
+ USDT: string | number | null;
2887
+ DOT: string | number | null;
2888
+ }>>;
2889
+ }, "strip", z.ZodTypeAny, {
2890
+ Bitcoin: {
2891
+ BTC: bigint | null;
2892
+ };
2893
+ Ethereum: {
2894
+ ETH: bigint | null;
2895
+ USDC: bigint | null;
2896
+ FLIP: bigint | null;
2897
+ USDT: bigint | null;
2898
+ };
2899
+ Arbitrum: {
2900
+ ETH: bigint | null;
2901
+ USDC: bigint | null;
2902
+ };
2903
+ Solana: {
2904
+ USDC: bigint | null;
2905
+ SOL: bigint | null;
2906
+ };
2907
+ Polkadot: {
2908
+ DOT: bigint | null;
2909
+ };
2910
+ Assethub: {
2911
+ USDC: bigint | null;
2912
+ USDT: bigint | null;
2913
+ DOT: bigint | null;
2914
+ };
2915
+ }, {
2916
+ Bitcoin: {
2917
+ BTC: string | number | null;
2918
+ };
2919
+ Ethereum: {
2920
+ ETH: string | number | null;
2921
+ USDC: string | number | null;
2922
+ FLIP: string | number | null;
2923
+ USDT: string | number | null;
2924
+ };
2925
+ Arbitrum: {
2926
+ ETH: string | number | null;
2927
+ USDC: string | number | null;
2928
+ };
2929
+ Solana: {
2930
+ USDC: string | number | null;
2931
+ SOL: string | number | null;
2932
+ };
2933
+ Polkadot: {
2934
+ DOT: string | number | null;
2935
+ };
2936
+ Assethub?: {
2937
+ USDC: string | number | null;
2938
+ USDT: string | number | null;
2939
+ DOT: string | number | null;
2940
+ } | undefined;
2941
+ }>>;
2876
2942
  }, "strip", z.ZodTypeAny, {
2877
2943
  maximum_swap_amounts: {
2878
2944
  Bitcoin: {
@@ -2902,6 +2968,36 @@ declare const cfSwappingEnvironment: z.ZodObject<{
2902
2968
  };
2903
2969
  };
2904
2970
  network_fee_hundredth_pips: number;
2971
+ swap_retry_delay_blocks?: number | undefined;
2972
+ max_swap_retry_duration_blocks?: number | undefined;
2973
+ max_swap_request_duration_blocks?: number | undefined;
2974
+ minimum_chunk_size?: {
2975
+ Bitcoin: {
2976
+ BTC: bigint | null;
2977
+ };
2978
+ Ethereum: {
2979
+ ETH: bigint | null;
2980
+ USDC: bigint | null;
2981
+ FLIP: bigint | null;
2982
+ USDT: bigint | null;
2983
+ };
2984
+ Arbitrum: {
2985
+ ETH: bigint | null;
2986
+ USDC: bigint | null;
2987
+ };
2988
+ Solana: {
2989
+ USDC: bigint | null;
2990
+ SOL: bigint | null;
2991
+ };
2992
+ Polkadot: {
2993
+ DOT: bigint | null;
2994
+ };
2995
+ Assethub: {
2996
+ USDC: bigint | null;
2997
+ USDT: bigint | null;
2998
+ DOT: bigint | null;
2999
+ };
3000
+ } | undefined;
2905
3001
  }, {
2906
3002
  maximum_swap_amounts: {
2907
3003
  Bitcoin: {
@@ -2931,6 +3027,36 @@ declare const cfSwappingEnvironment: z.ZodObject<{
2931
3027
  } | undefined;
2932
3028
  };
2933
3029
  network_fee_hundredth_pips: number;
3030
+ swap_retry_delay_blocks?: number | undefined;
3031
+ max_swap_retry_duration_blocks?: number | undefined;
3032
+ max_swap_request_duration_blocks?: number | undefined;
3033
+ minimum_chunk_size?: {
3034
+ Bitcoin: {
3035
+ BTC: string | number | null;
3036
+ };
3037
+ Ethereum: {
3038
+ ETH: string | number | null;
3039
+ USDC: string | number | null;
3040
+ FLIP: string | number | null;
3041
+ USDT: string | number | null;
3042
+ };
3043
+ Arbitrum: {
3044
+ ETH: string | number | null;
3045
+ USDC: string | number | null;
3046
+ };
3047
+ Solana: {
3048
+ USDC: string | number | null;
3049
+ SOL: string | number | null;
3050
+ };
3051
+ Polkadot: {
3052
+ DOT: string | number | null;
3053
+ };
3054
+ Assethub?: {
3055
+ USDC: string | number | null;
3056
+ USDT: string | number | null;
3057
+ DOT: string | number | null;
3058
+ } | undefined;
3059
+ } | undefined;
2934
3060
  }>;
2935
3061
  declare const cfFundingEnvironment: z.ZodObject<{
2936
3062
  redemption_tax: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -8124,28 +8250,6 @@ declare const cfEnvironment: z.ZodObject<{
8124
8250
  Polkadot: string | number;
8125
8251
  Assethub?: string | number | undefined;
8126
8252
  }>;
8127
- max_swap_retry_duration_blocks: z.ZodObject<{
8128
- Bitcoin: z.ZodNumber;
8129
- Ethereum: z.ZodNumber;
8130
- Polkadot: z.ZodNumber;
8131
- Arbitrum: z.ZodNumber;
8132
- Solana: z.ZodNumber;
8133
- Assethub: z.ZodDefault<z.ZodNumber>;
8134
- }, "strip", z.ZodTypeAny, {
8135
- Bitcoin: number;
8136
- Ethereum: number;
8137
- Arbitrum: number;
8138
- Solana: number;
8139
- Polkadot: number;
8140
- Assethub: number;
8141
- }, {
8142
- Bitcoin: number;
8143
- Ethereum: number;
8144
- Arbitrum: number;
8145
- Solana: number;
8146
- Polkadot: number;
8147
- Assethub?: number | undefined;
8148
- }>;
8149
8253
  }, "strip", z.ZodTypeAny, {
8150
8254
  minimum_deposit_amounts: {
8151
8255
  Bitcoin: {
@@ -8271,14 +8375,6 @@ declare const cfEnvironment: z.ZodObject<{
8271
8375
  Polkadot: bigint;
8272
8376
  Assethub: bigint;
8273
8377
  };
8274
- max_swap_retry_duration_blocks: {
8275
- Bitcoin: number;
8276
- Ethereum: number;
8277
- Arbitrum: number;
8278
- Solana: number;
8279
- Polkadot: number;
8280
- Assethub: number;
8281
- };
8282
8378
  }, {
8283
8379
  minimum_deposit_amounts: {
8284
8380
  Bitcoin: {
@@ -8404,14 +8500,6 @@ declare const cfEnvironment: z.ZodObject<{
8404
8500
  Polkadot: string | number;
8405
8501
  Assethub?: string | number | undefined;
8406
8502
  };
8407
- max_swap_retry_duration_blocks: {
8408
- Bitcoin: number;
8409
- Ethereum: number;
8410
- Arbitrum: number;
8411
- Solana: number;
8412
- Polkadot: number;
8413
- Assethub?: number | undefined;
8414
- };
8415
8503
  }>, Rename<{
8416
8504
  minimum_deposit_amounts: {
8417
8505
  Bitcoin: {
@@ -8537,14 +8625,6 @@ declare const cfEnvironment: z.ZodObject<{
8537
8625
  Polkadot: bigint;
8538
8626
  Assethub: bigint;
8539
8627
  };
8540
- max_swap_retry_duration_blocks: {
8541
- Bitcoin: number;
8542
- Ethereum: number;
8543
- Arbitrum: number;
8544
- Solana: number;
8545
- Polkadot: number;
8546
- Assethub: number;
8547
- };
8548
8628
  }, {
8549
8629
  readonly egress_dust_limits: "minimum_egress_amounts";
8550
8630
  }>, {
@@ -8672,14 +8752,6 @@ declare const cfEnvironment: z.ZodObject<{
8672
8752
  Polkadot: string | number;
8673
8753
  Assethub?: string | number | undefined;
8674
8754
  };
8675
- max_swap_retry_duration_blocks: {
8676
- Bitcoin: number;
8677
- Ethereum: number;
8678
- Arbitrum: number;
8679
- Solana: number;
8680
- Polkadot: number;
8681
- Assethub?: number | undefined;
8682
- };
8683
8755
  }>;
8684
8756
  swapping: z.ZodObject<{
8685
8757
  maximum_swap_amounts: z.ZodObject<{
@@ -8800,8 +8872,74 @@ declare const cfEnvironment: z.ZodObject<{
8800
8872
  } | undefined;
8801
8873
  }>;
8802
8874
  network_fee_hundredth_pips: z.ZodNumber;
8803
- }, "strip", z.ZodTypeAny, {
8804
- maximum_swap_amounts: {
8875
+ swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
8876
+ max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
8877
+ max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
8878
+ minimum_chunk_size: z.ZodOptional<z.ZodObject<{
8879
+ Bitcoin: z.ZodObject<{
8880
+ BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8881
+ }, "strip", z.ZodTypeAny, {
8882
+ BTC: bigint | null;
8883
+ }, {
8884
+ BTC: string | number | null;
8885
+ }>;
8886
+ Ethereum: z.ZodObject<{
8887
+ ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8888
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8889
+ FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8890
+ USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8891
+ }, "strip", z.ZodTypeAny, {
8892
+ ETH: bigint | null;
8893
+ USDC: bigint | null;
8894
+ FLIP: bigint | null;
8895
+ USDT: bigint | null;
8896
+ }, {
8897
+ ETH: string | number | null;
8898
+ USDC: string | number | null;
8899
+ FLIP: string | number | null;
8900
+ USDT: string | number | null;
8901
+ }>;
8902
+ Polkadot: z.ZodObject<{
8903
+ DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8904
+ }, "strip", z.ZodTypeAny, {
8905
+ DOT: bigint | null;
8906
+ }, {
8907
+ DOT: string | number | null;
8908
+ }>;
8909
+ Arbitrum: z.ZodObject<{
8910
+ ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8911
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8912
+ }, "strip", z.ZodTypeAny, {
8913
+ ETH: bigint | null;
8914
+ USDC: bigint | null;
8915
+ }, {
8916
+ ETH: string | number | null;
8917
+ USDC: string | number | null;
8918
+ }>;
8919
+ Solana: z.ZodObject<{
8920
+ SOL: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8921
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8922
+ }, "strip", z.ZodTypeAny, {
8923
+ USDC: bigint | null;
8924
+ SOL: bigint | null;
8925
+ }, {
8926
+ USDC: string | number | null;
8927
+ SOL: string | number | null;
8928
+ }>;
8929
+ Assethub: z.ZodDefault<z.ZodObject<{
8930
+ DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8931
+ USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8932
+ USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
8933
+ }, "strip", z.ZodTypeAny, {
8934
+ USDC: bigint | null;
8935
+ USDT: bigint | null;
8936
+ DOT: bigint | null;
8937
+ }, {
8938
+ USDC: string | number | null;
8939
+ USDT: string | number | null;
8940
+ DOT: string | number | null;
8941
+ }>>;
8942
+ }, "strip", z.ZodTypeAny, {
8805
8943
  Bitcoin: {
8806
8944
  BTC: bigint | null;
8807
8945
  };
@@ -8827,10 +8965,7 @@ declare const cfEnvironment: z.ZodObject<{
8827
8965
  USDT: bigint | null;
8828
8966
  DOT: bigint | null;
8829
8967
  };
8830
- };
8831
- network_fee_hundredth_pips: number;
8832
- }, {
8833
- maximum_swap_amounts: {
8968
+ }, {
8834
8969
  Bitcoin: {
8835
8970
  BTC: string | number | null;
8836
8971
  };
@@ -8856,9 +8991,126 @@ declare const cfEnvironment: z.ZodObject<{
8856
8991
  USDT: string | number | null;
8857
8992
  DOT: string | number | null;
8858
8993
  } | undefined;
8859
- };
8860
- network_fee_hundredth_pips: number;
8861
- }>;
8994
+ }>>;
8995
+ }, "strip", z.ZodTypeAny, {
8996
+ maximum_swap_amounts: {
8997
+ Bitcoin: {
8998
+ BTC: bigint | null;
8999
+ };
9000
+ Ethereum: {
9001
+ ETH: bigint | null;
9002
+ USDC: bigint | null;
9003
+ FLIP: bigint | null;
9004
+ USDT: bigint | null;
9005
+ };
9006
+ Arbitrum: {
9007
+ ETH: bigint | null;
9008
+ USDC: bigint | null;
9009
+ };
9010
+ Solana: {
9011
+ USDC: bigint | null;
9012
+ SOL: bigint | null;
9013
+ };
9014
+ Polkadot: {
9015
+ DOT: bigint | null;
9016
+ };
9017
+ Assethub: {
9018
+ USDC: bigint | null;
9019
+ USDT: bigint | null;
9020
+ DOT: bigint | null;
9021
+ };
9022
+ };
9023
+ network_fee_hundredth_pips: number;
9024
+ swap_retry_delay_blocks?: number | undefined;
9025
+ max_swap_retry_duration_blocks?: number | undefined;
9026
+ max_swap_request_duration_blocks?: number | undefined;
9027
+ minimum_chunk_size?: {
9028
+ Bitcoin: {
9029
+ BTC: bigint | null;
9030
+ };
9031
+ Ethereum: {
9032
+ ETH: bigint | null;
9033
+ USDC: bigint | null;
9034
+ FLIP: bigint | null;
9035
+ USDT: bigint | null;
9036
+ };
9037
+ Arbitrum: {
9038
+ ETH: bigint | null;
9039
+ USDC: bigint | null;
9040
+ };
9041
+ Solana: {
9042
+ USDC: bigint | null;
9043
+ SOL: bigint | null;
9044
+ };
9045
+ Polkadot: {
9046
+ DOT: bigint | null;
9047
+ };
9048
+ Assethub: {
9049
+ USDC: bigint | null;
9050
+ USDT: bigint | null;
9051
+ DOT: bigint | null;
9052
+ };
9053
+ } | undefined;
9054
+ }, {
9055
+ maximum_swap_amounts: {
9056
+ Bitcoin: {
9057
+ BTC: string | number | null;
9058
+ };
9059
+ Ethereum: {
9060
+ ETH: string | number | null;
9061
+ USDC: string | number | null;
9062
+ FLIP: string | number | null;
9063
+ USDT: string | number | null;
9064
+ };
9065
+ Arbitrum: {
9066
+ ETH: string | number | null;
9067
+ USDC: string | number | null;
9068
+ };
9069
+ Solana: {
9070
+ USDC: string | number | null;
9071
+ SOL: string | number | null;
9072
+ };
9073
+ Polkadot: {
9074
+ DOT: string | number | null;
9075
+ };
9076
+ Assethub?: {
9077
+ USDC: string | number | null;
9078
+ USDT: string | number | null;
9079
+ DOT: string | number | null;
9080
+ } | undefined;
9081
+ };
9082
+ network_fee_hundredth_pips: number;
9083
+ swap_retry_delay_blocks?: number | undefined;
9084
+ max_swap_retry_duration_blocks?: number | undefined;
9085
+ max_swap_request_duration_blocks?: number | undefined;
9086
+ minimum_chunk_size?: {
9087
+ Bitcoin: {
9088
+ BTC: string | number | null;
9089
+ };
9090
+ Ethereum: {
9091
+ ETH: string | number | null;
9092
+ USDC: string | number | null;
9093
+ FLIP: string | number | null;
9094
+ USDT: string | number | null;
9095
+ };
9096
+ Arbitrum: {
9097
+ ETH: string | number | null;
9098
+ USDC: string | number | null;
9099
+ };
9100
+ Solana: {
9101
+ USDC: string | number | null;
9102
+ SOL: string | number | null;
9103
+ };
9104
+ Polkadot: {
9105
+ DOT: string | number | null;
9106
+ };
9107
+ Assethub?: {
9108
+ USDC: string | number | null;
9109
+ USDT: string | number | null;
9110
+ DOT: string | number | null;
9111
+ } | undefined;
9112
+ } | undefined;
9113
+ }>;
8862
9114
  funding: z.ZodObject<{
8863
9115
  redemption_tax: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
8864
9116
  minimum_funding_amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -13663,14 +13915,6 @@ declare const cfEnvironment: z.ZodObject<{
13663
13915
  Polkadot: bigint;
13664
13916
  Assethub: bigint;
13665
13917
  };
13666
- max_swap_retry_duration_blocks: {
13667
- Bitcoin: number;
13668
- Ethereum: number;
13669
- Arbitrum: number;
13670
- Solana: number;
13671
- Polkadot: number;
13672
- Assethub: number;
13673
- };
13674
13918
  }, "egress_dust_limits"> & {
13675
13919
  readonly minimum_egress_amounts: {
13676
13920
  Bitcoin: {
@@ -13729,6 +13973,36 @@ declare const cfEnvironment: z.ZodObject<{
13729
13973
  };
13730
13974
  };
13731
13975
  network_fee_hundredth_pips: number;
13976
+ swap_retry_delay_blocks?: number | undefined;
13977
+ max_swap_retry_duration_blocks?: number | undefined;
13978
+ max_swap_request_duration_blocks?: number | undefined;
13979
+ minimum_chunk_size?: {
13980
+ Bitcoin: {
13981
+ BTC: bigint | null;
13982
+ };
13983
+ Ethereum: {
13984
+ ETH: bigint | null;
13985
+ USDC: bigint | null;
13986
+ FLIP: bigint | null;
13987
+ USDT: bigint | null;
13988
+ };
13989
+ Arbitrum: {
13990
+ ETH: bigint | null;
13991
+ USDC: bigint | null;
13992
+ };
13993
+ Solana: {
13994
+ USDC: bigint | null;
13995
+ SOL: bigint | null;
13996
+ };
13997
+ Polkadot: {
13998
+ DOT: bigint | null;
13999
+ };
14000
+ Assethub: {
14001
+ USDC: bigint | null;
14002
+ USDT: bigint | null;
14003
+ DOT: bigint | null;
14004
+ };
14005
+ } | undefined;
13732
14006
  };
13733
14007
  funding: {
13734
14008
  redemption_tax: bigint;
@@ -14440,14 +14714,6 @@ declare const cfEnvironment: z.ZodObject<{
14440
14714
  Polkadot: string | number;
14441
14715
  Assethub?: string | number | undefined;
14442
14716
  };
14443
- max_swap_retry_duration_blocks: {
14444
- Bitcoin: number;
14445
- Ethereum: number;
14446
- Arbitrum: number;
14447
- Solana: number;
14448
- Polkadot: number;
14449
- Assethub?: number | undefined;
14450
- };
14451
14717
  };
14452
14718
  swapping: {
14453
14719
  maximum_swap_amounts: {
@@ -14478,6 +14744,36 @@ declare const cfEnvironment: z.ZodObject<{
14478
14744
  } | undefined;
14479
14745
  };
14480
14746
  network_fee_hundredth_pips: number;
14747
+ swap_retry_delay_blocks?: number | undefined;
14748
+ max_swap_retry_duration_blocks?: number | undefined;
14749
+ max_swap_request_duration_blocks?: number | undefined;
14750
+ minimum_chunk_size?: {
14751
+ Bitcoin: {
14752
+ BTC: string | number | null;
14753
+ };
14754
+ Ethereum: {
14755
+ ETH: string | number | null;
14756
+ USDC: string | number | null;
14757
+ FLIP: string | number | null;
14758
+ USDT: string | number | null;
14759
+ };
14760
+ Arbitrum: {
14761
+ ETH: string | number | null;
14762
+ USDC: string | number | null;
14763
+ };
14764
+ Solana: {
14765
+ USDC: string | number | null;
14766
+ SOL: string | number | null;
14767
+ };
14768
+ Polkadot: {
14769
+ DOT: string | number | null;
14770
+ };
14771
+ Assethub?: {
14772
+ USDC: string | number | null;
14773
+ USDT: string | number | null;
14774
+ DOT: string | number | null;
14775
+ } | undefined;
14776
+ } | undefined;
14481
14777
  };
14482
14778
  funding: {
14483
14779
  redemption_tax: string | number;
@@ -19983,5 +20279,1191 @@ declare const cfPoolOrderbook: z.ZodObject<{
19983
20279
  sqrt_price: string;
19984
20280
  }[];
19985
20281
  }>;
20282
+ declare const cfTradingStrategy: z.ZodObject<{
20283
+ lp_id: z.ZodString;
20284
+ strategy_id: z.ZodString;
20285
+ strategy: z.ZodObject<{
20286
+ TickZeroCentered: z.ZodObject<{
20287
+ spread_tick: z.ZodNumber;
20288
+ base_asset: z.ZodUnion<[z.ZodObject<{
20289
+ chain: z.ZodLiteral<"Bitcoin">;
20290
+ asset: z.ZodLiteral<"BTC">;
20291
+ }, "strip", z.ZodTypeAny, {
20292
+ chain: "Bitcoin";
20293
+ asset: "BTC";
20294
+ }, {
20295
+ chain: "Bitcoin";
20296
+ asset: "BTC";
20297
+ }>, z.ZodObject<{
20298
+ chain: z.ZodLiteral<"Polkadot">;
20299
+ asset: z.ZodLiteral<"DOT">;
20300
+ }, "strip", z.ZodTypeAny, {
20301
+ chain: "Polkadot";
20302
+ asset: "DOT";
20303
+ }, {
20304
+ chain: "Polkadot";
20305
+ asset: "DOT";
20306
+ }>, z.ZodObject<{
20307
+ chain: z.ZodLiteral<"Ethereum">;
20308
+ asset: z.ZodLiteral<"FLIP">;
20309
+ }, "strip", z.ZodTypeAny, {
20310
+ chain: "Ethereum";
20311
+ asset: "FLIP";
20312
+ }, {
20313
+ chain: "Ethereum";
20314
+ asset: "FLIP";
20315
+ }>, z.ZodObject<{
20316
+ chain: z.ZodLiteral<"Ethereum">;
20317
+ asset: z.ZodLiteral<"ETH">;
20318
+ }, "strip", z.ZodTypeAny, {
20319
+ chain: "Ethereum";
20320
+ asset: "ETH";
20321
+ }, {
20322
+ chain: "Ethereum";
20323
+ asset: "ETH";
20324
+ }>, z.ZodObject<{
20325
+ chain: z.ZodLiteral<"Ethereum">;
20326
+ asset: z.ZodLiteral<"USDC">;
20327
+ }, "strip", z.ZodTypeAny, {
20328
+ chain: "Ethereum";
20329
+ asset: "USDC";
20330
+ }, {
20331
+ chain: "Ethereum";
20332
+ asset: "USDC";
20333
+ }>, z.ZodObject<{
20334
+ chain: z.ZodLiteral<"Ethereum">;
20335
+ asset: z.ZodLiteral<"USDT">;
20336
+ }, "strip", z.ZodTypeAny, {
20337
+ chain: "Ethereum";
20338
+ asset: "USDT";
20339
+ }, {
20340
+ chain: "Ethereum";
20341
+ asset: "USDT";
20342
+ }>, z.ZodObject<{
20343
+ chain: z.ZodLiteral<"Arbitrum">;
20344
+ asset: z.ZodLiteral<"ETH">;
20345
+ }, "strip", z.ZodTypeAny, {
20346
+ chain: "Arbitrum";
20347
+ asset: "ETH";
20348
+ }, {
20349
+ chain: "Arbitrum";
20350
+ asset: "ETH";
20351
+ }>, z.ZodObject<{
20352
+ chain: z.ZodLiteral<"Arbitrum">;
20353
+ asset: z.ZodLiteral<"USDC">;
20354
+ }, "strip", z.ZodTypeAny, {
20355
+ chain: "Arbitrum";
20356
+ asset: "USDC";
20357
+ }, {
20358
+ chain: "Arbitrum";
20359
+ asset: "USDC";
20360
+ }>, z.ZodObject<{
20361
+ chain: z.ZodLiteral<"Solana">;
20362
+ asset: z.ZodLiteral<"SOL">;
20363
+ }, "strip", z.ZodTypeAny, {
20364
+ chain: "Solana";
20365
+ asset: "SOL";
20366
+ }, {
20367
+ chain: "Solana";
20368
+ asset: "SOL";
20369
+ }>, z.ZodObject<{
20370
+ chain: z.ZodLiteral<"Solana">;
20371
+ asset: z.ZodLiteral<"USDC">;
20372
+ }, "strip", z.ZodTypeAny, {
20373
+ chain: "Solana";
20374
+ asset: "USDC";
20375
+ }, {
20376
+ chain: "Solana";
20377
+ asset: "USDC";
20378
+ }>, z.ZodObject<{
20379
+ chain: z.ZodLiteral<"Assethub">;
20380
+ asset: z.ZodLiteral<"DOT">;
20381
+ }, "strip", z.ZodTypeAny, {
20382
+ chain: "Assethub";
20383
+ asset: "DOT";
20384
+ }, {
20385
+ chain: "Assethub";
20386
+ asset: "DOT";
20387
+ }>, z.ZodObject<{
20388
+ chain: z.ZodLiteral<"Assethub">;
20389
+ asset: z.ZodLiteral<"USDC">;
20390
+ }, "strip", z.ZodTypeAny, {
20391
+ chain: "Assethub";
20392
+ asset: "USDC";
20393
+ }, {
20394
+ chain: "Assethub";
20395
+ asset: "USDC";
20396
+ }>, z.ZodObject<{
20397
+ chain: z.ZodLiteral<"Assethub">;
20398
+ asset: z.ZodLiteral<"USDT">;
20399
+ }, "strip", z.ZodTypeAny, {
20400
+ chain: "Assethub";
20401
+ asset: "USDT";
20402
+ }, {
20403
+ chain: "Assethub";
20404
+ asset: "USDT";
20405
+ }>]>;
20406
+ }, "strip", z.ZodTypeAny, {
20407
+ base_asset: {
20408
+ chain: "Bitcoin";
20409
+ asset: "BTC";
20410
+ } | {
20411
+ chain: "Polkadot";
20412
+ asset: "DOT";
20413
+ } | {
20414
+ chain: "Ethereum";
20415
+ asset: "FLIP";
20416
+ } | {
20417
+ chain: "Ethereum";
20418
+ asset: "ETH";
20419
+ } | {
20420
+ chain: "Ethereum";
20421
+ asset: "USDC";
20422
+ } | {
20423
+ chain: "Ethereum";
20424
+ asset: "USDT";
20425
+ } | {
20426
+ chain: "Arbitrum";
20427
+ asset: "ETH";
20428
+ } | {
20429
+ chain: "Arbitrum";
20430
+ asset: "USDC";
20431
+ } | {
20432
+ chain: "Solana";
20433
+ asset: "SOL";
20434
+ } | {
20435
+ chain: "Solana";
20436
+ asset: "USDC";
20437
+ } | {
20438
+ chain: "Assethub";
20439
+ asset: "DOT";
20440
+ } | {
20441
+ chain: "Assethub";
20442
+ asset: "USDC";
20443
+ } | {
20444
+ chain: "Assethub";
20445
+ asset: "USDT";
20446
+ };
20447
+ spread_tick: number;
20448
+ }, {
20449
+ base_asset: {
20450
+ chain: "Bitcoin";
20451
+ asset: "BTC";
20452
+ } | {
20453
+ chain: "Polkadot";
20454
+ asset: "DOT";
20455
+ } | {
20456
+ chain: "Ethereum";
20457
+ asset: "FLIP";
20458
+ } | {
20459
+ chain: "Ethereum";
20460
+ asset: "ETH";
20461
+ } | {
20462
+ chain: "Ethereum";
20463
+ asset: "USDC";
20464
+ } | {
20465
+ chain: "Ethereum";
20466
+ asset: "USDT";
20467
+ } | {
20468
+ chain: "Arbitrum";
20469
+ asset: "ETH";
20470
+ } | {
20471
+ chain: "Arbitrum";
20472
+ asset: "USDC";
20473
+ } | {
20474
+ chain: "Solana";
20475
+ asset: "SOL";
20476
+ } | {
20477
+ chain: "Solana";
20478
+ asset: "USDC";
20479
+ } | {
20480
+ chain: "Assethub";
20481
+ asset: "DOT";
20482
+ } | {
20483
+ chain: "Assethub";
20484
+ asset: "USDC";
20485
+ } | {
20486
+ chain: "Assethub";
20487
+ asset: "USDT";
20488
+ };
20489
+ spread_tick: number;
20490
+ }>;
20491
+ }, "strip", z.ZodTypeAny, {
20492
+ TickZeroCentered: {
20493
+ base_asset: {
20494
+ chain: "Bitcoin";
20495
+ asset: "BTC";
20496
+ } | {
20497
+ chain: "Polkadot";
20498
+ asset: "DOT";
20499
+ } | {
20500
+ chain: "Ethereum";
20501
+ asset: "FLIP";
20502
+ } | {
20503
+ chain: "Ethereum";
20504
+ asset: "ETH";
20505
+ } | {
20506
+ chain: "Ethereum";
20507
+ asset: "USDC";
20508
+ } | {
20509
+ chain: "Ethereum";
20510
+ asset: "USDT";
20511
+ } | {
20512
+ chain: "Arbitrum";
20513
+ asset: "ETH";
20514
+ } | {
20515
+ chain: "Arbitrum";
20516
+ asset: "USDC";
20517
+ } | {
20518
+ chain: "Solana";
20519
+ asset: "SOL";
20520
+ } | {
20521
+ chain: "Solana";
20522
+ asset: "USDC";
20523
+ } | {
20524
+ chain: "Assethub";
20525
+ asset: "DOT";
20526
+ } | {
20527
+ chain: "Assethub";
20528
+ asset: "USDC";
20529
+ } | {
20530
+ chain: "Assethub";
20531
+ asset: "USDT";
20532
+ };
20533
+ spread_tick: number;
20534
+ };
20535
+ }, {
20536
+ TickZeroCentered: {
20537
+ base_asset: {
20538
+ chain: "Bitcoin";
20539
+ asset: "BTC";
20540
+ } | {
20541
+ chain: "Polkadot";
20542
+ asset: "DOT";
20543
+ } | {
20544
+ chain: "Ethereum";
20545
+ asset: "FLIP";
20546
+ } | {
20547
+ chain: "Ethereum";
20548
+ asset: "ETH";
20549
+ } | {
20550
+ chain: "Ethereum";
20551
+ asset: "USDC";
20552
+ } | {
20553
+ chain: "Ethereum";
20554
+ asset: "USDT";
20555
+ } | {
20556
+ chain: "Arbitrum";
20557
+ asset: "ETH";
20558
+ } | {
20559
+ chain: "Arbitrum";
20560
+ asset: "USDC";
20561
+ } | {
20562
+ chain: "Solana";
20563
+ asset: "SOL";
20564
+ } | {
20565
+ chain: "Solana";
20566
+ asset: "USDC";
20567
+ } | {
20568
+ chain: "Assethub";
20569
+ asset: "DOT";
20570
+ } | {
20571
+ chain: "Assethub";
20572
+ asset: "USDC";
20573
+ } | {
20574
+ chain: "Assethub";
20575
+ asset: "USDT";
20576
+ };
20577
+ spread_tick: number;
20578
+ };
20579
+ }>;
20580
+ balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
20581
+ chain: z.ZodLiteral<"Bitcoin">;
20582
+ asset: z.ZodLiteral<"BTC">;
20583
+ }, "strip", z.ZodTypeAny, {
20584
+ chain: "Bitcoin";
20585
+ asset: "BTC";
20586
+ }, {
20587
+ chain: "Bitcoin";
20588
+ asset: "BTC";
20589
+ }>, z.ZodObject<{
20590
+ chain: z.ZodLiteral<"Polkadot">;
20591
+ asset: z.ZodLiteral<"DOT">;
20592
+ }, "strip", z.ZodTypeAny, {
20593
+ chain: "Polkadot";
20594
+ asset: "DOT";
20595
+ }, {
20596
+ chain: "Polkadot";
20597
+ asset: "DOT";
20598
+ }>, z.ZodObject<{
20599
+ chain: z.ZodLiteral<"Ethereum">;
20600
+ asset: z.ZodLiteral<"FLIP">;
20601
+ }, "strip", z.ZodTypeAny, {
20602
+ chain: "Ethereum";
20603
+ asset: "FLIP";
20604
+ }, {
20605
+ chain: "Ethereum";
20606
+ asset: "FLIP";
20607
+ }>, z.ZodObject<{
20608
+ chain: z.ZodLiteral<"Ethereum">;
20609
+ asset: z.ZodLiteral<"ETH">;
20610
+ }, "strip", z.ZodTypeAny, {
20611
+ chain: "Ethereum";
20612
+ asset: "ETH";
20613
+ }, {
20614
+ chain: "Ethereum";
20615
+ asset: "ETH";
20616
+ }>, z.ZodObject<{
20617
+ chain: z.ZodLiteral<"Ethereum">;
20618
+ asset: z.ZodLiteral<"USDC">;
20619
+ }, "strip", z.ZodTypeAny, {
20620
+ chain: "Ethereum";
20621
+ asset: "USDC";
20622
+ }, {
20623
+ chain: "Ethereum";
20624
+ asset: "USDC";
20625
+ }>, z.ZodObject<{
20626
+ chain: z.ZodLiteral<"Ethereum">;
20627
+ asset: z.ZodLiteral<"USDT">;
20628
+ }, "strip", z.ZodTypeAny, {
20629
+ chain: "Ethereum";
20630
+ asset: "USDT";
20631
+ }, {
20632
+ chain: "Ethereum";
20633
+ asset: "USDT";
20634
+ }>, z.ZodObject<{
20635
+ chain: z.ZodLiteral<"Arbitrum">;
20636
+ asset: z.ZodLiteral<"ETH">;
20637
+ }, "strip", z.ZodTypeAny, {
20638
+ chain: "Arbitrum";
20639
+ asset: "ETH";
20640
+ }, {
20641
+ chain: "Arbitrum";
20642
+ asset: "ETH";
20643
+ }>, z.ZodObject<{
20644
+ chain: z.ZodLiteral<"Arbitrum">;
20645
+ asset: z.ZodLiteral<"USDC">;
20646
+ }, "strip", z.ZodTypeAny, {
20647
+ chain: "Arbitrum";
20648
+ asset: "USDC";
20649
+ }, {
20650
+ chain: "Arbitrum";
20651
+ asset: "USDC";
20652
+ }>, z.ZodObject<{
20653
+ chain: z.ZodLiteral<"Solana">;
20654
+ asset: z.ZodLiteral<"SOL">;
20655
+ }, "strip", z.ZodTypeAny, {
20656
+ chain: "Solana";
20657
+ asset: "SOL";
20658
+ }, {
20659
+ chain: "Solana";
20660
+ asset: "SOL";
20661
+ }>, z.ZodObject<{
20662
+ chain: z.ZodLiteral<"Solana">;
20663
+ asset: z.ZodLiteral<"USDC">;
20664
+ }, "strip", z.ZodTypeAny, {
20665
+ chain: "Solana";
20666
+ asset: "USDC";
20667
+ }, {
20668
+ chain: "Solana";
20669
+ asset: "USDC";
20670
+ }>, z.ZodObject<{
20671
+ chain: z.ZodLiteral<"Assethub">;
20672
+ asset: z.ZodLiteral<"DOT">;
20673
+ }, "strip", z.ZodTypeAny, {
20674
+ chain: "Assethub";
20675
+ asset: "DOT";
20676
+ }, {
20677
+ chain: "Assethub";
20678
+ asset: "DOT";
20679
+ }>, z.ZodObject<{
20680
+ chain: z.ZodLiteral<"Assethub">;
20681
+ asset: z.ZodLiteral<"USDC">;
20682
+ }, "strip", z.ZodTypeAny, {
20683
+ chain: "Assethub";
20684
+ asset: "USDC";
20685
+ }, {
20686
+ chain: "Assethub";
20687
+ asset: "USDC";
20688
+ }>, z.ZodObject<{
20689
+ chain: z.ZodLiteral<"Assethub">;
20690
+ asset: z.ZodLiteral<"USDT">;
20691
+ }, "strip", z.ZodTypeAny, {
20692
+ chain: "Assethub";
20693
+ asset: "USDT";
20694
+ }, {
20695
+ chain: "Assethub";
20696
+ asset: "USDT";
20697
+ }>]>, z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>], null>, "many">;
20698
+ }, "strip", z.ZodTypeAny, {
20699
+ lp_id: string;
20700
+ strategy_id: string;
20701
+ strategy: {
20702
+ TickZeroCentered: {
20703
+ base_asset: {
20704
+ chain: "Bitcoin";
20705
+ asset: "BTC";
20706
+ } | {
20707
+ chain: "Polkadot";
20708
+ asset: "DOT";
20709
+ } | {
20710
+ chain: "Ethereum";
20711
+ asset: "FLIP";
20712
+ } | {
20713
+ chain: "Ethereum";
20714
+ asset: "ETH";
20715
+ } | {
20716
+ chain: "Ethereum";
20717
+ asset: "USDC";
20718
+ } | {
20719
+ chain: "Ethereum";
20720
+ asset: "USDT";
20721
+ } | {
20722
+ chain: "Arbitrum";
20723
+ asset: "ETH";
20724
+ } | {
20725
+ chain: "Arbitrum";
20726
+ asset: "USDC";
20727
+ } | {
20728
+ chain: "Solana";
20729
+ asset: "SOL";
20730
+ } | {
20731
+ chain: "Solana";
20732
+ asset: "USDC";
20733
+ } | {
20734
+ chain: "Assethub";
20735
+ asset: "DOT";
20736
+ } | {
20737
+ chain: "Assethub";
20738
+ asset: "USDC";
20739
+ } | {
20740
+ chain: "Assethub";
20741
+ asset: "USDT";
20742
+ };
20743
+ spread_tick: number;
20744
+ };
20745
+ };
20746
+ balance: [{
20747
+ chain: "Bitcoin";
20748
+ asset: "BTC";
20749
+ } | {
20750
+ chain: "Polkadot";
20751
+ asset: "DOT";
20752
+ } | {
20753
+ chain: "Ethereum";
20754
+ asset: "FLIP";
20755
+ } | {
20756
+ chain: "Ethereum";
20757
+ asset: "ETH";
20758
+ } | {
20759
+ chain: "Ethereum";
20760
+ asset: "USDC";
20761
+ } | {
20762
+ chain: "Ethereum";
20763
+ asset: "USDT";
20764
+ } | {
20765
+ chain: "Arbitrum";
20766
+ asset: "ETH";
20767
+ } | {
20768
+ chain: "Arbitrum";
20769
+ asset: "USDC";
20770
+ } | {
20771
+ chain: "Solana";
20772
+ asset: "SOL";
20773
+ } | {
20774
+ chain: "Solana";
20775
+ asset: "USDC";
20776
+ } | {
20777
+ chain: "Assethub";
20778
+ asset: "DOT";
20779
+ } | {
20780
+ chain: "Assethub";
20781
+ asset: "USDC";
20782
+ } | {
20783
+ chain: "Assethub";
20784
+ asset: "USDT";
20785
+ }, bigint][];
20786
+ }, {
20787
+ lp_id: string;
20788
+ strategy_id: string;
20789
+ strategy: {
20790
+ TickZeroCentered: {
20791
+ base_asset: {
20792
+ chain: "Bitcoin";
20793
+ asset: "BTC";
20794
+ } | {
20795
+ chain: "Polkadot";
20796
+ asset: "DOT";
20797
+ } | {
20798
+ chain: "Ethereum";
20799
+ asset: "FLIP";
20800
+ } | {
20801
+ chain: "Ethereum";
20802
+ asset: "ETH";
20803
+ } | {
20804
+ chain: "Ethereum";
20805
+ asset: "USDC";
20806
+ } | {
20807
+ chain: "Ethereum";
20808
+ asset: "USDT";
20809
+ } | {
20810
+ chain: "Arbitrum";
20811
+ asset: "ETH";
20812
+ } | {
20813
+ chain: "Arbitrum";
20814
+ asset: "USDC";
20815
+ } | {
20816
+ chain: "Solana";
20817
+ asset: "SOL";
20818
+ } | {
20819
+ chain: "Solana";
20820
+ asset: "USDC";
20821
+ } | {
20822
+ chain: "Assethub";
20823
+ asset: "DOT";
20824
+ } | {
20825
+ chain: "Assethub";
20826
+ asset: "USDC";
20827
+ } | {
20828
+ chain: "Assethub";
20829
+ asset: "USDT";
20830
+ };
20831
+ spread_tick: number;
20832
+ };
20833
+ };
20834
+ balance: [{
20835
+ chain: "Bitcoin";
20836
+ asset: "BTC";
20837
+ } | {
20838
+ chain: "Polkadot";
20839
+ asset: "DOT";
20840
+ } | {
20841
+ chain: "Ethereum";
20842
+ asset: "FLIP";
20843
+ } | {
20844
+ chain: "Ethereum";
20845
+ asset: "ETH";
20846
+ } | {
20847
+ chain: "Ethereum";
20848
+ asset: "USDC";
20849
+ } | {
20850
+ chain: "Ethereum";
20851
+ asset: "USDT";
20852
+ } | {
20853
+ chain: "Arbitrum";
20854
+ asset: "ETH";
20855
+ } | {
20856
+ chain: "Arbitrum";
20857
+ asset: "USDC";
20858
+ } | {
20859
+ chain: "Solana";
20860
+ asset: "SOL";
20861
+ } | {
20862
+ chain: "Solana";
20863
+ asset: "USDC";
20864
+ } | {
20865
+ chain: "Assethub";
20866
+ asset: "DOT";
20867
+ } | {
20868
+ chain: "Assethub";
20869
+ asset: "USDC";
20870
+ } | {
20871
+ chain: "Assethub";
20872
+ asset: "USDT";
20873
+ }, string | number][];
20874
+ }>;
20875
+ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
20876
+ lp_id: z.ZodString;
20877
+ strategy_id: z.ZodString;
20878
+ strategy: z.ZodObject<{
20879
+ TickZeroCentered: z.ZodObject<{
20880
+ spread_tick: z.ZodNumber;
20881
+ base_asset: z.ZodUnion<[z.ZodObject<{
20882
+ chain: z.ZodLiteral<"Bitcoin">;
20883
+ asset: z.ZodLiteral<"BTC">;
20884
+ }, "strip", z.ZodTypeAny, {
20885
+ chain: "Bitcoin";
20886
+ asset: "BTC";
20887
+ }, {
20888
+ chain: "Bitcoin";
20889
+ asset: "BTC";
20890
+ }>, z.ZodObject<{
20891
+ chain: z.ZodLiteral<"Polkadot">;
20892
+ asset: z.ZodLiteral<"DOT">;
20893
+ }, "strip", z.ZodTypeAny, {
20894
+ chain: "Polkadot";
20895
+ asset: "DOT";
20896
+ }, {
20897
+ chain: "Polkadot";
20898
+ asset: "DOT";
20899
+ }>, z.ZodObject<{
20900
+ chain: z.ZodLiteral<"Ethereum">;
20901
+ asset: z.ZodLiteral<"FLIP">;
20902
+ }, "strip", z.ZodTypeAny, {
20903
+ chain: "Ethereum";
20904
+ asset: "FLIP";
20905
+ }, {
20906
+ chain: "Ethereum";
20907
+ asset: "FLIP";
20908
+ }>, z.ZodObject<{
20909
+ chain: z.ZodLiteral<"Ethereum">;
20910
+ asset: z.ZodLiteral<"ETH">;
20911
+ }, "strip", z.ZodTypeAny, {
20912
+ chain: "Ethereum";
20913
+ asset: "ETH";
20914
+ }, {
20915
+ chain: "Ethereum";
20916
+ asset: "ETH";
20917
+ }>, z.ZodObject<{
20918
+ chain: z.ZodLiteral<"Ethereum">;
20919
+ asset: z.ZodLiteral<"USDC">;
20920
+ }, "strip", z.ZodTypeAny, {
20921
+ chain: "Ethereum";
20922
+ asset: "USDC";
20923
+ }, {
20924
+ chain: "Ethereum";
20925
+ asset: "USDC";
20926
+ }>, z.ZodObject<{
20927
+ chain: z.ZodLiteral<"Ethereum">;
20928
+ asset: z.ZodLiteral<"USDT">;
20929
+ }, "strip", z.ZodTypeAny, {
20930
+ chain: "Ethereum";
20931
+ asset: "USDT";
20932
+ }, {
20933
+ chain: "Ethereum";
20934
+ asset: "USDT";
20935
+ }>, z.ZodObject<{
20936
+ chain: z.ZodLiteral<"Arbitrum">;
20937
+ asset: z.ZodLiteral<"ETH">;
20938
+ }, "strip", z.ZodTypeAny, {
20939
+ chain: "Arbitrum";
20940
+ asset: "ETH";
20941
+ }, {
20942
+ chain: "Arbitrum";
20943
+ asset: "ETH";
20944
+ }>, z.ZodObject<{
20945
+ chain: z.ZodLiteral<"Arbitrum">;
20946
+ asset: z.ZodLiteral<"USDC">;
20947
+ }, "strip", z.ZodTypeAny, {
20948
+ chain: "Arbitrum";
20949
+ asset: "USDC";
20950
+ }, {
20951
+ chain: "Arbitrum";
20952
+ asset: "USDC";
20953
+ }>, z.ZodObject<{
20954
+ chain: z.ZodLiteral<"Solana">;
20955
+ asset: z.ZodLiteral<"SOL">;
20956
+ }, "strip", z.ZodTypeAny, {
20957
+ chain: "Solana";
20958
+ asset: "SOL";
20959
+ }, {
20960
+ chain: "Solana";
20961
+ asset: "SOL";
20962
+ }>, z.ZodObject<{
20963
+ chain: z.ZodLiteral<"Solana">;
20964
+ asset: z.ZodLiteral<"USDC">;
20965
+ }, "strip", z.ZodTypeAny, {
20966
+ chain: "Solana";
20967
+ asset: "USDC";
20968
+ }, {
20969
+ chain: "Solana";
20970
+ asset: "USDC";
20971
+ }>, z.ZodObject<{
20972
+ chain: z.ZodLiteral<"Assethub">;
20973
+ asset: z.ZodLiteral<"DOT">;
20974
+ }, "strip", z.ZodTypeAny, {
20975
+ chain: "Assethub";
20976
+ asset: "DOT";
20977
+ }, {
20978
+ chain: "Assethub";
20979
+ asset: "DOT";
20980
+ }>, z.ZodObject<{
20981
+ chain: z.ZodLiteral<"Assethub">;
20982
+ asset: z.ZodLiteral<"USDC">;
20983
+ }, "strip", z.ZodTypeAny, {
20984
+ chain: "Assethub";
20985
+ asset: "USDC";
20986
+ }, {
20987
+ chain: "Assethub";
20988
+ asset: "USDC";
20989
+ }>, z.ZodObject<{
20990
+ chain: z.ZodLiteral<"Assethub">;
20991
+ asset: z.ZodLiteral<"USDT">;
20992
+ }, "strip", z.ZodTypeAny, {
20993
+ chain: "Assethub";
20994
+ asset: "USDT";
20995
+ }, {
20996
+ chain: "Assethub";
20997
+ asset: "USDT";
20998
+ }>]>;
20999
+ }, "strip", z.ZodTypeAny, {
21000
+ base_asset: {
21001
+ chain: "Bitcoin";
21002
+ asset: "BTC";
21003
+ } | {
21004
+ chain: "Polkadot";
21005
+ asset: "DOT";
21006
+ } | {
21007
+ chain: "Ethereum";
21008
+ asset: "FLIP";
21009
+ } | {
21010
+ chain: "Ethereum";
21011
+ asset: "ETH";
21012
+ } | {
21013
+ chain: "Ethereum";
21014
+ asset: "USDC";
21015
+ } | {
21016
+ chain: "Ethereum";
21017
+ asset: "USDT";
21018
+ } | {
21019
+ chain: "Arbitrum";
21020
+ asset: "ETH";
21021
+ } | {
21022
+ chain: "Arbitrum";
21023
+ asset: "USDC";
21024
+ } | {
21025
+ chain: "Solana";
21026
+ asset: "SOL";
21027
+ } | {
21028
+ chain: "Solana";
21029
+ asset: "USDC";
21030
+ } | {
21031
+ chain: "Assethub";
21032
+ asset: "DOT";
21033
+ } | {
21034
+ chain: "Assethub";
21035
+ asset: "USDC";
21036
+ } | {
21037
+ chain: "Assethub";
21038
+ asset: "USDT";
21039
+ };
21040
+ spread_tick: number;
21041
+ }, {
21042
+ base_asset: {
21043
+ chain: "Bitcoin";
21044
+ asset: "BTC";
21045
+ } | {
21046
+ chain: "Polkadot";
21047
+ asset: "DOT";
21048
+ } | {
21049
+ chain: "Ethereum";
21050
+ asset: "FLIP";
21051
+ } | {
21052
+ chain: "Ethereum";
21053
+ asset: "ETH";
21054
+ } | {
21055
+ chain: "Ethereum";
21056
+ asset: "USDC";
21057
+ } | {
21058
+ chain: "Ethereum";
21059
+ asset: "USDT";
21060
+ } | {
21061
+ chain: "Arbitrum";
21062
+ asset: "ETH";
21063
+ } | {
21064
+ chain: "Arbitrum";
21065
+ asset: "USDC";
21066
+ } | {
21067
+ chain: "Solana";
21068
+ asset: "SOL";
21069
+ } | {
21070
+ chain: "Solana";
21071
+ asset: "USDC";
21072
+ } | {
21073
+ chain: "Assethub";
21074
+ asset: "DOT";
21075
+ } | {
21076
+ chain: "Assethub";
21077
+ asset: "USDC";
21078
+ } | {
21079
+ chain: "Assethub";
21080
+ asset: "USDT";
21081
+ };
21082
+ spread_tick: number;
21083
+ }>;
21084
+ }, "strip", z.ZodTypeAny, {
21085
+ TickZeroCentered: {
21086
+ base_asset: {
21087
+ chain: "Bitcoin";
21088
+ asset: "BTC";
21089
+ } | {
21090
+ chain: "Polkadot";
21091
+ asset: "DOT";
21092
+ } | {
21093
+ chain: "Ethereum";
21094
+ asset: "FLIP";
21095
+ } | {
21096
+ chain: "Ethereum";
21097
+ asset: "ETH";
21098
+ } | {
21099
+ chain: "Ethereum";
21100
+ asset: "USDC";
21101
+ } | {
21102
+ chain: "Ethereum";
21103
+ asset: "USDT";
21104
+ } | {
21105
+ chain: "Arbitrum";
21106
+ asset: "ETH";
21107
+ } | {
21108
+ chain: "Arbitrum";
21109
+ asset: "USDC";
21110
+ } | {
21111
+ chain: "Solana";
21112
+ asset: "SOL";
21113
+ } | {
21114
+ chain: "Solana";
21115
+ asset: "USDC";
21116
+ } | {
21117
+ chain: "Assethub";
21118
+ asset: "DOT";
21119
+ } | {
21120
+ chain: "Assethub";
21121
+ asset: "USDC";
21122
+ } | {
21123
+ chain: "Assethub";
21124
+ asset: "USDT";
21125
+ };
21126
+ spread_tick: number;
21127
+ };
21128
+ }, {
21129
+ TickZeroCentered: {
21130
+ base_asset: {
21131
+ chain: "Bitcoin";
21132
+ asset: "BTC";
21133
+ } | {
21134
+ chain: "Polkadot";
21135
+ asset: "DOT";
21136
+ } | {
21137
+ chain: "Ethereum";
21138
+ asset: "FLIP";
21139
+ } | {
21140
+ chain: "Ethereum";
21141
+ asset: "ETH";
21142
+ } | {
21143
+ chain: "Ethereum";
21144
+ asset: "USDC";
21145
+ } | {
21146
+ chain: "Ethereum";
21147
+ asset: "USDT";
21148
+ } | {
21149
+ chain: "Arbitrum";
21150
+ asset: "ETH";
21151
+ } | {
21152
+ chain: "Arbitrum";
21153
+ asset: "USDC";
21154
+ } | {
21155
+ chain: "Solana";
21156
+ asset: "SOL";
21157
+ } | {
21158
+ chain: "Solana";
21159
+ asset: "USDC";
21160
+ } | {
21161
+ chain: "Assethub";
21162
+ asset: "DOT";
21163
+ } | {
21164
+ chain: "Assethub";
21165
+ asset: "USDC";
21166
+ } | {
21167
+ chain: "Assethub";
21168
+ asset: "USDT";
21169
+ };
21170
+ spread_tick: number;
21171
+ };
21172
+ }>;
21173
+ balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
21174
+ chain: z.ZodLiteral<"Bitcoin">;
21175
+ asset: z.ZodLiteral<"BTC">;
21176
+ }, "strip", z.ZodTypeAny, {
21177
+ chain: "Bitcoin";
21178
+ asset: "BTC";
21179
+ }, {
21180
+ chain: "Bitcoin";
21181
+ asset: "BTC";
21182
+ }>, z.ZodObject<{
21183
+ chain: z.ZodLiteral<"Polkadot">;
21184
+ asset: z.ZodLiteral<"DOT">;
21185
+ }, "strip", z.ZodTypeAny, {
21186
+ chain: "Polkadot";
21187
+ asset: "DOT";
21188
+ }, {
21189
+ chain: "Polkadot";
21190
+ asset: "DOT";
21191
+ }>, z.ZodObject<{
21192
+ chain: z.ZodLiteral<"Ethereum">;
21193
+ asset: z.ZodLiteral<"FLIP">;
21194
+ }, "strip", z.ZodTypeAny, {
21195
+ chain: "Ethereum";
21196
+ asset: "FLIP";
21197
+ }, {
21198
+ chain: "Ethereum";
21199
+ asset: "FLIP";
21200
+ }>, z.ZodObject<{
21201
+ chain: z.ZodLiteral<"Ethereum">;
21202
+ asset: z.ZodLiteral<"ETH">;
21203
+ }, "strip", z.ZodTypeAny, {
21204
+ chain: "Ethereum";
21205
+ asset: "ETH";
21206
+ }, {
21207
+ chain: "Ethereum";
21208
+ asset: "ETH";
21209
+ }>, z.ZodObject<{
21210
+ chain: z.ZodLiteral<"Ethereum">;
21211
+ asset: z.ZodLiteral<"USDC">;
21212
+ }, "strip", z.ZodTypeAny, {
21213
+ chain: "Ethereum";
21214
+ asset: "USDC";
21215
+ }, {
21216
+ chain: "Ethereum";
21217
+ asset: "USDC";
21218
+ }>, z.ZodObject<{
21219
+ chain: z.ZodLiteral<"Ethereum">;
21220
+ asset: z.ZodLiteral<"USDT">;
21221
+ }, "strip", z.ZodTypeAny, {
21222
+ chain: "Ethereum";
21223
+ asset: "USDT";
21224
+ }, {
21225
+ chain: "Ethereum";
21226
+ asset: "USDT";
21227
+ }>, z.ZodObject<{
21228
+ chain: z.ZodLiteral<"Arbitrum">;
21229
+ asset: z.ZodLiteral<"ETH">;
21230
+ }, "strip", z.ZodTypeAny, {
21231
+ chain: "Arbitrum";
21232
+ asset: "ETH";
21233
+ }, {
21234
+ chain: "Arbitrum";
21235
+ asset: "ETH";
21236
+ }>, z.ZodObject<{
21237
+ chain: z.ZodLiteral<"Arbitrum">;
21238
+ asset: z.ZodLiteral<"USDC">;
21239
+ }, "strip", z.ZodTypeAny, {
21240
+ chain: "Arbitrum";
21241
+ asset: "USDC";
21242
+ }, {
21243
+ chain: "Arbitrum";
21244
+ asset: "USDC";
21245
+ }>, z.ZodObject<{
21246
+ chain: z.ZodLiteral<"Solana">;
21247
+ asset: z.ZodLiteral<"SOL">;
21248
+ }, "strip", z.ZodTypeAny, {
21249
+ chain: "Solana";
21250
+ asset: "SOL";
21251
+ }, {
21252
+ chain: "Solana";
21253
+ asset: "SOL";
21254
+ }>, z.ZodObject<{
21255
+ chain: z.ZodLiteral<"Solana">;
21256
+ asset: z.ZodLiteral<"USDC">;
21257
+ }, "strip", z.ZodTypeAny, {
21258
+ chain: "Solana";
21259
+ asset: "USDC";
21260
+ }, {
21261
+ chain: "Solana";
21262
+ asset: "USDC";
21263
+ }>, z.ZodObject<{
21264
+ chain: z.ZodLiteral<"Assethub">;
21265
+ asset: z.ZodLiteral<"DOT">;
21266
+ }, "strip", z.ZodTypeAny, {
21267
+ chain: "Assethub";
21268
+ asset: "DOT";
21269
+ }, {
21270
+ chain: "Assethub";
21271
+ asset: "DOT";
21272
+ }>, z.ZodObject<{
21273
+ chain: z.ZodLiteral<"Assethub">;
21274
+ asset: z.ZodLiteral<"USDC">;
21275
+ }, "strip", z.ZodTypeAny, {
21276
+ chain: "Assethub";
21277
+ asset: "USDC";
21278
+ }, {
21279
+ chain: "Assethub";
21280
+ asset: "USDC";
21281
+ }>, z.ZodObject<{
21282
+ chain: z.ZodLiteral<"Assethub">;
21283
+ asset: z.ZodLiteral<"USDT">;
21284
+ }, "strip", z.ZodTypeAny, {
21285
+ chain: "Assethub";
21286
+ asset: "USDT";
21287
+ }, {
21288
+ chain: "Assethub";
21289
+ asset: "USDT";
21290
+ }>]>, z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>], null>, "many">;
21291
+ }, "strip", z.ZodTypeAny, {
21292
+ lp_id: string;
21293
+ strategy_id: string;
21294
+ strategy: {
21295
+ TickZeroCentered: {
21296
+ base_asset: {
21297
+ chain: "Bitcoin";
21298
+ asset: "BTC";
21299
+ } | {
21300
+ chain: "Polkadot";
21301
+ asset: "DOT";
21302
+ } | {
21303
+ chain: "Ethereum";
21304
+ asset: "FLIP";
21305
+ } | {
21306
+ chain: "Ethereum";
21307
+ asset: "ETH";
21308
+ } | {
21309
+ chain: "Ethereum";
21310
+ asset: "USDC";
21311
+ } | {
21312
+ chain: "Ethereum";
21313
+ asset: "USDT";
21314
+ } | {
21315
+ chain: "Arbitrum";
21316
+ asset: "ETH";
21317
+ } | {
21318
+ chain: "Arbitrum";
21319
+ asset: "USDC";
21320
+ } | {
21321
+ chain: "Solana";
21322
+ asset: "SOL";
21323
+ } | {
21324
+ chain: "Solana";
21325
+ asset: "USDC";
21326
+ } | {
21327
+ chain: "Assethub";
21328
+ asset: "DOT";
21329
+ } | {
21330
+ chain: "Assethub";
21331
+ asset: "USDC";
21332
+ } | {
21333
+ chain: "Assethub";
21334
+ asset: "USDT";
21335
+ };
21336
+ spread_tick: number;
21337
+ };
21338
+ };
21339
+ balance: [{
21340
+ chain: "Bitcoin";
21341
+ asset: "BTC";
21342
+ } | {
21343
+ chain: "Polkadot";
21344
+ asset: "DOT";
21345
+ } | {
21346
+ chain: "Ethereum";
21347
+ asset: "FLIP";
21348
+ } | {
21349
+ chain: "Ethereum";
21350
+ asset: "ETH";
21351
+ } | {
21352
+ chain: "Ethereum";
21353
+ asset: "USDC";
21354
+ } | {
21355
+ chain: "Ethereum";
21356
+ asset: "USDT";
21357
+ } | {
21358
+ chain: "Arbitrum";
21359
+ asset: "ETH";
21360
+ } | {
21361
+ chain: "Arbitrum";
21362
+ asset: "USDC";
21363
+ } | {
21364
+ chain: "Solana";
21365
+ asset: "SOL";
21366
+ } | {
21367
+ chain: "Solana";
21368
+ asset: "USDC";
21369
+ } | {
21370
+ chain: "Assethub";
21371
+ asset: "DOT";
21372
+ } | {
21373
+ chain: "Assethub";
21374
+ asset: "USDC";
21375
+ } | {
21376
+ chain: "Assethub";
21377
+ asset: "USDT";
21378
+ }, bigint][];
21379
+ }, {
21380
+ lp_id: string;
21381
+ strategy_id: string;
21382
+ strategy: {
21383
+ TickZeroCentered: {
21384
+ base_asset: {
21385
+ chain: "Bitcoin";
21386
+ asset: "BTC";
21387
+ } | {
21388
+ chain: "Polkadot";
21389
+ asset: "DOT";
21390
+ } | {
21391
+ chain: "Ethereum";
21392
+ asset: "FLIP";
21393
+ } | {
21394
+ chain: "Ethereum";
21395
+ asset: "ETH";
21396
+ } | {
21397
+ chain: "Ethereum";
21398
+ asset: "USDC";
21399
+ } | {
21400
+ chain: "Ethereum";
21401
+ asset: "USDT";
21402
+ } | {
21403
+ chain: "Arbitrum";
21404
+ asset: "ETH";
21405
+ } | {
21406
+ chain: "Arbitrum";
21407
+ asset: "USDC";
21408
+ } | {
21409
+ chain: "Solana";
21410
+ asset: "SOL";
21411
+ } | {
21412
+ chain: "Solana";
21413
+ asset: "USDC";
21414
+ } | {
21415
+ chain: "Assethub";
21416
+ asset: "DOT";
21417
+ } | {
21418
+ chain: "Assethub";
21419
+ asset: "USDC";
21420
+ } | {
21421
+ chain: "Assethub";
21422
+ asset: "USDT";
21423
+ };
21424
+ spread_tick: number;
21425
+ };
21426
+ };
21427
+ balance: [{
21428
+ chain: "Bitcoin";
21429
+ asset: "BTC";
21430
+ } | {
21431
+ chain: "Polkadot";
21432
+ asset: "DOT";
21433
+ } | {
21434
+ chain: "Ethereum";
21435
+ asset: "FLIP";
21436
+ } | {
21437
+ chain: "Ethereum";
21438
+ asset: "ETH";
21439
+ } | {
21440
+ chain: "Ethereum";
21441
+ asset: "USDC";
21442
+ } | {
21443
+ chain: "Ethereum";
21444
+ asset: "USDT";
21445
+ } | {
21446
+ chain: "Arbitrum";
21447
+ asset: "ETH";
21448
+ } | {
21449
+ chain: "Arbitrum";
21450
+ asset: "USDC";
21451
+ } | {
21452
+ chain: "Solana";
21453
+ asset: "SOL";
21454
+ } | {
21455
+ chain: "Solana";
21456
+ asset: "USDC";
21457
+ } | {
21458
+ chain: "Assethub";
21459
+ asset: "DOT";
21460
+ } | {
21461
+ chain: "Assethub";
21462
+ asset: "USDC";
21463
+ } | {
21464
+ chain: "Assethub";
21465
+ asset: "USDT";
21466
+ }, string | number][];
21467
+ }>, "many">>;
19986
21468
 
19987
- export { type AssetAndChain, type RpcLimitOrder, type RpcRangeOrder, broker, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfIngressEgressEnvironment, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };
21469
+ export { type AssetAndChain, type RpcLimitOrder, type RpcRangeOrder, broker, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfIngressEgressEnvironment, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };