@chainflip/rpc 2.1.9 → 2.1.11

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.
@@ -1928,15 +1928,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1928
1928
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
1929
1929
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
1930
1930
  }, "strip", z.ZodTypeAny, {
1931
- FLIP: bigint;
1932
1931
  ETH: bigint;
1933
1932
  USDC: bigint;
1933
+ FLIP: bigint;
1934
1934
  USDT: bigint;
1935
1935
  WBTC: bigint;
1936
1936
  }, {
1937
- FLIP: string | number;
1938
1937
  ETH: string | number;
1939
1938
  USDC: string | number;
1939
+ FLIP: string | number;
1940
1940
  USDT: string | number;
1941
1941
  WBTC?: string | number | undefined;
1942
1942
  }>;
@@ -1984,9 +1984,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
1984
1984
  BTC: bigint;
1985
1985
  };
1986
1986
  Ethereum: {
1987
- FLIP: bigint;
1988
1987
  ETH: bigint;
1989
1988
  USDC: bigint;
1989
+ FLIP: bigint;
1990
1990
  USDT: bigint;
1991
1991
  WBTC: bigint;
1992
1992
  };
@@ -2010,9 +2010,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2010
2010
  BTC: string | number;
2011
2011
  };
2012
2012
  Ethereum: {
2013
- FLIP: string | number;
2014
2013
  ETH: string | number;
2015
2014
  USDC: string | number;
2015
+ FLIP: string | number;
2016
2016
  USDT: string | number;
2017
2017
  WBTC?: string | number | undefined;
2018
2018
  };
@@ -2047,15 +2047,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2047
2047
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2048
2048
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
2049
2049
  }, "strip", z.ZodTypeAny, {
2050
- FLIP: bigint | null;
2051
2050
  ETH: bigint | null;
2052
2051
  USDC: bigint | null;
2052
+ FLIP: bigint | null;
2053
2053
  USDT: bigint | null;
2054
2054
  WBTC: bigint | null;
2055
2055
  }, {
2056
- FLIP: string | number | null;
2057
2056
  ETH: string | number | null;
2058
2057
  USDC: string | number | null;
2058
+ FLIP: string | number | null;
2059
2059
  USDT: string | number | null;
2060
2060
  WBTC?: string | number | null | undefined;
2061
2061
  }>;
@@ -2103,9 +2103,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2103
2103
  BTC: bigint | null;
2104
2104
  };
2105
2105
  Ethereum: {
2106
- FLIP: bigint | null;
2107
2106
  ETH: bigint | null;
2108
2107
  USDC: bigint | null;
2108
+ FLIP: bigint | null;
2109
2109
  USDT: bigint | null;
2110
2110
  WBTC: bigint | null;
2111
2111
  };
@@ -2129,9 +2129,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2129
2129
  BTC: string | number | null;
2130
2130
  };
2131
2131
  Ethereum: {
2132
- FLIP: string | number | null;
2133
2132
  ETH: string | number | null;
2134
2133
  USDC: string | number | null;
2134
+ FLIP: string | number | null;
2135
2135
  USDT: string | number | null;
2136
2136
  WBTC?: string | number | null | undefined;
2137
2137
  };
@@ -2166,15 +2166,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2166
2166
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2167
2167
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
2168
2168
  }, "strip", z.ZodTypeAny, {
2169
- FLIP: bigint | null;
2170
2169
  ETH: bigint | null;
2171
2170
  USDC: bigint | null;
2171
+ FLIP: bigint | null;
2172
2172
  USDT: bigint | null;
2173
2173
  WBTC: bigint | null;
2174
2174
  }, {
2175
- FLIP: string | number | null;
2176
2175
  ETH: string | number | null;
2177
2176
  USDC: string | number | null;
2177
+ FLIP: string | number | null;
2178
2178
  USDT: string | number | null;
2179
2179
  WBTC?: string | number | null | undefined;
2180
2180
  }>;
@@ -2222,9 +2222,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2222
2222
  BTC: bigint | null;
2223
2223
  };
2224
2224
  Ethereum: {
2225
- FLIP: bigint | null;
2226
2225
  ETH: bigint | null;
2227
2226
  USDC: bigint | null;
2227
+ FLIP: bigint | null;
2228
2228
  USDT: bigint | null;
2229
2229
  WBTC: bigint | null;
2230
2230
  };
@@ -2248,9 +2248,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2248
2248
  BTC: string | number | null;
2249
2249
  };
2250
2250
  Ethereum: {
2251
- FLIP: string | number | null;
2252
2251
  ETH: string | number | null;
2253
2252
  USDC: string | number | null;
2253
+ FLIP: string | number | null;
2254
2254
  USDT: string | number | null;
2255
2255
  WBTC?: string | number | null | undefined;
2256
2256
  };
@@ -2304,15 +2304,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2304
2304
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
2305
2305
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2306
2306
  }, "strip", z.ZodTypeAny, {
2307
- FLIP: bigint;
2308
2307
  ETH: bigint;
2309
2308
  USDC: bigint;
2309
+ FLIP: bigint;
2310
2310
  USDT: bigint;
2311
2311
  WBTC: bigint;
2312
2312
  }, {
2313
- FLIP: string | number;
2314
2313
  ETH: string | number;
2315
2314
  USDC: string | number;
2315
+ FLIP: string | number;
2316
2316
  USDT: string | number;
2317
2317
  WBTC?: string | number | undefined;
2318
2318
  }>;
@@ -2360,9 +2360,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2360
2360
  BTC: bigint;
2361
2361
  };
2362
2362
  Ethereum: {
2363
- FLIP: bigint;
2364
2363
  ETH: bigint;
2365
2364
  USDC: bigint;
2365
+ FLIP: bigint;
2366
2366
  USDT: bigint;
2367
2367
  WBTC: bigint;
2368
2368
  };
@@ -2386,9 +2386,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2386
2386
  BTC: string | number;
2387
2387
  };
2388
2388
  Ethereum: {
2389
- FLIP: string | number;
2390
2389
  ETH: string | number;
2391
2390
  USDC: string | number;
2391
+ FLIP: string | number;
2392
2392
  USDT: string | number;
2393
2393
  WBTC?: string | number | undefined;
2394
2394
  };
@@ -2480,15 +2480,15 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2480
2480
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2481
2481
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
2482
2482
  }, "strip", z.ZodTypeAny, {
2483
- FLIP: bigint | null;
2484
2483
  ETH: bigint | null;
2485
2484
  USDC: bigint | null;
2485
+ FLIP: bigint | null;
2486
2486
  USDT: bigint | null;
2487
2487
  WBTC: bigint | null;
2488
2488
  }, {
2489
- FLIP: string | number | null;
2490
2489
  ETH: string | number | null;
2491
2490
  USDC: string | number | null;
2491
+ FLIP: string | number | null;
2492
2492
  USDT: string | number | null;
2493
2493
  WBTC?: string | number | null | undefined;
2494
2494
  }>;
@@ -2536,9 +2536,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2536
2536
  BTC: bigint | null;
2537
2537
  };
2538
2538
  Ethereum: {
2539
- FLIP: bigint | null;
2540
2539
  ETH: bigint | null;
2541
2540
  USDC: bigint | null;
2541
+ FLIP: bigint | null;
2542
2542
  USDT: bigint | null;
2543
2543
  WBTC: bigint | null;
2544
2544
  };
@@ -2562,9 +2562,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2562
2562
  BTC: string | number | null;
2563
2563
  };
2564
2564
  Ethereum: {
2565
- FLIP: string | number | null;
2566
2565
  ETH: string | number | null;
2567
2566
  USDC: string | number | null;
2567
+ FLIP: string | number | null;
2568
2568
  USDT: string | number | null;
2569
2569
  WBTC?: string | number | null | undefined;
2570
2570
  };
@@ -2590,9 +2590,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2590
2590
  BTC: bigint;
2591
2591
  };
2592
2592
  Ethereum: {
2593
- FLIP: bigint;
2594
2593
  ETH: bigint;
2595
2594
  USDC: bigint;
2595
+ FLIP: bigint;
2596
2596
  USDT: bigint;
2597
2597
  WBTC: bigint;
2598
2598
  };
@@ -2617,9 +2617,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2617
2617
  BTC: bigint | null;
2618
2618
  };
2619
2619
  Ethereum: {
2620
- FLIP: bigint | null;
2621
2620
  ETH: bigint | null;
2622
2621
  USDC: bigint | null;
2622
+ FLIP: bigint | null;
2623
2623
  USDT: bigint | null;
2624
2624
  WBTC: bigint | null;
2625
2625
  };
@@ -2644,9 +2644,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2644
2644
  BTC: bigint | null;
2645
2645
  };
2646
2646
  Ethereum: {
2647
- FLIP: bigint | null;
2648
2647
  ETH: bigint | null;
2649
2648
  USDC: bigint | null;
2649
+ FLIP: bigint | null;
2650
2650
  USDT: bigint | null;
2651
2651
  WBTC: bigint | null;
2652
2652
  };
@@ -2678,9 +2678,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2678
2678
  BTC: bigint;
2679
2679
  };
2680
2680
  Ethereum: {
2681
- FLIP: bigint;
2682
2681
  ETH: bigint;
2683
2682
  USDC: bigint;
2683
+ FLIP: bigint;
2684
2684
  USDT: bigint;
2685
2685
  WBTC: bigint;
2686
2686
  };
@@ -2726,9 +2726,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2726
2726
  BTC: bigint | null;
2727
2727
  };
2728
2728
  Ethereum: {
2729
- FLIP: bigint | null;
2730
2729
  ETH: bigint | null;
2731
2730
  USDC: bigint | null;
2731
+ FLIP: bigint | null;
2732
2732
  USDT: bigint | null;
2733
2733
  WBTC: bigint | null;
2734
2734
  };
@@ -2754,9 +2754,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2754
2754
  BTC: string | number;
2755
2755
  };
2756
2756
  Ethereum: {
2757
- FLIP: string | number;
2758
2757
  ETH: string | number;
2759
2758
  USDC: string | number;
2759
+ FLIP: string | number;
2760
2760
  USDT: string | number;
2761
2761
  WBTC?: string | number | undefined;
2762
2762
  };
@@ -2781,9 +2781,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2781
2781
  BTC: string | number | null;
2782
2782
  };
2783
2783
  Ethereum: {
2784
- FLIP: string | number | null;
2785
2784
  ETH: string | number | null;
2786
2785
  USDC: string | number | null;
2786
+ FLIP: string | number | null;
2787
2787
  USDT: string | number | null;
2788
2788
  WBTC?: string | number | null | undefined;
2789
2789
  };
@@ -2808,9 +2808,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2808
2808
  BTC: string | number | null;
2809
2809
  };
2810
2810
  Ethereum: {
2811
- FLIP: string | number | null;
2812
2811
  ETH: string | number | null;
2813
2812
  USDC: string | number | null;
2813
+ FLIP: string | number | null;
2814
2814
  USDT: string | number | null;
2815
2815
  WBTC?: string | number | null | undefined;
2816
2816
  };
@@ -2842,9 +2842,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2842
2842
  BTC: string | number;
2843
2843
  };
2844
2844
  Ethereum: {
2845
- FLIP: string | number;
2846
2845
  ETH: string | number;
2847
2846
  USDC: string | number;
2847
+ FLIP: string | number;
2848
2848
  USDT: string | number;
2849
2849
  WBTC?: string | number | undefined;
2850
2850
  };
@@ -2890,9 +2890,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2890
2890
  BTC: string | number | null;
2891
2891
  };
2892
2892
  Ethereum: {
2893
- FLIP: string | number | null;
2894
2893
  ETH: string | number | null;
2895
2894
  USDC: string | number | null;
2895
+ FLIP: string | number | null;
2896
2896
  USDT: string | number | null;
2897
2897
  WBTC?: string | number | null | undefined;
2898
2898
  };
@@ -2918,9 +2918,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2918
2918
  BTC: bigint;
2919
2919
  };
2920
2920
  Ethereum: {
2921
- FLIP: bigint;
2922
2921
  ETH: bigint;
2923
2922
  USDC: bigint;
2923
+ FLIP: bigint;
2924
2924
  USDT: bigint;
2925
2925
  WBTC: bigint;
2926
2926
  };
@@ -2945,9 +2945,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2945
2945
  BTC: bigint | null;
2946
2946
  };
2947
2947
  Ethereum: {
2948
- FLIP: bigint | null;
2949
2948
  ETH: bigint | null;
2950
2949
  USDC: bigint | null;
2950
+ FLIP: bigint | null;
2951
2951
  USDT: bigint | null;
2952
2952
  WBTC: bigint | null;
2953
2953
  };
@@ -2972,9 +2972,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2972
2972
  BTC: bigint | null;
2973
2973
  };
2974
2974
  Ethereum: {
2975
- FLIP: bigint | null;
2976
2975
  ETH: bigint | null;
2977
2976
  USDC: bigint | null;
2977
+ FLIP: bigint | null;
2978
2978
  USDT: bigint | null;
2979
2979
  WBTC: bigint | null;
2980
2980
  };
@@ -3006,9 +3006,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3006
3006
  BTC: bigint;
3007
3007
  };
3008
3008
  Ethereum: {
3009
- FLIP: bigint;
3010
3009
  ETH: bigint;
3011
3010
  USDC: bigint;
3011
+ FLIP: bigint;
3012
3012
  USDT: bigint;
3013
3013
  WBTC: bigint;
3014
3014
  };
@@ -3054,9 +3054,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3054
3054
  BTC: bigint | null;
3055
3055
  };
3056
3056
  Ethereum: {
3057
- FLIP: bigint | null;
3058
3057
  ETH: bigint | null;
3059
3058
  USDC: bigint | null;
3059
+ FLIP: bigint | null;
3060
3060
  USDT: bigint | null;
3061
3061
  WBTC: bigint | null;
3062
3062
  };
@@ -3084,9 +3084,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3084
3084
  BTC: string | number;
3085
3085
  };
3086
3086
  Ethereum: {
3087
- FLIP: string | number;
3088
3087
  ETH: string | number;
3089
3088
  USDC: string | number;
3089
+ FLIP: string | number;
3090
3090
  USDT: string | number;
3091
3091
  WBTC?: string | number | undefined;
3092
3092
  };
@@ -3111,9 +3111,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3111
3111
  BTC: string | number | null;
3112
3112
  };
3113
3113
  Ethereum: {
3114
- FLIP: string | number | null;
3115
3114
  ETH: string | number | null;
3116
3115
  USDC: string | number | null;
3116
+ FLIP: string | number | null;
3117
3117
  USDT: string | number | null;
3118
3118
  WBTC?: string | number | null | undefined;
3119
3119
  };
@@ -3138,9 +3138,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3138
3138
  BTC: string | number | null;
3139
3139
  };
3140
3140
  Ethereum: {
3141
- FLIP: string | number | null;
3142
3141
  ETH: string | number | null;
3143
3142
  USDC: string | number | null;
3143
+ FLIP: string | number | null;
3144
3144
  USDT: string | number | null;
3145
3145
  WBTC?: string | number | null | undefined;
3146
3146
  };
@@ -3172,9 +3172,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3172
3172
  BTC: string | number;
3173
3173
  };
3174
3174
  Ethereum: {
3175
- FLIP: string | number;
3176
3175
  ETH: string | number;
3177
3176
  USDC: string | number;
3177
+ FLIP: string | number;
3178
3178
  USDT: string | number;
3179
3179
  WBTC?: string | number | undefined;
3180
3180
  };
@@ -3220,9 +3220,9 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3220
3220
  BTC: string | number | null;
3221
3221
  };
3222
3222
  Ethereum: {
3223
- FLIP: string | number | null;
3224
3223
  ETH: string | number | null;
3225
3224
  USDC: string | number | null;
3225
+ FLIP: string | number | null;
3226
3226
  USDT: string | number | null;
3227
3227
  WBTC?: string | number | null | undefined;
3228
3228
  };
@@ -3259,15 +3259,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3259
3259
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
3260
3260
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
3261
3261
  }, "strip", z.ZodTypeAny, {
3262
- FLIP: bigint | null;
3263
3262
  ETH: bigint | null;
3264
3263
  USDC: bigint | null;
3264
+ FLIP: bigint | null;
3265
3265
  USDT: bigint | null;
3266
3266
  WBTC: bigint | null;
3267
3267
  }, {
3268
- FLIP: string | number | null;
3269
3268
  ETH: string | number | null;
3270
3269
  USDC: string | number | null;
3270
+ FLIP: string | number | null;
3271
3271
  USDT: string | number | null;
3272
3272
  WBTC?: string | number | null | undefined;
3273
3273
  }>;
@@ -3315,9 +3315,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3315
3315
  BTC: bigint | null;
3316
3316
  };
3317
3317
  Ethereum: {
3318
- FLIP: bigint | null;
3319
3318
  ETH: bigint | null;
3320
3319
  USDC: bigint | null;
3320
+ FLIP: bigint | null;
3321
3321
  USDT: bigint | null;
3322
3322
  WBTC: bigint | null;
3323
3323
  };
@@ -3341,9 +3341,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3341
3341
  BTC: string | number | null;
3342
3342
  };
3343
3343
  Ethereum: {
3344
- FLIP: string | number | null;
3345
3344
  ETH: string | number | null;
3346
3345
  USDC: string | number | null;
3346
+ FLIP: string | number | null;
3347
3347
  USDT: string | number | null;
3348
3348
  WBTC?: string | number | null | undefined;
3349
3349
  };
@@ -3382,15 +3382,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3382
3382
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
3383
3383
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
3384
3384
  }, "strip", z.ZodTypeAny, {
3385
- FLIP: bigint | null;
3386
3385
  ETH: bigint | null;
3387
3386
  USDC: bigint | null;
3387
+ FLIP: bigint | null;
3388
3388
  USDT: bigint | null;
3389
3389
  WBTC: bigint | null;
3390
3390
  }, {
3391
- FLIP: string | number | null;
3392
3391
  ETH: string | number | null;
3393
3392
  USDC: string | number | null;
3393
+ FLIP: string | number | null;
3394
3394
  USDT: string | number | null;
3395
3395
  WBTC?: string | number | null | undefined;
3396
3396
  }>;
@@ -3438,9 +3438,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3438
3438
  BTC: bigint | null;
3439
3439
  };
3440
3440
  Ethereum: {
3441
- FLIP: bigint | null;
3442
3441
  ETH: bigint | null;
3443
3442
  USDC: bigint | null;
3443
+ FLIP: bigint | null;
3444
3444
  USDT: bigint | null;
3445
3445
  WBTC: bigint | null;
3446
3446
  };
@@ -3464,9 +3464,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3464
3464
  BTC: string | number | null;
3465
3465
  };
3466
3466
  Ethereum: {
3467
- FLIP: string | number | null;
3468
3467
  ETH: string | number | null;
3469
3468
  USDC: string | number | null;
3469
+ FLIP: string | number | null;
3470
3470
  USDT: string | number | null;
3471
3471
  WBTC?: string | number | null | undefined;
3472
3472
  };
@@ -3513,15 +3513,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3513
3513
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
3514
3514
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
3515
3515
  }, "strip", z.ZodTypeAny, {
3516
- FLIP: bigint;
3517
3516
  ETH: bigint;
3518
3517
  USDC: bigint;
3518
+ FLIP: bigint;
3519
3519
  USDT: bigint;
3520
3520
  WBTC: bigint;
3521
3521
  }, {
3522
- FLIP: string | number;
3523
3522
  ETH: string | number;
3524
3523
  USDC: string | number;
3524
+ FLIP: string | number;
3525
3525
  USDT: string | number;
3526
3526
  WBTC?: string | number | undefined;
3527
3527
  }>;
@@ -3569,9 +3569,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3569
3569
  BTC: bigint;
3570
3570
  };
3571
3571
  Ethereum: {
3572
- FLIP: bigint;
3573
3572
  ETH: bigint;
3574
3573
  USDC: bigint;
3574
+ FLIP: bigint;
3575
3575
  USDT: bigint;
3576
3576
  WBTC: bigint;
3577
3577
  };
@@ -3595,9 +3595,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3595
3595
  BTC: string | number;
3596
3596
  };
3597
3597
  Ethereum: {
3598
- FLIP: string | number;
3599
3598
  ETH: string | number;
3600
3599
  USDC: string | number;
3600
+ FLIP: string | number;
3601
3601
  USDT: string | number;
3602
3602
  WBTC?: string | number | undefined;
3603
3603
  };
@@ -3627,9 +3627,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3627
3627
  BTC: bigint;
3628
3628
  };
3629
3629
  Ethereum: {
3630
- FLIP: bigint;
3631
3630
  ETH: bigint;
3632
3631
  USDC: bigint;
3632
+ FLIP: bigint;
3633
3633
  USDT: bigint;
3634
3634
  WBTC: bigint;
3635
3635
  };
@@ -3659,9 +3659,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3659
3659
  BTC: string | number;
3660
3660
  };
3661
3661
  Ethereum: {
3662
- FLIP: string | number;
3663
3662
  ETH: string | number;
3664
3663
  USDC: string | number;
3664
+ FLIP: string | number;
3665
3665
  USDT: string | number;
3666
3666
  WBTC?: string | number | undefined;
3667
3667
  };
@@ -3708,15 +3708,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3708
3708
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
3709
3709
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
3710
3710
  }, "strip", z.ZodTypeAny, {
3711
- FLIP: bigint;
3712
3711
  ETH: bigint;
3713
3712
  USDC: bigint;
3713
+ FLIP: bigint;
3714
3714
  USDT: bigint;
3715
3715
  WBTC: bigint;
3716
3716
  }, {
3717
- FLIP: string | number;
3718
3717
  ETH: string | number;
3719
3718
  USDC: string | number;
3719
+ FLIP: string | number;
3720
3720
  USDT: string | number;
3721
3721
  WBTC?: string | number | undefined;
3722
3722
  }>;
@@ -3764,9 +3764,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3764
3764
  BTC: bigint;
3765
3765
  };
3766
3766
  Ethereum: {
3767
- FLIP: bigint;
3768
3767
  ETH: bigint;
3769
3768
  USDC: bigint;
3769
+ FLIP: bigint;
3770
3770
  USDT: bigint;
3771
3771
  WBTC: bigint;
3772
3772
  };
@@ -3790,9 +3790,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3790
3790
  BTC: string | number;
3791
3791
  };
3792
3792
  Ethereum: {
3793
- FLIP: string | number;
3794
3793
  ETH: string | number;
3795
3794
  USDC: string | number;
3795
+ FLIP: string | number;
3796
3796
  USDT: string | number;
3797
3797
  WBTC?: string | number | undefined;
3798
3798
  };
@@ -3822,9 +3822,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3822
3822
  BTC: bigint;
3823
3823
  };
3824
3824
  Ethereum: {
3825
- FLIP: bigint;
3826
3825
  ETH: bigint;
3827
3826
  USDC: bigint;
3827
+ FLIP: bigint;
3828
3828
  USDT: bigint;
3829
3829
  WBTC: bigint;
3830
3830
  };
@@ -3854,9 +3854,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3854
3854
  BTC: string | number;
3855
3855
  };
3856
3856
  Ethereum: {
3857
- FLIP: string | number;
3858
3857
  ETH: string | number;
3859
3858
  USDC: string | number;
3859
+ FLIP: string | number;
3860
3860
  USDT: string | number;
3861
3861
  WBTC?: string | number | undefined;
3862
3862
  };
@@ -3888,9 +3888,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3888
3888
  BTC: bigint;
3889
3889
  };
3890
3890
  Ethereum: {
3891
- FLIP: bigint;
3892
3891
  ETH: bigint;
3893
3892
  USDC: bigint;
3893
+ FLIP: bigint;
3894
3894
  USDT: bigint;
3895
3895
  WBTC: bigint;
3896
3896
  };
@@ -3921,9 +3921,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3921
3921
  BTC: bigint;
3922
3922
  };
3923
3923
  Ethereum: {
3924
- FLIP: bigint;
3925
3924
  ETH: bigint;
3926
3925
  USDC: bigint;
3926
+ FLIP: bigint;
3927
3927
  USDT: bigint;
3928
3928
  WBTC: bigint;
3929
3929
  };
@@ -3955,9 +3955,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3955
3955
  BTC: string | number;
3956
3956
  };
3957
3957
  Ethereum: {
3958
- FLIP: string | number;
3959
3958
  ETH: string | number;
3960
3959
  USDC: string | number;
3960
+ FLIP: string | number;
3961
3961
  USDT: string | number;
3962
3962
  WBTC?: string | number | undefined;
3963
3963
  };
@@ -3988,9 +3988,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3988
3988
  BTC: string | number;
3989
3989
  };
