@chainflip/rpc 2.1.8 → 2.1.10

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;
1931
1932
  ETH: bigint;
1932
1933
  USDC: bigint;
1933
- FLIP: bigint;
1934
1934
  USDT: bigint;
1935
1935
  WBTC: bigint;
1936
1936
  }, {
1937
+ FLIP: string | number;
1937
1938
  ETH: string | number;
1938
1939
  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;
1987
1988
  ETH: bigint;
1988
1989
  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;
2013
2014
  ETH: string | number;
2014
2015
  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;
2050
2051
  ETH: bigint | null;
2051
2052
  USDC: bigint | null;
2052
- FLIP: bigint | null;
2053
2053
  USDT: bigint | null;
2054
2054
  WBTC: bigint | null;
2055
2055
  }, {
2056
+ FLIP: string | number | null;
2056
2057
  ETH: string | number | null;
2057
2058
  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;
2106
2107
  ETH: bigint | null;
2107
2108
  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;
2132
2133
  ETH: string | number | null;
2133
2134
  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;
2169
2170
  ETH: bigint | null;
2170
2171
  USDC: bigint | null;
2171
- FLIP: bigint | null;
2172
2172
  USDT: bigint | null;
2173
2173
  WBTC: bigint | null;
2174
2174
  }, {
2175
+ FLIP: string | number | null;
2175
2176
  ETH: string | number | null;
2176
2177
  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;
2225
2226
  ETH: bigint | null;
2226
2227
  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;
2251
2252
  ETH: string | number | null;
2252
2253
  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;
2307
2308
  ETH: bigint;
2308
2309
  USDC: bigint;
2309
- FLIP: bigint;
2310
2310
  USDT: bigint;
2311
2311
  WBTC: bigint;
2312
2312
  }, {
2313
+ FLIP: string | number;
2313
2314
  ETH: string | number;
2314
2315
  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;
2363
2364
  ETH: bigint;
2364
2365
  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;
2389
2390
  ETH: string | number;
2390
2391
  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;
2483
2484
  ETH: bigint | null;
2484
2485
  USDC: bigint | null;
2485
- FLIP: bigint | null;
2486
2486
  USDT: bigint | null;
2487
2487
  WBTC: bigint | null;
2488
2488
  }, {
2489
+ FLIP: string | number | null;
2489
2490
  ETH: string | number | null;
2490
2491
  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;
2539
2540
  ETH: bigint | null;
2540
2541
  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;
2565
2566
  ETH: string | number | null;
2566
2567
  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;
2593
2594
  ETH: bigint;
2594
2595
  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;
2620
2621
  ETH: bigint | null;
2621
2622
  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;
2647
2648
  ETH: bigint | null;
2648
2649
  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;
2681
2682
  ETH: bigint;
2682
2683
  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;
2729
2730
  ETH: bigint | null;
2730
2731
  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;
2757
2758
  ETH: string | number;
2758
2759
  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;
2784
2785
  ETH: string | number | null;
2785
2786
  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;
2811
2812
  ETH: string | number | null;
2812
2813
  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;
2845
2846
  ETH: string | number;
2846
2847
  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;
2893
2894
  ETH: string | number | null;
2894
2895
  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;
2921
2922
  ETH: bigint;
2922
2923
  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;
2948
2949
  ETH: bigint | null;
2949
2950
  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;
2975
2976
  ETH: bigint | null;
2976
2977
  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;
3009
3010
  ETH: bigint;
3010
3011
  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;
3057
3058
  ETH: bigint | null;
3058
3059
  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;
3087
3088
  ETH: string | number;
3088
3089
  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;
3114
3115
  ETH: string | number | null;
3115
3116
  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;
3141
3142
  ETH: string | number | null;
3142
3143
  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;
3175
3176
  ETH: string | number;
3176
3177
  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;
3223
3224
  ETH: string | number | null;
3224
3225
  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;
3262
3263
  ETH: bigint | null;
3263
3264
  USDC: bigint | null;
3264
- FLIP: bigint | null;
3265
3265
  USDT: bigint | null;
3266
3266
  WBTC: bigint | null;
3267
3267
  }, {
3268
+ FLIP: string | number | null;
3268
3269
  ETH: string | number | null;
3269
3270
  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;
3318
3319
  ETH: bigint | null;
3319
3320
  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;
3344
3345
  ETH: string | number | null;
3345
3346
  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;
3385
3386
  ETH: bigint | null;
3386
3387
  USDC: bigint | null;
3387
- FLIP: bigint | null;
3388
3388
  USDT: bigint | null;
3389
3389
  WBTC: bigint | null;
3390
3390
  }, {
3391
+ FLIP: string | number | null;
3391
3392
  ETH: string | number | null;
3392
3393
  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;
3441
3442
  ETH: bigint | null;
3442
3443
  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;
3467
3468
  ETH: string | number | null;
3468
3469
  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;
3516
3517
  ETH: bigint;
3517
3518
  USDC: bigint;
3518
- FLIP: bigint;
3519
3519
  USDT: bigint;
3520
3520
  WBTC: bigint;
3521
3521
  }, {
3522
+ FLIP: string | number;
3522
3523
  ETH: string | number;
3523
3524
  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;
3572
3573
  ETH: bigint;
3573
3574
  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;
3598
3599
  ETH: string | number;
3599
3600
  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;
3630
3631
  ETH: bigint;
3631
3632
  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;
3662
3663
  ETH: string | number;
3663
3664
  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;
3711
3712
  ETH: bigint;
3712
3713
  USDC: bigint;
3713
- FLIP: bigint;
3714
3714
  USDT: bigint;
3715
3715
  WBTC: bigint;
3716
3716
  }, {
3717
+ FLIP: string | number;
3717
3718
  ETH: string | number;
3718
3719
  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;
3767
3768
  ETH: bigint;
3768
3769
  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;
3793
3794
  ETH: string | number;
3794
3795
  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;
3825
3826
  ETH: bigint;
3826
3827
  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;
3857
3858
  ETH: string | number;
3858
3859
  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;
3891
3892
  ETH: bigint;
3892
3893
  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;
3924
3925
  ETH: bigint;
3925
3926
  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;
3958
3959
  ETH: string | number;
3959
3960
  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;
3991
3992
  ETH: string | number;
3992
3993
  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;
4030
4031
  ETH: number | null;
4031
4032
  USDC: number | null;
4032
- FLIP: number | null;
4033
4033
  USDT: number | null;
4034
4034
  WBTC: number | null;
4035
4035
  }, {
4036
+ FLIP: number | null;
4036
4037
  ETH: number | null;
4037
4038
  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;
4086
4087
  ETH: number | null;
4087
4088
  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;
4112
4113
  ETH: number | null;
4113
4114
  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;
4140
4141
  ETH: bigint | null;
4141
4142
  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;
4171
4172
  ETH: bigint | null;
4172
4173
  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;
4204
4205
  ETH: bigint;
4205
4206
  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;
4237
4238
  ETH: bigint;
4238
4239
  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;
4266
4267
  ETH: number | null;
4267
4268
  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;
4294
4295
  ETH: string | number | null;
4295
4296
  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;
4325
4326
  ETH: string | number | null;
4326
4327
  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;
4358
4359
  ETH: string | number;
4359
4360
  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;
4391
4392
  ETH: string | number;
4392
4393
  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;
4420
4421
  ETH: number | null;
4421
4422
  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
- ETH: {
5377
+ FLIP: {
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
- FLIP: {
5424
+ ETH: {
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
- ETH: {
5566
+ FLIP: {
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
- FLIP: {
5590
+ ETH: {
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
- ETH: {
7886
+ FLIP: {
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
- FLIP: {
7933
+ ETH: {
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
- ETH: {
8532
+ FLIP: {
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
- FLIP: {
8556
+ ETH: {
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
- ETH: {
8904
+ FLIP: {
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
- FLIP: {
8951
+ ETH: {
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
- ETH: {
9552
+ FLIP: {
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
- FLIP: {
9576
+ ETH: {
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;
9890
9891
  ETH: bigint;
9891
9892
  USDC: bigint;
9892
- FLIP: bigint;
9893
9893
  USDT: bigint;
9894
9894
  WBTC: bigint;
9895
9895
  }, {
9896
+ FLIP: string | number;
9896
9897
  ETH: string | number;
9897
9898
  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;
9946
9947
  ETH: bigint;
9947
9948
  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;
9972
9973
  ETH: string | number;
9973
9974
  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;
10009
10010
  ETH: bigint | null;
10010
10011
  USDC: bigint | null;
10011
- FLIP: bigint | null;
10012
10012
  USDT: bigint | null;
10013
10013
  WBTC: bigint | null;
10014
10014
  }, {
10015
+ FLIP: string | number | null;
10015
10016
  ETH: string | number | null;
10016
10017
  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;
10065
10066
  ETH: bigint | null;
10066
10067
  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;
10091
10092
  ETH: string | number | null;
10092
10093
  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;
10128
10129
  ETH: bigint | null;
10129
10130
  USDC: bigint | null;
10130
- FLIP: bigint | null;
10131
10131
  USDT: bigint | null;
10132
10132
  WBTC: bigint | null;
10133
10133
  }, {
10134
+ FLIP: string | number | null;
10134
10135
  ETH: string | number | null;
10135
10136
  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;
10184
10185
  ETH: bigint | null;
10185
10186
  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;
10210
10211
  ETH: string | number | null;
10211
10212
  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;
10266
10267
  ETH: bigint;
10267
10268
  USDC: bigint;
10268
- FLIP: bigint;
10269
10269
  USDT: bigint;
10270
10270
  WBTC: bigint;
10271
10271
  }, {
10272
+ FLIP: string | number;
10272
10273
  ETH: string | number;
10273
10274
  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;
10322
10323
  ETH: bigint;
10323
10324
  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;
10348
10349
  ETH: string | number;
10349
10350
  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;
10442
10443
  ETH: bigint | null;
10443
10444
  USDC: bigint | null;
10444
- FLIP: bigint | null;
10445
10445
  USDT: bigint | null;
10446
10446
  WBTC: bigint | null;
10447
10447
  }, {
10448
+ FLIP: string | number | null;
10448
10449
  ETH: string | number | null;
10449
10450
  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;
10498
10499
  ETH: bigint | null;
10499
10500
  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;
10524
10525
  ETH: string | number | null;
10525
10526
  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;
10552
10553
  ETH: bigint;
10553
10554
  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;
10579
10580
  ETH: bigint | null;
10580
10581
  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;
10606
10607
  ETH: bigint | null;
10607
10608
  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;
10640
10641
  ETH: bigint;
10641
10642
  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;
10688
10689
  ETH: bigint | null;
10689
10690
  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;
10716
10717
  ETH: string | number;
10717
10718
  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;
10743
10744
  ETH: string | number | null;
10744
10745
  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;
10770
10771
  ETH: string | number | null;
10771
10772
  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;
10804
10805
  ETH: string | number;
10805
10806
  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;
10852
10853
  ETH: string | number | null;
10853
10854
  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;
10880
10881
  ETH: bigint;
10881
10882
  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;
10907
10908
  ETH: bigint | null;
10908
10909
  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;
10934
10935
  ETH: bigint | null;
10935
10936
  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;
10968
10969
  ETH: bigint;
10969
10970
  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;
11016
11017
  ETH: bigint | null;
11017
11018
  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;
11046
11047
  ETH: string | number;
11047
11048
  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;
11073
11074
  ETH: string | number | null;
11074
11075
  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;
11100
11101
  ETH: string | number | null;
11101
11102
  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;
11134
11135
  ETH: string | number;
11135
11136
  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;
11182
11183
  ETH: string | number | null;
11183
11184
  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;
11221
11222
  ETH: bigint | null;
11222
11223
  USDC: bigint | null;
11223
- FLIP: bigint | null;
11224
11224
  USDT: bigint | null;
11225
11225
  WBTC: bigint | null;
11226
11226
  }, {
11227
+ FLIP: string | number | null;
11227
11228
  ETH: string | number | null;
11228
11229
  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;
11277
11278
  ETH: bigint | null;
11278
11279
  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;
11303
11304
  ETH: string | number | null;
11304
11305
  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;
11344
11345
  ETH: bigint | null;
11345
11346
  USDC: bigint | null;
11346
- FLIP: bigint | null;
11347
11347
  USDT: bigint | null;
11348
11348
  WBTC: bigint | null;
11349
11349
  }, {
11350
+ FLIP: string | number | null;
11350
11351
  ETH: string | number | null;
11351
11352
  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;
11400
11401
  ETH: bigint | null;
11401
11402
  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;
11426
11427
  ETH: string | number | null;
11427
11428
  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;
11475
11476
  ETH: bigint;
11476
11477
  USDC: bigint;
11477
- FLIP: bigint;
11478
11478
  USDT: bigint;
11479
11479
  WBTC: bigint;
11480
11480
  }, {
11481
+ FLIP: string | number;
11481
11482
  ETH: string | number;
11482
11483
  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;
11531
11532
  ETH: bigint;
11532
11533
  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;
11557
11558
  ETH: string | number;
11558
11559
  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;
11589
11590
  ETH: bigint;
11590
11591
  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;
11621
11622
  ETH: string | number;
11622
11623
  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;
11670
11671
  ETH: bigint;
11671
11672
  USDC: bigint;
11672
- FLIP: bigint;
11673
11673
  USDT: bigint;
11674
11674
  WBTC: bigint;
11675
11675
  }, {
11676
+ FLIP: string | number;
11676
11677
  ETH: string | number;
11677
11678
  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;
11726
11727
  ETH: bigint;
11727
11728
  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;
11752
11753
  ETH: string | number;
11753
11754
  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;
11784
11785
  ETH: bigint;
11785
11786
  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;
11816
11817
  ETH: string | number;
11817
11818
  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;
11850
11851
  ETH: bigint;
11851
11852
  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;
11883
11884
  ETH: bigint;
11884
11885
  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;
11917
11918
  ETH: string | number;
11918
11919
  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;
11950
11951
  ETH: string | number;
11951
11952
  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;
11989
11990
  ETH: number | null;
11990
11991
  USDC: number | null;
11991
- FLIP: number | null;
11992
11992
  USDT: number | null;
11993
11993
  WBTC: number | null;
11994
11994
  }, {
11995
+ FLIP: number | null;
11995
11996
  ETH: number | null;
11996
11997
  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;
12045
12046
  ETH: number | null;
12046
12047
  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;
12071
12072
  ETH: number | null;
12072
12073
  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;
12099
12100
  ETH: bigint | null;
12100
12101
  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;
12130
12131
  ETH: bigint | null;
12131
12132
  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;
12163
12164
  ETH: bigint;
12164
12165
  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;
12196
12197
  ETH: bigint;
12197
12198
  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;
12225
12226
  ETH: number | null;
12226
12227
  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;
12253
12254
  ETH: string | number | null;
12254
12255
  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;
12284
12285
  ETH: string | number | null;
12285
12286
  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;
12317
12318
  ETH: string | number;
12318
12319
  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;
12350
12351
  ETH: string | number;
12351
12352
  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;
12379
12380
  ETH: number | null;
12380
12381
  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
- ETH: {
13336
+ FLIP: {
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
- FLIP: {
13383
+ ETH: {
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
- ETH: {
13525
+ FLIP: {
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
- FLIP: {
13549
+ ETH: {
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
- ETH: {
15845
+ FLIP: {
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
- FLIP: {
15892
+ ETH: {
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
- ETH: {
16491
+ FLIP: {
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
- FLIP: {
16515
+ ETH: {
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
- ETH: {
16863
+ FLIP: {
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
- FLIP: {
16910
+ ETH: {
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
- ETH: {
17511
+ FLIP: {
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
- FLIP: {
17535
+ ETH: {
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;
17839
17840
  ETH: bigint;
17840
17841
  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;
17866
17867
  ETH: bigint | null;
17867
17868
  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;
17893
17894
  ETH: bigint | null;
17894
17895
  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;
17927
17928
  ETH: bigint;
17928
17929
  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;
17975
17976
  ETH: bigint | null;
17976
17977
  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;
18003
18004
  ETH: bigint;
18004
18005
  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;
18032
18033
  ETH: bigint | null;
18033
18034
  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;
18063
18064
  ETH: bigint | null;
18064
18065
  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;
18096
18097
  ETH: bigint;
18097
18098
  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;
18129
18130
  ETH: bigint;
18130
18131
  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;
18158
18159
  ETH: number | null;
18159
18160
  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
- ETH: {
18237
+ FLIP: {
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
- FLIP: {
18284
+ ETH: {
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;
18864
18865
  ETH: string | number;
18865
18866
  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;
18891
18892
  ETH: string | number | null;
18892
18893
  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;
18918
18919
  ETH: string | number | null;
18919
18920
  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;
18952
18953
  ETH: string | number;
18953
18954
  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;
19000
19001
  ETH: string | number | null;
19001
19002
  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;
19029
19030
  ETH: string | number | null;
19030
19031
  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;
19060
19061
  ETH: string | number | null;
19061
19062
  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;
19093
19094
  ETH: string | number;
19094
19095
  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;
19126
19127
  ETH: string | number;
19127
19128
  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;
19155
19156
  ETH: number | null;
19156
19157
  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
- ETH: {
19211
+ FLIP: {
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
- FLIP: {
19235
+ ETH: {
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
- available_amount: bigint;
19673
19672
  tier: number;
19673
+ available_amount: bigint;
19674
19674
  }, {
19675
- available_amount: string;
19676
19675
  tier: number;
19676
+ available_amount: string;
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;
20008
20009
  ETH: bigint;
20009
20010
  USDC: bigint;
20010
- FLIP: bigint;
20011
20011
  USDT: bigint;
20012
20012
  WBTC: bigint;
20013
20013
  }, {
20014
+ FLIP: string | number;
20014
20015
  ETH: string | number;
20015
20016
  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;
20064
20065
  ETH: bigint;
20065
20066
  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;
20090
20091
  ETH: string | number;
20091
20092
  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;
20155
20156
  ETH: bigint;
20156
20157
  USDC: bigint;
20157
- FLIP: bigint;
20158
20158
  USDT: bigint;
20159
20159
  WBTC: bigint;
20160
20160
  }, {
20161
+ FLIP: string | number;
20161
20162
  ETH: string | number;
20162
20163
  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;
20211
20212
  ETH: bigint;
20212
20213
  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;
20237
20238
  ETH: string | number;
20238
20239
  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;
20292
20293
  ETH: bigint;
20293
20294
  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;
20335
20336
  ETH: string | number;
20336
20337
  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;
20387
20388
  ETH: bigint;
20388
20389
  USDC: bigint;
20389
- FLIP: bigint;
20390
20390
  USDT: bigint;
20391
20391
  WBTC: bigint;
20392
20392
  }, {
20393
+ FLIP: string | number;
20393
20394
  ETH: string | number;
20394
20395
  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;
20443
20444
  ETH: bigint;
20444
20445
  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;
20469
20470
  ETH: string | number;
20470
20471
  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;
20522
20523
  ETH: bigint;
20523
20524
  USDC: bigint;
20524
- FLIP: bigint;
20525
20525
  USDT: bigint;
20526
20526
  WBTC: bigint;
20527
20527
  }, {
20528
+ FLIP: string | number;
20528
20529
  ETH: string | number;
20529
20530
  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;
20578
20579
  ETH: bigint;
20579
20580
  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;
20604
20605
  ETH: string | number;
20605
20606
  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;
20659
20660
  ETH: bigint;
20660
20661
  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;
20688
20689
  ETH: bigint;
20689
20690
  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;
20735
20736
  ETH: string | number;
20736
20737
  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;
20764
20765
  ETH: string | number;
20765
20766
  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;
20852
20853
  ETH: bigint;
20853
20854
  USDC: bigint;
20854
- FLIP: bigint;
20855
20855
  USDT: bigint;
20856
20856
  WBTC: bigint;
20857
20857
  }, {
20858
+ FLIP: string | number;
20858
20859
  ETH: string | number;
20859
20860
  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;
20908
20909
  ETH: bigint;
20909
20910
  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;
20934
20935
  ETH: string | number;
20935
20936
  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;
20989
20990
  ETH: bigint;
20990
20991
  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;
21046
21047
  ETH: string | number;
21047
21048
  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;
21131
21132
  ETH: bigint;
21132
21133
  USDC: bigint;
21133
- FLIP: bigint;
21134
21134
  USDT: bigint;
21135
21135
  WBTC: bigint;
21136
21136
  }, {
21137
+ FLIP: string | number;
21137
21138
  ETH: string | number;
21138
21139
  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;
21187
21188
  ETH: bigint;
21188
21189
  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;
21213
21214
  ETH: string | number;
21214
21215
  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
- ETH: {
21370
+ FLIP: {
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
- USDC: {
21377
+ ETH: {
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
- FLIP: {
21384
+ USDC: {
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
- ETH: {
21406
+ FLIP: {
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
- USDC: {
21413
+ ETH: {
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
- FLIP: {
21420
+ USDC: {
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
- ETH: {
21762
+ FLIP: {
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
- USDC: {
21769
+ ETH: {
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
- FLIP: {
21776
+ USDC: {
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
- ETH: {
21878
+ FLIP: {
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
- USDC: {
21885
+ ETH: {
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
- FLIP: {
21892
+ USDC: {
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
- total_amount: bigint;
22124
22123
  available_amount: bigint;
22124
+ total_amount: bigint;
22125
22125
  }, {
22126
- total_amount: string | number;
22127
22126
  available_amount: string | number;
22127
+ total_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;
22288
22289
  ETH: bigint;
22289
22290
  USDC: bigint;
22290
- FLIP: bigint;
22291
22291
  USDT: bigint;
22292
22292
  WBTC: bigint;
22293
22293
  }, {
22294
+ FLIP: string | number;
22294
22295
  ETH: string | number;
22295
22296
  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;
22344
22345
  ETH: bigint;
22345
22346
  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;
22370
22371
  ETH: string | number;
22371
22372
  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;
22425
22426
  ETH: bigint;
22426
22427
  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;
22454
22455
  ETH: bigint;
22455
22456
  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
- ETH: {
22494
+ FLIP: {
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
- USDC: {
22501
+ ETH: {
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
- FLIP: {
22508
+ USDC: {
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
- total_amount: bigint;
22647
22646
  available_amount: bigint;
22647
+ total_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;
22716
22717
  ETH: string | number;
22717
22718
  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;
22745
22746
  ETH: string | number;
22746
22747
  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
- ETH: {
22785
+ FLIP: {
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
- USDC: {
22792
+ ETH: {
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
- FLIP: {
22799
+ USDC: {
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
- total_amount: string | number;
22938
22937
  available_amount: string | number;
22938
+ total_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;
23028
23029
  ETH: bigint;
23029
23030
  USDC: bigint;
23030
- FLIP: bigint;
23031
23031
  USDT: bigint;
23032
23032
  WBTC: bigint;
23033
23033
  }, {
23034
+ FLIP: string | number;
23034
23035
  ETH: string | number;
23035
23036
  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;
23084
23085
  ETH: bigint;
23085
23086
  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;
23110
23111
  ETH: string | number;
23111
23112
  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;
23165
23166
  ETH: bigint;
23166
23167
  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;
23218
23219
  ETH: string | number;
23219
23220
  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;
23282
23283
  ETH: bigint;
23283
23284
  USDC: bigint;
23284
- FLIP: bigint;
23285
23285
  USDT: bigint;
23286
23286
  WBTC: bigint;
23287
23287
  }, {
23288
+ FLIP: string | number;
23288
23289
  ETH: string | number;
23289
23290
  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;
23338
23339
  ETH: bigint;
23339
23340
  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;
23364
23365
  ETH: string | number;
23365
23366
  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;
23419
23420
  ETH: bigint;
23420
23421
  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;
23462
23463
  ETH: string | number;
23463
23464
  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;
23513
23514
  ETH: bigint;
23514
23515
  USDC: bigint;
23515
- FLIP: bigint;
23516
23516
  USDT: bigint;
23517
23517
  WBTC: bigint;
23518
23518
  }, {
23519
+ FLIP: string | number;
23519
23520
  ETH: string | number;
23520
23521
  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;
23569
23570
  ETH: bigint;
23570
23571
  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;
23595
23596
  ETH: string | number;
23596
23597
  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;
23648
23649
  ETH: bigint;
23649
23650
  USDC: bigint;
23650
- FLIP: bigint;
23651
23651
  USDT: bigint;
23652
23652
  WBTC: bigint;
23653
23653
  }, {
23654
+ FLIP: string | number;
23654
23655
  ETH: string | number;
23655
23656
  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;
23704
23705
  ETH: bigint;
23705
23706
  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;
23730
23731
  ETH: string | number;
23731
23732
  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;
23785
23786
  ETH: bigint;
23786
23787
  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;
23814
23815
  ETH: bigint;
23815
23816
  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;
23861
23862
  ETH: string | number;
23862
23863
  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;
23890
23891
  ETH: string | number;
23891
23892
  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;
23977
23978
  ETH: bigint;
23978
23979
  USDC: bigint;
23979
- FLIP: bigint;
23980
23980
  USDT: bigint;
23981
23981
  WBTC: bigint;
23982
23982
  }, {
23983
+ FLIP: string | number;
23983
23984
  ETH: string | number;
23984
23985
  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;
24033
24034
  ETH: bigint;
24034
24035
  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;
24059
24060
  ETH: string | number;
24060
24061
  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;
24114
24115
  ETH: bigint;
24115
24116
  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;
24171
24172
  ETH: string | number;
24172
24173
  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;
24255
24256
  ETH: bigint;
24256
24257
  USDC: bigint;
24257
- FLIP: bigint;
24258
24258
  USDT: bigint;
24259
24259
  WBTC: bigint;
24260
24260
  }, {
24261
+ FLIP: string | number;
24261
24262
  ETH: string | number;
24262
24263
  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;
24311
24312
  ETH: bigint;
24312
24313
  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;
24337
24338
  ETH: string | number;
24338
24339
  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
- ETH: {
24494
+ FLIP: {
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
- USDC: {
24501
+ ETH: {
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
- FLIP: {
24508
+ USDC: {
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
- ETH: {
24530
+ FLIP: {
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
- USDC: {
24537
+ ETH: {
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
- FLIP: {
24544
+ USDC: {
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
- ETH: {
24886
+ FLIP: {
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
- USDC: {
24893
+ ETH: {
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
- FLIP: {
24900
+ USDC: {
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
- ETH: {
25002
+ FLIP: {
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
- USDC: {
25009
+ ETH: {
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
- FLIP: {
25016
+ USDC: {
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
- total_amount: bigint;
25248
25247
  available_amount: bigint;
25248
+ total_amount: bigint;
25249
25249
  }, {
25250
- total_amount: string | number;
25251
25250
  available_amount: string | number;
25251
+ total_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;
25412
25413
  ETH: bigint;
25413
25414
  USDC: bigint;
25414
- FLIP: bigint;
25415
25415
  USDT: bigint;
25416
25416
  WBTC: bigint;
25417
25417
  }, {
25418
+ FLIP: string | number;
25418
25419
  ETH: string | number;
25419
25420
  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;
25468
25469
  ETH: bigint;
25469
25470
  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;
25494
25495
  ETH: string | number;
25495
25496
  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;
25549
25550
  ETH: bigint;
25550
25551
  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;
25578
25579
  ETH: bigint;
25579
25580
  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
- ETH: {
25618
+ FLIP: {
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
- USDC: {
25625
+ ETH: {
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
- FLIP: {
25632
+ USDC: {
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
- total_amount: bigint;
25771
25770
  available_amount: bigint;
25771
+ total_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;
25840
25841
  ETH: string | number;
25841
25842
  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;
25869
25870
  ETH: string | number;
25870
25871
  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
- ETH: {
25909
+ FLIP: {
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
- USDC: {
25916
+ ETH: {
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
- FLIP: {
25923
+ USDC: {
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
- total_amount: string | number;
26062
26061
  available_amount: string | number;
26062
+ total_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;
26151
26152
  ETH: bigint;
26152
26153
  USDC: bigint;
26153
- FLIP: bigint;
26154
26154
  USDT: bigint;
26155
26155
  WBTC: bigint;
26156
26156
  }, {
26157
+ FLIP: string | number;
26157
26158
  ETH: string | number;
26158
26159
  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;
26207
26208
  ETH: bigint;
26208
26209
  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;
26233
26234
  ETH: string | number;
26234
26235
  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
- ETH: bigint;
26289
- USDC: bigint;
26290
26288
  FLIP: 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
26289
  ETH: bigint;
26395
26290
  USDC: bigint;
26396
- FLIP: 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
+ 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
+ FLIP: bigint;
26395
+ ETH: bigint;
26396
+ USDC: 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;
26437
26438
  ETH: bigint;
26438
26439
  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;
26466
26467
  ETH: bigint;
26467
26468
  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;
26513
26514
  ETH: bigint;
26514
26515
  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;
26542
26543
  ETH: bigint;
26543
26544
  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
- ETH: {
26582
+ FLIP: {
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
- USDC: {
26589
+ ETH: {
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
- FLIP: {
26596
+ USDC: {
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
- total_amount: bigint;
26735
26734
  available_amount: bigint;
26735
+ total_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;
26804
26805
  ETH: bigint;
26805
26806
  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;
26863
26864
  ETH: bigint;
26864
26865
  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;
26914
26915
  ETH: string | number;
26915
26916
  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;
26957
26958
  ETH: string | number;
26958
26959
  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;
26986
26987
  ETH: string | number;
26987
26988
  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;
27033
27034
  ETH: string | number;
27034
27035
  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;
27090
27091
  ETH: string | number;
27091
27092
  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;
27119
27120
  ETH: string | number;
27120
27121
  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
- ETH: {
27159
+ FLIP: {
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
- USDC: {
27166
+ ETH: {
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
- FLIP: {
27173
+ USDC: {
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
- total_amount: string | number;
27312
27311
  available_amount: string | number;
27312
+ total_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;
27381
27382
  ETH: string | number;
27382
27383
  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;
27906
27908
  tick: number;
27907
27909
  sell_amount: bigint;
27908
- fees_earned: bigint;
27909
27910
  original_sell_amount: bigint;
27910
- lp: string;
27911
27911
  }, {
27912
27912
  id: string | number;
27913
+ fees_earned: string | number;
27914
+ lp: string;
27913
27915
  tick: number;
27914
27916
  sell_amount: string | number;
27915
- fees_earned: string | number;
27916
27917
  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;
27921
27923
  tick: number;
27922
27924
  sell_amount: bigint;
27923
- fees_earned: bigint;
27924
27925
  original_sell_amount: bigint;
27925
- lp: string;
27926
27926
  }, {
27927
27927
  id: string | number;
27928
+ fees_earned: string | number;
27929
+ lp: string;
27928
27930
  tick: number;
27929
27931
  sell_amount: string | number;
27930
- fees_earned: string | number;
27931
27932
  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;
27943
27945
  tick: number;
27944
27946
  sell_amount: bigint;
27945
- fees_earned: bigint;
27946
27947
  original_sell_amount: bigint;
27947
- lp: string;
27948
27948
  }, {
27949
27949
  id: string | number;
27950
+ fees_earned: string | number;
27951
+ lp: string;
27950
27952
  tick: number;
27951
27953
  sell_amount: string | number;
27952
- fees_earned: string | number;
27953
27954
  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;
27958
27960
  tick: number;
27959
27961
  sell_amount: bigint;
27960
- fees_earned: bigint;
27961
27962
  original_sell_amount: bigint;
27962
- lp: string;
27963
27963
  }, {
27964
27964
  id: string | number;
27965
+ fees_earned: string | number;
27966
+ lp: string;
27965
27967
  tick: number;
27966
27968
  sell_amount: string | number;
27967
- fees_earned: string | number;
27968
27969
  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;
27999
28004
  fees_earned: {
28000
28005
  base: bigint;
28001
28006
  quote: bigint;
28002
28007
  };
28003
28008
  lp: string;
28009
+ }, {
28010
+ id: string | number;
28004
28011
  range: {
28005
28012
  start: number;
28006
28013
  end: number;
28007
28014
  };
28008
- liquidity: bigint;
28009
- }, {
28010
- id: string | number;
28015
+ liquidity: string | number;
28011
28016
  fees_earned: {
28012
28017
  base: string | number;
28013
28018
  quote: string | number;
28014
28019
  };
28015
28020
  lp: string;
28021
+ }>, {
28022
+ type: "range";
28023
+ id: string;
28016
28024
  range: {
28017
28025
  start: number;
28018
28026
  end: number;
28019
28027
  };
28020
- liquidity: string | number;
28021
- }>, {
28022
- type: "range";
28023
- id: string;
28028
+ liquidity: bigint;
28024
28029
  fees_earned: {
28025
28030
  base: bigint;
28026
28031
  quote: bigint;
28027
28032
  };
28028
28033
  lp: string;
28034
+ }, {
28035
+ id: string | number;
28029
28036
  range: {
28030
28037
  start: number;
28031
28038
  end: number;
28032
28039
  };
28033
- liquidity: bigint;
28034
- }, {
28035
- id: string | number;
28040
+ liquidity: string | number;
28036
28041
  fees_earned: {
28037
28042
  base: string | number;
28038
28043
  quote: string | number;
28039
28044
  };
28040
28045
  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;
28058
28060
  tick: number;
28059
28061
  sell_amount: bigint;
28060
- fees_earned: bigint;
28061
28062
  original_sell_amount: bigint;
28062
- lp: string;
28063
28063
  }, {
28064
28064
  id: string | number;
28065
+ fees_earned: string | number;
28066
+ lp: string;
28065
28067
  tick: number;
28066
28068
  sell_amount: string | number;
28067
- fees_earned: string | number;
28068
28069
  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;
28073
28075
  tick: number;
28074
28076
  sell_amount: bigint;
28075
- fees_earned: bigint;
28076
28077
  original_sell_amount: bigint;
28077
- lp: string;
28078
28078
  }, {
28079
28079
  id: string | number;
28080
+ fees_earned: string | number;
28081
+ lp: string;
28080
28082
  tick: number;
28081
28083
  sell_amount: string | number;
28082
- fees_earned: string | number;
28083
28084
  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;
28095
28097
  tick: number;
28096
28098
  sell_amount: bigint;
28097
- fees_earned: bigint;
28098
28099
  original_sell_amount: bigint;
28099
- lp: string;
28100
28100
  }, {
28101
28101
  id: string | number;
28102
+ fees_earned: string | number;
28103
+ lp: string;
28102
28104
  tick: number;
28103
28105
  sell_amount: string | number;
28104
- fees_earned: string | number;
28105
28106
  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;
28110
28112
  tick: number;
28111
28113
  sell_amount: bigint;
28112
- fees_earned: bigint;
28113
28114
  original_sell_amount: bigint;
28114
- lp: string;
28115
28115
  }, {
28116
28116
  id: string | number;
28117
+ fees_earned: string | number;
28118
+ lp: string;
28117
28119
  tick: number;
28118
28120
  sell_amount: string | number;
28119
- fees_earned: string | number;
28120
28121
  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;
28127
28129
  tick: number;
28128
28130
  sell_amount: bigint;
28129
- fees_earned: bigint;
28130
28131
  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;
28136
28138
  tick: number;
28137
28139
  sell_amount: bigint;
28138
- fees_earned: bigint;
28139
28140
  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;
28145
28147
  tick: number;
28146
28148
  sell_amount: string | number;
28147
- fees_earned: string | number;
28148
28149
  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;
28153
28155
  tick: number;
28154
28156
  sell_amount: string | number;
28155
- fees_earned: string | number;
28156
28157
  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;
28186
28191
  fees_earned: {
28187
28192
  base: bigint;
28188
28193
  quote: bigint;
28189
28194
  };
28190
28195
  lp: string;
28196
+ }, {
28197
+ id: string | number;
28191
28198
  range: {
28192
28199
  start: number;
28193
28200
  end: number;
28194
28201
  };
28195
- liquidity: bigint;
28196
- }, {
28197
- id: string | number;
28202
+ liquidity: string | number;
28198
28203
  fees_earned: {
28199
28204
  base: string | number;
28200
28205
  quote: string | number;
28201
28206
  };
28202
28207
  lp: string;
28208
+ }>, {
28209
+ type: "range";
28210
+ id: string;
28203
28211
  range: {
28204
28212
  start: number;
28205
28213
  end: number;
28206
28214
  };
28207
- liquidity: string | number;
28208
- }>, {
28209
- type: "range";
28210
- id: string;
28215
+ liquidity: bigint;
28211
28216
  fees_earned: {
28212
28217
  base: bigint;
28213
28218
  quote: bigint;
28214
28219
  };
28215
28220
  lp: string;
28221
+ }, {
28222
+ id: string | number;
28216
28223
  range: {
28217
28224
  start: number;
28218
28225
  end: number;
28219
28226
  };
28220
- liquidity: bigint;
28221
- }, {
28222
- id: string | number;
28227
+ liquidity: string | number;
28223
28228
  fees_earned: {
28224
28229
  base: string | number;
28225
28230
  quote: string | number;
28226
28231
  };
28227
28232
  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;
28239
28241
  tick: number;
28240
28242
  sell_amount: bigint;
28241
- fees_earned: bigint;
28242
28243
  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;
28248
28250
  tick: number;
28249
28251
  sell_amount: bigint;
28250
- fees_earned: bigint;
28251
28252
  original_sell_amount: bigint;
28252
- lp: string;
28253
28253
  }[];
28254
28254
  };
28255
28255
  range_orders: {
28256
28256
  type: "range";
28257
28257
  id: string;
28258
- fees_earned: {
28259
- base: bigint;
28260
- quote: bigint;
28261
- };
28262
- lp: string;
28263
28258
  range: {
28264
28259
  start: number;
28265
28260
  end: number;
28266
28261
  };
28267
28262
  liquidity: bigint;
28263
+ fees_earned: {
28264
+ base: bigint;
28265
+ quote: bigint;
28266
+ };
28267
+ lp: string;
28268
28268
  }[];
28269
28269
  }, {
28270
28270
  limit_orders: {
28271
28271
  asks: {
28272
28272
  id: string | number;
28273
+ fees_earned: string | number;
28274
+ lp: string;
28273
28275
  tick: number;
28274
28276
  sell_amount: string | number;
28275
- fees_earned: string | number;
28276
28277
  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;
28281
28283
  tick: number;
28282
28284
  sell_amount: string | number;
28283
- fees_earned: string | number;
28284
28285
  original_sell_amount: string | number;
28285
- lp: string;
28286
28286
  }[];
28287
28287
  };
28288
28288
  range_orders: {
28289
28289
  id: string | number;
28290
- fees_earned: {
28291
- base: string | number;
28292
- quote: string | number;
28293
- };
28294
- lp: string;
28295
28290
  range: {
28296
28291
  start: number;
28297
28292
  end: number;
28298
28293
  };
28299
28294
  liquidity: string | number;
28295
+ fees_earned: {
28296
+ base: string | number;
28297
+ quote: string | number;
28298
+ };
28299
+ lp: string;
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
- account_id: string;
28444
28443
  amount: bigint;
28445
- }, {
28446
28444
  account_id: string;
28445
+ }, {
28447
28446
  amount: string;
28447
+ account_id: 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
- account_id: string;
28456
28455
  amount: bigint;
28457
- }, {
28458
28456
  account_id: string;
28457
+ }, {
28459
28458
  amount: string;
28459
+ account_id: string;
28460
28460
  }>, "many">;
28461
28461
  }, "strip", z.ZodTypeAny, {
28462
28462
  deposit_id: bigint;
28463
28463
  owed_amounts: {
28464
- account_id: string;
28465
28464
  amount: bigint;
28465
+ account_id: string;
28466
28466
  }[];
28467
28467
  }, {
28468
28468
  deposit_id: string | number;
28469
28469
  owed_amounts: {
28470
- account_id: string;
28471
28470
  amount: string;
28471
+ account_id: 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
- account_id: string;
28489
28488
  amount: bigint;
28489
+ account_id: string;
28490
28490
  }[];
28491
28491
  deposits_pending_finalization: {
28492
28492
  deposit_id: bigint;
28493
28493
  owed_amounts: {
28494
- account_id: string;
28495
28494
  amount: bigint;
28495
+ account_id: string;
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
- account_id: string;
28507
28506
  amount: string;
28507
+ account_id: string;
28508
28508
  }[];
28509
28509
  deposits_pending_finalization: {
28510
28510
  deposit_id: string | number;
28511
28511
  owed_amounts: {
28512
- account_id: string;
28513
28512
  amount: string;
28513
+ account_id: 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
- account_id: string;
28666
28665
  amount: bigint;
28667
- }, {
28668
28666
  account_id: string;
28667
+ }, {
28669
28668
  amount: string;
28669
+ account_id: string;
28670
28670
  }>, "many">;
28671
28671
  }, "strip", z.ZodTypeAny, {
28672
28672
  fees: {
28673
- account_id: string;
28674
28673
  amount: bigint;
28674
+ account_id: string;
28675
28675
  }[];
28676
28676
  deposit_id: bigint;
28677
28677
  }, {
28678
28678
  fees: {
28679
- account_id: string;
28680
28679
  amount: string;
28680
+ account_id: 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
- account_id: string;
28689
28688
  amount: bigint;
28689
+ account_id: string;
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
- account_id: string;
28698
28697
  amount: string;
28698
+ account_id: 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;
28718
28719
  ETH: bigint;
28719
28720
  USDC: bigint;
28720
- FLIP: bigint;
28721
28721
  USDT: bigint;
28722
28722
  WBTC: bigint;
28723
28723
  }, {
28724
+ FLIP: string | number;
28724
28725
  ETH: string | number;
28725
28726
  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;
28774
28775
  ETH: bigint;
28775
28776
  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;
28800
28801
  ETH: string | number;
28801
28802
  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;
33884
33885
  ETH: number | null;
33885
33886
  USDC: number | null;
33886
- FLIP: number | null;
33887
33887
  USDT: number | null;
33888
33888
  WBTC: number | null;
33889
33889
  }, {
33890
+ FLIP: number | null;
33890
33891
  ETH: number | null;
33891
33892
  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;
33940
33941
  ETH: number | null;
33941
33942
  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;
33966
33967
  ETH: number | null;
33967
33968
  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;
34003
34004
  ETH: number | null;
34004
34005
  USDC: number | null;
34005
- FLIP: number | null;
34006
34006
  USDT: number | null;
34007
34007
  WBTC: number | null;
34008
34008
  }, {
34009
+ FLIP: number | null;
34009
34010
  ETH: number | null;
34010
34011
  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;
34059
34060
  ETH: number | null;
34060
34061
  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;
34085
34086
  ETH: number | null;
34086
34087
  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;
34113
34114
  ETH: number | null;
34114
34115
  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;
34140
34141
  ETH: number | null;
34141
34142
  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;
34168
34169
  ETH: number | null;
34169
34170
  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;
34195
34196
  ETH: number | null;
34196
34197
  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
- price: bigint;
34561
34560
  quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34561
+ price: bigint;
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
- price: string | number;
34568
34567
  quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
34568
+ price: string | number;
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
- asset_balances: {
35435
- reconciliation_enabled: boolean;
35436
- };
35437
- liquidity_provider: {
35438
- deposit_enabled: boolean;
35439
- withdrawal_enabled: boolean;
35440
- internal_swaps_enabled: boolean;
35441
- };
35442
- validator: {
35443
- authority_rotation_enabled: boolean;
35444
- start_bidding_enabled: boolean;
35445
- stop_bidding_enabled: boolean;
35446
- };
35447
35434
  swapping: {
35448
35435
  swaps_enabled: boolean;
35449
35436
  withdrawals_enabled: boolean;
@@ -35457,6 +35444,19 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35457
35444
  range_order_update_enabled: boolean;
35458
35445
  limit_order_update_enabled: boolean;
35459
35446
  };
35447
+ asset_balances: {
35448
+ reconciliation_enabled: boolean;
35449
+ };
35450
+ liquidity_provider: {
35451
+ deposit_enabled: boolean;
35452
+ withdrawal_enabled: boolean;
35453
+ internal_swaps_enabled: boolean;
35454
+ };
35455
+ validator: {
35456
+ authority_rotation_enabled: boolean;
35457
+ start_bidding_enabled: boolean;
35458
+ stop_bidding_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
- asset_balances: {
35792
- reconciliation_enabled: boolean;
35793
- };
35794
- liquidity_provider: {
35795
- deposit_enabled: boolean;
35796
- withdrawal_enabled: boolean;
35797
- internal_swaps_enabled: boolean;
35798
- };
35799
- validator: {
35800
- authority_rotation_enabled: boolean;
35801
- start_bidding_enabled: boolean;
35802
- stop_bidding_enabled: boolean;
35803
- };
35804
35791
  swapping: {
35805
35792
  swaps_enabled: boolean;
35806
35793
  withdrawals_enabled: boolean;
@@ -35814,6 +35801,19 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35814
35801
  range_order_update_enabled: boolean;
35815
35802
  limit_order_update_enabled: boolean;
35816
35803
  };
35804
+ asset_balances: {
35805
+ reconciliation_enabled: boolean;
35806
+ };
35807
+ liquidity_provider: {
35808
+ deposit_enabled: boolean;
35809
+ withdrawal_enabled: boolean;
35810
+ internal_swaps_enabled: boolean;
35811
+ };
35812
+ validator: {
35813
+ authority_rotation_enabled: boolean;
35814
+ start_bidding_enabled: boolean;
35815
+ stop_bidding_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
- total_amount: bigint;
36145
36144
  available_amount: bigint;
36145
+ total_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
- total_amount: string | number;
36204
36203
  available_amount: string | number;
36204
+ total_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>;
@@ -38260,12 +38260,12 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38260
38260
  vout: number;
38261
38261
  }>]>>;
38262
38262
  }, "strip", z.ZodTypeAny, {
38263
- deposit_address: string;
38264
38263
  asset: {
38265
38264
  chain: string;
38266
38265
  asset: string;
38267
38266
  };
38268
38267
  amount: string;
38268
+ deposit_address: string;
38269
38269
  deposit_chain_block_height: number;
38270
38270
  deposit_details: {
38271
38271
  tx_hashes: `0x${string}`[];
@@ -38274,12 +38274,12 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38274
38274
  vout: number;
38275
38275
  } | null;
38276
38276
  }, {
38277
- deposit_address: string;
38278
38277
  asset: {
38279
38278
  chain: string;
38280
38279
  asset: string;
38281
38280
  };
38282
38281
  amount: string;
38282
+ deposit_address: string;
38283
38283
  deposit_chain_block_height: number;
38284
38284
  deposit_details: {
38285
38285
  tx_hashes: string[];
@@ -38331,7 +38331,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38331
38331
  destination_address: z.ZodString;
38332
38332
  ccm_deposit_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
38333
38333
  deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
38334
- broker_fee: z.ZodOptional<z.ZodObject<{
38334
+ broker_fee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
38335
38335
  account: z.ZodEffects<z.ZodString, string, string>;
38336
38336
  bps: z.ZodNumber;
38337
38337
  }, "strip", z.ZodTypeAny, {
@@ -38340,7 +38340,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38340
38340
  }, {
38341
38341
  account: string;
38342
38342
  bps: number;
38343
- }>>;
38343
+ }>>>;
38344
38344
  affiliate_fees: z.ZodArray<z.ZodObject<{
38345
38345
  account: z.ZodEffects<z.ZodString, string, string>;
38346
38346
  bps: z.ZodNumber;
@@ -38403,7 +38403,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38403
38403
  broker_fee?: {
38404
38404
  account: string;
38405
38405
  bps: number;
38406
- } | undefined;
38406
+ } | null | undefined;
38407
38407
  refund_params?: {
38408
38408
  refund_address: string;
38409
38409
  retry_duration: number;
@@ -38438,7 +38438,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38438
38438
  broker_fee?: {
38439
38439
  account: string;
38440
38440
  bps: number;
38441
- } | undefined;
38441
+ } | null | undefined;
38442
38442
  refund_params?: {
38443
38443
  refund_address: string;
38444
38444
  retry_duration: number;
@@ -38454,12 +38454,12 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38454
38454
  }>, "many">;
38455
38455
  }, "strip", z.ZodTypeAny, {
38456
38456
  deposits: {
38457
- deposit_address: string;
38458
38457
  asset: {
38459
38458
  chain: string;
38460
38459
  asset: string;
38461
38460
  };
38462
38461
  amount: string;
38462
+ deposit_address: string;
38463
38463
  deposit_chain_block_height: number;
38464
38464
  deposit_details: {
38465
38465
  tx_hashes: `0x${string}`[];
@@ -38496,7 +38496,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38496
38496
  broker_fee?: {
38497
38497
  account: string;
38498
38498
  bps: number;
38499
- } | undefined;
38499
+ } | null | undefined;
38500
38500
  refund_params?: {
38501
38501
  refund_address: string;
38502
38502
  retry_duration: number;
@@ -38512,12 +38512,12 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38512
38512
  }[];
38513
38513
  }, {
38514
38514
  deposits: {
38515
- deposit_address: string;
38516
38515
  asset: {
38517
38516
  chain: string;
38518
38517
  asset: string;
38519
38518
  };
38520
38519
  amount: string;
38520
+ deposit_address: string;
38521
38521
  deposit_chain_block_height: number;
38522
38522
  deposit_details: {
38523
38523
  tx_hashes: string[];
@@ -38554,7 +38554,7 @@ declare const cfIngressEgressEvents: z.ZodObject<{
38554
38554
  broker_fee?: {
38555
38555
  account: string;
38556
38556
  bps: number;
38557
- } | undefined;
38557
+ } | null | undefined;
38558
38558
  refund_params?: {
38559
38559
  refund_address: string;
38560
38560
  retry_duration: number;