@chainflip/rpc 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2465,6 +2465,125 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2465
2465
  Solana: number;
2466
2466
  Assethub: number;
2467
2467
  }>;
2468
+ boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
2469
+ Bitcoin: z.ZodObject<{
2470
+ BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2471
+ }, "strip", z.ZodTypeAny, {
2472
+ BTC: bigint | null;
2473
+ }, {
2474
+ BTC: string | number | null;
2475
+ }>;
2476
+ Ethereum: z.ZodObject<{
2477
+ ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2478
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2479
+ FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
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
+ 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
+ }, "strip", z.ZodTypeAny, {
2483
+ ETH: bigint | null;
2484
+ USDC: bigint | null;
2485
+ FLIP: bigint | null;
2486
+ USDT: bigint | null;
2487
+ WBTC: bigint | null;
2488
+ }, {
2489
+ ETH: string | number | null;
2490
+ USDC: string | number | null;
2491
+ FLIP: string | number | null;
2492
+ USDT: string | number | null;
2493
+ WBTC?: string | number | null | undefined;
2494
+ }>;
2495
+ Arbitrum: z.ZodObject<{
2496
+ ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2497
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2498
+ USDT: 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>>>;
2499
+ }, "strip", z.ZodTypeAny, {
2500
+ ETH: bigint | null;
2501
+ USDC: bigint | null;
2502
+ USDT: bigint | null;
2503
+ }, {
2504
+ ETH: string | number | null;
2505
+ USDC: string | number | null;
2506
+ USDT?: string | number | null | undefined;
2507
+ }>;
2508
+ Solana: z.ZodObject<{
2509
+ SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2510
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2511
+ USDT: 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>>>;
2512
+ }, "strip", z.ZodTypeAny, {
2513
+ USDC: bigint | null;
2514
+ USDT: bigint | null;
2515
+ SOL: bigint | null;
2516
+ }, {
2517
+ USDC: string | number | null;
2518
+ SOL: string | number | null;
2519
+ USDT?: string | number | null | undefined;
2520
+ }>;
2521
+ Assethub: z.ZodObject<{
2522
+ DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2523
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2524
+ 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>>;
2525
+ }, "strip", z.ZodTypeAny, {
2526
+ USDC: bigint | null;
2527
+ USDT: bigint | null;
2528
+ DOT: bigint | null;
2529
+ }, {
2530
+ USDC: string | number | null;
2531
+ USDT: string | number | null;
2532
+ DOT: string | number | null;
2533
+ }>;
2534
+ }, "strip", z.ZodTypeAny, {
2535
+ Bitcoin: {
2536
+ BTC: bigint | null;
2537
+ };
2538
+ Ethereum: {
2539
+ ETH: bigint | null;
2540
+ USDC: bigint | null;
2541
+ FLIP: bigint | null;
2542
+ USDT: bigint | null;
2543
+ WBTC: bigint | null;
2544
+ };
2545
+ Arbitrum: {
2546
+ ETH: bigint | null;
2547
+ USDC: bigint | null;
2548
+ USDT: bigint | null;
2549
+ };
2550
+ Solana: {
2551
+ USDC: bigint | null;
2552
+ USDT: bigint | null;
2553
+ SOL: bigint | null;
2554
+ };
2555
+ Assethub: {
2556
+ USDC: bigint | null;
2557
+ USDT: bigint | null;
2558
+ DOT: bigint | null;
2559
+ };
2560
+ }, {
2561
+ Bitcoin: {
2562
+ BTC: string | number | null;
2563
+ };
2564
+ Ethereum: {
2565
+ ETH: string | number | null;
2566
+ USDC: string | number | null;
2567
+ FLIP: string | number | null;
2568
+ USDT: string | number | null;
2569
+ WBTC?: string | number | null | undefined;
2570
+ };
2571
+ Arbitrum: {
2572
+ ETH: string | number | null;
2573
+ USDC: string | number | null;
2574
+ USDT?: string | number | null | undefined;
2575
+ };
2576
+ Solana: {
2577
+ USDC: string | number | null;
2578
+ SOL: string | number | null;
2579
+ USDT?: string | number | null | undefined;
2580
+ };
2581
+ Assethub: {
2582
+ USDC: string | number | null;
2583
+ USDT: string | number | null;
2584
+ DOT: string | number | null;
2585
+ };
2586
+ }>>;
2468
2587
  }, "strip", z.ZodTypeAny, {
2469
2588
  minimum_deposit_amounts: {
2470
2589
  Bitcoin: {
@@ -2602,6 +2721,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2602
2721
  Solana: number;
2603
2722
  Assethub: number;
2604
2723
  };
2724
+ boost_minimum_add_funds_amounts?: {
2725
+ Bitcoin: {
2726
+ BTC: bigint | null;
2727
+ };
2728
+ Ethereum: {
2729
+ ETH: bigint | null;
2730
+ USDC: bigint | null;
2731
+ FLIP: bigint | null;
2732
+ USDT: bigint | null;
2733
+ WBTC: bigint | null;
2734
+ };
2735
+ Arbitrum: {
2736
+ ETH: bigint | null;
2737
+ USDC: bigint | null;
2738
+ USDT: bigint | null;
2739
+ };
2740
+ Solana: {
2741
+ USDC: bigint | null;
2742
+ USDT: bigint | null;
2743
+ SOL: bigint | null;
2744
+ };
2745
+ Assethub: {
2746
+ USDC: bigint | null;
2747
+ USDT: bigint | null;
2748
+ DOT: bigint | null;
2749
+ };
2750
+ } | undefined;
2605
2751
  }, {
2606
2752
  minimum_deposit_amounts: {
2607
2753
  Bitcoin: {
@@ -2739,6 +2885,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2739
2885
  Solana: number;
2740
2886
  Assethub: number;
2741
2887
  };
2888
+ boost_minimum_add_funds_amounts?: {
2889
+ Bitcoin: {
2890
+ BTC: string | number | null;
2891
+ };
2892
+ Ethereum: {
2893
+ ETH: string | number | null;
2894
+ USDC: string | number | null;
2895
+ FLIP: string | number | null;
2896
+ USDT: string | number | null;
2897
+ WBTC?: string | number | null | undefined;
2898
+ };
2899
+ Arbitrum: {
2900
+ ETH: string | number | null;
2901
+ USDC: string | number | null;
2902
+ USDT?: string | number | null | undefined;
2903
+ };
2904
+ Solana: {
2905
+ USDC: string | number | null;
2906
+ SOL: string | number | null;
2907
+ USDT?: string | number | null | undefined;
2908
+ };
2909
+ Assethub: {
2910
+ USDC: string | number | null;
2911
+ USDT: string | number | null;
2912
+ DOT: string | number | null;
2913
+ };
2914
+ } | undefined;
2742
2915
  }>, Rename<{
2743
2916
  minimum_deposit_amounts: {
2744
2917
  Bitcoin: {
@@ -2876,6 +3049,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2876
3049
  Solana: number;
2877
3050
  Assethub: number;
2878
3051
  };
3052
+ boost_minimum_add_funds_amounts?: {
3053
+ Bitcoin: {
3054
+ BTC: bigint | null;
3055
+ };
3056
+ Ethereum: {
3057
+ ETH: bigint | null;
3058
+ USDC: bigint | null;
3059
+ FLIP: bigint | null;
3060
+ USDT: bigint | null;
3061
+ WBTC: bigint | null;
3062
+ };
3063
+ Arbitrum: {
3064
+ ETH: bigint | null;
3065
+ USDC: bigint | null;
3066
+ USDT: bigint | null;
3067
+ };
3068
+ Solana: {
3069
+ USDC: bigint | null;
3070
+ USDT: bigint | null;
3071
+ SOL: bigint | null;
3072
+ };
3073
+ Assethub: {
3074
+ USDC: bigint | null;
3075
+ USDT: bigint | null;
3076
+ DOT: bigint | null;
3077
+ };
3078
+ } | undefined;
2879
3079
  }, {
2880
3080
  readonly egress_dust_limits: "minimum_egress_amounts";
2881
3081
  }>, {
@@ -3015,6 +3215,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3015
3215
  Solana: number;
3016
3216
  Assethub: number;
3017
3217
  };
3218
+ boost_minimum_add_funds_amounts?: {
3219
+ Bitcoin: {
3220
+ BTC: string | number | null;
3221
+ };
3222
+ Ethereum: {
3223
+ ETH: string | number | null;
3224
+ USDC: string | number | null;
3225
+ FLIP: string | number | null;
3226
+ USDT: string | number | null;
3227
+ WBTC?: string | number | null | undefined;
3228
+ };
3229
+ Arbitrum: {
3230
+ ETH: string | number | null;
3231
+ USDC: string | number | null;
3232
+ USDT?: string | number | null | undefined;
3233
+ };
3234
+ Solana: {
3235
+ USDC: string | number | null;
3236
+ SOL: string | number | null;
3237
+ USDT?: string | number | null | undefined;
3238
+ };
3239
+ Assethub: {
3240
+ USDC: string | number | null;
3241
+ USDT: string | number | null;
3242
+ DOT: string | number | null;
3243
+ };
3244
+ } | undefined;
3018
3245
  }>;
3019
3246
  declare const cfSwappingEnvironment: z.ZodObject<{
3020
3247
  maximum_swap_amounts: z.ZodObject<{
@@ -10197,6 +10424,125 @@ declare const cfEnvironment: z.ZodObject<{
10197
10424
  Solana: number;
10198
10425
  Assethub: number;
10199
10426
  }>;
10427
+ boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
10428
+ Bitcoin: z.ZodObject<{
10429
+ BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10430
+ }, "strip", z.ZodTypeAny, {
10431
+ BTC: bigint | null;
10432
+ }, {
10433
+ BTC: string | number | null;
10434
+ }>;
10435
+ Ethereum: z.ZodObject<{
10436
+ ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10437
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10438
+ FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
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
+ 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
+ }, "strip", z.ZodTypeAny, {
10442
+ ETH: bigint | null;
10443
+ USDC: bigint | null;
10444
+ FLIP: bigint | null;
10445
+ USDT: bigint | null;
10446
+ WBTC: bigint | null;
10447
+ }, {
10448
+ ETH: string | number | null;
10449
+ USDC: string | number | null;
10450
+ FLIP: string | number | null;
10451
+ USDT: string | number | null;
10452
+ WBTC?: string | number | null | undefined;
10453
+ }>;
10454
+ Arbitrum: z.ZodObject<{
10455
+ ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10456
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10457
+ USDT: 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>>>;
10458
+ }, "strip", z.ZodTypeAny, {
10459
+ ETH: bigint | null;
10460
+ USDC: bigint | null;
10461
+ USDT: bigint | null;
10462
+ }, {
10463
+ ETH: string | number | null;
10464
+ USDC: string | number | null;
10465
+ USDT?: string | number | null | undefined;
10466
+ }>;
10467
+ Solana: z.ZodObject<{
10468
+ SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10469
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10470
+ USDT: 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>>>;
10471
+ }, "strip", z.ZodTypeAny, {
10472
+ USDC: bigint | null;
10473
+ USDT: bigint | null;
10474
+ SOL: bigint | null;
10475
+ }, {
10476
+ USDC: string | number | null;
10477
+ SOL: string | number | null;
10478
+ USDT?: string | number | null | undefined;
10479
+ }>;
10480
+ Assethub: z.ZodObject<{
10481
+ DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10482
+ USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
10483
+ 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>>;
10484
+ }, "strip", z.ZodTypeAny, {
10485
+ USDC: bigint | null;
10486
+ USDT: bigint | null;
10487
+ DOT: bigint | null;
10488
+ }, {
10489
+ USDC: string | number | null;
10490
+ USDT: string | number | null;
10491
+ DOT: string | number | null;
10492
+ }>;
10493
+ }, "strip", z.ZodTypeAny, {
10494
+ Bitcoin: {
10495
+ BTC: bigint | null;
10496
+ };
10497
+ Ethereum: {
10498
+ ETH: bigint | null;
10499
+ USDC: bigint | null;
10500
+ FLIP: bigint | null;
10501
+ USDT: bigint | null;
10502
+ WBTC: bigint | null;
10503
+ };
10504
+ Arbitrum: {
10505
+ ETH: bigint | null;
10506
+ USDC: bigint | null;
10507
+ USDT: bigint | null;
10508
+ };
10509
+ Solana: {
10510
+ USDC: bigint | null;
10511
+ USDT: bigint | null;
10512
+ SOL: bigint | null;
10513
+ };
10514
+ Assethub: {
10515
+ USDC: bigint | null;
10516
+ USDT: bigint | null;
10517
+ DOT: bigint | null;
10518
+ };
10519
+ }, {
10520
+ Bitcoin: {
10521
+ BTC: string | number | null;
10522
+ };
10523
+ Ethereum: {
10524
+ ETH: string | number | null;
10525
+ USDC: string | number | null;
10526
+ FLIP: string | number | null;
10527
+ USDT: string | number | null;
10528
+ WBTC?: string | number | null | undefined;
10529
+ };
10530
+ Arbitrum: {
10531
+ ETH: string | number | null;
10532
+ USDC: string | number | null;
10533
+ USDT?: string | number | null | undefined;
10534
+ };
10535
+ Solana: {
10536
+ USDC: string | number | null;
10537
+ SOL: string | number | null;
10538
+ USDT?: string | number | null | undefined;
10539
+ };
10540
+ Assethub: {
10541
+ USDC: string | number | null;
10542
+ USDT: string | number | null;
10543
+ DOT: string | number | null;
10544
+ };
10545
+ }>>;
10200
10546
  }, "strip", z.ZodTypeAny, {
10201
10547
  minimum_deposit_amounts: {
10202
10548
  Bitcoin: {
@@ -10334,6 +10680,33 @@ declare const cfEnvironment: z.ZodObject<{
10334
10680
  Solana: number;
10335
10681
  Assethub: number;
10336
10682
  };
10683
+ boost_minimum_add_funds_amounts?: {
10684
+ Bitcoin: {
10685
+ BTC: bigint | null;
10686
+ };
10687
+ Ethereum: {
10688
+ ETH: bigint | null;
10689
+ USDC: bigint | null;
10690
+ FLIP: bigint | null;
10691
+ USDT: bigint | null;
10692
+ WBTC: bigint | null;
10693
+ };
10694
+ Arbitrum: {
10695
+ ETH: bigint | null;
10696
+ USDC: bigint | null;
10697
+ USDT: bigint | null;
10698
+ };
10699
+ Solana: {
10700
+ USDC: bigint | null;
10701
+ USDT: bigint | null;
10702
+ SOL: bigint | null;
10703
+ };
10704
+ Assethub: {
10705
+ USDC: bigint | null;
10706
+ USDT: bigint | null;
10707
+ DOT: bigint | null;
10708
+ };
10709
+ } | undefined;
10337
10710
  }, {
10338
10711
  minimum_deposit_amounts: {
10339
10712
  Bitcoin: {
@@ -10471,6 +10844,33 @@ declare const cfEnvironment: z.ZodObject<{
10471
10844
  Solana: number;
10472
10845
  Assethub: number;
10473
10846
  };
10847
+ boost_minimum_add_funds_amounts?: {
10848
+ Bitcoin: {
10849
+ BTC: string | number | null;
10850
+ };
10851
+ Ethereum: {
10852
+ ETH: string | number | null;
10853
+ USDC: string | number | null;
10854
+ FLIP: string | number | null;
10855
+ USDT: string | number | null;
10856
+ WBTC?: string | number | null | undefined;
10857
+ };
10858
+ Arbitrum: {
10859
+ ETH: string | number | null;
10860
+ USDC: string | number | null;
10861
+ USDT?: string | number | null | undefined;
10862
+ };
10863
+ Solana: {
10864
+ USDC: string | number | null;
10865
+ SOL: string | number | null;
10866
+ USDT?: string | number | null | undefined;
10867
+ };
10868
+ Assethub: {
10869
+ USDC: string | number | null;
10870
+ USDT: string | number | null;
10871
+ DOT: string | number | null;
10872
+ };
10873
+ } | undefined;
10474
10874
  }>, Rename<{
10475
10875
  minimum_deposit_amounts: {
10476
10876
  Bitcoin: {
@@ -10608,6 +11008,33 @@ declare const cfEnvironment: z.ZodObject<{
10608
11008
  Solana: number;
10609
11009
  Assethub: number;
10610
11010
  };
11011
+ boost_minimum_add_funds_amounts?: {
11012
+ Bitcoin: {
11013
+ BTC: bigint | null;
11014
+ };
11015
+ Ethereum: {
11016
+ ETH: bigint | null;
11017
+ USDC: bigint | null;
11018
+ FLIP: bigint | null;
11019
+ USDT: bigint | null;
11020
+ WBTC: bigint | null;
11021
+ };
11022
+ Arbitrum: {
11023
+ ETH: bigint | null;
11024
+ USDC: bigint | null;
11025
+ USDT: bigint | null;
11026
+ };
11027
+ Solana: {
11028
+ USDC: bigint | null;
11029
+ USDT: bigint | null;
11030
+ SOL: bigint | null;
11031
+ };
11032
+ Assethub: {
11033
+ USDC: bigint | null;
11034
+ USDT: bigint | null;
11035
+ DOT: bigint | null;
11036
+ };
11037
+ } | undefined;
10611
11038
  }, {
10612
11039
  readonly egress_dust_limits: "minimum_egress_amounts";
10613
11040
  }>, {
@@ -10747,6 +11174,33 @@ declare const cfEnvironment: z.ZodObject<{
10747
11174
  Solana: number;
10748
11175
  Assethub: number;
10749
11176
  };
11177
+ boost_minimum_add_funds_amounts?: {
11178
+ Bitcoin: {
11179
+ BTC: string | number | null;
11180
+ };
11181
+ Ethereum: {
11182
+ ETH: string | number | null;
11183
+ USDC: string | number | null;
11184
+ FLIP: string | number | null;
11185
+ USDT: string | number | null;
11186
+ WBTC?: string | number | null | undefined;
11187
+ };
11188
+ Arbitrum: {
11189
+ ETH: string | number | null;
11190
+ USDC: string | number | null;
11191
+ USDT?: string | number | null | undefined;
11192
+ };
11193
+ Solana: {
11194
+ USDC: string | number | null;
11195
+ SOL: string | number | null;
11196
+ USDT?: string | number | null | undefined;
11197
+ };
11198
+ Assethub: {
11199
+ USDC: string | number | null;
11200
+ USDT: string | number | null;
11201
+ DOT: string | number | null;
11202
+ };
11203
+ } | undefined;
10750
11204
  }>;
10751
11205
  swapping: z.ZodObject<{
10752
11206
  maximum_swap_amounts: z.ZodObject<{
@@ -17513,6 +17967,33 @@ declare const cfEnvironment: z.ZodObject<{
17513
17967
  Solana: number;
17514
17968
  Assethub: number;
17515
17969
  };
17970
+ boost_minimum_add_funds_amounts?: {
17971
+ Bitcoin: {
17972
+ BTC: bigint | null;
17973
+ };
17974
+ Ethereum: {
17975
+ ETH: bigint | null;
17976
+ USDC: bigint | null;
17977
+ FLIP: bigint | null;
17978
+ USDT: bigint | null;
17979
+ WBTC: bigint | null;
17980
+ };
17981
+ Arbitrum: {
17982
+ ETH: bigint | null;
17983
+ USDC: bigint | null;
17984
+ USDT: bigint | null;
17985
+ };
17986
+ Solana: {
17987
+ USDC: bigint | null;
17988
+ USDT: bigint | null;
17989
+ SOL: bigint | null;
17990
+ };
17991
+ Assethub: {
17992
+ USDC: bigint | null;
17993
+ USDT: bigint | null;
17994
+ DOT: bigint | null;
17995
+ };
17996
+ } | undefined;
17516
17997
  }, "egress_dust_limits"> & {
17517
17998
  readonly minimum_egress_amounts: {
17518
17999
  Bitcoin: {
@@ -18511,6 +18992,33 @@ declare const cfEnvironment: z.ZodObject<{
18511
18992
  Solana: number;
18512
18993
  Assethub: number;
18513
18994
  };
18995
+ boost_minimum_add_funds_amounts?: {
18996
+ Bitcoin: {
18997
+ BTC: string | number | null;
18998
+ };
18999
+ Ethereum: {
19000
+ ETH: string | number | null;
19001
+ USDC: string | number | null;
19002
+ FLIP: string | number | null;
19003
+ USDT: string | number | null;
19004
+ WBTC?: string | number | null | undefined;
19005
+ };
19006
+ Arbitrum: {
19007
+ ETH: string | number | null;
19008
+ USDC: string | number | null;
19009
+ USDT?: string | number | null | undefined;
19010
+ };
19011
+ Solana: {
19012
+ USDC: string | number | null;
19013
+ SOL: string | number | null;
19014
+ USDT?: string | number | null | undefined;
19015
+ };
19016
+ Assethub: {
19017
+ USDC: string | number | null;
19018
+ USDT: string | number | null;
19019
+ DOT: string | number | null;
19020
+ };
19021
+ } | undefined;
18514
19022
  };
18515
19023
  swapping: {
18516
19024
  maximum_swap_amounts: {