3990
3990
  Ethereum: {
3991
- FLIP: string | number;
3992
3991
  ETH: string | number;
3993
3992
  USDC: string | number;
3993
+ FLIP: string | number;
3994
3994
  USDT: string | number;
3995
3995
  WBTC?: string | number | undefined;
3996
3996
  };
@@ -4027,15 +4027,15 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4027
4027
  USDT: z.ZodNullable<z.ZodNumber>;
4028
4028
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
4029
4029
  }, "strip", z.ZodTypeAny, {
4030
- FLIP: number | null;
4031
4030
  ETH: number | null;
4032
4031
  USDC: number | null;
4032
+ FLIP: number | null;
4033
4033
  USDT: number | null;
4034
4034
  WBTC: number | null;
4035
4035
  }, {
4036
- FLIP: number | null;
4037
4036
  ETH: number | null;
4038
4037
  USDC: number | null;
4038
+ FLIP: number | null;
4039
4039
  USDT: number | null;
4040
4040
  WBTC?: number | null | undefined;
4041
4041
  }>;
@@ -4083,9 +4083,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4083
4083
  BTC: number | null;
4084
4084
  };
4085
4085
  Ethereum: {
4086
- FLIP: number | null;
4087
4086
  ETH: number | null;
4088
4087
  USDC: number | null;
4088
+ FLIP: number | null;
4089
4089
  USDT: number | null;
4090
4090
  WBTC: number | null;
4091
4091
  };
@@ -4109,9 +4109,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4109
4109
  BTC: number | null;
4110
4110
  };
4111
4111
  Ethereum: {
4112
- FLIP: number | null;
4113
4112
  ETH: number | null;
4114
4113
  USDC: number | null;
4114
+ FLIP: number | null;
4115
4115
  USDT: number | null;
4116
4116
  WBTC?: number | null | undefined;
4117
4117
  };
@@ -4137,9 +4137,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4137
4137
  BTC: bigint | null;
4138
4138
  };
4139
4139
  Ethereum: {
4140
- FLIP: bigint | null;
4141
4140
  ETH: bigint | null;
4142
4141
  USDC: bigint | null;
4142
+ FLIP: bigint | null;
4143
4143
  USDT: bigint | null;
4144
4144
  WBTC: bigint | null;
4145
4145
  };
@@ -4168,9 +4168,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4168
4168
  BTC: bigint | null;
4169
4169
  };
4170
4170
  Ethereum: {
4171
- FLIP: bigint | null;
4172
4171
  ETH: bigint | null;
4173
4172
  USDC: bigint | null;
4173
+ FLIP: bigint | null;
4174
4174
  USDT: bigint | null;
4175
4175
  WBTC: bigint | null;
4176
4176
  };
@@ -4201,9 +4201,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4201
4201
  BTC: bigint;
4202
4202
  };
4203
4203
  Ethereum: {
4204
- FLIP: bigint;
4205
4204
  ETH: bigint;
4206
4205
  USDC: bigint;
4206
+ FLIP: bigint;
4207
4207
  USDT: bigint;
4208
4208
  WBTC: bigint;
4209
4209
  };
@@ -4234,9 +4234,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4234
4234
  BTC: bigint;
4235
4235
  };
4236
4236
  Ethereum: {
4237
- FLIP: bigint;
4238
4237
  ETH: bigint;
4239
4238
  USDC: bigint;
4239
+ FLIP: bigint;
4240
4240
  USDT: bigint;
4241
4241
  WBTC: bigint;
4242
4242
  };
@@ -4263,9 +4263,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4263
4263
  BTC: number | null;
4264
4264
  };
4265
4265
  Ethereum: {
4266
- FLIP: number | null;
4267
4266
  ETH: number | null;
4268
4267
  USDC: number | null;
4268
+ FLIP: number | null;
4269
4269
  USDT: number | null;
4270
4270
  WBTC: number | null;
4271
4271
  };
@@ -4291,9 +4291,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4291
4291
  BTC: string | number | null;
4292
4292
  };
4293
4293
  Ethereum: {
4294
- FLIP: string | number | null;
4295
4294
  ETH: string | number | null;
4296
4295
  USDC: string | number | null;
4296
+ FLIP: string | number | null;
4297
4297
  USDT: string | number | null;
4298
4298
  WBTC?: string | number | null | undefined;
4299
4299
  };
@@ -4322,9 +4322,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4322
4322
  BTC: string | number | null;
4323
4323
  };
4324
4324
  Ethereum: {
4325
- FLIP: string | number | null;
4326
4325
  ETH: string | number | null;
4327
4326
  USDC: string | number | null;
4327
+ FLIP: string | number | null;
4328
4328
  USDT: string | number | null;
4329
4329
  WBTC?: string | number | null | undefined;
4330
4330
  };
@@ -4355,9 +4355,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4355
4355
  BTC: string | number;
4356
4356
  };
4357
4357
  Ethereum: {
4358
- FLIP: string | number;
4359
4358
  ETH: string | number;
4360
4359
  USDC: string | number;
4360
+ FLIP: string | number;
4361
4361
  USDT: string | number;
4362
4362
  WBTC?: string | number | undefined;
4363
4363
  };
@@ -4388,9 +4388,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4388
4388
  BTC: string | number;
4389
4389
  };
4390
4390
  Ethereum: {
4391
- FLIP: string | number;
4392
4391
  ETH: string | number;
4393
4392
  USDC: string | number;
4393
+ FLIP: string | number;
4394
4394
  USDT: string | number;
4395
4395
  WBTC?: string | number | undefined;
4396
4396
  };
@@ -4417,9 +4417,9 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4417
4417
  BTC: number | null;
4418
4418
  };
4419
4419
  Ethereum: {
4420
- FLIP: number | null;
4421
4420
  ETH: number | null;
4422
4421
  USDC: number | null;
4422
+ FLIP: number | null;
4423
4423
  USDT: number | null;
4424
4424
  WBTC?: number | null | undefined;
4425
4425
  };
@@ -5374,7 +5374,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
5374
5374
  };
5375
5375
  } | null>>;
5376
5376
  }, "strip", z.ZodTypeAny, {
5377
- FLIP: {
5377
+ ETH: {
5378
5378
  limit_order_fee_hundredth_pips: number;
5379
5379
  range_order_fee_hundredth_pips: number;
5380
5380
  range_order_total_fees_earned: {
@@ -5421,7 +5421,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
5421
5421
  readonly asset: "USDC";
5422
5422
  };
5423
5423
  };
5424
- ETH: {
5424
+ FLIP: {
5425
5425
  limit_order_fee_hundredth_pips: number;
5426
5426
  range_order_fee_hundredth_pips: number;
5427
5427
  range_order_total_fees_earned: {
@@ -5563,7 +5563,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
5563
5563
  };
5564
5564
  };
5565
5565
  }, {
5566
- FLIP: {
5566
+ ETH: {
5567
5567
  limit_order_fee_hundredth_pips: number;
5568
5568
  range_order_fee_hundredth_pips: number;
5569
5569
  range_order_total_fees_earned: {
@@ -5587,7 +5587,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
5587
5587
  asset: "USDC";
5588
5588
  };
5589
5589
  } | null;
5590
- ETH: {
5590
+ FLIP: {
5591
5591
  limit_order_fee_hundredth_pips: number;
5592
5592
  range_order_fee_hundredth_pips: number;
5593
5593
  range_order_total_fees_earned: {
@@ -7883,7 +7883,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
7883
7883
  };
7884
7884
  };
7885
7885
  Ethereum: {
7886
- FLIP: {
7886
+ ETH: {
7887
7887
  limit_order_fee_hundredth_pips: number;
7888
7888
  range_order_fee_hundredth_pips: number;
7889
7889
  range_order_total_fees_earned: {
@@ -7930,7 +7930,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
7930
7930
  readonly asset: "USDC";
7931
7931
  };
7932
7932
  };
7933
- ETH: {
7933
+ FLIP: {
7934
7934
  limit_order_fee_hundredth_pips: number;
7935
7935
  range_order_fee_hundredth_pips: number;
7936
7936
  range_order_total_fees_earned: {
@@ -8529,7 +8529,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
8529
8529
  } | null;
8530
8530
  };
8531
8531
  Ethereum: {
8532
- FLIP: {
8532
+ ETH: {
8533
8533
  limit_order_fee_hundredth_pips: number;
8534
8534
  range_order_fee_hundredth_pips: number;
8535
8535
  range_order_total_fees_earned: {
@@ -8553,7 +8553,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
8553
8553
  asset: "USDC";
8554
8554
  };
8555
8555
  } | null;
8556
- ETH: {
8556
+ FLIP: {
8557
8557
  limit_order_fee_hundredth_pips: number;
8558
8558
  range_order_fee_hundredth_pips: number;
8559
8559
  range_order_total_fees_earned: {
@@ -8901,7 +8901,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
8901
8901
  };
8902
8902
  };
8903
8903
  Ethereum: {
8904
- FLIP: {
8904
+ ETH: {
8905
8905
  limit_order_fee_hundredth_pips: number;
8906
8906
  range_order_fee_hundredth_pips: number;
8907
8907
  range_order_total_fees_earned: {
@@ -8948,7 +8948,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
8948
8948
  readonly asset: "USDC";
8949
8949
  };
8950
8950
  };
8951
- ETH: {
8951
+ FLIP: {
8952
8952
  limit_order_fee_hundredth_pips: number;
8953
8953
  range_order_fee_hundredth_pips: number;
8954
8954
  range_order_total_fees_earned: {
@@ -9549,7 +9549,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
9549
9549
  } | null;
9550
9550
  };
9551
9551
  Ethereum: {
9552
- FLIP: {
9552
+ ETH: {
9553
9553
  limit_order_fee_hundredth_pips: number;
9554
9554
  range_order_fee_hundredth_pips: number;
9555
9555
  range_order_total_fees_earned: {
@@ -9573,7 +9573,7 @@ declare const cfPoolsEnvironment: z.ZodObject<{
9573
9573
  asset: "USDC";
9574
9574
  };
9575
9575
  } | null;
9576
- ETH: {
9576
+ FLIP: {
9577
9577
  limit_order_fee_hundredth_pips: number;
9578
9578
  range_order_fee_hundredth_pips: number;
9579
9579
  range_order_total_fees_earned: {
@@ -9887,15 +9887,15 @@ declare const cfEnvironment: z.ZodObject<{
9887
9887
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
9888
9888
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
9889
9889
  }, "strip", z.ZodTypeAny, {
9890
- FLIP: bigint;
9891
9890
  ETH: bigint;
9892
9891
  USDC: bigint;
9892
+ FLIP: bigint;
9893
9893
  USDT: bigint;
9894
9894
  WBTC: bigint;
9895
9895
  }, {
9896
- FLIP: string | number;
9897
9896
  ETH: string | number;
9898
9897
  USDC: string | number;
9898
+ FLIP: string | number;
9899
9899
  USDT: string | number;
9900
9900
  WBTC?: string | number | undefined;
9901
9901
  }>;
@@ -9943,9 +9943,9 @@ declare const cfEnvironment: z.ZodObject<{
9943
9943
  BTC: bigint;
9944
9944
  };
9945
9945
  Ethereum: {
9946
- FLIP: bigint;
9947
9946
  ETH: bigint;
9948
9947
  USDC: bigint;
9948
+ FLIP: bigint;
9949
9949
  USDT: bigint;
9950
9950
  WBTC: bigint;
9951
9951
  };
@@ -9969,9 +9969,9 @@ declare const cfEnvironment: z.ZodObject<{
9969
9969
  BTC: string | number;
9970
9970
  };
9971
9971
  Ethereum: {
9972
- FLIP: string | number;
9973
9972
  ETH: string | number;
9974
9973
  USDC: string | number;
9974
+ FLIP: string | number;
9975
9975
  USDT: string | number;
9976
9976
  WBTC?: string | number | undefined;
9977
9977
  };
@@ -10006,15 +10006,15 @@ declare const cfEnvironment: z.ZodObject<{
10006
10006
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10007
10007
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
10008
10008
  }, "strip", z.ZodTypeAny, {
10009
- FLIP: bigint | null;
10010
10009
  ETH: bigint | null;
10011
10010
  USDC: bigint | null;
10011
+ FLIP: bigint | null;
10012
10012
  USDT: bigint | null;
10013
10013
  WBTC: bigint | null;
10014
10014
  }, {
10015
- FLIP: string | number | null;
10016
10015
  ETH: string | number | null;
10017
10016
  USDC: string | number | null;
10017
+ FLIP: string | number | null;
10018
10018
  USDT: string | number | null;
10019
10019
  WBTC?: string | number | null | undefined;
10020
10020
  }>;
@@ -10062,9 +10062,9 @@ declare const cfEnvironment: z.ZodObject<{
10062
10062
  BTC: bigint | null;
10063
10063
  };
10064
10064
  Ethereum: {
10065
- FLIP: bigint | null;
10066
10065
  ETH: bigint | null;
10067
10066
  USDC: bigint | null;
10067
+ FLIP: bigint | null;
10068
10068
  USDT: bigint | null;
10069
10069
  WBTC: bigint | null;
10070
10070
  };
@@ -10088,9 +10088,9 @@ declare const cfEnvironment: z.ZodObject<{
10088
10088
  BTC: string | number | null;
10089
10089
  };
10090
10090
  Ethereum: {
10091
- FLIP: string | number | null;
10092
10091
  ETH: string | number | null;
10093
10092
  USDC: string | number | null;
10093
+ FLIP: string | number | null;
10094
10094
  USDT: string | number | null;
10095
10095
  WBTC?: string | number | null | undefined;
10096
10096
  };
@@ -10125,15 +10125,15 @@ declare const cfEnvironment: z.ZodObject<{
10125
10125
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10126
10126
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
10127
10127
  }, "strip", z.ZodTypeAny, {
10128
- FLIP: bigint | null;
10129
10128
  ETH: bigint | null;
10130
10129
  USDC: bigint | null;
10130
+ FLIP: bigint | null;
10131
10131
  USDT: bigint | null;
10132
10132
  WBTC: bigint | null;
10133
10133
  }, {
10134
- FLIP: string | number | null;
10135
10134
  ETH: string | number | null;
10136
10135
  USDC: string | number | null;
10136
+ FLIP: string | number | null;
10137
10137
  USDT: string | number | null;
10138
10138
  WBTC?: string | number | null | undefined;
10139
10139
  }>;
@@ -10181,9 +10181,9 @@ declare const cfEnvironment: z.ZodObject<{
10181
10181
  BTC: bigint | null;
10182
10182
  };
10183
10183
  Ethereum: {
10184
- FLIP: bigint | null;
10185
10184
  ETH: bigint | null;
10186
10185
  USDC: bigint | null;
10186
+ FLIP: bigint | null;
10187
10187
  USDT: bigint | null;
10188
10188
  WBTC: bigint | null;
10189
10189
  };
@@ -10207,9 +10207,9 @@ declare const cfEnvironment: z.ZodObject<{
10207
10207
  BTC: string | number | null;
10208
10208
  };
10209
10209
  Ethereum: {
10210
- FLIP: string | number | null;
10211
10210
  ETH: string | number | null;
10212
10211
  USDC: string | number | null;
10212
+ FLIP: string | number | null;
10213
10213
  USDT: string | number | null;
10214
10214
  WBTC?: string | number | null | undefined;
10215
10215
  };
@@ -10263,15 +10263,15 @@ declare const cfEnvironment: z.ZodObject<{
10263
10263
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
10264
10264
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10265
10265
  }, "strip", z.ZodTypeAny, {
10266
- FLIP: bigint;
10267
10266
  ETH: bigint;
10268
10267
  USDC: bigint;
10268
+ FLIP: bigint;
10269
10269
  USDT: bigint;
10270
10270
  WBTC: bigint;
10271
10271
  }, {
10272
- FLIP: string | number;
10273
10272
  ETH: string | number;
10274
10273
  USDC: string | number;
10274
+ FLIP: string | number;
10275
10275
  USDT: string | number;
10276
10276
  WBTC?: string | number | undefined;
10277
10277
  }>;
@@ -10319,9 +10319,9 @@ declare const cfEnvironment: z.ZodObject<{
10319
10319
  BTC: bigint;
10320
10320
  };
10321
10321
  Ethereum: {
10322
- FLIP: bigint;
10323
10322
  ETH: bigint;
10324
10323
  USDC: bigint;
10324
+ FLIP: bigint;
10325
10325
  USDT: bigint;
10326
10326
  WBTC: bigint;
10327
10327
  };
@@ -10345,9 +10345,9 @@ declare const cfEnvironment: z.ZodObject<{
10345
10345
  BTC: string | number;
10346
10346
  };
10347
10347
  Ethereum: {
10348
- FLIP: string | number;
10349
10348
  ETH: string | number;
10350
10349
  USDC: string | number;
10350
+ FLIP: string | number;
10351
10351
  USDT: string | number;
10352
10352
  WBTC?: string | number | undefined;
10353
10353
  };
@@ -10439,15 +10439,15 @@ declare const cfEnvironment: z.ZodObject<{
10439
10439
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10440
10440
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
10441
10441
  }, "strip", z.ZodTypeAny, {
10442
- FLIP: bigint | null;
10443
10442
  ETH: bigint | null;
10444
10443
  USDC: bigint | null;
10444
+ FLIP: bigint | null;
10445
10445
  USDT: bigint | null;
10446
10446
  WBTC: bigint | null;
10447
10447
  }, {
10448
- FLIP: string | number | null;
10449
10448
  ETH: string | number | null;
10450
10449
  USDC: string | number | null;
10450
+ FLIP: string | number | null;
10451
10451
  USDT: string | number | null;
10452
10452
  WBTC?: string | number | null | undefined;
10453
10453
  }>;
@@ -10495,9 +10495,9 @@ declare const cfEnvironment: z.ZodObject<{
10495
10495
  BTC: bigint | null;
10496
10496
  };
10497
10497
  Ethereum: {
10498
- FLIP: bigint | null;
10499
10498
  ETH: bigint | null;
10500
10499
  USDC: bigint | null;
10500
+ FLIP: bigint | null;
10501
10501
  USDT: bigint | null;
10502
10502
  WBTC: bigint | null;
10503
10503
  };
@@ -10521,9 +10521,9 @@ declare const cfEnvironment: z.ZodObject<{
10521
10521
  BTC: string | number | null;
10522
10522
  };
10523
10523
  Ethereum: {
10524
- FLIP: string | number | null;
10525
10524
  ETH: string | number | null;
10526
10525
  USDC: string | number | null;
10526
+ FLIP: string | number | null;
10527
10527
  USDT: string | number | null;
10528
10528
  WBTC?: string | number | null | undefined;
10529
10529
  };
@@ -10549,9 +10549,9 @@ declare const cfEnvironment: z.ZodObject<{
10549
10549
  BTC: bigint;
10550
10550
  };
10551
10551
  Ethereum: {
10552
- FLIP: bigint;
10553
10552
  ETH: bigint;
10554
10553
  USDC: bigint;
10554
+ FLIP: bigint;
10555
10555
  USDT: bigint;
10556
10556
  WBTC: bigint;
10557
10557
  };
@@ -10576,9 +10576,9 @@ declare const cfEnvironment: z.ZodObject<{
10576
10576
  BTC: bigint | null;
10577
10577
  };
10578
10578
  Ethereum: {
10579
- FLIP: bigint | null;
10580
10579
  ETH: bigint | null;
10581
10580
  USDC: bigint | null;
10581
+ FLIP: bigint | null;
10582
10582
  USDT: bigint | null;
10583
10583
  WBTC: bigint | null;
10584
10584
  };
@@ -10603,9 +10603,9 @@ declare const cfEnvironment: z.ZodObject<{
10603
10603
  BTC: bigint | null;
10604
10604
  };
10605
10605
  Ethereum: {
10606
- FLIP: bigint | null;
10607
10606
  ETH: bigint | null;
10608
10607
  USDC: bigint | null;
10608
+ FLIP: bigint | null;
10609
10609
  USDT: bigint | null;
10610
10610
  WBTC: bigint | null;
10611
10611
  };
@@ -10637,9 +10637,9 @@ declare const cfEnvironment: z.ZodObject<{
10637
10637
  BTC: bigint;
10638
10638
  };
10639
10639
  Ethereum: {
10640
- FLIP: bigint;
10641
10640
  ETH: bigint;
10642
10641
  USDC: bigint;
10642
+ FLIP: bigint;
10643
10643
  USDT: bigint;
10644
10644
  WBTC: bigint;
10645
10645
  };
@@ -10685,9 +10685,9 @@ declare const cfEnvironment: z.ZodObject<{
10685
10685
  BTC: bigint | null;
10686
10686
  };
10687
10687
  Ethereum: {
10688
- FLIP: bigint | null;
10689
10688
  ETH: bigint | null;
10690
10689
  USDC: bigint | null;
10690
+ FLIP: bigint | null;
10691
10691
  USDT: bigint | null;
10692
10692
  WBTC: bigint | null;
10693
10693
  };
@@ -10713,9 +10713,9 @@ declare const cfEnvironment: z.ZodObject<{
10713
10713
  BTC: string | number;
10714
10714
  };
10715
10715
  Ethereum: {
10716
- FLIP: string | number;
10717
10716
  ETH: string | number;
10718
10717
  USDC: string | number;
10718
+ FLIP: string | number;
10719
10719
  USDT: string | number;
10720
10720
  WBTC?: string | number | undefined;
10721
10721
  };
@@ -10740,9 +10740,9 @@ declare const cfEnvironment: z.ZodObject<{
10740
10740
  BTC: string | number | null;
10741
10741
  };
10742
10742
  Ethereum: {
10743
- FLIP: string | number | null;
10744
10743
  ETH: string | number | null;
10745
10744
  USDC: string | number | null;
10745
+ FLIP: string | number | null;
10746
10746
  USDT: string | number | null;
10747
10747
  WBTC?: string | number | null | undefined;
10748
10748
  };
@@ -10767,9 +10767,9 @@ declare const cfEnvironment: z.ZodObject<{
10767
10767
  BTC: string | number | null;
10768
10768
  };
10769
10769
  Ethereum: {
10770
- FLIP: string | number | null;
10771
10770
  ETH: string | number | null;
10772
10771
  USDC: string | number | null;
10772
+ FLIP: string | number | null;
10773
10773
  USDT: string | number | null;
10774
10774
  WBTC?: string | number | null | undefined;
10775
10775
  };
@@ -10801,9 +10801,9 @@ declare const cfEnvironment: z.ZodObject<{
10801
10801
  BTC: string | number;
10802
10802
  };
10803
10803
  Ethereum: {
10804
- FLIP: string | number;
10805
10804
  ETH: string | number;
10806
10805
  USDC: string | number;
10806
+ FLIP: string | number;
10807
10807
  USDT: string | number;
10808
10808
  WBTC?: string | number | undefined;
10809
10809
  };
@@ -10849,9 +10849,9 @@ declare const cfEnvironment: z.ZodObject<{
10849
10849
  BTC: string | number | null;
10850
10850
  };
10851
10851
  Ethereum: {
10852
- FLIP: string | number | null;
10853
10852
  ETH: string | number | null;
10854
10853
  USDC: string | number | null;
10854
+ FLIP: string | number | null;
10855
10855
  USDT: string | number | null;
10856
10856
  WBTC?: string | number | null | undefined;
10857
10857
  };
@@ -10877,9 +10877,9 @@ declare const cfEnvironment: z.ZodObject<{
10877
10877
  BTC: bigint;
10878
10878
  };
10879
10879
  Ethereum: {
10880
- FLIP: bigint;
10881
10880
  ETH: bigint;
10882
10881
  USDC: bigint;
10882
+ FLIP: bigint;
10883
10883
  USDT: bigint;
10884
10884
  WBTC: bigint;
10885
10885
  };
@@ -10904,9 +10904,9 @@ declare const cfEnvironment: z.ZodObject<{
10904
10904
  BTC: bigint | null;
10905
10905
  };
10906
10906
  Ethereum: {
10907
- FLIP: bigint | null;
10908
10907
  ETH: bigint | null;
10909
10908
  USDC: bigint | null;
10909
+ FLIP: bigint | null;
10910
10910
  USDT: bigint | null;
10911
10911
  WBTC: bigint | null;
10912
10912
  };
@@ -10931,9 +10931,9 @@ declare const cfEnvironment: z.ZodObject<{
10931
10931
  BTC: bigint | null;
10932
10932
  };
10933
10933
  Ethereum: {
10934
- FLIP: bigint | null;
10935
10934
  ETH: bigint | null;
10936
10935
  USDC: bigint | null;
10936
+ FLIP: bigint | null;
10937
10937
  USDT: bigint | null;
10938
10938
  WBTC: bigint | null;
10939
10939
  };
@@ -10965,9 +10965,9 @@ declare const cfEnvironment: z.ZodObject<{
10965
10965
  BTC: bigint;
10966
10966
  };
10967
10967
  Ethereum: {
10968
- FLIP: bigint;
10969
10968
  ETH: bigint;
10970
10969
  USDC: bigint;
10970
+ FLIP: bigint;
10971
10971
  USDT: bigint;
10972
10972
  WBTC: bigint;
10973
10973
  };
@@ -11013,9 +11013,9 @@ declare const cfEnvironment: z.ZodObject<{
11013
11013
  BTC: bigint | null;
11014
11014
  };
11015
11015
  Ethereum: {
11016
- FLIP: bigint | null;
11017
11016
  ETH: bigint | null;
11018
11017
  USDC: bigint | null;
11018
+ FLIP: bigint | null;
11019
11019
  USDT: bigint | null;
11020
11020
  WBTC: bigint | null;
11021
11021
  };
@@ -11043,9 +11043,9 @@ declare const cfEnvironment: z.ZodObject<{
11043
11043
  BTC: string | number;
11044
11044
  };
11045
11045
  Ethereum: {
11046
- FLIP: string | number;
11047
11046
  ETH: string | number;
11048
11047
  USDC: string | number;
11048
+ FLIP: string | number;
11049
11049
  USDT: string | number;
11050
11050
  WBTC?: string | number | undefined;
11051
11051
  };
@@ -11070,9 +11070,9 @@ declare const cfEnvironment: z.ZodObject<{
11070
11070
  BTC: string | number | null;
11071
11071
  };
11072
11072
  Ethereum: {
11073
- FLIP: string | number | null;
11074
11073
  ETH: string | number | null;
11075
11074
  USDC: string | number | null;
11075
+ FLIP: string | number | null;
11076
11076
  USDT: string | number | null;
11077
11077
  WBTC?: string | number | null | undefined;
11078
11078
  };
@@ -11097,9 +11097,9 @@ declare const cfEnvironment: z.ZodObject<{
11097
11097
  BTC: string | number | null;
11098
11098
  };
11099
11099
  Ethereum: {
11100
- FLIP: string | number | null;
11101
11100
  ETH: string | number | null;
11102
11101
  USDC: string | number | null;
11102
+ FLIP: string | number | null;
11103
11103
  USDT: string | number | null;
11104
11104
  WBTC?: string | number | null | undefined;
11105
11105
  };
@@ -11131,9 +11131,9 @@ declare const cfEnvironment: z.ZodObject<{
11131
11131
  BTC: string | number;
11132
11132
  };
11133
11133
  Ethereum: {
11134
- FLIP: string | number;
11135
11134
  ETH: string | number;
11136
11135
  USDC: string | number;
11136
+ FLIP: string | number;
11137
11137
  USDT: string | number;
11138
11138
  WBTC?: string | number | undefined;
11139
11139
  };
@@ -11179,9 +11179,9 @@ declare const cfEnvironment: z.ZodObject<{
11179
11179
  BTC: string | number | null;
11180
11180
  };
11181
11181
  Ethereum: {
11182
- FLIP: string | number | null;
11183
11182
  ETH: string | number | null;
11184
11183
  USDC: string | number | null;
11184
+ FLIP: string | number | null;
11185
11185
  USDT: string | number | null;
11186
11186
  WBTC?: string | number | null | undefined;
11187
11187
  };
@@ -11218,15 +11218,15 @@ declare const cfEnvironment: z.ZodObject<{
11218
11218
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
11219
11219
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
11220
11220
  }, "strip", z.ZodTypeAny, {
11221
- FLIP: bigint | null;
11222
11221
  ETH: bigint | null;
11223
11222
  USDC: bigint | null;
11223
+ FLIP: bigint | null;
11224
11224
  USDT: bigint | null;
11225
11225
  WBTC: bigint | null;
11226
11226
  }, {
11227
- FLIP: string | number | null;
11228
11227
  ETH: string | number | null;
11229
11228
  USDC: string | number | null;
11229
+ FLIP: string | number | null;
11230
11230
  USDT: string | number | null;
11231
11231
  WBTC?: string | number | null | undefined;
11232
11232
  }>;
@@ -11274,9 +11274,9 @@ declare const cfEnvironment: z.ZodObject<{
11274
11274
  BTC: bigint | null;
11275
11275
  };
11276
11276
  Ethereum: {
11277
- FLIP: bigint | null;
11278
11277
  ETH: bigint | null;
11279
11278
  USDC: bigint | null;
11279
+ FLIP: bigint | null;
11280
11280
  USDT: bigint | null;
11281
11281
  WBTC: bigint | null;
11282
11282
  };
@@ -11300,9 +11300,9 @@ declare const cfEnvironment: z.ZodObject<{
11300
11300
  BTC: string | number | null;
11301
11301
  };
11302
11302
  Ethereum: {
11303
- FLIP: string | number | null;
11304
11303
  ETH: string | number | null;
11305
11304
  USDC: string | number | null;
11305
+ FLIP: string | number | null;
11306
11306
  USDT: string | number | null;
11307
11307
  WBTC?: string | number | null | undefined;
11308
11308
  };
@@ -11341,15 +11341,15 @@ declare const cfEnvironment: z.ZodObject<{
11341
11341
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
11342
11342
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
11343
11343
  }, "strip", z.ZodTypeAny, {
11344
- FLIP: bigint | null;
11345
11344
  ETH: bigint | null;
11346
11345
  USDC: bigint | null;
11346
+ FLIP: bigint | null;
11347
11347
  USDT: bigint | null;
11348
11348
  WBTC: bigint | null;
11349
11349
  }, {
11350
- FLIP: string | number | null;
11351
11350
  ETH: string | number | null;
11352
11351
  USDC: string | number | null;
11352
+ FLIP: string | number | null;
11353
11353
  USDT: string | number | null;
11354
11354
  WBTC?: string | number | null | undefined;
11355
11355
  }>;
@@ -11397,9 +11397,9 @@ declare const cfEnvironment: z.ZodObject<{
11397
11397
  BTC: bigint | null;
11398
11398
  };
11399
11399
  Ethereum: {
11400
- FLIP: bigint | null;
11401
11400
  ETH: bigint | null;
11402
11401
  USDC: bigint | null;
11402
+ FLIP: bigint | null;
11403
11403
  USDT: bigint | null;
11404
11404
  WBTC: bigint | null;
11405
11405
  };
@@ -11423,9 +11423,9 @@ declare const cfEnvironment: z.ZodObject<{
11423
11423
  BTC: string | number | null;
11424
11424
  };
11425
11425
  Ethereum: {
11426
- FLIP: string | number | null;
11427
11426
  ETH: string | number | null;
11428
11427
  USDC: string | number | null;
11428
+ FLIP: string | number | null;
11429
11429
  USDT: string | number | null;
11430
11430
  WBTC?: string | number | null | undefined;
11431
11431
  };
@@ -11472,15 +11472,15 @@ declare const cfEnvironment: z.ZodObject<{
11472
11472
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
11473
11473
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
11474
11474
  }, "strip", z.ZodTypeAny, {
11475
- FLIP: bigint;
11476
11475
  ETH: bigint;
11477
11476
  USDC: bigint;
11477
+ FLIP: bigint;
11478
11478
  USDT: bigint;
11479
11479
  WBTC: bigint;
11480
11480
  }, {
11481
- FLIP: string | number;
11482
11481
  ETH: string | number;
11483
11482
  USDC: string | number;
11483
+ FLIP: string | number;
11484
11484
  USDT: string | number;
11485
11485
  WBTC?: string | number | undefined;
11486
11486
  }>;
@@ -11528,9 +11528,9 @@ declare const cfEnvironment: z.ZodObject<{
11528
11528
  BTC: bigint;
11529
11529
  };
11530
11530
  Ethereum: {
11531
- FLIP: bigint;
11532
11531
  ETH: bigint;
11533
11532
  USDC: bigint;
11533
+ FLIP: bigint;
11534
11534
  USDT: bigint;
11535
11535
  WBTC: bigint;
11536
11536
  };
@@ -11554,9 +11554,9 @@ declare const cfEnvironment: z.ZodObject<{
11554
11554
  BTC: string | number;
11555
11555
  };
11556
11556
  Ethereum: {
11557
- FLIP: string | number;
11558
11557
  ETH: string | number;
11559
11558
  USDC: string | number;
11559
+ FLIP: string | number;
11560
11560
  USDT: string | number;
11561
11561
  WBTC?: string | number | undefined;
11562
11562
  };
@@ -11586,9 +11586,9 @@ declare const cfEnvironment: z.ZodObject<{
11586
11586
  BTC: bigint;
11587
11587
  };
11588
11588
  Ethereum: {
11589
- FLIP: bigint;
11590
11589
  ETH: bigint;
11591
11590
  USDC: bigint;
11591
+ FLIP: bigint;
11592
11592
  USDT: bigint;
11593
11593
  WBTC: bigint;
11594
11594
  };
@@ -11618,9 +11618,9 @@ declare const cfEnvironment: z.ZodObject<{
11618
11618
  BTC: string | number;
11619
11619
  };
11620
11620
  Ethereum: {
11621
- FLIP: string | number;
11622
11621
  ETH: string | number;
11623
11622
  USDC: string | number;
11623
+ FLIP: string | number;
11624
11624
  USDT: string | number;
11625
11625
  WBTC?: string | number | undefined;
11626
11626
  };
@@ -11667,15 +11667,15 @@ declare const cfEnvironment: z.ZodObject<{
11667
11667
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
11668
11668
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
11669
11669
  }, "strip", z.ZodTypeAny, {
11670
- FLIP: bigint;
11671
11670
  ETH: bigint;
11672
11671
  USDC: bigint;
11672
+ FLIP: bigint;
11673
11673
  USDT: bigint;
11674
11674
  WBTC: bigint;
11675
11675
  }, {
11676
- FLIP: string | number;
11677
11676
  ETH: string | number;
11678
11677
  USDC: string | number;
11678
+ FLIP: string | number;
11679
11679
  USDT: string | number;
11680
11680
  WBTC?: string | number | undefined;
11681
11681
  }>;
@@ -11723,9 +11723,9 @@ declare const cfEnvironment: z.ZodObject<{
11723
11723
  BTC: bigint;
11724
11724
  };
11725
11725
  Ethereum: {
11726
- FLIP: bigint;
11727
11726
  ETH: bigint;
11728
11727
  USDC: bigint;
11728
+ FLIP: bigint;
11729
11729
  USDT: bigint;
11730
11730
  WBTC: bigint;
11731
11731
  };
@@ -11749,9 +11749,9 @@ declare const cfEnvironment: z.ZodObject<{
11749
11749
  BTC: string | number;
11750
11750
  };
11751
11751
  Ethereum: {
11752
- FLIP: string | number;
11753
11752
  ETH: string | number;
11754
11753
  USDC: string | number;
11754
+ FLIP: string | number;
11755
11755
  USDT: string | number;
11756
11756
  WBTC?: string | number | undefined;
11757
11757
  };
@@ -11781,9 +11781,9 @@ declare const cfEnvironment: z.ZodObject<{
11781
11781
  BTC: bigint;
11782
11782
  };
11783
11783
  Ethereum: {
11784
- FLIP: bigint;
11785
11784
  ETH: bigint;
11786
11785
  USDC: bigint;
11786
+ FLIP: bigint;
11787
11787
  USDT: bigint;
11788
11788
  WBTC: bigint;
11789
11789
  };
@@ -11813,9 +11813,9 @@ declare const cfEnvironment: z.ZodObject<{
11813
11813
  BTC: string | number;
11814
11814
  };
11815
11815
  Ethereum: {
11816
- FLIP: string | number;
11817
11816
  ETH: string | number;
11818
11817
  USDC: string | number;
11818
+ FLIP: string | number;
11819
11819
  USDT: string | number;
11820
11820
  WBTC?: string | number | undefined;
11821
11821
  };
@@ -11847,9 +11847,9 @@ declare const cfEnvironment: z.ZodObject<{
11847
11847
  BTC: bigint;
11848
11848
  };
11849
11849
  Ethereum: {
11850
- FLIP: bigint;
11851
11850
  ETH: bigint;
11852
11851
  USDC: bigint;
11852
+ FLIP: bigint;
11853
11853
  USDT: bigint;
11854
11854
  WBTC: bigint;
11855
11855
  };
@@ -11880,9 +11880,9 @@ declare const cfEnvironment: z.ZodObject<{
11880
11880
  BTC: bigint;
11881
11881
  };
11882
11882
  Ethereum: {
11883
- FLIP: bigint;
11884
11883
  ETH: bigint;
11885
11884
  USDC: bigint;
11885
+ FLIP: bigint;
11886
11886
  USDT: bigint;
11887
11887
  WBTC: bigint;
11888
11888
  };
@@ -11914,9 +11914,9 @@ declare const cfEnvironment: z.ZodObject<{
11914
11914
  BTC: string | number;
11915
11915
  };
11916
11916
  Ethereum: {
11917
- FLIP: string | number;
11918
11917
  ETH: string | number;
11919
11918
  USDC: string | number;
11919
+ FLIP: string | number;
11920
11920
  USDT: string | number;
11921
11921
  WBTC?: string | number | undefined;
11922
11922
  };
@@ -11947,9 +11947,9 @@ declare const cfEnvironment: z.ZodObject<{
11947
11947
  BTC: string | number;
11948
11948
  };
11949
11949
  Ethereum: {
11950
- FLIP: string | number;
11951
11950
  ETH: string | number;
11952
11951
  USDC: string | number;
11952
+ FLIP: string | number;
11953
11953
  USDT: string | number;
11954
11954
  WBTC?: string | number | undefined;
11955
11955
  };
@@ -11986,15 +11986,15 @@ declare const cfEnvironment: z.ZodObject<{
11986
11986
  USDT: z.ZodNullable<z.ZodNumber>;
11987
11987
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
11988
11988
  }, "strip", z.ZodTypeAny, {
11989
- FLIP: number | null;
11990
11989
  ETH: number | null;
11991
11990
  USDC: number | null;
11991
+ FLIP: number | null;
11992
11992
  USDT: number | null;
11993
11993
  WBTC: number | null;
11994
11994
  }, {
11995
- FLIP: number | null;
11996
11995
  ETH: number | null;
11997
11996
  USDC: number | null;
11997
+ FLIP: number | null;
11998
11998
  USDT: number | null;
11999
11999
  WBTC?: number | null | undefined;
12000
12000
  }>;
@@ -12042,9 +12042,9 @@ declare const cfEnvironment: z.ZodObject<{
12042
12042
  BTC: number | null;
12043
12043
  };
12044
12044
  Ethereum: {
12045
- FLIP: number | null;
12046
12045
  ETH: number | null;
12047
12046
  USDC: number | null;
12047
+ FLIP: number | null;
12048
12048
  USDT: number | null;
12049
12049
  WBTC: number | null;
12050
12050
  };
@@ -12068,9 +12068,9 @@ declare const cfEnvironment: z.ZodObject<{
12068
12068
  BTC: number | null;
12069
12069
  };
12070
12070
  Ethereum: {
12071
- FLIP: number | null;
12072
12071
  ETH: number | null;
12073
12072
  USDC: number | null;
12073
+ FLIP: number | null;
12074
12074
  USDT: number | null;
12075
12075
  WBTC?: number | null | undefined;
12076
12076
  };
@@ -12096,9 +12096,9 @@ declare const cfEnvironment: z.ZodObject<{
12096
12096
  BTC: bigint | null;
12097
12097
  };
12098
12098
  Ethereum: {
12099
- FLIP: bigint | null;
12100
12099
  ETH: bigint | null;
12101
12100
  USDC: bigint | null;
12101
+ FLIP: bigint | null;
12102
12102
  USDT: bigint | null;
12103
12103
  WBTC: bigint | null;
12104
12104
  };
@@ -12127,9 +12127,9 @@ declare const cfEnvironment: z.ZodObject<{
12127
12127
  BTC: bigint | null;
12128
12128
  };
12129
12129
  Ethereum: {
12130
- FLIP: bigint | null;
12131
12130
  ETH: bigint | null;
12132
12131
  USDC: bigint | null;
12132
+ FLIP: bigint | null;
12133
12133
  USDT: bigint | null;
12134
12134
  WBTC: bigint | null;
12135
12135
  };
@@ -12160,9 +12160,9 @@ declare const cfEnvironment: z.ZodObject<{
12160
12160
  BTC: bigint;
12161
12161
  };
12162
12162
  Ethereum: {
12163
- FLIP: bigint;
12164
12163
  ETH: bigint;
12165
12164
  USDC: bigint;
12165
+ FLIP: bigint;
12166
12166
  USDT: bigint;
12167
12167
  WBTC: bigint;
12168
12168
  };
@@ -12193,9 +12193,9 @@ declare const cfEnvironment: z.ZodObject<{
12193
12193
  BTC: bigint;
12194
12194
  };
12195
12195
  Ethereum: {
12196
- FLIP: bigint;
12197
12196
  ETH: bigint;
12198
12197
  USDC: bigint;
12198
+ FLIP: bigint;
12199
12199
  USDT: bigint;
12200
12200
  WBTC: bigint;
12201
12201
  };
@@ -12222,9 +12222,9 @@ declare const cfEnvironment: z.ZodObject<{
12222
12222
  BTC: number | null;
12223
12223
  };
12224
12224
  Ethereum: {
12225
- FLIP: number | null;
12226
12225
  ETH: number | null;
12227
12226
  USDC: number | null;
12227
+ FLIP: number | null;
12228
12228
  USDT: number | null;
12229
12229
  WBTC: number | null;
12230
12230
  };
@@ -12250,9 +12250,9 @@ declare const cfEnvironment: z.ZodObject<{
12250
12250
  BTC: string | number | null;
12251
12251
  };
12252
12252
  Ethereum: {
12253
- FLIP: string | number | null;
12254
12253
  ETH: string | number | null;
12255
12254
  USDC: string | number | null;
12255
+ FLIP: string | number | null;
12256
12256
  USDT: string | number | null;
12257
12257
  WBTC?: string | number | null | undefined;
12258
12258
  };
@@ -12281,9 +12281,9 @@ declare const cfEnvironment: z.ZodObject<{
12281
12281
  BTC: string | number | null;
12282
12282
  };
12283
12283
  Ethereum: {
12284
- FLIP: string | number | null;
12285
12284
  ETH: string | number | null;
12286
12285
  USDC: string | number | null;
12286
+ FLIP: string | number | null;
12287
12287
  USDT: string | number | null;
12288
12288
  WBTC?: string | number | null | undefined;
12289
12289
  };
@@ -12314,9 +12314,9 @@ declare const cfEnvironment: z.ZodObject<{
12314
12314
  BTC: string | number;
12315
12315
  };
12316
12316
  Ethereum: {
12317
- FLIP: string | number;
12318
12317
  ETH: string | number;
12319
12318
  USDC: string | number;
12319
+ FLIP: string | number;
12320
12320
  USDT: string | number;
12321
12321
  WBTC?: string | number | undefined;
12322
12322
  };
@@ -12347,9 +12347,9 @@ declare const cfEnvironment: z.ZodObject<{
12347
12347
  BTC: string | number;
12348
12348
  };
12349
12349
  Ethereum: {
12350
- FLIP: string | number;
12351
12350
  ETH: string | number;
12352
12351
  USDC: string | number;
12352
+ FLIP: string | number;
12353
12353
  USDT: string | number;
12354
12354
  WBTC?: string | number | undefined;
12355
12355
  };
@@ -12376,9 +12376,9 @@ declare const cfEnvironment: z.ZodObject<{
12376
12376
  BTC: number | null;
12377
12377
  };
12378
12378
  Ethereum: {
12379
- FLIP: number | null;
12380
12379
  ETH: number | null;
12381
12380
  USDC: number | null;
12381
+ FLIP: number | null;
12382
12382
  USDT: number | null;
12383
12383
  WBTC?: number | null | undefined;
12384
12384
  };
@@ -13333,7 +13333,7 @@ declare const cfEnvironment: z.ZodObject<{
13333
13333
  };
13334
13334
  } | null>>;
13335
13335
  }, "strip", z.ZodTypeAny, {
13336
- FLIP: {
13336
+ ETH: {
13337
13337
  limit_order_fee_hundredth_pips: number;
13338
13338
  range_order_fee_hundredth_pips: number;
13339
13339
  range_order_total_fees_earned: {
@@ -13380,7 +13380,7 @@ declare const cfEnvironment: z.ZodObject<{
13380
13380
  readonly asset: "USDC";
13381
13381
  };
13382
13382
  };
13383
- ETH: {
13383
+ FLIP: {
13384
13384
  limit_order_fee_hundredth_pips: number;
13385
13385
  range_order_fee_hundredth_pips: number;
13386
13386
  range_order_total_fees_earned: {
@@ -13522,7 +13522,7 @@ declare const cfEnvironment: z.ZodObject<{
13522
13522
  };
13523
13523
  };
13524
13524
  }, {
13525
- FLIP: {
13525
+ ETH: {
13526
13526
  limit_order_fee_hundredth_pips: number;
13527
13527
  range_order_fee_hundredth_pips: number;
13528
13528
  range_order_total_fees_earned: {
@@ -13546,7 +13546,7 @@ declare const cfEnvironment: z.ZodObject<{
13546
13546
  asset: "USDC";
13547
13547
  };
13548
13548
  } | null;
13549
- ETH: {
13549
+ FLIP: {
13550
13550
  limit_order_fee_hundredth_pips: number;
13551
13551
  range_order_fee_hundredth_pips: number;
13552
13552
  range_order_total_fees_earned: {
@@ -15842,7 +15842,7 @@ declare const cfEnvironment: z.ZodObject<{
15842
15842
  };
15843
15843
  };
15844
15844
  Ethereum: {
15845
- FLIP: {
15845
+ ETH: {
15846
15846
  limit_order_fee_hundredth_pips: number;
15847
15847
  range_order_fee_hundredth_pips: number;
15848
15848
  range_order_total_fees_earned: {
@@ -15889,7 +15889,7 @@ declare const cfEnvironment: z.ZodObject<{
15889
15889
  readonly asset: "USDC";
15890
15890
  };
15891
15891
  };
15892
- ETH: {
15892
+ FLIP: {
15893
15893
  limit_order_fee_hundredth_pips: number;
15894
15894
  range_order_fee_hundredth_pips: number;
15895
15895
  range_order_total_fees_earned: {
@@ -16488,7 +16488,7 @@ declare const cfEnvironment: z.ZodObject<{
16488
16488
  } | null;
16489
16489
  };
16490
16490
  Ethereum: {
16491
- FLIP: {
16491
+ ETH: {
16492
16492
  limit_order_fee_hundredth_pips: number;
16493
16493
  range_order_fee_hundredth_pips: number;
16494
16494
  range_order_total_fees_earned: {
@@ -16512,7 +16512,7 @@ declare const cfEnvironment: z.ZodObject<{
16512
16512
  asset: "USDC";
16513
16513
  };
16514
16514
  } | null;
16515
- ETH: {
16515
+ FLIP: {
16516
16516
  limit_order_fee_hundredth_pips: number;
16517
16517
  range_order_fee_hundredth_pips: number;
16518
16518
  range_order_total_fees_earned: {
@@ -16860,7 +16860,7 @@ declare const cfEnvironment: z.ZodObject<{
16860
16860
  };
16861
16861
  };
16862
16862
  Ethereum: {
16863
- FLIP: {
16863
+ ETH: {
16864
16864
  limit_order_fee_hundredth_pips: number;
16865
16865
  range_order_fee_hundredth_pips: number;
16866
16866
  range_order_total_fees_earned: {
@@ -16907,7 +16907,7 @@ declare const cfEnvironment: z.ZodObject<{
16907
16907
  readonly asset: "USDC";
16908
16908
  };
16909
16909
  };
16910
- ETH: {
16910
+ FLIP: {
16911
16911
  limit_order_fee_hundredth_pips: number;
16912
16912
  range_order_fee_hundredth_pips: number;
16913
16913
  range_order_total_fees_earned: {
@@ -17508,7 +17508,7 @@ declare const cfEnvironment: z.ZodObject<{
17508
17508
  } | null;
17509
17509
  };
17510
17510
  Ethereum: {
17511
- FLIP: {
17511
+ ETH: {
17512
17512
  limit_order_fee_hundredth_pips: number;
17513
17513
  range_order_fee_hundredth_pips: number;
17514
17514
  range_order_total_fees_earned: {
@@ -17532,7 +17532,7 @@ declare const cfEnvironment: z.ZodObject<{
17532
17532
  asset: "USDC";
17533
17533
  };
17534
17534
  } | null;
17535
- ETH: {
17535
+ FLIP: {
17536
17536
  limit_order_fee_hundredth_pips: number;
17537
17537
  range_order_fee_hundredth_pips: number;
17538
17538
  range_order_total_fees_earned: {
@@ -17836,9 +17836,9 @@ declare const cfEnvironment: z.ZodObject<{
17836
17836
  BTC: bigint;
17837
17837
  };
17838
17838
  Ethereum: {
17839
- FLIP: bigint;
17840
17839
  ETH: bigint;
17841
17840
  USDC: bigint;
17841
+ FLIP: bigint;
17842
17842
  USDT: bigint;
17843
17843
  WBTC: bigint;
17844
17844
  };
@@ -17863,9 +17863,9 @@ declare const cfEnvironment: z.ZodObject<{
17863
17863
  BTC: bigint | null;
17864
17864
  };
17865
17865
  Ethereum: {
17866
- FLIP: bigint | null;
17867
17866
  ETH: bigint | null;
17868
17867
  USDC: bigint | null;
17868
+ FLIP: bigint | null;
17869
17869
  USDT: bigint | null;
17870
17870
  WBTC: bigint | null;
17871
17871
  };
@@ -17890,9 +17890,9 @@ declare const cfEnvironment: z.ZodObject<{
17890
17890
  BTC: bigint | null;
17891
17891
  };
17892
17892
  Ethereum: {
17893
- FLIP: bigint | null;
17894
17893
  ETH: bigint | null;
17895
17894
  USDC: bigint | null;
17895
+ FLIP: bigint | null;
17896
17896
  USDT: bigint | null;
17897
17897
  WBTC: bigint | null;
17898
17898
  };
@@ -17924,9 +17924,9 @@ declare const cfEnvironment: z.ZodObject<{
17924
17924
  BTC: bigint;
17925
17925
  };
17926
17926
  Ethereum: {
17927
- FLIP: bigint;
17928
17927
  ETH: bigint;
17929
17928
  USDC: bigint;
17929
+ FLIP: bigint;
17930
17930
  USDT: bigint;
17931
17931
  WBTC: bigint;
17932
17932
  };
@@ -17972,9 +17972,9 @@ declare const cfEnvironment: z.ZodObject<{
17972
17972
  BTC: bigint | null;
17973
17973
  };
17974
17974
  Ethereum: {
17975
- FLIP: bigint | null;
17976
17975
  ETH: bigint | null;
17977
17976
  USDC: bigint | null;
17977
+ FLIP: bigint | null;
17978
17978
  USDT: bigint | null;
17979
17979
  WBTC: bigint | null;
17980
17980
  };
@@ -18000,9 +18000,9 @@ declare const cfEnvironment: z.ZodObject<{
18000
18000
  BTC: bigint;
18001
18001
  };
18002
18002
  Ethereum: {
18003
- FLIP: bigint;
18004
18003
  ETH: bigint;
18005
18004
  USDC: bigint;
18005
+ FLIP: bigint;
18006
18006
  USDT: bigint;
18007
18007
  WBTC: bigint;
18008
18008
  };
@@ -18029,9 +18029,9 @@ declare const cfEnvironment: z.ZodObject<{
18029
18029
  BTC: bigint | null;
18030
18030
  };
18031
18031
  Ethereum: {
18032
- FLIP: bigint | null;
18033
18032
  ETH: bigint | null;
18034
18033
  USDC: bigint | null;
18034
+ FLIP: bigint | null;
18035
18035
  USDT: bigint | null;
18036
18036
  WBTC: bigint | null;
18037
18037
  };
@@ -18060,9 +18060,9 @@ declare const cfEnvironment: z.ZodObject<{
18060
18060
  BTC: bigint | null;
18061
18061
  };
18062
18062
  Ethereum: {
18063
- FLIP: bigint | null;
18064
18063
  ETH: bigint | null;
18065
18064
  USDC: bigint | null;
18065
+ FLIP: bigint | null;
18066
18066
  USDT: bigint | null;
18067
18067
  WBTC: bigint | null;
18068
18068
  };
@@ -18093,9 +18093,9 @@ declare const cfEnvironment: z.ZodObject<{
18093
18093
  BTC: bigint;
18094
18094
  };
18095
18095
  Ethereum: {
18096
- FLIP: bigint;
18097
18096
  ETH: bigint;
18098
18097
  USDC: bigint;
18098
+ FLIP: bigint;
18099
18099
  USDT: bigint;
18100
18100
  WBTC: bigint;
18101
18101
  };
@@ -18126,9 +18126,9 @@ declare const cfEnvironment: z.ZodObject<{
18126
18126
  BTC: bigint;
18127
18127
  };
18128
18128
  Ethereum: {
18129
- FLIP: bigint;
18130
18129
  ETH: bigint;
18131
18130
  USDC: bigint;
18131
+ FLIP: bigint;
18132
18132
  USDT: bigint;
18133
18133
  WBTC: bigint;
18134
18134
  };
@@ -18155,9 +18155,9 @@ declare const cfEnvironment: z.ZodObject<{
18155
18155
  BTC: number | null;
18156
18156
  };
18157
18157
  Ethereum: {
18158
- FLIP: number | null;
18159
18158
  ETH: number | null;
18160
18159
  USDC: number | null;
18160
+ FLIP: number | null;
18161
18161
  USDT: number | null;
18162
18162
  WBTC: number | null;
18163
18163
  };
@@ -18234,7 +18234,7 @@ declare const cfEnvironment: z.ZodObject<{
18234
18234
  };
18235
18235
  };
18236
18236
  Ethereum: {
18237
- FLIP: {
18237
+ ETH: {
18238
18238
  limit_order_fee_hundredth_pips: number;
18239
18239
  range_order_fee_hundredth_pips: number;
18240
18240
  range_order_total_fees_earned: {
@@ -18281,7 +18281,7 @@ declare const cfEnvironment: z.ZodObject<{
18281
18281
  readonly asset: "USDC";
18282
18282
  };
18283
18283
  };
18284
- ETH: {
18284
+ FLIP: {
18285
18285
  limit_order_fee_hundredth_pips: number;
18286
18286
  range_order_fee_hundredth_pips: number;
18287
18287
  range_order_total_fees_earned: {
@@ -18861,9 +18861,9 @@ declare const cfEnvironment: z.ZodObject<{
18861
18861
  BTC: string | number;
18862
18862
  };
18863
18863
  Ethereum: {
18864
- FLIP: string | number;
18865
18864
  ETH: string | number;
18866
18865
  USDC: string | number;
18866
+ FLIP: string | number;
18867
18867
  USDT: string | number;
18868
18868
  WBTC?: string | number | undefined;
18869
18869
  };
@@ -18888,9 +18888,9 @@ declare const cfEnvironment: z.ZodObject<{
18888
18888
  BTC: string | number | null;
18889
18889
  };
18890
18890
  Ethereum: {
18891
- FLIP: string | number | null;
18892
18891
  ETH: string | number | null;
18893
18892
  USDC: string | number | null;
18893
+ FLIP: string | number | null;
18894
18894
  USDT: string | number | null;
18895
18895
  WBTC?: string | number | null | undefined;
18896
18896
  };
@@ -18915,9 +18915,9 @@ declare const cfEnvironment: z.ZodObject<{
18915
18915
  BTC: string | number | null;
18916
18916
  };
18917
18917
  Ethereum: {
18918
- FLIP: string | number | null;
18919
18918
  ETH: string | number | null;
18920
18919
  USDC: string | number | null;
18920
+ FLIP: string | number | null;
18921
18921
  USDT: string | number | null;
18922
18922
  WBTC?: string | number | null | undefined;
18923
18923
  };
@@ -18949,9 +18949,9 @@ declare const cfEnvironment: z.ZodObject<{
18949
18949
  BTC: string | number;
18950
18950
  };
18951
18951
  Ethereum: {
18952
- FLIP: string | number;
18953
18952
  ETH: string | number;
18954
18953
  USDC: string | number;
18954
+ FLIP: string | number;
18955
18955
  USDT: string | number;
18956
18956
  WBTC?: string | number | undefined;
18957
18957
  };
@@ -18997,9 +18997,9 @@ declare const cfEnvironment: z.ZodObject<{
18997
18997
  BTC: string | number | null;
18998
18998
  };
18999
18999
  Ethereum: {
19000
- FLIP: string | number | null;
19001
19000
  ETH: string | number | null;
19002
19001
  USDC: string | number | null;
19002
+ FLIP: string | number | null;
19003
19003
  USDT: string | number | null;
19004
19004
  WBTC?: string | number | null | undefined;
19005
19005
  };
@@ -19026,9 +19026,9 @@ declare const cfEnvironment: z.ZodObject<{
19026
19026
  BTC: string | number | null;
19027
19027
  };
19028
19028
  Ethereum: {
19029
- FLIP: string | number | null;
19030
19029
  ETH: string | number | null;
19031
19030
  USDC: string | number | null;
19031
+ FLIP: string | number | null;
19032
19032
  USDT: string | number | null;
19033
19033
  WBTC?: string | number | null | undefined;
19034
19034
  };
@@ -19057,9 +19057,9 @@ declare const cfEnvironment: z.ZodObject<{
19057
19057
  BTC: string | number | null;
19058
19058
  };
19059
19059
  Ethereum: {
19060
- FLIP: string | number | null;
19061
19060
  ETH: string | number | null;
19062
19061
  USDC: string | number | null;
19062
+ FLIP: string | number | null;
19063
19063
  USDT: string | number | null;
19064
19064
  WBTC?: string | number | null | undefined;
19065
19065
  };
@@ -19090,9 +19090,9 @@ declare const cfEnvironment: z.ZodObject<{
19090
19090
  BTC: string | number;
19091
19091
  };
19092
19092
  Ethereum: {
19093
- FLIP: string | number;
19094
19093
  ETH: string | number;
19095
19094
  USDC: string | number;
19095
+ FLIP: string | number;
19096
19096
  USDT: string | number;
19097
19097
  WBTC?: string | number | undefined;
19098
19098
  };
@@ -19123,9 +19123,9 @@ declare const cfEnvironment: z.ZodObject<{
19123
19123
  BTC: string | number;
19124
19124
  };
19125
19125
  Ethereum: {
19126
- FLIP: string | number;
19127
19126
  ETH: string | number;
19128
19127
  USDC: string | number;
19128
+ FLIP: string | number;
19129
19129
  USDT: string | number;
19130
19130
  WBTC?: string | number | undefined;
19131
19131
  };
@@ -19152,9 +19152,9 @@ declare const cfEnvironment: z.ZodObject<{
19152
19152
  BTC: number | null;
19153
19153
  };
19154
19154
  Ethereum: {
19155
- FLIP: number | null;
19156
19155
  ETH: number | null;
19157
19156
  USDC: number | null;
19157
+ FLIP: number | null;
19158
19158
  USDT: number | null;
19159
19159
  WBTC?: number | null | undefined;
19160
19160
  };
@@ -19208,7 +19208,7 @@ declare const cfEnvironment: z.ZodObject<{
19208
19208
  } | null;
19209
19209
  };
19210
19210
  Ethereum: {
19211
- FLIP: {
19211
+ ETH: {
19212
19212
  limit_order_fee_hundredth_pips: number;
19213
19213
  range_order_fee_hundredth_pips: number;
19214
19214
  range_order_total_fees_earned: {
@@ -19232,7 +19232,7 @@ declare const cfEnvironment: z.ZodObject<{
19232
19232
  asset: "USDC";
19233
19233
  };
19234
19234
  } | null;
19235
- ETH: {
19235
+ FLIP: {
19236
19236
  limit_order_fee_hundredth_pips: number;
19237
19237
  range_order_fee_hundredth_pips: number;
19238
19238
  range_order_total_fees_earned: {
@@ -19669,11 +19669,11 @@ declare const cfBoostPoolsDepth: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodO
19669
19669
  tier: z.ZodNumber;
19670
19670
  available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
19671
19671
  }, "strip", z.ZodTypeAny, {
19672
- tier: number;
19673
19672
  available_amount: bigint;
19674
- }, {
19675
19673
  tier: number;
19674
+ }, {
19676
19675
  available_amount: string;
19676
+ tier: number;
19677
19677
  }>>, "many">;
19678
19678
  declare const cfPoolDepth: z.ZodNullable<z.ZodObject<{
19679
19679
  asks: z.ZodObject<{
@@ -20005,15 +20005,15 @@ declare const accountInfoCommon: {
20005
20005
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
20006
20006
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
20007
20007
  }, "strip", z.ZodTypeAny, {
20008
- FLIP: bigint;
20009
20008
  ETH: bigint;
20010
20009
  USDC: bigint;
20010
+ FLIP: bigint;
20011
20011
  USDT: bigint;
20012
20012
  WBTC: bigint;
20013
20013
  }, {
20014
- FLIP: string | number;
20015
20014
  ETH: string | number;
20016
20015
  USDC: string | number;
20016
+ FLIP: string | number;
20017
20017
  USDT: string | number;
20018
20018
  WBTC?: string | number | undefined;
20019
20019
  }>;
@@ -20061,9 +20061,9 @@ declare const accountInfoCommon: {
20061
20061
  BTC: bigint;
20062
20062
  };
20063
20063
  Ethereum: {
20064
- FLIP: bigint;
20065
20064
  ETH: bigint;
20066
20065
  USDC: bigint;
20066
+ FLIP: bigint;
20067
20067
  USDT: bigint;
20068
20068
  WBTC: bigint;
20069
20069
  };
@@ -20087,9 +20087,9 @@ declare const accountInfoCommon: {
20087
20087
  BTC: string | number;
20088
20088
  };
20089
20089
  Ethereum: {
20090
- FLIP: string | number;
20091
20090
  ETH: string | number;
20092
20091
  USDC: string | number;
20092
+ FLIP: string | number;
20093
20093
  USDT: string | number;
20094
20094
  WBTC?: string | number | undefined;
20095
20095
  };
@@ -20152,15 +20152,15 @@ declare const unregistered: z.ZodObject<{
20152
20152
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
20153
20153
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
20154
20154
  }, "strip", z.ZodTypeAny, {
20155
- FLIP: bigint;
20156
20155
  ETH: bigint;
20157
20156
  USDC: bigint;
20157
+ FLIP: bigint;
20158
20158
  USDT: bigint;
20159
20159
  WBTC: bigint;
20160
20160
  }, {
20161
- FLIP: string | number;
20162
20161
  ETH: string | number;
20163
20162
  USDC: string | number;
20163
+ FLIP: string | number;
20164
20164
  USDT: string | number;
20165
20165
  WBTC?: string | number | undefined;
20166
20166
  }>;
@@ -20208,9 +20208,9 @@ declare const unregistered: z.ZodObject<{
20208
20208
  BTC: bigint;
20209
20209
  };
20210
20210
  Ethereum: {
20211
- FLIP: bigint;
20212
20211
  ETH: bigint;
20213
20212
  USDC: bigint;
20213
+ FLIP: bigint;
20214
20214
  USDT: bigint;
20215
20215
  WBTC: bigint;
20216
20216
  };
@@ -20234,9 +20234,9 @@ declare const unregistered: z.ZodObject<{
20234
20234
  BTC: string | number;
20235
20235
  };
20236
20236
  Ethereum: {
20237
- FLIP: string | number;
20238
20237
  ETH: string | number;
20239
20238
  USDC: string | number;
20239
+ FLIP: string | number;
20240
20240
  USDT: string | number;
20241
20241
  WBTC?: string | number | undefined;
20242
20242
  };
@@ -20289,9 +20289,9 @@ declare const unregistered: z.ZodObject<{
20289
20289
  BTC: bigint;
20290
20290
  };
20291
20291
  Ethereum: {
20292
- FLIP: bigint;
20293
20292
  ETH: bigint;
20294
20293
  USDC: bigint;
20294
+ FLIP: bigint;
20295
20295
  USDT: bigint;
20296
20296
  WBTC: bigint;
20297
20297
  };
@@ -20332,9 +20332,9 @@ declare const unregistered: z.ZodObject<{
20332
20332
  BTC: string | number;
20333
20333
  };
20334
20334
  Ethereum: {
20335
- FLIP: string | number;
20336
20335
  ETH: string | number;
20337
20336
  USDC: string | number;
20337
+ FLIP: string | number;
20338
20338
  USDT: string | number;
20339
20339
  WBTC?: string | number | undefined;
20340
20340
  };
@@ -20384,15 +20384,15 @@ declare const broker: z.ZodObject<{
20384
20384
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
20385
20385
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
20386
20386
  }, "strip", z.ZodTypeAny, {
20387
- FLIP: bigint;
20388
20387
  ETH: bigint;
20389
20388
  USDC: bigint;
20389
+ FLIP: bigint;
20390
20390
  USDT: bigint;
20391
20391
  WBTC: bigint;
20392
20392
  }, {
20393
- FLIP: string | number;
20394
20393
  ETH: string | number;
20395
20394
  USDC: string | number;
20395
+ FLIP: string | number;
20396
20396
  USDT: string | number;
20397
20397
  WBTC?: string | number | undefined;
20398
20398
  }>;
@@ -20440,9 +20440,9 @@ declare const broker: z.ZodObject<{
20440
20440
  BTC: bigint;
20441
20441
  };
20442
20442
  Ethereum: {
20443
- FLIP: bigint;
20444
20443
  ETH: bigint;
20445
20444
  USDC: bigint;
20445
+ FLIP: bigint;
20446
20446
  USDT: bigint;
20447
20447
  WBTC: bigint;
20448
20448
  };
@@ -20466,9 +20466,9 @@ declare const broker: z.ZodObject<{
20466
20466
  BTC: string | number;
20467
20467
  };
20468
20468
  Ethereum: {
20469
- FLIP: string | number;
20470
20469
  ETH: string | number;
20471
20470
  USDC: string | number;
20471
+ FLIP: string | number;
20472
20472
  USDT: string | number;
20473
20473
  WBTC?: string | number | undefined;
20474
20474
  };
@@ -20519,15 +20519,15 @@ declare const broker: z.ZodObject<{
20519
20519
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
20520
20520
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
20521
20521
  }, "strip", z.ZodTypeAny, {
20522
- FLIP: bigint;
20523
20522
  ETH: bigint;
20524
20523
  USDC: bigint;
20524
+ FLIP: bigint;
20525
20525
  USDT: bigint;
20526
20526
  WBTC: bigint;
20527
20527
  }, {
20528
- FLIP: string | number;
20529
20528
  ETH: string | number;
20530
20529
  USDC: string | number;
20530
+ FLIP: string | number;
20531
20531
  USDT: string | number;
20532
20532
  WBTC?: string | number | undefined;
20533
20533
  }>;
@@ -20575,9 +20575,9 @@ declare const broker: z.ZodObject<{
20575
20575
  BTC: bigint;
20576
20576
  };
20577
20577
  Ethereum: {
20578
- FLIP: bigint;
20579
20578
  ETH: bigint;
20580
20579
  USDC: bigint;
20580
+ FLIP: bigint;
20581
20581
  USDT: bigint;
20582
20582
  WBTC: bigint;
20583
20583
  };
@@ -20601,9 +20601,9 @@ declare const broker: z.ZodObject<{
20601
20601
  BTC: string | number;
20602
20602
  };
20603
20603
  Ethereum: {
20604
- FLIP: string | number;
20605
20604
  ETH: string | number;
20606
20605
  USDC: string | number;
20606
+ FLIP: string | number;
20607
20607
  USDT: string | number;
20608
20608
  WBTC?: string | number | undefined;
20609
20609
  };
@@ -20656,9 +20656,9 @@ declare const broker: z.ZodObject<{
20656
20656
  BTC: bigint;
20657
20657
  };
20658
20658
  Ethereum: {
20659
- FLIP: bigint;
20660
20659
  ETH: bigint;
20661
20660
  USDC: bigint;
20661
+ FLIP: bigint;
20662
20662
  USDT: bigint;
20663
20663
  WBTC: bigint;
20664
20664
  };
@@ -20685,9 +20685,9 @@ declare const broker: z.ZodObject<{
20685
20685
  BTC: bigint;
20686
20686
  };
20687
20687
  Ethereum: {
20688
- FLIP: bigint;
20689
20688
  ETH: bigint;
20690
20689
  USDC: bigint;
20690
+ FLIP: bigint;
20691
20691
  USDT: bigint;
20692
20692
  WBTC: bigint;
20693
20693
  };
@@ -20732,9 +20732,9 @@ declare const broker: z.ZodObject<{
20732
20732
  BTC: string | number;
20733
20733
  };
20734
20734
  Ethereum: {
20735
- FLIP: string | number;
20736
20735
  ETH: string | number;
20737
20736
  USDC: string | number;
20737
+ FLIP: string | number;
20738
20738
  USDT: string | number;
20739
20739
  WBTC?: string | number | undefined;
20740
20740
  };
@@ -20761,9 +20761,9 @@ declare const broker: z.ZodObject<{
20761
20761
  BTC: string | number;
20762
20762
  };
20763
20763
  Ethereum: {
20764
- FLIP: string | number;
20765
20764
  ETH: string | number;
20766
20765
  USDC: string | number;
20766
+ FLIP: string | number;
20767
20767
  USDT: string | number;
20768
20768
  WBTC?: string | number | undefined;
20769
20769
  };
@@ -20849,15 +20849,15 @@ declare const operator: z.ZodObject<{
20849
20849
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
20850
20850
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
20851
20851
  }, "strip", z.ZodTypeAny, {
20852
- FLIP: bigint;
20853
20852
  ETH: bigint;
20854
20853
  USDC: bigint;
20854
+ FLIP: bigint;
20855
20855
  USDT: bigint;
20856
20856
  WBTC: bigint;
20857
20857
  }, {
20858
- FLIP: string | number;
20859
20858
  ETH: string | number;
20860
20859
  USDC: string | number;
20860
+ FLIP: string | number;
20861
20861
  USDT: string | number;
20862
20862
  WBTC?: string | number | undefined;
20863
20863
  }>;
@@ -20905,9 +20905,9 @@ declare const operator: z.ZodObject<{
20905
20905
  BTC: bigint;
20906
20906
  };
20907
20907
  Ethereum: {
20908
- FLIP: bigint;
20909
20908
  ETH: bigint;
20910
20909
  USDC: bigint;
20910
+ FLIP: bigint;
20911
20911
  USDT: bigint;
20912
20912
  WBTC: bigint;
20913
20913
  };
@@ -20931,9 +20931,9 @@ declare const operator: z.ZodObject<{
20931
20931
  BTC: string | number;
20932
20932
  };
20933
20933
  Ethereum: {
20934
- FLIP: string | number;
20935
20934
  ETH: string | number;
20936
20935
  USDC: string | number;
20936
+ FLIP: string | number;
20937
20937
  USDT: string | number;
20938
20938
  WBTC?: string | number | undefined;
20939
20939
  };
@@ -20986,9 +20986,9 @@ declare const operator: z.ZodObject<{
20986
20986
  BTC: bigint;
20987
20987
  };
20988
20988
  Ethereum: {
20989
- FLIP: bigint;
20990
20989
  ETH: bigint;
20991
20990
  USDC: bigint;
20991
+ FLIP: bigint;
20992
20992
  USDT: bigint;
20993
20993
  WBTC: bigint;
20994
20994
  };
@@ -21043,9 +21043,9 @@ declare const operator: z.ZodObject<{
21043
21043
  BTC: string | number;
21044
21044
  };
21045
21045
  Ethereum: {
21046
- FLIP: string | number;
21047
21046
  ETH: string | number;
21048
21047
  USDC: string | number;
21048
+ FLIP: string | number;
21049
21049
  USDT: string | number;
21050
21050
  WBTC?: string | number | undefined;
21051
21051
  };
@@ -21128,15 +21128,15 @@ declare const liquidityProvider: z.ZodObject<{
21128
21128
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
21129
21129
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
21130
21130
  }, "strip", z.ZodTypeAny, {
21131
- FLIP: bigint;
21132
21131
  ETH: bigint;
21133
21132
  USDC: bigint;
21133
+ FLIP: bigint;
21134
21134
  USDT: bigint;
21135
21135
  WBTC: bigint;
21136
21136
  }, {
21137
- FLIP: string | number;
21138
21137
  ETH: string | number;
21139
21138
  USDC: string | number;
21139
+ FLIP: string | number;
21140
21140
  USDT: string | number;
21141
21141
  WBTC?: string | number | undefined;
21142
21142
  }>;
@@ -21184,9 +21184,9 @@ declare const liquidityProvider: z.ZodObject<{
21184
21184
  BTC: bigint;
21185
21185
  };
21186
21186
  Ethereum: {
21187
- FLIP: bigint;
21188
21187
  ETH: bigint;
21189
21188
  USDC: bigint;
21189
+ FLIP: bigint;
21190
21190
  USDT: bigint;
21191
21191
  WBTC: bigint;
21192
21192
  };
@@ -21210,9 +21210,9 @@ declare const liquidityProvider: z.ZodObject<{
21210
21210
  BTC: string | number;
21211
21211
  };
21212
21212
  Ethereum: {
21213
- FLIP: string | number;
21214
21213
  ETH: string | number;
21215
21214
  USDC: string | number;
21215
+ FLIP: string | number;
21216
21216
  USDT: string | number;
21217
21217
  WBTC?: string | number | undefined;
21218
21218
  };
@@ -21367,21 +21367,21 @@ declare const liquidityProvider: z.ZodObject<{
21367
21367
  is_withdrawing: boolean;
21368
21368
  }>, "many">>;
21369
21369
  }, "strip", z.ZodTypeAny, {
21370
- FLIP: {
21370
+ ETH: {
21371
21371
  fee_tier: number;
21372
21372
  total_balance: bigint;
21373
21373
  available_balance: bigint;
21374
21374
  in_use_balance: bigint;
21375
21375
  is_withdrawing: boolean;
21376
21376
  }[];
21377
- ETH: {
21377
+ USDC: {
21378
21378
  fee_tier: number;
21379
21379
  total_balance: bigint;
21380
21380
  available_balance: bigint;
21381
21381
  in_use_balance: bigint;
21382
21382
  is_withdrawing: boolean;
21383
21383
  }[];
21384
- USDC: {
21384
+ FLIP: {
21385
21385
  fee_tier: number;
21386
21386
  total_balance: bigint;
21387
21387
  available_balance: bigint;
@@ -21403,21 +21403,21 @@ declare const liquidityProvider: z.ZodObject<{
21403
21403
  is_withdrawing: boolean;
21404
21404
  }[];
21405
21405
  }, {
21406
- FLIP: {
21406
+ ETH: {
21407
21407
  fee_tier: number;
21408
21408
  total_balance: string;
21409
21409
  available_balance: string;
21410
21410
  in_use_balance: string;
21411
21411
  is_withdrawing: boolean;
21412
21412
  }[];
21413
- ETH: {
21413
+ USDC: {
21414
21414
  fee_tier: number;
21415
21415
  total_balance: string;
21416
21416
  available_balance: string;
21417
21417
  in_use_balance: string;
21418
21418
  is_withdrawing: boolean;
21419
21419
  }[];
21420
- USDC: {
21420
+ FLIP: {
21421
21421
  fee_tier: number;
21422
21422
  total_balance: string;
21423
21423
  available_balance: string;
@@ -21759,21 +21759,21 @@ declare const liquidityProvider: z.ZodObject<{
21759
21759
  }[];
21760
21760
  };
21761
21761
  Ethereum: {
21762
- FLIP: {
21762
+ ETH: {
21763
21763
  fee_tier: number;
21764
21764
  total_balance: bigint;
21765
21765
  available_balance: bigint;
21766
21766
  in_use_balance: bigint;
21767
21767
  is_withdrawing: boolean;
21768
21768
  }[];
21769
- ETH: {
21769
+ USDC: {
21770
21770
  fee_tier: number;
21771
21771
  total_balance: bigint;
21772
21772
  available_balance: bigint;
21773
21773
  in_use_balance: bigint;
21774
21774
  is_withdrawing: boolean;
21775
21775
  }[];
21776
- USDC: {
21776
+ FLIP: {
21777
21777
  fee_tier: number;
21778
21778
  total_balance: bigint;
21779
21779
  available_balance: bigint;
@@ -21875,21 +21875,21 @@ declare const liquidityProvider: z.ZodObject<{
21875
21875
  }[];
21876
21876
  };
21877
21877
  Ethereum: {
21878
- FLIP: {
21878
+ ETH: {
21879
21879
  fee_tier: number;
21880
21880
  total_balance: string;
21881
21881
  available_balance: string;
21882
21882
  in_use_balance: string;
21883
21883
  is_withdrawing: boolean;
21884
21884
  }[];
21885
- ETH: {
21885
+ USDC: {
21886
21886
  fee_tier: number;
21887
21887
  total_balance: string;
21888
21888
  available_balance: string;
21889
21889
  in_use_balance: string;
21890
21890
  is_withdrawing: boolean;
21891
21891
  }[];
21892
- USDC: {
21892
+ FLIP: {
21893
21893
  fee_tier: number;
21894
21894
  total_balance: string;
21895
21895
  available_balance: string;
@@ -22120,11 +22120,11 @@ declare const liquidityProvider: z.ZodObject<{
22120
22120
  total_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
22121
22121
  available_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
22122
22122
  }, "strip", z.ZodTypeAny, {
22123
- available_amount: bigint;
22124
22123
  total_amount: bigint;
22124
+ available_amount: bigint;
22125
22125
  }, {
22126
- available_amount: string | number;
22127
22126
  total_amount: string | number;
22127
+ available_amount: string | number;
22128
22128
  }>>, "many">;
22129
22129
  collateral_balances: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
22130
22130
  chain: z.ZodLiteral<"Bitcoin">;
@@ -22285,15 +22285,15 @@ declare const liquidityProvider: z.ZodObject<{
22285
22285
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
22286
22286
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
22287
22287
  }, "strip", z.ZodTypeAny, {
22288
- FLIP: bigint;
22289
22288
  ETH: bigint;
22290
22289
  USDC: bigint;
22290
+ FLIP: bigint;
22291
22291
  USDT: bigint;
22292
22292
  WBTC: bigint;
22293
22293
  }, {
22294
- FLIP: string | number;
22295
22294
  ETH: string | number;
22296
22295
  USDC: string | number;
22296
+ FLIP: string | number;
22297
22297
  USDT: string | number;
22298
22298
  WBTC?: string | number | undefined;
22299
22299
  }>;
@@ -22341,9 +22341,9 @@ declare const liquidityProvider: z.ZodObject<{
22341
22341
  BTC: bigint;
22342
22342
  };
22343
22343
  Ethereum: {
22344
- FLIP: bigint;
22345
22344
  ETH: bigint;
22346
22345
  USDC: bigint;
22346
+ FLIP: bigint;
22347
22347
  USDT: bigint;
22348
22348
  WBTC: bigint;
22349
22349
  };
@@ -22367,9 +22367,9 @@ declare const liquidityProvider: z.ZodObject<{
22367
22367
  BTC: string | number;
22368
22368
  };
22369
22369
  Ethereum: {
22370
- FLIP: string | number;
22371
22370
  ETH: string | number;
22372
22371
  USDC: string | number;
22372
+ FLIP: string | number;
22373
22373
  USDT: string | number;
22374
22374
  WBTC?: string | number | undefined;
22375
22375
  };
@@ -22422,9 +22422,9 @@ declare const liquidityProvider: z.ZodObject<{
22422
22422
  BTC: bigint;
22423
22423
  };
22424
22424
  Ethereum: {
22425
- FLIP: bigint;
22426
22425
  ETH: bigint;
22427
22426
  USDC: bigint;
22427
+ FLIP: bigint;
22428
22428
  USDT: bigint;
22429
22429
  WBTC: bigint;
22430
22430
  };
@@ -22451,9 +22451,9 @@ declare const liquidityProvider: z.ZodObject<{
22451
22451
  BTC: bigint;
22452
22452
  };
22453
22453
  Ethereum: {
22454
- FLIP: bigint;
22455
22454
  ETH: bigint;
22456
22455
  USDC: bigint;
22456
+ FLIP: bigint;
22457
22457
  USDT: bigint;
22458
22458
  WBTC: bigint;
22459
22459
  };
@@ -22491,21 +22491,21 @@ declare const liquidityProvider: z.ZodObject<{
22491
22491
  }[];
22492
22492
  };
22493
22493
  Ethereum: {
22494
- FLIP: {
22494
+ ETH: {
22495
22495
  fee_tier: number;
22496
22496
  total_balance: bigint;
22497
22497
  available_balance: bigint;
22498
22498
  in_use_balance: bigint;
22499
22499
  is_withdrawing: boolean;
22500
22500
  }[];
22501
- ETH: {
22501
+ USDC: {
22502
22502
  fee_tier: number;
22503
22503
  total_balance: bigint;
22504
22504
  available_balance: bigint;
22505
22505
  in_use_balance: bigint;
22506
22506
  is_withdrawing: boolean;
22507
22507
  }[];
22508
- USDC: {
22508
+ FLIP: {
22509
22509
  fee_tier: number;
22510
22510
  total_balance: bigint;
22511
22511
  available_balance: bigint;
@@ -22643,8 +22643,8 @@ declare const liquidityProvider: z.ZodObject<{
22643
22643
  chain: "Assethub";
22644
22644
  asset: "USDT";
22645
22645
  }) & {
22646
- available_amount: bigint;
22647
22646
  total_amount: bigint;
22647
+ available_amount: bigint;
22648
22648
  })[];
22649
22649
  collateral_balances: (({
22650
22650
  chain: "Bitcoin";
@@ -22713,9 +22713,9 @@ declare const liquidityProvider: z.ZodObject<{
22713
22713
  BTC: string | number;
22714
22714
  };
22715
22715
  Ethereum: {
22716
- FLIP: string | number;
22717
22716
  ETH: string | number;
22718
22717
  USDC: string | number;
22718
+ FLIP: string | number;
22719
22719
  USDT: string | number;
22720
22720
  WBTC?: string | number | undefined;
22721
22721
  };
@@ -22742,9 +22742,9 @@ declare const liquidityProvider: z.ZodObject<{
22742
22742
  BTC: string | number;
22743
22743
  };
22744
22744
  Ethereum: {
22745
- FLIP: string | number;
22746
22745
  ETH: string | number;
22747
22746
  USDC: string | number;
22747
+ FLIP: string | number;
22748
22748
  USDT: string | number;
22749
22749
  WBTC?: string | number | undefined;
22750
22750
  };
@@ -22782,21 +22782,21 @@ declare const liquidityProvider: z.ZodObject<{
22782
22782
  }[];
22783
22783
  };
22784
22784
  Ethereum: {
22785
- FLIP: {
22785
+ ETH: {
22786
22786
  fee_tier: number;
22787
22787
  total_balance: string;
22788
22788
  available_balance: string;
22789
22789
  in_use_balance: string;
22790
22790
  is_withdrawing: boolean;
22791
22791
  }[];
22792
- ETH: {
22792
+ USDC: {
22793
22793
  fee_tier: number;
22794
22794
  total_balance: string;
22795
22795
  available_balance: string;
22796
22796
  in_use_balance: string;
22797
22797
  is_withdrawing: boolean;
22798
22798
  }[];
22799
- USDC: {
22799
+ FLIP: {
22800
22800
  fee_tier: number;
22801
22801
  total_balance: string;
22802
22802
  available_balance: string;
@@ -22934,8 +22934,8 @@ declare const liquidityProvider: z.ZodObject<{
22934
22934
  chain: "Assethub";
22935
22935
  asset: "USDT";
22936
22936
  }) & {
22937
- available_amount: string | number;
22938
22937
  total_amount: string | number;
22938
+ available_amount: string | number;
22939
22939
  })[];
22940
22940
  collateral_balances: (({
22941
22941
  chain: "Bitcoin";
@@ -23025,15 +23025,15 @@ declare const validator: z.ZodObject<{
23025
23025
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23026
23026
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
23027
23027
  }, "strip", z.ZodTypeAny, {
23028
- FLIP: bigint;
23029
23028
  ETH: bigint;
23030
23029
  USDC: bigint;
23030
+ FLIP: bigint;
23031
23031
  USDT: bigint;
23032
23032
  WBTC: bigint;
23033
23033
  }, {
23034
- FLIP: string | number;
23035
23034
  ETH: string | number;
23036
23035
  USDC: string | number;
23036
+ FLIP: string | number;
23037
23037
  USDT: string | number;
23038
23038
  WBTC?: string | number | undefined;
23039
23039
  }>;
@@ -23081,9 +23081,9 @@ declare const validator: z.ZodObject<{
23081
23081
  BTC: bigint;
23082
23082
  };
23083
23083
  Ethereum: {
23084
- FLIP: bigint;
23085
23084
  ETH: bigint;
23086
23085
  USDC: bigint;
23086
+ FLIP: bigint;
23087
23087
  USDT: bigint;
23088
23088
  WBTC: bigint;
23089
23089
  };
@@ -23107,9 +23107,9 @@ declare const validator: z.ZodObject<{
23107
23107
  BTC: string | number;
23108
23108
  };
23109
23109
  Ethereum: {
23110
- FLIP: string | number;
23111
23110
  ETH: string | number;
23112
23111
  USDC: string | number;
23112
+ FLIP: string | number;
23113
23113
  USDT: string | number;
23114
23114
  WBTC?: string | number | undefined;
23115
23115
  };
@@ -23162,9 +23162,9 @@ declare const validator: z.ZodObject<{
23162
23162
  BTC: bigint;
23163
23163
  };
23164
23164
  Ethereum: {
23165
- FLIP: bigint;
23166
23165
  ETH: bigint;
23167
23166
  USDC: bigint;
23167
+ FLIP: bigint;
23168
23168
  USDT: bigint;
23169
23169
  WBTC: bigint;
23170
23170
  };
@@ -23215,9 +23215,9 @@ declare const validator: z.ZodObject<{
23215
23215
  BTC: string | number;
23216
23216
  };
23217
23217
  Ethereum: {
23218
- FLIP: string | number;
23219
23218
  ETH: string | number;
23220
23219
  USDC: string | number;
23220
+ FLIP: string | number;
23221
23221
  USDT: string | number;
23222
23222
  WBTC?: string | number | undefined;
23223
23223
  };
@@ -23279,15 +23279,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23279
23279
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23280
23280
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
23281
23281
  }, "strip", z.ZodTypeAny, {
23282
- FLIP: bigint;
23283
23282
  ETH: bigint;
23284
23283
  USDC: bigint;
23284
+ FLIP: bigint;
23285
23285
  USDT: bigint;
23286
23286
  WBTC: bigint;
23287
23287
  }, {
23288
- FLIP: string | number;
23289
23288
  ETH: string | number;
23290
23289
  USDC: string | number;
23290
+ FLIP: string | number;
23291
23291
  USDT: string | number;
23292
23292
  WBTC?: string | number | undefined;
23293
23293
  }>;
@@ -23335,9 +23335,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23335
23335
  BTC: bigint;
23336
23336
  };
23337
23337
  Ethereum: {
23338
- FLIP: bigint;
23339
23338
  ETH: bigint;
23340
23339
  USDC: bigint;
23340
+ FLIP: bigint;
23341
23341
  USDT: bigint;
23342
23342
  WBTC: bigint;
23343
23343
  };
@@ -23361,9 +23361,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23361
23361
  BTC: string | number;
23362
23362
  };
23363
23363
  Ethereum: {
23364
- FLIP: string | number;
23365
23364
  ETH: string | number;
23366
23365
  USDC: string | number;
23366
+ FLIP: string | number;
23367
23367
  USDT: string | number;
23368
23368
  WBTC?: string | number | undefined;
23369
23369
  };
@@ -23416,9 +23416,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23416
23416
  BTC: bigint;
23417
23417
  };
23418
23418
  Ethereum: {
23419
- FLIP: bigint;
23420
23419
  ETH: bigint;
23421
23420
  USDC: bigint;
23421
+ FLIP: bigint;
23422
23422
  USDT: bigint;
23423
23423
  WBTC: bigint;
23424
23424
  };
@@ -23459,9 +23459,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23459
23459
  BTC: string | number;
23460
23460
  };
23461
23461
  Ethereum: {
23462
- FLIP: string | number;
23463
23462
  ETH: string | number;
23464
23463
  USDC: string | number;
23464
+ FLIP: string | number;
23465
23465
  USDT: string | number;
23466
23466
  WBTC?: string | number | undefined;
23467
23467
  };
@@ -23510,15 +23510,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23510
23510
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23511
23511
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
23512
23512
  }, "strip", z.ZodTypeAny, {
23513
- FLIP: bigint;
23514
23513
  ETH: bigint;
23515
23514
  USDC: bigint;
23515
+ FLIP: bigint;
23516
23516
  USDT: bigint;
23517
23517
  WBTC: bigint;
23518
23518
  }, {
23519
- FLIP: string | number;
23520
23519
  ETH: string | number;
23521
23520
  USDC: string | number;
23521
+ FLIP: string | number;
23522
23522
  USDT: string | number;
23523
23523
  WBTC?: string | number | undefined;
23524
23524
  }>;
@@ -23566,9 +23566,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23566
23566
  BTC: bigint;
23567
23567
  };
23568
23568
  Ethereum: {
23569
- FLIP: bigint;
23570
23569
  ETH: bigint;
23571
23570
  USDC: bigint;
23571
+ FLIP: bigint;
23572
23572
  USDT: bigint;
23573
23573
  WBTC: bigint;
23574
23574
  };
@@ -23592,9 +23592,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23592
23592
  BTC: string | number;
23593
23593
  };
23594
23594
  Ethereum: {
23595
- FLIP: string | number;
23596
23595
  ETH: string | number;
23597
23596
  USDC: string | number;
23597
+ FLIP: string | number;
23598
23598
  USDT: string | number;
23599
23599
  WBTC?: string | number | undefined;
23600
23600
  };
@@ -23645,15 +23645,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23645
23645
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23646
23646
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
23647
23647
  }, "strip", z.ZodTypeAny, {
23648
- FLIP: bigint;
23649
23648
  ETH: bigint;
23650
23649
  USDC: bigint;
23650
+ FLIP: bigint;
23651
23651
  USDT: bigint;
23652
23652
  WBTC: bigint;
23653
23653
  }, {
23654
- FLIP: string | number;
23655
23654
  ETH: string | number;
23656
23655
  USDC: string | number;
23656
+ FLIP: string | number;
23657
23657
  USDT: string | number;
23658
23658
  WBTC?: string | number | undefined;
23659
23659
  }>;
@@ -23701,9 +23701,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23701
23701
  BTC: bigint;
23702
23702
  };
23703
23703
  Ethereum: {
23704
- FLIP: bigint;
23705
23704
  ETH: bigint;
23706
23705
  USDC: bigint;
23706
+ FLIP: bigint;
23707
23707
  USDT: bigint;
23708
23708
  WBTC: bigint;
23709
23709
  };
@@ -23727,9 +23727,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23727
23727
  BTC: string | number;
23728
23728
  };
23729
23729
  Ethereum: {
23730
- FLIP: string | number;
23731
23730
  ETH: string | number;
23732
23731
  USDC: string | number;
23732
+ FLIP: string | number;
23733
23733
  USDT: string | number;
23734
23734
  WBTC?: string | number | undefined;
23735
23735
  };
@@ -23782,9 +23782,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23782
23782
  BTC: bigint;
23783
23783
  };
23784
23784
  Ethereum: {
23785
- FLIP: bigint;
23786
23785
  ETH: bigint;
23787
23786
  USDC: bigint;
23787
+ FLIP: bigint;
23788
23788
  USDT: bigint;
23789
23789
  WBTC: bigint;
23790
23790
  };
@@ -23811,9 +23811,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23811
23811
  BTC: bigint;
23812
23812
  };
23813
23813
  Ethereum: {
23814
- FLIP: bigint;
23815
23814
  ETH: bigint;
23816
23815
  USDC: bigint;
23816
+ FLIP: bigint;
23817
23817
  USDT: bigint;
23818
23818
  WBTC: bigint;
23819
23819
  };
@@ -23858,9 +23858,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23858
23858
  BTC: string | number;
23859
23859
  };
23860
23860
  Ethereum: {
23861
- FLIP: string | number;
23862
23861
  ETH: string | number;
23863
23862
  USDC: string | number;
23863
+ FLIP: string | number;
23864
23864
  USDT: string | number;
23865
23865
  WBTC?: string | number | undefined;
23866
23866
  };
@@ -23887,9 +23887,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23887
23887
  BTC: string | number;
23888
23888
  };
23889
23889
  Ethereum: {
23890
- FLIP: string | number;
23891
23890
  ETH: string | number;
23892
23891
  USDC: string | number;
23892
+ FLIP: string | number;
23893
23893
  USDT: string | number;
23894
23894
  WBTC?: string | number | undefined;
23895
23895
  };
@@ -23974,15 +23974,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
23974
23974
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23975
23975
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
23976
23976
  }, "strip", z.ZodTypeAny, {
23977
- FLIP: bigint;
23978
23977
  ETH: bigint;
23979
23978
  USDC: bigint;
23979
+ FLIP: bigint;
23980
23980
  USDT: bigint;
23981
23981
  WBTC: bigint;
23982
23982
  }, {
23983
- FLIP: string | number;
23984
23983
  ETH: string | number;
23985
23984
  USDC: string | number;
23985
+ FLIP: string | number;
23986
23986
  USDT: string | number;
23987
23987
  WBTC?: string | number | undefined;
23988
23988
  }>;
@@ -24030,9 +24030,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24030
24030
  BTC: bigint;
24031
24031
  };
24032
24032
  Ethereum: {
24033
- FLIP: bigint;
24034
24033
  ETH: bigint;
24035
24034
  USDC: bigint;
24035
+ FLIP: bigint;
24036
24036
  USDT: bigint;
24037
24037
  WBTC: bigint;
24038
24038
  };
@@ -24056,9 +24056,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24056
24056
  BTC: string | number;
24057
24057
  };
24058
24058
  Ethereum: {
24059
- FLIP: string | number;
24060
24059
  ETH: string | number;
24061
24060
  USDC: string | number;
24061
+ FLIP: string | number;
24062
24062
  USDT: string | number;
24063
24063
  WBTC?: string | number | undefined;
24064
24064
  };
@@ -24111,9 +24111,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24111
24111
  BTC: bigint;
24112
24112
  };
24113
24113
  Ethereum: {
24114
- FLIP: bigint;
24115
24114
  ETH: bigint;
24116
24115
  USDC: bigint;
24116
+ FLIP: bigint;
24117
24117
  USDT: bigint;
24118
24118
  WBTC: bigint;
24119
24119
  };
@@ -24168,9 +24168,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24168
24168
  BTC: string | number;
24169
24169
  };
24170
24170
  Ethereum: {
24171
- FLIP: string | number;
24172
24171
  ETH: string | number;
24173
24172
  USDC: string | number;
24173
+ FLIP: string | number;
24174
24174
  USDT: string | number;
24175
24175
  WBTC?: string | number | undefined;
24176
24176
  };
@@ -24252,15 +24252,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24252
24252
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
24253
24253
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
24254
24254
  }, "strip", z.ZodTypeAny, {
24255
- FLIP: bigint;
24256
24255
  ETH: bigint;
24257
24256
  USDC: bigint;
24257
+ FLIP: bigint;
24258
24258
  USDT: bigint;
24259
24259
  WBTC: bigint;
24260
24260
  }, {
24261
- FLIP: string | number;
24262
24261
  ETH: string | number;
24263
24262
  USDC: string | number;
24263
+ FLIP: string | number;
24264
24264
  USDT: string | number;
24265
24265
  WBTC?: string | number | undefined;
24266
24266
  }>;
@@ -24308,9 +24308,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24308
24308
  BTC: bigint;
24309
24309
  };
24310
24310
  Ethereum: {
24311
- FLIP: bigint;
24312
24311
  ETH: bigint;
24313
24312
  USDC: bigint;
24313
+ FLIP: bigint;
24314
24314
  USDT: bigint;
24315
24315
  WBTC: bigint;
24316
24316
  };
@@ -24334,9 +24334,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24334
24334
  BTC: string | number;
24335
24335
  };
24336
24336
  Ethereum: {
24337
- FLIP: string | number;
24338
24337
  ETH: string | number;
24339
24338
  USDC: string | number;
24339
+ FLIP: string | number;
24340
24340
  USDT: string | number;
24341
24341
  WBTC?: string | number | undefined;
24342
24342
  };
@@ -24491,21 +24491,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24491
24491
  is_withdrawing: boolean;
24492
24492
  }>, "many">>;
24493
24493
  }, "strip", z.ZodTypeAny, {
24494
- FLIP: {
24494
+ ETH: {
24495
24495
  fee_tier: number;
24496
24496
  total_balance: bigint;
24497
24497
  available_balance: bigint;
24498
24498
  in_use_balance: bigint;
24499
24499
  is_withdrawing: boolean;
24500
24500
  }[];
24501
- ETH: {
24501
+ USDC: {
24502
24502
  fee_tier: number;
24503
24503
  total_balance: bigint;
24504
24504
  available_balance: bigint;
24505
24505
  in_use_balance: bigint;
24506
24506
  is_withdrawing: boolean;
24507
24507
  }[];
24508
- USDC: {
24508
+ FLIP: {
24509
24509
  fee_tier: number;
24510
24510
  total_balance: bigint;
24511
24511
  available_balance: bigint;
@@ -24527,21 +24527,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24527
24527
  is_withdrawing: boolean;
24528
24528
  }[];
24529
24529
  }, {
24530
- FLIP: {
24530
+ ETH: {
24531
24531
  fee_tier: number;
24532
24532
  total_balance: string;
24533
24533
  available_balance: string;
24534
24534
  in_use_balance: string;
24535
24535
  is_withdrawing: boolean;
24536
24536
  }[];
24537
- ETH: {
24537
+ USDC: {
24538
24538
  fee_tier: number;
24539
24539
  total_balance: string;
24540
24540
  available_balance: string;
24541
24541
  in_use_balance: string;
24542
24542
  is_withdrawing: boolean;
24543
24543
  }[];
24544
- USDC: {
24544
+ FLIP: {
24545
24545
  fee_tier: number;
24546
24546
  total_balance: string;
24547
24547
  available_balance: string;
@@ -24883,21 +24883,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24883
24883
  }[];
24884
24884
  };
24885
24885
  Ethereum: {
24886
- FLIP: {
24886
+ ETH: {
24887
24887
  fee_tier: number;
24888
24888
  total_balance: bigint;
24889
24889
  available_balance: bigint;
24890
24890
  in_use_balance: bigint;
24891
24891
  is_withdrawing: boolean;
24892
24892
  }[];
24893
- ETH: {
24893
+ USDC: {
24894
24894
  fee_tier: number;
24895
24895
  total_balance: bigint;
24896
24896
  available_balance: bigint;
24897
24897
  in_use_balance: bigint;
24898
24898
  is_withdrawing: boolean;
24899
24899
  }[];
24900
- USDC: {
24900
+ FLIP: {
24901
24901
  fee_tier: number;
24902
24902
  total_balance: bigint;
24903
24903
  available_balance: bigint;
@@ -24999,21 +24999,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
24999
24999
  }[];
25000
25000
  };
25001
25001
  Ethereum: {
25002
- FLIP: {
25002
+ ETH: {
25003
25003
  fee_tier: number;
25004
25004
  total_balance: string;
25005
25005
  available_balance: string;
25006
25006
  in_use_balance: string;
25007
25007
  is_withdrawing: boolean;
25008
25008
  }[];
25009
- ETH: {
25009
+ USDC: {
25010
25010
  fee_tier: number;
25011
25011
  total_balance: string;
25012
25012
  available_balance: string;
25013
25013
  in_use_balance: string;
25014
25014
  is_withdrawing: boolean;
25015
25015
  }[];
25016
- USDC: {
25016
+ FLIP: {
25017
25017
  fee_tier: number;
25018
25018
  total_balance: string;
25019
25019
  available_balance: string;
@@ -25244,11 +25244,11 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25244
25244
  total_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
25245
25245
  available_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
25246
25246
  }, "strip", z.ZodTypeAny, {
25247
- available_amount: bigint;
25248
25247
  total_amount: bigint;
25248
+ available_amount: bigint;
25249
25249
  }, {
25250
- available_amount: string | number;
25251
25250
  total_amount: string | number;
25251
+ available_amount: string | number;
25252
25252
  }>>, "many">;
25253
25253
  collateral_balances: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
25254
25254
  chain: z.ZodLiteral<"Bitcoin">;
@@ -25409,15 +25409,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25409
25409
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
25410
25410
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
25411
25411
  }, "strip", z.ZodTypeAny, {
25412
- FLIP: bigint;
25413
25412
  ETH: bigint;
25414
25413
  USDC: bigint;
25414
+ FLIP: bigint;
25415
25415
  USDT: bigint;
25416
25416
  WBTC: bigint;
25417
25417
  }, {
25418
- FLIP: string | number;
25419
25418
  ETH: string | number;
25420
25419
  USDC: string | number;
25420
+ FLIP: string | number;
25421
25421
  USDT: string | number;
25422
25422
  WBTC?: string | number | undefined;
25423
25423
  }>;
@@ -25465,9 +25465,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25465
25465
  BTC: bigint;
25466
25466
  };
25467
25467
  Ethereum: {
25468
- FLIP: bigint;
25469
25468
  ETH: bigint;
25470
25469
  USDC: bigint;
25470
+ FLIP: bigint;
25471
25471
  USDT: bigint;
25472
25472
  WBTC: bigint;
25473
25473
  };
@@ -25491,9 +25491,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25491
25491
  BTC: string | number;
25492
25492
  };
25493
25493
  Ethereum: {
25494
- FLIP: string | number;
25495
25494
  ETH: string | number;
25496
25495
  USDC: string | number;
25496
+ FLIP: string | number;
25497
25497
  USDT: string | number;
25498
25498
  WBTC?: string | number | undefined;
25499
25499
  };
@@ -25546,9 +25546,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25546
25546
  BTC: bigint;
25547
25547
  };
25548
25548
  Ethereum: {
25549
- FLIP: bigint;
25550
25549
  ETH: bigint;
25551
25550
  USDC: bigint;
25551
+ FLIP: bigint;
25552
25552
  USDT: bigint;
25553
25553
  WBTC: bigint;
25554
25554
  };
@@ -25575,9 +25575,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25575
25575
  BTC: bigint;
25576
25576
  };
25577
25577
  Ethereum: {
25578
- FLIP: bigint;
25579
25578
  ETH: bigint;
25580
25579
  USDC: bigint;
25580
+ FLIP: bigint;
25581
25581
  USDT: bigint;
25582
25582
  WBTC: bigint;
25583
25583
  };
@@ -25615,21 +25615,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25615
25615
  }[];
25616
25616
  };
25617
25617
  Ethereum: {
25618
- FLIP: {
25618
+ ETH: {
25619
25619
  fee_tier: number;
25620
25620
  total_balance: bigint;
25621
25621
  available_balance: bigint;
25622
25622
  in_use_balance: bigint;
25623
25623
  is_withdrawing: boolean;
25624
25624
  }[];
25625
- ETH: {
25625
+ USDC: {
25626
25626
  fee_tier: number;
25627
25627
  total_balance: bigint;
25628
25628
  available_balance: bigint;
25629
25629
  in_use_balance: bigint;
25630
25630
  is_withdrawing: boolean;
25631
25631
  }[];
25632
- USDC: {
25632
+ FLIP: {
25633
25633
  fee_tier: number;
25634
25634
  total_balance: bigint;
25635
25635
  available_balance: bigint;
@@ -25767,8 +25767,8 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25767
25767
  chain: "Assethub";
25768
25768
  asset: "USDT";
25769
25769
  }) & {
25770
- available_amount: bigint;
25771
25770
  total_amount: bigint;
25771
+ available_amount: bigint;
25772
25772
  })[];
25773
25773
  collateral_balances: (({
25774
25774
  chain: "Bitcoin";
@@ -25837,9 +25837,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25837
25837
  BTC: string | number;
25838
25838
  };
25839
25839
  Ethereum: {
25840
- FLIP: string | number;
25841
25840
  ETH: string | number;
25842
25841
  USDC: string | number;
25842
+ FLIP: string | number;
25843
25843
  USDT: string | number;
25844
25844
  WBTC?: string | number | undefined;
25845
25845
  };
@@ -25866,9 +25866,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25866
25866
  BTC: string | number;
25867
25867
  };
25868
25868
  Ethereum: {
25869
- FLIP: string | number;
25870
25869
  ETH: string | number;
25871
25870
  USDC: string | number;
25871
+ FLIP: string | number;
25872
25872
  USDT: string | number;
25873
25873
  WBTC?: string | number | undefined;
25874
25874
  };
@@ -25906,21 +25906,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
25906
25906
  }[];
25907
25907
  };
25908
25908
  Ethereum: {
25909
- FLIP: {
25909
+ ETH: {
25910
25910
  fee_tier: number;
25911
25911
  total_balance: string;
25912
25912
  available_balance: string;
25913
25913
  in_use_balance: string;
25914
25914
  is_withdrawing: boolean;
25915
25915
  }[];
25916
- ETH: {
25916
+ USDC: {
25917
25917
  fee_tier: number;
25918
25918
  total_balance: string;
25919
25919
  available_balance: string;
25920
25920
  in_use_balance: string;
25921
25921
  is_withdrawing: boolean;
25922
25922
  }[];
25923
- USDC: {
25923
+ FLIP: {
25924
25924
  fee_tier: number;
25925
25925
  total_balance: string;
25926
25926
  available_balance: string;
@@ -26058,8 +26058,8 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26058
26058
  chain: "Assethub";
26059
26059
  asset: "USDT";
26060
26060
  }) & {
26061
- available_amount: string | number;
26062
26061
  total_amount: string | number;
26062
+ available_amount: string | number;
26063
26063
  })[];
26064
26064
  collateral_balances: (({
26065
26065
  chain: "Bitcoin";
@@ -26148,15 +26148,15 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26148
26148
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
26149
26149
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
26150
26150
  }, "strip", z.ZodTypeAny, {
26151
- FLIP: bigint;
26152
26151
  ETH: bigint;
26153
26152
  USDC: bigint;
26153
+ FLIP: bigint;
26154
26154
  USDT: bigint;
26155
26155
  WBTC: bigint;
26156
26156
  }, {
26157
- FLIP: string | number;
26158
26157
  ETH: string | number;
26159
26158
  USDC: string | number;
26159
+ FLIP: string | number;
26160
26160
  USDT: string | number;
26161
26161
  WBTC?: string | number | undefined;
26162
26162
  }>;
@@ -26204,9 +26204,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26204
26204
  BTC: bigint;
26205
26205
  };
26206
26206
  Ethereum: {
26207
- FLIP: bigint;
26208
26207
  ETH: bigint;
26209
26208
  USDC: bigint;
26209
+ FLIP: bigint;
26210
26210
  USDT: bigint;
26211
26211
  WBTC: bigint;
26212
26212
  };
@@ -26230,9 +26230,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26230
26230
  BTC: string | number;
26231
26231
  };
26232
26232
  Ethereum: {
26233
- FLIP: string | number;
26234
26233
  ETH: string | number;
26235
26234
  USDC: string | number;
26235
+ FLIP: string | number;
26236
26236
  USDT: string | number;
26237
26237
  WBTC?: string | number | undefined;
26238
26238
  };
@@ -26285,115 +26285,115 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26285
26285
  BTC: bigint;
26286
26286
  };
26287
26287
  Ethereum: {
26288
- FLIP: bigint;
26289
- ETH: bigint;
26290
- USDC: bigint;
26291
- USDT: bigint;
26292
- WBTC: bigint;
26293
- };
26294
- Arbitrum: {
26295
26288
  ETH: bigint;
26296
26289
  USDC: bigint;
26297
- USDT: bigint;
26298
- };
26299
- Solana: {
26300
- USDC: bigint;
26301
- USDT: bigint;
26302
- SOL: bigint;
26303
- };
26304
- Assethub: {
26305
- USDC: bigint;
26306
- USDT: bigint;
26307
- DOT: bigint;
26308
- };
26309
- };
26310
- bond: bigint;
26311
- estimated_redeemable_balance: bigint;
26312
- last_heartbeat: number;
26313
- reputation_points: number;
26314
- keyholder_epochs: number[];
26315
- is_current_authority: boolean;
26316
- is_current_backup: boolean;
26317
- is_qualified: boolean;
26318
- is_online: boolean;
26319
- is_bidding: boolean;
26320
- apy_bp: number | null;
26321
- operator?: `cF${string}` | undefined;
26322
- vanity_name?: string | undefined;
26323
- bound_redeem_address?: `0x${string}` | undefined;
26324
- restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
26325
- current_delegation_status?: {
26326
- operator: `cF${string}`;
26327
- bid: bigint;
26328
- } | undefined;
26329
- upcoming_delegation_status?: {
26330
- operator: `cF${string}`;
26331
- bid: bigint;
26332
- } | undefined;
26333
- }, {
26334
- role: "validator";
26335
- flip_balance: string | number;
26336
- asset_balances: {
26337
- Bitcoin: {
26338
- BTC: string | number;
26339
- };
26340
- Ethereum: {
26341
- FLIP: string | number;
26342
- ETH: string | number;
26343
- USDC: string | number;
26344
- USDT: string | number;
26345
- WBTC?: string | number | undefined;
26346
- };
26347
- Arbitrum: {
26348
- ETH: string | number;
26349
- USDC: string | number;
26350
- USDT?: string | number | undefined;
26351
- };
26352
- Solana: {
26353
- USDC: string | number;
26354
- SOL: string | number;
26355
- USDT?: string | number | undefined;
26356
- };
26357
- Assethub: {
26358
- USDC: string | number;
26359
- USDT: string | number;
26360
- DOT: string | number;
26361
- };
26362
- };
26363
- bond: string | number;
26364
- estimated_redeemable_balance: string | number;
26365
- last_heartbeat: number;
26366
- reputation_points: number;
26367
- keyholder_epochs: number[];
26368
- is_current_authority: boolean;
26369
- is_current_backup: boolean;
26370
- is_qualified: boolean;
26371
- is_online: boolean;
26372
- is_bidding: boolean;
26373
- apy_bp: number | null;
26374
- operator?: string | undefined;
26375
- vanity_name?: string | undefined;
26376
- bound_redeem_address?: string | undefined;
26377
- restricted_balances?: Record<string, string | number> | undefined;
26378
- current_delegation_status?: {
26379
- operator: string;
26380
- bid: string | number;
26381
- } | undefined;
26382
- upcoming_delegation_status?: {
26383
- operator: string;
26384
- bid: string | number;
26385
- } | undefined;
26386
- }>]>, {
26387
- role: "unregistered";
26388
- flip_balance: bigint;
26389
- asset_balances: {
26390
- Bitcoin: {
26391
- BTC: bigint;
26392
- };
26393
- Ethereum: {
26394
26290
  FLIP: bigint;
26395
- ETH: bigint;
26396
- USDC: bigint;
26291
+ USDT: bigint;
26292
+ WBTC: bigint;
26293
+ };
26294
+ Arbitrum: {
26295
+ ETH: bigint;
26296
+ USDC: bigint;
26297
+ USDT: bigint;
26298
+ };
26299
+ Solana: {
26300
+ USDC: bigint;
26301
+ USDT: bigint;
26302
+ SOL: bigint;
26303
+ };
26304
+ Assethub: {
26305
+ USDC: bigint;
26306
+ USDT: bigint;
26307
+ DOT: bigint;
26308
+ };
26309
+ };
26310
+ bond: bigint;
26311
+ estimated_redeemable_balance: bigint;
26312
+ last_heartbeat: number;
26313
+ reputation_points: number;
26314
+ keyholder_epochs: number[];
26315
+ is_current_authority: boolean;
26316
+ is_current_backup: boolean;
26317
+ is_qualified: boolean;
26318
+ is_online: boolean;
26319
+ is_bidding: boolean;
26320
+ apy_bp: number | null;
26321
+ operator?: `cF${string}` | undefined;
26322
+ vanity_name?: string | undefined;
26323
+ bound_redeem_address?: `0x${string}` | undefined;
26324
+ restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
26325
+ current_delegation_status?: {
26326
+ operator: `cF${string}`;
26327
+ bid: bigint;
26328
+ } | undefined;
26329
+ upcoming_delegation_status?: {
26330
+ operator: `cF${string}`;
26331
+ bid: bigint;
26332
+ } | undefined;
26333
+ }, {
26334
+ role: "validator";
26335
+ flip_balance: string | number;
26336
+ asset_balances: {
26337
+ Bitcoin: {
26338
+ BTC: string | number;
26339
+ };
26340
+ Ethereum: {
26341
+ ETH: string | number;
26342
+ USDC: string | number;
26343
+ FLIP: string | number;
26344
+ USDT: string | number;
26345
+ WBTC?: string | number | undefined;
26346
+ };
26347
+ Arbitrum: {
26348
+ ETH: string | number;
26349
+ USDC: string | number;
26350
+ USDT?: string | number | undefined;
26351
+ };
26352
+ Solana: {
26353
+ USDC: string | number;
26354
+ SOL: string | number;
26355
+ USDT?: string | number | undefined;
26356
+ };
26357
+ Assethub: {
26358
+ USDC: string | number;
26359
+ USDT: string | number;
26360
+ DOT: string | number;
26361
+ };
26362
+ };
26363
+ bond: string | number;
26364
+ estimated_redeemable_balance: string | number;
26365
+ last_heartbeat: number;
26366
+ reputation_points: number;
26367
+ keyholder_epochs: number[];
26368
+ is_current_authority: boolean;
26369
+ is_current_backup: boolean;
26370
+ is_qualified: boolean;
26371
+ is_online: boolean;
26372
+ is_bidding: boolean;
26373
+ apy_bp: number | null;
26374
+ operator?: string | undefined;
26375
+ vanity_name?: string | undefined;
26376
+ bound_redeem_address?: string | undefined;
26377
+ restricted_balances?: Record<string, string | number> | undefined;
26378
+ current_delegation_status?: {
26379
+ operator: string;
26380
+ bid: string | number;
26381
+ } | undefined;
26382
+ upcoming_delegation_status?: {
26383
+ operator: string;
26384
+ bid: string | number;
26385
+ } | undefined;
26386
+ }>]>, {
26387
+ role: "unregistered";
26388
+ flip_balance: bigint;
26389
+ asset_balances: {
26390
+ Bitcoin: {
26391
+ BTC: bigint;
26392
+ };
26393
+ Ethereum: {
26394
+ ETH: bigint;
26395
+ USDC: bigint;
26396
+ FLIP: bigint;
26397
26397
  USDT: bigint;
26398
26398
  WBTC: bigint;
26399
26399
  };
@@ -26434,9 +26434,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26434
26434
  BTC: bigint;
26435
26435
  };
26436
26436
  Ethereum: {
26437
- FLIP: bigint;
26438
26437
  ETH: bigint;
26439
26438
  USDC: bigint;
26439
+ FLIP: bigint;
26440
26440
  USDT: bigint;
26441
26441
  WBTC: bigint;
26442
26442
  };
@@ -26463,9 +26463,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26463
26463
  BTC: bigint;
26464
26464
  };
26465
26465
  Ethereum: {
26466
- FLIP: bigint;
26467
26466
  ETH: bigint;
26468
26467
  USDC: bigint;
26468
+ FLIP: bigint;
26469
26469
  USDT: bigint;
26470
26470
  WBTC: bigint;
26471
26471
  };
@@ -26510,9 +26510,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26510
26510
  BTC: bigint;
26511
26511
  };
26512
26512
  Ethereum: {
26513
- FLIP: bigint;
26514
26513
  ETH: bigint;
26515
26514
  USDC: bigint;
26515
+ FLIP: bigint;
26516
26516
  USDT: bigint;
26517
26517
  WBTC: bigint;
26518
26518
  };
@@ -26539,9 +26539,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26539
26539
  BTC: bigint;
26540
26540
  };
26541
26541
  Ethereum: {
26542
- FLIP: bigint;
26543
26542
  ETH: bigint;
26544
26543
  USDC: bigint;
26544
+ FLIP: bigint;
26545
26545
  USDT: bigint;
26546
26546
  WBTC: bigint;
26547
26547
  };
@@ -26579,21 +26579,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26579
26579
  }[];
26580
26580
  };
26581
26581
  Ethereum: {
26582
- FLIP: {
26582
+ ETH: {
26583
26583
  fee_tier: number;
26584
26584
  total_balance: bigint;
26585
26585
  available_balance: bigint;
26586
26586
  in_use_balance: bigint;
26587
26587
  is_withdrawing: boolean;
26588
26588
  }[];
26589
- ETH: {
26589
+ USDC: {
26590
26590
  fee_tier: number;
26591
26591
  total_balance: bigint;
26592
26592
  available_balance: bigint;
26593
26593
  in_use_balance: bigint;
26594
26594
  is_withdrawing: boolean;
26595
26595
  }[];
26596
- USDC: {
26596
+ FLIP: {
26597
26597
  fee_tier: number;
26598
26598
  total_balance: bigint;
26599
26599
  available_balance: bigint;
@@ -26731,8 +26731,8 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26731
26731
  chain: "Assethub";
26732
26732
  asset: "USDT";
26733
26733
  }) & {
26734
- available_amount: bigint;
26735
26734
  total_amount: bigint;
26735
+ available_amount: bigint;
26736
26736
  })[];
26737
26737
  collateral_balances: (({
26738
26738
  chain: "Bitcoin";
@@ -26801,9 +26801,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26801
26801
  BTC: bigint;
26802
26802
  };
26803
26803
  Ethereum: {
26804
- FLIP: bigint;
26805
26804
  ETH: bigint;
26806
26805
  USDC: bigint;
26806
+ FLIP: bigint;
26807
26807
  USDT: bigint;
26808
26808
  WBTC: bigint;
26809
26809
  };
@@ -26860,9 +26860,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26860
26860
  BTC: bigint;
26861
26861
  };
26862
26862
  Ethereum: {
26863
- FLIP: bigint;
26864
26863
  ETH: bigint;
26865
26864
  USDC: bigint;
26865
+ FLIP: bigint;
26866
26866
  USDT: bigint;
26867
26867
  WBTC: bigint;
26868
26868
  };
@@ -26911,9 +26911,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26911
26911
  BTC: string | number;
26912
26912
  };
26913
26913
  Ethereum: {
26914
- FLIP: string | number;
26915
26914
  ETH: string | number;
26916
26915
  USDC: string | number;
26916
+ FLIP: string | number;
26917
26917
  USDT: string | number;
26918
26918
  WBTC?: string | number | undefined;
26919
26919
  };
@@ -26954,9 +26954,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26954
26954
  BTC: string | number;
26955
26955
  };
26956
26956
  Ethereum: {
26957
- FLIP: string | number;
26958
26957
  ETH: string | number;
26959
26958
  USDC: string | number;
26959
+ FLIP: string | number;
26960
26960
  USDT: string | number;
26961
26961
  WBTC?: string | number | undefined;
26962
26962
  };
@@ -26983,9 +26983,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
26983
26983
  BTC: string | number;
26984
26984
  };
26985
26985
  Ethereum: {
26986
- FLIP: string | number;
26987
26986
  ETH: string | number;
26988
26987
  USDC: string | number;
26988
+ FLIP: string | number;
26989
26989
  USDT: string | number;
26990
26990
  WBTC?: string | number | undefined;
26991
26991
  };
@@ -27030,9 +27030,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27030
27030
  BTC: string | number;
27031
27031
  };
27032
27032
  Ethereum: {
27033
- FLIP: string | number;
27034
27033
  ETH: string | number;
27035
27034
  USDC: string | number;
27035
+ FLIP: string | number;
27036
27036
  USDT: string | number;
27037
27037
  WBTC?: string | number | undefined;
27038
27038
  };
@@ -27087,9 +27087,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27087
27087
  BTC: string | number;
27088
27088
  };
27089
27089
  Ethereum: {
27090
- FLIP: string | number;
27091
27090
  ETH: string | number;
27092
27091
  USDC: string | number;
27092
+ FLIP: string | number;
27093
27093
  USDT: string | number;
27094
27094
  WBTC?: string | number | undefined;
27095
27095
  };
@@ -27116,9 +27116,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27116
27116
  BTC: string | number;
27117
27117
  };
27118
27118
  Ethereum: {
27119
- FLIP: string | number;
27120
27119
  ETH: string | number;
27121
27120
  USDC: string | number;
27121
+ FLIP: string | number;
27122
27122
  USDT: string | number;
27123
27123
  WBTC?: string | number | undefined;
27124
27124
  };
@@ -27156,21 +27156,21 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27156
27156
  }[];
27157
27157
  };
27158
27158
  Ethereum: {
27159
- FLIP: {
27159
+ ETH: {
27160
27160
  fee_tier: number;
27161
27161
  total_balance: string;
27162
27162
  available_balance: string;
27163
27163
  in_use_balance: string;
27164
27164
  is_withdrawing: boolean;
27165
27165
  }[];
27166
- ETH: {
27166
+ USDC: {
27167
27167
  fee_tier: number;
27168
27168
  total_balance: string;
27169
27169
  available_balance: string;
27170
27170
  in_use_balance: string;
27171
27171
  is_withdrawing: boolean;
27172
27172
  }[];
27173
- USDC: {
27173
+ FLIP: {
27174
27174
  fee_tier: number;
27175
27175
  total_balance: string;
27176
27176
  available_balance: string;
@@ -27308,8 +27308,8 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27308
27308
  chain: "Assethub";
27309
27309
  asset: "USDT";
27310
27310
  }) & {
27311
- available_amount: string | number;
27312
27311
  total_amount: string | number;
27312
+ available_amount: string | number;
27313
27313
  })[];
27314
27314
  collateral_balances: (({
27315
27315
  chain: "Bitcoin";
@@ -27378,9 +27378,9 @@ declare const cfAccountInfo: z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.Zod
27378
27378
  BTC: string | number;
27379
27379
  };
27380
27380
  Ethereum: {
27381
- FLIP: string | number;
27382
27381
  ETH: string | number;
27383
27382
  USDC: string | number;
27383
+ FLIP: string | number;
27384
27384
  USDT: string | number;
27385
27385
  WBTC?: string | number | undefined;
27386
27386
  };
@@ -27903,33 +27903,33 @@ declare const ask: z.ZodEffects<z.ZodObject<{
27903
27903
  lp: z.ZodString;
27904
27904
  }, "strip", z.ZodTypeAny, {
27905
27905
  id: string;
27906
- fees_earned: bigint;
27907
- lp: string;
27908
27906
  tick: number;
27909
27907
  sell_amount: bigint;
27908
+ fees_earned: bigint;
27910
27909
  original_sell_amount: bigint;
27910
+ lp: string;
27911
27911
  }, {
27912
27912
  id: string | number;
27913
- fees_earned: string | number;
27914
- lp: string;
27915
27913
  tick: number;
27916
27914
  sell_amount: string | number;
27915
+ fees_earned: string | number;
27917
27916
  original_sell_amount: string | number;
27917
+ lp: string;
27918
27918
  }>, {
27919
27919
  type: "ask";
27920
27920
  id: string;
27921
- fees_earned: bigint;
27922
- lp: string;
27923
27921
  tick: number;
27924
27922
  sell_amount: bigint;
27923
+ fees_earned: bigint;
27925
27924
  original_sell_amount: bigint;
27925
+ lp: string;
27926
27926
  }, {
27927
27927
  id: string | number;
27928
- fees_earned: string | number;
27929
- lp: string;
27930
27928
  tick: number;
27931
27929
  sell_amount: string | number;
27930
+ fees_earned: string | number;
27932
27931
  original_sell_amount: string | number;
27932
+ lp: string;
27933
27933
  }>;
27934
27934
  declare const bid: z.ZodEffects<z.ZodObject<{
27935
27935
  id: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>, string, string | number>;
@@ -27940,33 +27940,33 @@ declare const bid: z.ZodEffects<z.ZodObject<{
27940
27940
  lp: z.ZodString;
27941
27941
  }, "strip", z.ZodTypeAny, {
27942
27942
  id: string;
27943
- fees_earned: bigint;
27944
- lp: string;
27945
27943
  tick: number;
27946
27944
  sell_amount: bigint;
27945
+ fees_earned: bigint;
27947
27946
  original_sell_amount: bigint;
27947
+ lp: string;
27948
27948
  }, {
27949
27949
  id: string | number;
27950
- fees_earned: string | number;
27951
- lp: string;
27952
27950
  tick: number;
27953
27951
  sell_amount: string | number;
27952
+ fees_earned: string | number;
27954
27953
  original_sell_amount: string | number;
27954
+ lp: string;
27955
27955
  }>, {
27956
27956
  type: "bid";
27957
27957
  id: string;
27958
- fees_earned: bigint;
27959
- lp: string;
27960
27958
  tick: number;
27961
27959
  sell_amount: bigint;
27960
+ fees_earned: bigint;
27962
27961
  original_sell_amount: bigint;
27962
+ lp: string;
27963
27963
  }, {
27964
27964
  id: string | number;
27965
- fees_earned: string | number;
27966
- lp: string;
27967
27965
  tick: number;
27968
27966
  sell_amount: string | number;
27967
+ fees_earned: string | number;
27969
27968
  original_sell_amount: string | number;
27969
+ lp: string;
27970
27970
  }>;
27971
27971
  type RpcLimitOrder = z.infer<typeof ask> | z.infer<typeof bid>;
27972
27972
  type RpcRangeOrder = z.infer<typeof rangeOrder>;
@@ -27996,53 +27996,53 @@ declare const rangeOrder: z.ZodEffects<z.ZodObject<{
27996
27996
  lp: z.ZodString;
27997
27997
  }, "strip", z.ZodTypeAny, {
27998
27998
  id: string;
27999
- range: {
28000
- start: number;
28001
- end: number;
28002
- };
28003
- liquidity: bigint;
28004
27999
  fees_earned: {
28005
28000
  base: bigint;
28006
28001
  quote: bigint;
28007
28002
  };
28008
28003
  lp: string;
28009
- }, {
28010
- id: string | number;
28011
28004
  range: {
28012
28005
  start: number;
28013
28006
  end: number;
28014
28007
  };
28015
- liquidity: string | number;
28008
+ liquidity: bigint;
28009
+ }, {
28010
+ id: string | number;
28016
28011
  fees_earned: {
28017
28012
  base: string | number;
28018
28013
  quote: string | number;
28019
28014
  };
28020
28015
  lp: string;
28021
- }>, {
28022
- type: "range";
28023
- id: string;
28024
28016
  range: {
28025
28017
  start: number;
28026
28018
  end: number;
28027
28019
  };
28028
- liquidity: bigint;
28020
+ liquidity: string | number;
28021
+ }>, {
28022
+ type: "range";
28023
+ id: string;
28029
28024
  fees_earned: {
28030
28025
  base: bigint;
28031
28026
  quote: bigint;
28032
28027
  };
28033
28028
  lp: string;
28034
- }, {
28035
- id: string | number;
28036
28029
  range: {
28037
28030
  start: number;
28038
28031
  end: number;
28039
28032
  };
28040
- liquidity: string | number;
28033
+ liquidity: bigint;
28034
+ }, {
28035
+ id: string | number;
28041
28036
  fees_earned: {
28042
28037
  base: string | number;
28043
28038
  quote: string | number;
28044
28039
  };
28045
28040
  lp: string;
28041
+ range: {
28042
+ start: number;
28043
+ end: number;
28044
+ };
28045
+ liquidity: string | number;
28046
28046
  }>;
28047
28047
  declare const cfPoolOrders: z.ZodObject<{
28048
28048
  limit_orders: z.ZodObject<{
@@ -28055,33 +28055,33 @@ declare const cfPoolOrders: z.ZodObject<{
28055
28055
  lp: z.ZodString;
28056
28056
  }, "strip", z.ZodTypeAny, {
28057
28057
  id: string;
28058
- fees_earned: bigint;
28059
- lp: string;
28060
28058
  tick: number;
28061
28059
  sell_amount: bigint;
28060
+ fees_earned: bigint;
28062
28061
  original_sell_amount: bigint;
28062
+ lp: string;
28063
28063
  }, {
28064
28064
  id: string | number;
28065
- fees_earned: string | number;
28066
- lp: string;
28067
28065
  tick: number;
28068
28066
  sell_amount: string | number;
28067
+ fees_earned: string | number;
28069
28068
  original_sell_amount: string | number;
28069
+ lp: string;
28070
28070
  }>, {
28071
28071
  type: "ask";
28072
28072
  id: string;
28073
- fees_earned: bigint;
28074
- lp: string;
28075
28073
  tick: number;
28076
28074
  sell_amount: bigint;
28075
+ fees_earned: bigint;
28077
28076
  original_sell_amount: bigint;
28077
+ lp: string;
28078
28078
  }, {
28079
28079
  id: string | number;
28080
- fees_earned: string | number;
28081
- lp: string;
28082
28080
  tick: number;
28083
28081
  sell_amount: string | number;
28082
+ fees_earned: string | number;
28084
28083
  original_sell_amount: string | number;
28084
+ lp: string;
28085
28085
  }>, "many">;
28086
28086
  bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
28087
28087
  id: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>, string, string | number>;
@@ -28092,69 +28092,69 @@ declare const cfPoolOrders: z.ZodObject<{
28092
28092
  lp: z.ZodString;
28093
28093
  }, "strip", z.ZodTypeAny, {
28094
28094
  id: string;
28095
- fees_earned: bigint;
28096
- lp: string;
28097
28095
  tick: number;
28098
28096
  sell_amount: bigint;
28097
+ fees_earned: bigint;
28099
28098
  original_sell_amount: bigint;
28099
+ lp: string;
28100
28100
  }, {
28101
28101
  id: string | number;
28102
- fees_earned: string | number;
28103
- lp: string;
28104
28102
  tick: number;
28105
28103
  sell_amount: string | number;
28104
+ fees_earned: string | number;
28106
28105
  original_sell_amount: string | number;
28106
+ lp: string;
28107
28107
  }>, {
28108
28108
  type: "bid";
28109
28109
  id: string;
28110
- fees_earned: bigint;
28111
- lp: string;
28112
28110
  tick: number;
28113
28111
  sell_amount: bigint;
28112
+ fees_earned: bigint;
28114
28113
  original_sell_amount: bigint;
28114
+ lp: string;
28115
28115
  }, {
28116
28116
  id: string | number;
28117
- fees_earned: string | number;
28118
- lp: string;
28119
28117
  tick: number;
28120
28118
  sell_amount: string | number;
28119
+ fees_earned: string | number;
28121
28120
  original_sell_amount: string | number;
28121
+ lp: string;
28122
28122
  }>, "many">;
28123
28123
  }, "strip", z.ZodTypeAny, {
28124
28124
  asks: {
28125
28125
  type: "ask";
28126
28126
  id: string;
28127
- fees_earned: bigint;
28128
- lp: string;
28129
28127
  tick: number;
28130
28128
  sell_amount: bigint;
28129
+ fees_earned: bigint;
28131
28130
  original_sell_amount: bigint;
28131
+ lp: string;
28132
28132
  }[];
28133
28133
  bids: {
28134
28134
  type: "bid";
28135
28135
  id: string;
28136
- fees_earned: bigint;
28137
- lp: string;
28138
28136
  tick: number;
28139
28137
  sell_amount: bigint;
28138
+ fees_earned: bigint;
28140
28139
  original_sell_amount: bigint;
28140
+ lp: string;
28141
28141
  }[];
28142
28142
  }, {
28143
28143
  asks: {
28144
28144
  id: string | number;
28145
- fees_earned: string | number;
28146
- lp: string;
28147
28145
  tick: number;
28148
28146
  sell_amount: string | number;
28147
+ fees_earned: string | number;
28149
28148
  original_sell_amount: string | number;
28149
+ lp: string;
28150
28150
  }[];
28151
28151
  bids: {
28152
28152
  id: string | number;
28153
- fees_earned: string | number;
28154
- lp: string;
28155
28153
  tick: number;
28156
28154
  sell_amount: string | number;
28155
+ fees_earned: string | number;
28157
28156
  original_sell_amount: string | number;
28157
+ lp: string;
28158
28158
  }[];
28159
28159
  }>;
28160
28160
  range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
@@ -28183,120 +28183,120 @@ declare const cfPoolOrders: z.ZodObject<{
28183
28183
  lp: z.ZodString;
28184
28184
  }, "strip", z.ZodTypeAny, {
28185
28185
  id: string;
28186
- range: {
28187
- start: number;
28188
- end: number;
28189
- };
28190
- liquidity: bigint;
28191
28186
  fees_earned: {
28192
28187
  base: bigint;
28193
28188
  quote: bigint;
28194
28189
  };
28195
28190
  lp: string;
28196
- }, {
28197
- id: string | number;
28198
28191
  range: {
28199
28192
  start: number;
28200
28193
  end: number;
28201
28194
  };
28202
- liquidity: string | number;
28195
+ liquidity: bigint;
28196
+ }, {
28197
+ id: string | number;
28203
28198
  fees_earned: {
28204
28199
  base: string | number;
28205
28200
  quote: string | number;
28206
28201
  };
28207
28202
  lp: string;
28208
- }>, {
28209
- type: "range";
28210
- id: string;
28211
28203
  range: {
28212
28204
  start: number;
28213
28205
  end: number;
28214
28206
  };
28215
- liquidity: bigint;
28207
+ liquidity: string | number;
28208
+ }>, {
28209
+ type: "range";
28210
+ id: string;
28216
28211
  fees_earned: {
28217
28212
  base: bigint;
28218
28213
  quote: bigint;
28219
28214
  };
28220
28215
  lp: string;
28221
- }, {
28222
- id: string | number;
28223
28216
  range: {
28224
28217
  start: number;
28225
28218
  end: number;
28226
28219
  };
28227
- liquidity: string | number;
28220
+ liquidity: bigint;
28221
+ }, {
28222
+ id: string | number;
28228
28223
  fees_earned: {
28229
28224
  base: string | number;
28230
28225
  quote: string | number;
28231
28226
  };
28232
28227
  lp: string;
28228
+ range: {
28229
+ start: number;
28230
+ end: number;
28231
+ };
28232
+ liquidity: string | number;
28233
28233
  }>, "many">;
28234
28234
  }, "strip", z.ZodTypeAny, {
28235
28235
  limit_orders: {
28236
28236
  asks: {
28237
28237
  type: "ask";
28238
28238
  id: string;
28239
- fees_earned: bigint;
28240
- lp: string;
28241
28239
  tick: number;
28242
28240
  sell_amount: bigint;
28241
+ fees_earned: bigint;
28243
28242
  original_sell_amount: bigint;
28243
+ lp: string;
28244
28244
  }[];
28245
28245
  bids: {
28246
28246
  type: "bid";
28247
28247
  id: string;
28248
- fees_earned: bigint;
28249
- lp: string;
28250
28248
  tick: number;
28251
28249
  sell_amount: bigint;
28250
+ fees_earned: bigint;
28252
28251
  original_sell_amount: bigint;
28252
+ lp: string;
28253
28253
  }[];
28254
28254
  };
28255
28255
  range_orders: {
28256
28256
  type: "range";
28257
28257
  id: string;
28258
- range: {
28259
- start: number;
28260
- end: number;
28261
- };
28262
- liquidity: bigint;
28263
28258
  fees_earned: {
28264
28259
  base: bigint;
28265
28260
  quote: bigint;
28266
28261
  };
28267
28262
  lp: string;
28263
+ range: {
28264
+ start: number;
28265
+ end: number;
28266
+ };
28267
+ liquidity: bigint;
28268
28268
  }[];
28269
28269
  }, {
28270
28270
  limit_orders: {
28271
28271
  asks: {
28272
28272
  id: string | number;
28273
- fees_earned: string | number;
28274
- lp: string;
28275
28273
  tick: number;
28276
28274
  sell_amount: string | number;
28275
+ fees_earned: string | number;
28277
28276
  original_sell_amount: string | number;
28277
+ lp: string;
28278
28278
  }[];
28279
28279
  bids: {
28280
28280
  id: string | number;
28281
- fees_earned: string | number;
28282
- lp: string;
28283
28281
  tick: number;
28284
28282
  sell_amount: string | number;
28283
+ fees_earned: string | number;
28285
28284
  original_sell_amount: string | number;
28285
+ lp: string;
28286
28286
  }[];
28287
28287
  };
28288
28288
  range_orders: {
28289
28289
  id: string | number;
28290
- range: {
28291
- start: number;
28292
- end: number;
28293
- };
28294
- liquidity: string | number;
28295
28290
  fees_earned: {
28296
28291
  base: string | number;
28297
28292
  quote: string | number;
28298
28293
  };
28299
28294
  lp: string;
28295
+ range: {
28296
+ start: number;
28297
+ end: number;
28298
+ };
28299
+ liquidity: string | number;
28300
28300
  }[];
28301
28301
  }>;
28302
28302
  declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
@@ -28440,11 +28440,11 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
28440
28440
  account_id: z.ZodString;
28441
28441
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
28442
28442
  }, "strip", z.ZodTypeAny, {
28443
- amount: bigint;
28444
28443
  account_id: string;
28444
+ amount: bigint;
28445
28445
  }, {
28446
- amount: string;
28447
28446
  account_id: string;
28447
+ amount: string;
28448
28448
  }>, "many">;
28449
28449
  deposits_pending_finalization: z.ZodArray<z.ZodObject<{
28450
28450
  deposit_id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
@@ -28452,23 +28452,23 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
28452
28452
  account_id: z.ZodString;
28453
28453
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
28454
28454
  }, "strip", z.ZodTypeAny, {
28455
- amount: bigint;
28456
28455
  account_id: string;
28456
+ amount: bigint;
28457
28457
  }, {
28458
- amount: string;
28459
28458
  account_id: string;
28459
+ amount: string;
28460
28460
  }>, "many">;
28461
28461
  }, "strip", z.ZodTypeAny, {
28462
28462
  deposit_id: bigint;
28463
28463
  owed_amounts: {
28464
- amount: bigint;
28465
28464
  account_id: string;
28465
+ amount: bigint;
28466
28466
  }[];
28467
28467
  }, {
28468
28468
  deposit_id: string | number;
28469
28469
  owed_amounts: {
28470
- amount: string;
28471
28470
  account_id: string;
28471
+ amount: string;
28472
28472
  }[];
28473
28473
  }>, "many">;
28474
28474
  pending_withdrawals: z.ZodArray<z.ZodObject<{
@@ -28485,14 +28485,14 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
28485
28485
  }, "strip", z.ZodTypeAny, {
28486
28486
  fee_tier: number;
28487
28487
  available_amounts: {
28488
- amount: bigint;
28489
28488
  account_id: string;
28489
+ amount: bigint;
28490
28490
  }[];
28491
28491
  deposits_pending_finalization: {
28492
28492
  deposit_id: bigint;
28493
28493
  owed_amounts: {
28494
- amount: bigint;
28495
28494
  account_id: string;
28495
+ amount: bigint;
28496
28496
  }[];
28497
28497
  }[];
28498
28498
  pending_withdrawals: {
@@ -28503,14 +28503,14 @@ declare const cfBoostPoolDetails: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.Zod
28503
28503
  }, {
28504
28504
  fee_tier: number;
28505
28505
  available_amounts: {
28506
- amount: string;
28507
28506
  account_id: string;
28507
+ amount: string;
28508
28508
  }[];
28509
28509
  deposits_pending_finalization: {
28510
28510
  deposit_id: string | number;
28511
28511
  owed_amounts: {
28512
- amount: string;
28513
28512
  account_id: string;
28513
+ amount: string;
28514
28514
  }[];
28515
28515
  }[];
28516
28516
  pending_withdrawals: {
@@ -28662,22 +28662,22 @@ declare const cfBoostPoolPendingFees: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z
28662
28662
  account_id: z.ZodString;
28663
28663
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
28664
28664
  }, "strip", z.ZodTypeAny, {
28665
- amount: bigint;
28666
28665
  account_id: string;
28666
+ amount: bigint;
28667
28667
  }, {
28668
- amount: string;
28669
28668
  account_id: string;
28669
+ amount: string;
28670
28670
  }>, "many">;
28671
28671
  }, "strip", z.ZodTypeAny, {
28672
28672
  fees: {
28673
- amount: bigint;
28674
28673
  account_id: string;
28674
+ amount: bigint;
28675
28675
  }[];
28676
28676
  deposit_id: bigint;
28677
28677
  }, {
28678
28678
  fees: {
28679
- amount: string;
28680
28679
  account_id: string;
28680
+ amount: string;
28681
28681
  }[];
28682
28682
  deposit_id: number;
28683
28683
  }>, "many">;
@@ -28685,8 +28685,8 @@ declare const cfBoostPoolPendingFees: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z
28685
28685
  fee_tier: number;
28686
28686
  pending_fees: {
28687
28687
  fees: {
28688
- amount: bigint;
28689
28688
  account_id: string;
28689
+ amount: bigint;
28690
28690
  }[];
28691
28691
  deposit_id: bigint;
28692
28692
  }[];
@@ -28694,8 +28694,8 @@ declare const cfBoostPoolPendingFees: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z
28694
28694
  fee_tier: number;
28695
28695
  pending_fees: {
28696
28696
  fees: {
28697
- amount: string;
28698
28697
  account_id: string;
28698
+ amount: string;
28699
28699
  }[];
28700
28700
  deposit_id: number;
28701
28701
  }[];
@@ -28715,15 +28715,15 @@ declare const lpTotalBalances: z.ZodObject<{
28715
28715
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
28716
28716
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
28717
28717
  }, "strip", z.ZodTypeAny, {
28718
- FLIP: bigint;
28719
28718
  ETH: bigint;
28720
28719
  USDC: bigint;
28720
+ FLIP: bigint;
28721
28721
  USDT: bigint;
28722
28722
  WBTC: bigint;
28723
28723
  }, {
28724
- FLIP: string | number;
28725
28724
  ETH: string | number;
28726
28725
  USDC: string | number;
28726
+ FLIP: string | number;
28727
28727
  USDT: string | number;
28728
28728
  WBTC?: string | number | undefined;
28729
28729
  }>;
@@ -28771,9 +28771,9 @@ declare const lpTotalBalances: z.ZodObject<{
28771
28771
  BTC: bigint;
28772
28772
  };
28773
28773
  Ethereum: {
28774
- FLIP: bigint;
28775
28774
  ETH: bigint;
28776
28775
  USDC: bigint;
28776
+ FLIP: bigint;
28777
28777
  USDT: bigint;
28778
28778
  WBTC: bigint;
28779
28779
  };
@@ -28797,9 +28797,9 @@ declare const lpTotalBalances: z.ZodObject<{
28797
28797
  BTC: string | number;
28798
28798
  };
28799
28799
  Ethereum: {
28800
- FLIP: string | number;
28801
28800
  ETH: string | number;
28802
28801
  USDC: string | number;
28802
+ FLIP: string | number;
28803
28803
  USDT: string | number;
28804
28804
  WBTC?: string | number | undefined;
28805
28805
  };
@@ -33881,15 +33881,15 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
33881
33881
  USDT: z.ZodNullable<z.ZodNumber>;
33882
33882
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
33883
33883
  }, "strip", z.ZodTypeAny, {
33884
- FLIP: number | null;
33885
33884
  ETH: number | null;
33886
33885
  USDC: number | null;
33886
+ FLIP: number | null;
33887
33887
  USDT: number | null;
33888
33888
  WBTC: number | null;
33889
33889
  }, {
33890
- FLIP: number | null;
33891
33890
  ETH: number | null;
33892
33891
  USDC: number | null;
33892
+ FLIP: number | null;
33893
33893
  USDT: number | null;
33894
33894
  WBTC?: number | null | undefined;
33895
33895
  }>;
@@ -33937,9 +33937,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
33937
33937
  BTC: number | null;
33938
33938
  };
33939
33939
  Ethereum: {
33940
- FLIP: number | null;
33941
33940
  ETH: number | null;
33942
33941
  USDC: number | null;
33942
+ FLIP: number | null;
33943
33943
  USDT: number | null;
33944
33944
  WBTC: number | null;
33945
33945
  };
@@ -33963,9 +33963,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
33963
33963
  BTC: number | null;
33964
33964
  };
33965
33965
  Ethereum: {
33966
- FLIP: number | null;
33967
33966
  ETH: number | null;
33968
33967
  USDC: number | null;
33968
+ FLIP: number | null;
33969
33969
  USDT: number | null;
33970
33970
  WBTC?: number | null | undefined;
33971
33971
  };
@@ -34000,15 +34000,15 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34000
34000
  USDT: z.ZodNullable<z.ZodNumber>;
34001
34001
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
34002
34002
  }, "strip", z.ZodTypeAny, {
34003
- FLIP: number | null;
34004
34003
  ETH: number | null;
34005
34004
  USDC: number | null;
34005
+ FLIP: number | null;
34006
34006
  USDT: number | null;
34007
34007
  WBTC: number | null;
34008
34008
  }, {
34009
- FLIP: number | null;
34010
34009
  ETH: number | null;
34011
34010
  USDC: number | null;
34011
+ FLIP: number | null;
34012
34012
  USDT: number | null;
34013
34013
  WBTC?: number | null | undefined;
34014
34014
  }>;
@@ -34056,9 +34056,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34056
34056
  BTC: number | null;
34057
34057
  };
34058
34058
  Ethereum: {
34059
- FLIP: number | null;
34060
34059
  ETH: number | null;
34061
34060
  USDC: number | null;
34061
+ FLIP: number | null;
34062
34062
  USDT: number | null;
34063
34063
  WBTC: number | null;
34064
34064
  };
@@ -34082,9 +34082,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34082
34082
  BTC: number | null;
34083
34083
  };
34084
34084
  Ethereum: {
34085
- FLIP: number | null;
34086
34085
  ETH: number | null;
34087
34086
  USDC: number | null;
34087
+ FLIP: number | null;
34088
34088
  USDT: number | null;
34089
34089
  WBTC?: number | null | undefined;
34090
34090
  };
@@ -34110,9 +34110,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34110
34110
  BTC: number | null;
34111
34111
  };
34112
34112
  Ethereum: {
34113
- FLIP: number | null;
34114
34113
  ETH: number | null;
34115
34114
  USDC: number | null;
34115
+ FLIP: number | null;
34116
34116
  USDT: number | null;
34117
34117
  WBTC: number | null;
34118
34118
  };
@@ -34137,9 +34137,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34137
34137
  BTC: number | null;
34138
34138
  };
34139
34139
  Ethereum: {
34140
- FLIP: number | null;
34141
34140
  ETH: number | null;
34142
34141
  USDC: number | null;
34142
+ FLIP: number | null;
34143
34143
  USDT: number | null;
34144
34144
  WBTC: number | null;
34145
34145
  };
@@ -34165,9 +34165,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34165
34165
  BTC: number | null;
34166
34166
  };
34167
34167
  Ethereum: {
34168
- FLIP: number | null;
34169
34168
  ETH: number | null;
34170
34169
  USDC: number | null;
34170
+ FLIP: number | null;
34171
34171
  USDT: number | null;
34172
34172
  WBTC?: number | null | undefined;
34173
34173
  };
@@ -34192,9 +34192,9 @@ declare const cfGetTradingStrategyLimits: z.ZodObject<{
34192
34192
  BTC: number | null;
34193
34193
  };
34194
34194
  Ethereum: {
34195
- FLIP: number | null;
34196
34195
  ETH: number | null;
34197
34196
  USDC: number | null;
34197
+ FLIP: number | null;
34198
34198
  USDT: number | null;
34199
34199
  WBTC?: number | null | undefined;
34200
34200
  };
@@ -34557,15 +34557,15 @@ declare const cfOraclePrices: z.ZodArray<z.ZodObject<{
34557
34557
  quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
34558
34558
  price_status: z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>;
34559
34559
  }, "strip", z.ZodTypeAny, {
34560
- quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34561
34560
  price: bigint;
34561
+ quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34562
34562
  base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34563
34563
  updated_at_oracle_timestamp: number;
34564
34564
  updated_at_statechain_block: number;
34565
34565
  price_status: "UpToDate" | "Stale" | "MaybeStale";
34566
34566
  }, {
34567
- quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34568
34567
  price: string | number;
34568
+ quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34569
34569
  base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34570
34570
  updated_at_oracle_timestamp: number;
34571
34571
  updated_at_statechain_block: number;
@@ -34870,7 +34870,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34870
34870
  chain: string;
34871
34871
  asset: string;
34872
34872
  }[]>;
34873
- add_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
34873
+ add_collateral: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
34874
34874
  chain: z.ZodString;
34875
34875
  asset: z.ZodString;
34876
34876
  }, "strip", z.ZodTypeAny, {
@@ -34927,8 +34927,8 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34927
34927
  })[], {
34928
34928
  chain: string;
34929
34929
  asset: string;
34930
- }[]>;
34931
- remove_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
34930
+ }[]>>;
34931
+ remove_collateral: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
34932
34932
  chain: z.ZodString;
34933
34933
  asset: z.ZodString;
34934
34934
  }, "strip", z.ZodTypeAny, {
@@ -34985,7 +34985,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34985
34985
  })[], {
34986
34986
  chain: string;
34987
34987
  asset: string;
34988
- }[]>;
34988
+ }[]>>;
34989
34989
  liquidations_enabled: z.ZodBoolean;
34990
34990
  }, "strip", z.ZodTypeAny, {
34991
34991
  add_boost_funds_enabled: boolean;
@@ -35128,7 +35128,8 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35128
35128
  chain: "Assethub";
35129
35129
  asset: "USDT";
35130
35130
  })[];
35131
- add_collateral: ({
35131
+ liquidations_enabled: boolean;
35132
+ add_collateral?: ({
35132
35133
  chain: "Bitcoin";
35133
35134
  asset: "BTC";
35134
35135
  } | {
@@ -35173,8 +35174,8 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35173
35174
  } | {
35174
35175
  chain: "Assethub";
35175
35176
  asset: "USDT";
35176
- })[];
35177
- remove_collateral: ({
35177
+ })[] | undefined;
35178
+ remove_collateral?: ({
35178
35179
  chain: "Bitcoin";
35179
35180
  asset: "BTC";
35180
35181
  } | {
@@ -35219,8 +35220,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35219
35220
  } | {
35220
35221
  chain: "Assethub";
35221
35222
  asset: "USDT";
35222
- })[];
35223
- liquidations_enabled: boolean;
35223
+ })[] | undefined;
35224
35224
  }, {
35225
35225
  add_boost_funds_enabled: boolean;
35226
35226
  stop_boosting_enabled: boolean;
@@ -35236,15 +35236,15 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35236
35236
  chain: string;
35237
35237
  asset: string;
35238
35238
  }[];
35239
- add_collateral: {
35239
+ liquidations_enabled: boolean;
35240
+ add_collateral?: {
35240
35241
  chain: string;
35241
35242
  asset: string;
35242
- }[];
35243
- remove_collateral: {
35243
+ }[] | undefined;
35244
+ remove_collateral?: {
35244
35245
  chain: string;
35245
35246
  asset: string;
35246
- }[];
35247
- liquidations_enabled: boolean;
35247
+ }[] | undefined;
35248
35248
  }>;
35249
35249
  broadcast_ethereum: z.ZodObject<{
35250
35250
  retry_enabled: z.ZodBoolean;
@@ -35431,19 +35431,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35431
35431
  oracle_price_elections: boolean;
35432
35432
  }>;
35433
35433
  }, "strip", z.ZodTypeAny, {
35434
- swapping: {
35435
- swaps_enabled: boolean;
35436
- withdrawals_enabled: boolean;
35437
- broker_registration_enabled: boolean;
35438
- deposit_enabled: boolean;
35439
- };
35440
- funding: {
35441
- redeem_enabled: boolean;
35442
- };
35443
- pools: {
35444
- range_order_update_enabled: boolean;
35445
- limit_order_update_enabled: boolean;
35446
- };
35447
35434
  asset_balances: {
35448
35435
  reconciliation_enabled: boolean;
35449
35436
  };
@@ -35457,6 +35444,19 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35457
35444
  start_bidding_enabled: boolean;
35458
35445
  stop_bidding_enabled: boolean;
35459
35446
  };
35447
+ swapping: {
35448
+ swaps_enabled: boolean;
35449
+ withdrawals_enabled: boolean;
35450
+ broker_registration_enabled: boolean;
35451
+ deposit_enabled: boolean;
35452
+ };
35453
+ funding: {
35454
+ redeem_enabled: boolean;
35455
+ };
35456
+ pools: {
35457
+ range_order_update_enabled: boolean;
35458
+ limit_order_update_enabled: boolean;
35459
+ };
35460
35460
  emissions: {
35461
35461
  emissions_sync_enabled: boolean;
35462
35462
  };
@@ -35621,7 +35621,8 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35621
35621
  chain: "Assethub";
35622
35622
  asset: "USDT";
35623
35623
  })[];
35624
- add_collateral: ({
35624
+ liquidations_enabled: boolean;
35625
+ add_collateral?: ({
35625
35626
  chain: "Bitcoin";
35626
35627
  asset: "BTC";
35627
35628
  } | {
@@ -35666,8 +35667,8 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35666
35667
  } | {
35667
35668
  chain: "Assethub";
35668
35669
  asset: "USDT";
35669
- })[];
35670
- remove_collateral: ({
35670
+ })[] | undefined;
35671
+ remove_collateral?: ({
35671
35672
  chain: "Bitcoin";
35672
35673
  asset: "BTC";
35673
35674
  } | {
@@ -35712,8 +35713,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35712
35713
  } | {
35713
35714
  chain: "Assethub";
35714
35715
  asset: "USDT";
35715
- })[];
35716
- liquidations_enabled: boolean;
35716
+ })[] | undefined;
35717
35717
  };
35718
35718
  broadcast_ethereum: {
35719
35719
  retry_enabled: boolean;
@@ -35788,19 +35788,6 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35788
35788
  oracle_price_elections: boolean;
35789
35789
  };
35790
35790
  }, {
35791
- swapping: {
35792
- swaps_enabled: boolean;
35793
- withdrawals_enabled: boolean;
35794
- broker_registration_enabled: boolean;
35795
- deposit_enabled: boolean;
35796
- };
35797
- funding: {
35798
- redeem_enabled: boolean;
35799
- };
35800
- pools: {
35801
- range_order_update_enabled: boolean;
35802
- limit_order_update_enabled: boolean;
35803
- };
35804
35791
  asset_balances: {
35805
35792
  reconciliation_enabled: boolean;
35806
35793
  };
@@ -35814,6 +35801,19 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35814
35801
  start_bidding_enabled: boolean;
35815
35802
  stop_bidding_enabled: boolean;
35816
35803
  };
35804
+ swapping: {
35805
+ swaps_enabled: boolean;
35806
+ withdrawals_enabled: boolean;
35807
+ broker_registration_enabled: boolean;
35808
+ deposit_enabled: boolean;
35809
+ };
35810
+ funding: {
35811
+ redeem_enabled: boolean;
35812
+ };
35813
+ pools: {
35814
+ range_order_update_enabled: boolean;
35815
+ limit_order_update_enabled: boolean;
35816
+ };
35817
35817
  emissions: {
35818
35818
  emissions_sync_enabled: boolean;
35819
35819
  };
@@ -35852,15 +35852,15 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35852
35852
  chain: string;
35853
35853
  asset: string;
35854
35854
  }[];
35855
- add_collateral: {
35855
+ liquidations_enabled: boolean;
35856
+ add_collateral?: {
35856
35857
  chain: string;
35857
35858
  asset: string;
35858
- }[];
35859
- remove_collateral: {
35859
+ }[] | undefined;
35860
+ remove_collateral?: {
35860
35861
  chain: string;
35861
35862
  asset: string;
35862
- }[];
35863
- liquidations_enabled: boolean;
35863
+ }[] | undefined;
35864
35864
  };
35865
35865
  broadcast_ethereum: {
35866
35866
  retry_enabled: boolean;
@@ -36141,8 +36141,8 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
36141
36141
  chain: "Assethub";
36142
36142
  asset: "USDT";
36143
36143
  };
36144
- available_amount: bigint;
36145
36144
  total_amount: bigint;
36145
+ available_amount: bigint;
36146
36146
  utilisation_rate: number;
36147
36147
  current_interest_rate: number;
36148
36148
  origination_fee: number;
@@ -36200,8 +36200,8 @@ declare const cfLendingPools: z.ZodArray<z.ZodObject<{
36200
36200
  chain: "Assethub";
36201
36201
  asset: "USDT";
36202
36202
  };
36203
- available_amount: string | number;
36204
36203
  total_amount: string | number;
36204
+ available_amount: string | number;
36205
36205
  utilisation_rate: number;
36206
36206
  current_interest_rate: number;
36207
36207
  origination_fee: number;
@@ -36267,7 +36267,7 @@ declare const cfLendingConfig: z.ZodObject<{
36267
36267
  minimum_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
36268
36268
  minimum_supply_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
36269
36269
  minimum_update_loan_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
36270
- minimum_update_collateral_amount_usd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
36270
+ minimum_update_collateral_amount_usd: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
36271
36271
  }, "strip", z.ZodTypeAny, {
36272
36272
  ltv_thresholds: {
36273
36273
  target: number;
@@ -36296,7 +36296,7 @@ declare const cfLendingConfig: z.ZodObject<{
36296
36296
  minimum_loan_amount_usd: bigint;
36297
36297
  minimum_supply_amount_usd: bigint;
36298
36298
  minimum_update_loan_amount_usd: bigint;
36299
- minimum_update_collateral_amount_usd: bigint;
36299
+ minimum_update_collateral_amount_usd?: bigint | undefined;
36300
36300
  }, {
36301
36301
  ltv_thresholds: {
36302
36302
  target: number;
@@ -36325,7 +36325,7 @@ declare const cfLendingConfig: z.ZodObject<{
36325
36325
  minimum_loan_amount_usd: string | number;
36326
36326
  minimum_supply_amount_usd: string | number;
36327
36327
  minimum_update_loan_amount_usd: string | number;
36328
- minimum_update_collateral_amount_usd: string | number;
36328
+ minimum_update_collateral_amount_usd?: string | number | undefined;
36329
36329
  }>;
36330
36330
  declare const cfLoanAccount: z.ZodObject<{
36331
36331
  account: z.ZodEffects<z.ZodString, `cF${string}`, string>;
@@ -38232,7 +38232,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38232
38232
  deposits: z.ZodArray<z.ZodObject<{
38233
38233
  deposit_chain_block_height: z.ZodNumber;
38234
38234
  deposit_address: z.ZodString;
38235
- amount: z.ZodString;
38235
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
38236
38236
  asset: z.ZodObject<{
38237
38237
  chain: z.ZodString;
38238
38238
  asset: z.ZodString;
@@ -38243,7 +38243,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38243
38243
  chain: string;
38244
38244
  asset: string;
38245
38245
  }>;
38246
- deposit_details: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
38246
+ deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
38247
38247
  tx_hashes: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
38248
38248
  }, "strip", z.ZodTypeAny, {
38249
38249
  tx_hashes: `0x${string}`[];
@@ -38258,51 +38258,102 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38258
38258
  }, {
38259
38259
  tx_id: string;
38260
38260
  vout: number;
38261
- }>]>>;
38261
+ }>]>>>;
38262
38262
  }, "strip", z.ZodTypeAny, {
38263
+ deposit_address: string;
38263
38264
  asset: {
38264
38265
  chain: string;
38265
38266
  asset: string;
38266
38267
  };
38267
- amount: string;
38268
- deposit_address: string;
38268
+ amount: bigint;
38269
38269
  deposit_chain_block_height: number;
38270
- deposit_details: {
38270
+ deposit_details?: {
38271
38271
  tx_hashes: `0x${string}`[];
38272
38272
  } | {
38273
38273
  tx_id: string;
38274
38274
  vout: number;
38275
- } | null;
38275
+ } | null | undefined;
38276
38276
  }, {
38277
+ deposit_address: string;
38277
38278
  asset: {
38278
38279
  chain: string;
38279
38280
  asset: string;
38280
38281
  };
38281
- amount: string;
38282
- deposit_address: string;
38282
+ amount: string | number;
38283
38283
  deposit_chain_block_height: number;
38284
- deposit_details: {
38284
+ deposit_details?: {
38285
38285
  tx_hashes: string[];
38286
38286
  } | {
38287
38287
  tx_id: string;
38288
38288
  vout: number;
38289
- } | null;
38289
+ } | null | undefined;
38290
38290
  }>, "many">;
38291
38291
  broadcasts: z.ZodArray<z.ZodObject<{
38292
38292
  broadcast_id: z.ZodNumber;
38293
38293
  broadcast_chain_block_height: z.ZodNumber;
38294
- tx_out_id: z.ZodUnknown;
38295
- tx_ref: z.ZodUnknown;
38294
+ tx_out_id: z.ZodUnion<[z.ZodObject<{
38295
+ hash: z.ZodString;
38296
+ }, "strip", z.ZodTypeAny, {
38297
+ hash: string;
38298
+ }, {
38299
+ hash: string;
38300
+ }>, z.ZodObject<{
38301
+ signature: z.ZodObject<{
38302
+ s: z.ZodArray<z.ZodNumber, "many">;
38303
+ k_times_g_address: z.ZodArray<z.ZodNumber, "many">;
38304
+ }, "strip", z.ZodTypeAny, {
38305
+ s: number[];
38306
+ k_times_g_address: number[];
38307
+ }, {
38308
+ s: number[];
38309
+ k_times_g_address: number[];
38310
+ }>;
38311
+ }, "strip", z.ZodTypeAny, {
38312
+ signature: {
38313
+ s: number[];
38314
+ k_times_g_address: number[];
38315
+ };
38316
+ }, {
38317
+ signature: {
38318
+ s: number[];
38319
+ k_times_g_address: number[];
38320
+ };
38321
+ }>]>;
38322
+ tx_ref: z.ZodObject<{
38323
+ hash: z.ZodString;
38324
+ }, "strip", z.ZodTypeAny, {
38325
+ hash: string;
38326
+ }, {
38327
+ hash: string;
38328
+ }>;
38296
38329
  }, "strip", z.ZodTypeAny, {
38297
38330
  broadcast_id: number;
38298
38331
  broadcast_chain_block_height: number;
38299
- tx_out_id?: unknown;
38300
- tx_ref?: unknown;
38332
+ tx_out_id: {
38333
+ hash: string;
38334
+ } | {
38335
+ signature: {
38336
+ s: number[];
38337
+ k_times_g_address: number[];
38338
+ };
38339
+ };
38340
+ tx_ref: {
38341
+ hash: string;
38342
+ };
38301
38343
  }, {
38302
38344
  broadcast_id: number;
38303
38345
  broadcast_chain_block_height: number;
38304
- tx_out_id?: unknown;
38305
- tx_ref?: unknown;
38346
+ tx_out_id: {
38347
+ hash: string;
38348
+ } | {
38349
+ signature: {
38350
+ s: number[];
38351
+ k_times_g_address: number[];
38352
+ };
38353
+ };
38354
+ tx_ref: {
38355
+ hash: string;
38356
+ };
38306
38357
  }>, "many">;
38307
38358
  vault_deposits: z.ZodArray<z.ZodObject<{
38308
38359
  tx_id: z.ZodString;
@@ -38327,7 +38378,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38327
38378
  chain: string;
38328
38379
  asset: string;
38329
38380
  }>;
38330
- amount: z.ZodString;
38381
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
38331
38382
  destination_address: z.ZodString;
38332
38383
  ccm_deposit_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
38333
38384
  deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
@@ -38354,21 +38405,21 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38354
38405
  refund_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
38355
38406
  retry_duration: z.ZodNumber;
38356
38407
  refund_address: z.ZodString;
38357
- min_price: z.ZodString;
38408
+ min_price: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, bigint, string | number>;
38358
38409
  refund_ccm_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
38359
- max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
38410
+ max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
38360
38411
  }, "strip", z.ZodTypeAny, {
38361
38412
  refund_address: string;
38362
38413
  retry_duration: number;
38363
- min_price: string;
38414
+ min_price: bigint;
38364
38415
  refund_ccm_metadata?: unknown;
38365
- max_oracle_price_slippage?: unknown;
38416
+ max_oracle_price_slippage?: number | null | undefined;
38366
38417
  }, {
38367
38418
  refund_address: string;
38368
38419
  retry_duration: number;
38369
- min_price: string;
38420
+ min_price: string | number;
38370
38421
  refund_ccm_metadata?: unknown;
38371
- max_oracle_price_slippage?: unknown;
38422
+ max_oracle_price_slippage?: number | null | undefined;
38372
38423
  }>>>;
38373
38424
  dca_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
38374
38425
  number_of_chunks: z.ZodNumber;
@@ -38382,7 +38433,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38382
38433
  }>>>;
38383
38434
  max_boost_fee: z.ZodOptional<z.ZodNumber>;
38384
38435
  }, "strip", z.ZodTypeAny, {
38385
- amount: string;
38436
+ amount: bigint;
38386
38437
  tx_id: string;
38387
38438
  input_asset: {
38388
38439
  chain: string;
@@ -38407,9 +38458,9 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38407
38458
  refund_params?: {
38408
38459
  refund_address: string;
38409
38460
  retry_duration: number;
38410
- min_price: string;
38461
+ min_price: bigint;
38411
38462
  refund_ccm_metadata?: unknown;
38412
- max_oracle_price_slippage?: unknown;
38463
+ max_oracle_price_slippage?: number | null | undefined;
38413
38464
  } | null | undefined;
38414
38465
  dca_params?: {
38415
38466
  number_of_chunks: number;
@@ -38417,7 +38468,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38417
38468
  } | null | undefined;
38418
38469
  max_boost_fee?: number | undefined;
38419
38470
  }, {
38420
- amount: string;
38471
+ amount: string | number;
38421
38472
  tx_id: string;
38422
38473
  input_asset: {
38423
38474
  chain: string;
@@ -38442,9 +38493,9 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38442
38493
  refund_params?: {
38443
38494
  refund_address: string;
38444
38495
  retry_duration: number;
38445
- min_price: string;
38496
+ min_price: string | number;
38446
38497
  refund_ccm_metadata?: unknown;
38447
- max_oracle_price_slippage?: unknown;
38498
+ max_oracle_price_slippage?: number | null | undefined;
38448
38499
  } | null | undefined;
38449
38500
  dca_params?: {
38450
38501
  number_of_chunks: number;
@@ -38454,28 +38505,37 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38454
38505
  }>, "many">;
38455
38506
  }, "strip", z.ZodTypeAny, {
38456
38507
  deposits: {
38508
+ deposit_address: string;
38457
38509
  asset: {
38458
38510
  chain: string;
38459
38511
  asset: string;
38460
38512
  };
38461
- amount: string;
38462
- deposit_address: string;
38513
+ amount: bigint;
38463
38514
  deposit_chain_block_height: number;
38464
- deposit_details: {
38515
+ deposit_details?: {
38465
38516
  tx_hashes: `0x${string}`[];
38466
38517
  } | {
38467
38518
  tx_id: string;
38468
38519
  vout: number;
38469
- } | null;
38520
+ } | null | undefined;
38470
38521
  }[];
38471
38522
  broadcasts: {
38472
38523
  broadcast_id: number;
38473
38524
  broadcast_chain_block_height: number;
38474
- tx_out_id?: unknown;
38475
- tx_ref?: unknown;
38525
+ tx_out_id: {
38526
+ hash: string;
38527
+ } | {
38528
+ signature: {
38529
+ s: number[];
38530
+ k_times_g_address: number[];
38531
+ };
38532
+ };
38533
+ tx_ref: {
38534
+ hash: string;
38535
+ };
38476
38536
  }[];
38477
38537
  vault_deposits: {
38478
- amount: string;
38538
+ amount: bigint;
38479
38539
  tx_id: string;
38480
38540
  input_asset: {
38481
38541
  chain: string;
@@ -38500,9 +38560,9 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38500
38560
  refund_params?: {
38501
38561
  refund_address: string;
38502
38562
  retry_duration: number;
38503
- min_price: string;
38563
+ min_price: bigint;
38504
38564
  refund_ccm_metadata?: unknown;
38505
- max_oracle_price_slippage?: unknown;
38565
+ max_oracle_price_slippage?: number | null | undefined;
38506
38566
  } | null | undefined;
38507
38567
  dca_params?: {
38508
38568
  number_of_chunks: number;
@@ -38512,28 +38572,37 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38512
38572
  }[];
38513
38573
  }, {
38514
38574
  deposits: {
38575
+ deposit_address: string;
38515
38576
  asset: {
38516
38577
  chain: string;
38517
38578
  asset: string;
38518
38579
  };
38519
- amount: string;
38520
- deposit_address: string;
38580
+ amount: string | number;
38521
38581
  deposit_chain_block_height: number;
38522
- deposit_details: {
38582
+ deposit_details?: {
38523
38583
  tx_hashes: string[];
38524
38584
  } | {
38525
38585
  tx_id: string;
38526
38586
  vout: number;
38527
- } | null;
38587
+ } | null | undefined;
38528
38588
  }[];
38529
38589
  broadcasts: {
38530
38590
  broadcast_id: number;
38531
38591
  broadcast_chain_block_height: number;
38532
- tx_out_id?: unknown;
38533
- tx_ref?: unknown;
38592
+ tx_out_id: {
38593
+ hash: string;
38594
+ } | {
38595
+ signature: {
38596
+ s: number[];
38597
+ k_times_g_address: number[];
38598
+ };
38599
+ };
38600
+ tx_ref: {
38601
+ hash: string;
38602
+ };
38534
38603
  }[];
38535
38604
  vault_deposits: {
38536
- amount: string;
38605
+ amount: string | number;
38537
38606
  tx_id: string;
38538
38607
  input_asset: {
38539
38608
  chain: string;
@@ -38558,9 +38627,9 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38558
38627
  refund_params?: {
38559
38628
  refund_address: string;
38560
38629
  retry_duration: number;
38561
- min_price: string;
38630
+ min_price: string | number;
38562
38631
  refund_ccm_metadata?: unknown;
38563
- max_oracle_price_slippage?: unknown;
38632
+ max_oracle_price_slippage?: number | null | undefined;
38564
38633
  } | null | undefined;
38565
38634
  dca_params?: {
38566
38635
  number_of_chunks: number;