@chainflip/rpc 1.11.0-beta.13 → 1.11.0-beta.14

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.
package/dist/common.d.ts CHANGED
@@ -391,7 +391,7 @@ declare const rpcResult: {
391
391
  readonly cf_account_info: z.ZodUnion<[z.ZodEffects<z.ZodDiscriminatedUnion<"role", [z.ZodObject<{
392
392
  vanity_name: z.ZodOptional<z.ZodString>;
393
393
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
394
- asset_balances: z.ZodObject<{
394
+ asset_balances: z.ZodObject<Omit<{
395
395
  Bitcoin: z.ZodObject<{
396
396
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
397
397
  }, "strip", z.ZodTypeAny, {
@@ -455,7 +455,7 @@ declare const rpcResult: {
455
455
  USDT: string | number;
456
456
  DOT: string | number;
457
457
  }>;
458
- }, "strip", z.ZodTypeAny, {
458
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
459
459
  Bitcoin: {
460
460
  BTC: bigint;
461
461
  };
@@ -473,9 +473,6 @@ declare const rpcResult: {
473
473
  USDC: bigint;
474
474
  SOL: bigint;
475
475
  };
476
- Polkadot: {
477
- DOT: bigint;
478
- };
479
476
  Assethub: {
480
477
  USDC: bigint;
481
478
  USDT: bigint;
@@ -499,9 +496,6 @@ declare const rpcResult: {
499
496
  USDC: string | number;
500
497
  SOL: string | number;
501
498
  };
502
- Polkadot: {
503
- DOT: string | number;
504
- };
505
499
  Assethub: {
506
500
  USDC: string | number;
507
501
  USDT: string | number;
@@ -554,9 +548,6 @@ declare const rpcResult: {
554
548
  USDC: bigint;
555
549
  SOL: bigint;
556
550
  };
557
- Polkadot: {
558
- DOT: bigint;
559
- };
560
551
  Assethub: {
561
552
  USDC: bigint;
562
553
  USDT: bigint;
@@ -597,9 +588,6 @@ declare const rpcResult: {
597
588
  USDC: string | number;
598
589
  SOL: string | number;
599
590
  };
600
- Polkadot: {
601
- DOT: string | number;
602
- };
603
591
  Assethub: {
604
592
  USDC: string | number;
605
593
  USDT: string | number;
@@ -620,7 +608,7 @@ declare const rpcResult: {
620
608
  bid: string | number;
621
609
  } | undefined;
622
610
  }>, z.ZodObject<{
623
- earned_fees: z.ZodObject<{
611
+ earned_fees: z.ZodObject<Omit<{
624
612
  Bitcoin: z.ZodObject<{
625
613
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
626
614
  }, "strip", z.ZodTypeAny, {
@@ -684,7 +672,7 @@ declare const rpcResult: {
684
672
  USDT: string | number;
685
673
  DOT: string | number;
686
674
  }>;
687
- }, "strip", z.ZodTypeAny, {
675
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
688
676
  Bitcoin: {
689
677
  BTC: bigint;
690
678
  };
@@ -702,9 +690,6 @@ declare const rpcResult: {
702
690
  USDC: bigint;
703
691
  SOL: bigint;
704
692
  };
705
- Polkadot: {
706
- DOT: bigint;
707
- };
708
693
  Assethub: {
709
694
  USDC: bigint;
710
695
  USDT: bigint;
@@ -728,9 +713,6 @@ declare const rpcResult: {
728
713
  USDC: string | number;
729
714
  SOL: string | number;
730
715
  };
731
- Polkadot: {
732
- DOT: string | number;
733
- };
734
716
  Assethub: {
735
717
  USDC: string | number;
736
718
  USDT: string | number;
@@ -753,7 +735,7 @@ declare const rpcResult: {
753
735
  }>, "many">>>;
754
736
  vanity_name: z.ZodOptional<z.ZodString>;
755
737
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
756
- asset_balances: z.ZodObject<{
738
+ asset_balances: z.ZodObject<Omit<{
757
739
  Bitcoin: z.ZodObject<{
758
740
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
759
741
  }, "strip", z.ZodTypeAny, {
@@ -817,7 +799,7 @@ declare const rpcResult: {
817
799
  USDT: string | number;
818
800
  DOT: string | number;
819
801
  }>;
820
- }, "strip", z.ZodTypeAny, {
802
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
821
803
  Bitcoin: {
822
804
  BTC: bigint;
823
805
  };
@@ -835,9 +817,6 @@ declare const rpcResult: {
835
817
  USDC: bigint;
836
818
  SOL: bigint;
837
819
  };
838
- Polkadot: {
839
- DOT: bigint;
840
- };
841
820
  Assethub: {
842
821
  USDC: bigint;
843
822
  USDT: bigint;
@@ -861,9 +840,6 @@ declare const rpcResult: {
861
840
  USDC: string | number;
862
841
  SOL: string | number;
863
842
  };
864
- Polkadot: {
865
- DOT: string | number;
866
- };
867
843
  Assethub: {
868
844
  USDC: string | number;
869
845
  USDT: string | number;
@@ -916,9 +892,6 @@ declare const rpcResult: {
916
892
  USDC: bigint;
917
893
  SOL: bigint;
918
894
  };
919
- Polkadot: {
920
- DOT: bigint;
921
- };
922
895
  Assethub: {
923
896
  USDC: bigint;
924
897
  USDT: bigint;
@@ -945,9 +918,6 @@ declare const rpcResult: {
945
918
  USDC: bigint;
946
919
  SOL: bigint;
947
920
  };
948
- Polkadot: {
949
- DOT: bigint;
950
- };
951
921
  Assethub: {
952
922
  USDC: bigint;
953
923
  USDT: bigint;
@@ -992,9 +962,6 @@ declare const rpcResult: {
992
962
  USDC: string | number;
993
963
  SOL: string | number;
994
964
  };
995
- Polkadot: {
996
- DOT: string | number;
997
- };
998
965
  Assethub: {
999
966
  USDC: string | number;
1000
967
  USDT: string | number;
@@ -1021,9 +988,6 @@ declare const rpcResult: {
1021
988
  USDC: string | number;
1022
989
  SOL: string | number;
1023
990
  };
1024
- Polkadot: {
1025
- DOT: string | number;
1026
- };
1027
991
  Assethub: {
1028
992
  USDC: string | number;
1029
993
  USDT: string | number;
@@ -1080,7 +1044,7 @@ declare const rpcResult: {
1080
1044
  }>>;
1081
1045
  vanity_name: z.ZodOptional<z.ZodString>;
1082
1046
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1083
- asset_balances: z.ZodObject<{
1047
+ asset_balances: z.ZodObject<Omit<{
1084
1048
  Bitcoin: z.ZodObject<{
1085
1049
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1086
1050
  }, "strip", z.ZodTypeAny, {
@@ -1144,7 +1108,7 @@ declare const rpcResult: {
1144
1108
  USDT: string | number;
1145
1109
  DOT: string | number;
1146
1110
  }>;
1147
- }, "strip", z.ZodTypeAny, {
1111
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
1148
1112
  Bitcoin: {
1149
1113
  BTC: bigint;
1150
1114
  };
@@ -1162,9 +1126,6 @@ declare const rpcResult: {
1162
1126
  USDC: bigint;
1163
1127
  SOL: bigint;
1164
1128
  };
1165
- Polkadot: {
1166
- DOT: bigint;
1167
- };
1168
1129
  Assethub: {
1169
1130
  USDC: bigint;
1170
1131
  USDT: bigint;
@@ -1188,9 +1149,6 @@ declare const rpcResult: {
1188
1149
  USDC: string | number;
1189
1150
  SOL: string | number;
1190
1151
  };
1191
- Polkadot: {
1192
- DOT: string | number;
1193
- };
1194
1152
  Assethub: {
1195
1153
  USDC: string | number;
1196
1154
  USDT: string | number;
@@ -1243,9 +1201,6 @@ declare const rpcResult: {
1243
1201
  USDC: bigint;
1244
1202
  SOL: bigint;
1245
1203
  };
1246
- Polkadot: {
1247
- DOT: bigint;
1248
- };
1249
1204
  Assethub: {
1250
1205
  USDC: bigint;
1251
1206
  USDT: bigint;
@@ -1300,9 +1255,6 @@ declare const rpcResult: {
1300
1255
  USDC: string | number;
1301
1256
  SOL: string | number;
1302
1257
  };
1303
- Polkadot: {
1304
- DOT: string | number;
1305
- };
1306
1258
  Assethub: {
1307
1259
  USDC: string | number;
1308
1260
  USDT: string | number;
@@ -1337,29 +1289,27 @@ declare const rpcResult: {
1337
1289
  delegation_fee_bps: number;
1338
1290
  } | undefined;
1339
1291
  }>, z.ZodObject<{
1340
- refund_addresses: z.ZodObject<{
1292
+ refund_addresses: z.ZodObject<Omit<{
1341
1293
  Bitcoin: z.ZodNullable<z.ZodString>;
1342
1294
  Ethereum: z.ZodNullable<z.ZodString>;
1343
1295
  Polkadot: z.ZodNullable<z.ZodString>;
1344
1296
  Arbitrum: z.ZodNullable<z.ZodString>;
1345
1297
  Solana: z.ZodNullable<z.ZodString>;
1346
1298
  Assethub: z.ZodNullable<z.ZodString>;
1347
- }, "strip", z.ZodTypeAny, {
1299
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
1348
1300
  Bitcoin: string | null;
1349
1301
  Ethereum: string | null;
1350
1302
  Arbitrum: string | null;
1351
1303
  Solana: string | null;
1352
- Polkadot: string | null;
1353
1304
  Assethub: string | null;
1354
1305
  }, {
1355
1306
  Bitcoin: string | null;
1356
1307
  Ethereum: string | null;
1357
1308
  Arbitrum: string | null;
1358
1309
  Solana: string | null;
1359
- Polkadot: string | null;
1360
1310
  Assethub: string | null;
1361
1311
  }>;
1362
- earned_fees: z.ZodObject<{
1312
+ earned_fees: z.ZodObject<Omit<{
1363
1313
  Bitcoin: z.ZodObject<{
1364
1314
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
1365
1315
  }, "strip", z.ZodTypeAny, {
@@ -1423,7 +1373,7 @@ declare const rpcResult: {
1423
1373
  USDT: string | number;
1424
1374
  DOT: string | number;
1425
1375
  }>;
1426
- }, "strip", z.ZodTypeAny, {
1376
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
1427
1377
  Bitcoin: {
1428
1378
  BTC: bigint;
1429
1379
  };
@@ -1441,9 +1391,6 @@ declare const rpcResult: {
1441
1391
  USDC: bigint;
1442
1392
  SOL: bigint;
1443
1393
  };
1444
- Polkadot: {
1445
- DOT: bigint;
1446
- };
1447
1394
  Assethub: {
1448
1395
  USDC: bigint;
1449
1396
  USDT: bigint;
@@ -1467,16 +1414,13 @@ declare const rpcResult: {
1467
1414
  USDC: string | number;
1468
1415
  SOL: string | number;
1469
1416
  };
1470
- Polkadot: {
1471
- DOT: string | number;
1472
- };
1473
1417
  Assethub: {
1474
1418
  USDC: string | number;
1475
1419
  USDT: string | number;
1476
1420
  DOT: string | number;
1477
1421
  };
1478
1422
  }>;
1479
- boost_balances: z.ZodObject<{
1423
+ boost_balances: z.ZodObject<Omit<{
1480
1424
  Bitcoin: z.ZodObject<{
1481
1425
  BTC: z.ZodArray<z.ZodObject<{
1482
1426
  fee_tier: z.ZodNumber;
@@ -1930,7 +1874,7 @@ declare const rpcResult: {
1930
1874
  is_withdrawing: boolean;
1931
1875
  }[];
1932
1876
  }>;
1933
- }, "strip", z.ZodTypeAny, {
1877
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
1934
1878
  Bitcoin: {
1935
1879
  BTC: {
1936
1880
  fee_tier: number;
@@ -2002,15 +1946,6 @@ declare const rpcResult: {
2002
1946
  is_withdrawing: boolean;
2003
1947
  }[];
2004
1948
  };
2005
- Polkadot: {
2006
- DOT: {
2007
- fee_tier: number;
2008
- total_balance: bigint;
2009
- available_balance: bigint;
2010
- in_use_balance: bigint;
2011
- is_withdrawing: boolean;
2012
- }[];
2013
- };
2014
1949
  Assethub: {
2015
1950
  USDC: {
2016
1951
  fee_tier: number;
@@ -2106,15 +2041,6 @@ declare const rpcResult: {
2106
2041
  is_withdrawing: boolean;
2107
2042
  }[];
2108
2043
  };
2109
- Polkadot: {
2110
- DOT: {
2111
- fee_tier: number;
2112
- total_balance: string;
2113
- available_balance: string;
2114
- in_use_balance: string;
2115
- is_withdrawing: boolean;
2116
- }[];
2117
- };
2118
2044
  Assethub: {
2119
2045
  USDC: {
2120
2046
  fee_tier: number;
@@ -2392,7 +2318,7 @@ declare const rpcResult: {
2392
2318
  }>>, "many">>;
2393
2319
  vanity_name: z.ZodOptional<z.ZodString>;
2394
2320
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2395
- asset_balances: z.ZodObject<{
2321
+ asset_balances: z.ZodObject<Omit<{
2396
2322
  Bitcoin: z.ZodObject<{
2397
2323
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2398
2324
  }, "strip", z.ZodTypeAny, {
@@ -2456,7 +2382,7 @@ declare const rpcResult: {
2456
2382
  USDT: string | number;
2457
2383
  DOT: string | number;
2458
2384
  }>;
2459
- }, "strip", z.ZodTypeAny, {
2385
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
2460
2386
  Bitcoin: {
2461
2387
  BTC: bigint;
2462
2388
  };
@@ -2474,9 +2400,6 @@ declare const rpcResult: {
2474
2400
  USDC: bigint;
2475
2401
  SOL: bigint;
2476
2402
  };
2477
- Polkadot: {
2478
- DOT: bigint;
2479
- };
2480
2403
  Assethub: {
2481
2404
  USDC: bigint;
2482
2405
  USDT: bigint;
@@ -2500,9 +2423,6 @@ declare const rpcResult: {
2500
2423
  USDC: string | number;
2501
2424
  SOL: string | number;
2502
2425
  };
2503
- Polkadot: {
2504
- DOT: string | number;
2505
- };
2506
2426
  Assethub: {
2507
2427
  USDC: string | number;
2508
2428
  USDT: string | number;
@@ -2555,9 +2475,6 @@ declare const rpcResult: {
2555
2475
  USDC: bigint;
2556
2476
  SOL: bigint;
2557
2477
  };
2558
- Polkadot: {
2559
- DOT: bigint;
2560
- };
2561
2478
  Assethub: {
2562
2479
  USDC: bigint;
2563
2480
  USDT: bigint;
@@ -2584,9 +2501,6 @@ declare const rpcResult: {
2584
2501
  USDC: bigint;
2585
2502
  SOL: bigint;
2586
2503
  };
2587
- Polkadot: {
2588
- DOT: bigint;
2589
- };
2590
2504
  Assethub: {
2591
2505
  USDC: bigint;
2592
2506
  USDT: bigint;
@@ -2598,7 +2512,6 @@ declare const rpcResult: {
2598
2512
  Ethereum: string | null;
2599
2513
  Arbitrum: string | null;
2600
2514
  Solana: string | null;
2601
- Polkadot: string | null;
2602
2515
  Assethub: string | null;
2603
2516
  };
2604
2517
  boost_balances: {
@@ -2673,15 +2586,6 @@ declare const rpcResult: {
2673
2586
  is_withdrawing: boolean;
2674
2587
  }[];
2675
2588
  };
2676
- Polkadot: {
2677
- DOT: {
2678
- fee_tier: number;
2679
- total_balance: bigint;
2680
- available_balance: bigint;
2681
- in_use_balance: bigint;
2682
- is_withdrawing: boolean;
2683
- }[];
2684
- };
2685
2589
  Assethub: {
2686
2590
  USDC: {
2687
2591
  fee_tier: number;
@@ -2823,9 +2727,6 @@ declare const rpcResult: {
2823
2727
  USDC: string | number;
2824
2728
  SOL: string | number;
2825
2729
  };
2826
- Polkadot: {
2827
- DOT: string | number;
2828
- };
2829
2730
  Assethub: {
2830
2731
  USDC: string | number;
2831
2732
  USDT: string | number;
@@ -2852,9 +2753,6 @@ declare const rpcResult: {
2852
2753
  USDC: string | number;
2853
2754
  SOL: string | number;
2854
2755
  };
2855
- Polkadot: {
2856
- DOT: string | number;
2857
- };
2858
2756
  Assethub: {
2859
2757
  USDC: string | number;
2860
2758
  USDT: string | number;
@@ -2866,7 +2764,6 @@ declare const rpcResult: {
2866
2764
  Ethereum: string | null;
2867
2765
  Arbitrum: string | null;
2868
2766
  Solana: string | null;
2869
- Polkadot: string | null;
2870
2767
  Assethub: string | null;
2871
2768
  };
2872
2769
  boost_balances: {
@@ -2941,15 +2838,6 @@ declare const rpcResult: {
2941
2838
  is_withdrawing: boolean;
2942
2839
  }[];
2943
2840
  };
2944
- Polkadot: {
2945
- DOT: {
2946
- fee_tier: number;
2947
- total_balance: string;
2948
- available_balance: string;
2949
- in_use_balance: string;
2950
- is_withdrawing: boolean;
2951
- }[];
2952
- };
2953
2841
  Assethub: {
2954
2842
  USDC: {
2955
2843
  fee_tier: number;
@@ -3083,7 +2971,7 @@ declare const rpcResult: {
3083
2971
  operator: z.ZodOptional<z.ZodEffects<z.ZodString, `cF${string}`, string>>;
3084
2972
  vanity_name: z.ZodOptional<z.ZodString>;
3085
2973
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3086
- asset_balances: z.ZodObject<{
2974
+ asset_balances: z.ZodObject<Omit<{
3087
2975
  Bitcoin: z.ZodObject<{
3088
2976
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3089
2977
  }, "strip", z.ZodTypeAny, {
@@ -3147,7 +3035,7 @@ declare const rpcResult: {
3147
3035
  USDT: string | number;
3148
3036
  DOT: string | number;
3149
3037
  }>;
3150
- }, "strip", z.ZodTypeAny, {
3038
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
3151
3039
  Bitcoin: {
3152
3040
  BTC: bigint;
3153
3041
  };
@@ -3165,9 +3053,6 @@ declare const rpcResult: {
3165
3053
  USDC: bigint;
3166
3054
  SOL: bigint;
3167
3055
  };
3168
- Polkadot: {
3169
- DOT: bigint;
3170
- };
3171
3056
  Assethub: {
3172
3057
  USDC: bigint;
3173
3058
  USDT: bigint;
@@ -3191,9 +3076,6 @@ declare const rpcResult: {
3191
3076
  USDC: string | number;
3192
3077
  SOL: string | number;
3193
3078
  };
3194
- Polkadot: {
3195
- DOT: string | number;
3196
- };
3197
3079
  Assethub: {
3198
3080
  USDC: string | number;
3199
3081
  USDT: string | number;
@@ -3246,9 +3128,6 @@ declare const rpcResult: {
3246
3128
  USDC: bigint;
3247
3129
  SOL: bigint;
3248
3130
  };
3249
- Polkadot: {
3250
- DOT: bigint;
3251
- };
3252
3131
  Assethub: {
3253
3132
  USDC: bigint;
3254
3133
  USDT: bigint;
@@ -3299,9 +3178,6 @@ declare const rpcResult: {
3299
3178
  USDC: string | number;
3300
3179
  SOL: string | number;
3301
3180
  };
3302
- Polkadot: {
3303
- DOT: string | number;
3304
- };
3305
3181
  Assethub: {
3306
3182
  USDC: string | number;
3307
3183
  USDT: string | number;
@@ -3352,9 +3228,6 @@ declare const rpcResult: {
3352
3228
  USDC: bigint;
3353
3229
  SOL: bigint;
3354
3230
  };
3355
- Polkadot: {
3356
- DOT: bigint;
3357
- };
3358
3231
  Assethub: {
3359
3232
  USDC: bigint;
3360
3233
  USDT: bigint;
@@ -3395,9 +3268,6 @@ declare const rpcResult: {
3395
3268
  USDC: bigint;
3396
3269
  SOL: bigint;
3397
3270
  };
3398
- Polkadot: {
3399
- DOT: bigint;
3400
- };
3401
3271
  Assethub: {
3402
3272
  USDC: bigint;
3403
3273
  USDT: bigint;
@@ -3424,9 +3294,6 @@ declare const rpcResult: {
3424
3294
  USDC: bigint;
3425
3295
  SOL: bigint;
3426
3296
  };
3427
- Polkadot: {
3428
- DOT: bigint;
3429
- };
3430
3297
  Assethub: {
3431
3298
  USDC: bigint;
3432
3299
  USDT: bigint;
@@ -3471,9 +3338,6 @@ declare const rpcResult: {
3471
3338
  USDC: bigint;
3472
3339
  SOL: bigint;
3473
3340
  };
3474
- Polkadot: {
3475
- DOT: bigint;
3476
- };
3477
3341
  Assethub: {
3478
3342
  USDC: bigint;
3479
3343
  USDT: bigint;
@@ -3530,9 +3394,6 @@ declare const rpcResult: {
3530
3394
  USDC: bigint;
3531
3395
  SOL: bigint;
3532
3396
  };
3533
- Polkadot: {
3534
- DOT: bigint;
3535
- };
3536
3397
  Assethub: {
3537
3398
  USDC: bigint;
3538
3399
  USDT: bigint;
@@ -3579,9 +3440,6 @@ declare const rpcResult: {
3579
3440
  USDC: bigint;
3580
3441
  SOL: bigint;
3581
3442
  };
3582
- Polkadot: {
3583
- DOT: bigint;
3584
- };
3585
3443
  Assethub: {
3586
3444
  USDC: bigint;
3587
3445
  USDT: bigint;
@@ -3608,9 +3466,6 @@ declare const rpcResult: {
3608
3466
  USDC: bigint;
3609
3467
  SOL: bigint;
3610
3468
  };
3611
- Polkadot: {
3612
- DOT: bigint;
3613
- };
3614
3469
  Assethub: {
3615
3470
  USDC: bigint;
3616
3471
  USDT: bigint;
@@ -3637,9 +3492,6 @@ declare const rpcResult: {
3637
3492
  USDC: bigint;
3638
3493
  SOL: bigint;
3639
3494
  };
3640
- Polkadot: {
3641
- DOT: bigint;
3642
- };
3643
3495
  Assethub: {
3644
3496
  USDC: bigint;
3645
3497
  USDT: bigint;
@@ -3651,7 +3503,6 @@ declare const rpcResult: {
3651
3503
  Ethereum: string | null;
3652
3504
  Arbitrum: string | null;
3653
3505
  Solana: string | null;
3654
- Polkadot: string | null;
3655
3506
  Assethub: string | null;
3656
3507
  };
3657
3508
  boost_balances: {
@@ -3726,15 +3577,6 @@ declare const rpcResult: {
3726
3577
  is_withdrawing: boolean;
3727
3578
  }[];
3728
3579
  };
3729
- Polkadot: {
3730
- DOT: {
3731
- fee_tier: number;
3732
- total_balance: bigint;
3733
- available_balance: bigint;
3734
- in_use_balance: bigint;
3735
- is_withdrawing: boolean;
3736
- }[];
3737
- };
3738
3580
  Assethub: {
3739
3581
  USDC: {
3740
3582
  fee_tier: number;
@@ -3876,9 +3718,6 @@ declare const rpcResult: {
3876
3718
  USDC: string | number;
3877
3719
  SOL: string | number;
3878
3720
  };
3879
- Polkadot: {
3880
- DOT: string | number;
3881
- };
3882
3721
  Assethub: {
3883
3722
  USDC: string | number;
3884
3723
  USDT: string | number;
@@ -3919,9 +3758,6 @@ declare const rpcResult: {
3919
3758
  USDC: string | number;
3920
3759
  SOL: string | number;
3921
3760
  };
3922
- Polkadot: {
3923
- DOT: string | number;
3924
- };
3925
3761
  Assethub: {
3926
3762
  USDC: string | number;
3927
3763
  USDT: string | number;
@@ -3948,9 +3784,6 @@ declare const rpcResult: {
3948
3784
  USDC: string | number;
3949
3785
  SOL: string | number;
3950
3786
  };
3951
- Polkadot: {
3952
- DOT: string | number;
3953
- };
3954
3787
  Assethub: {
3955
3788
  USDC: string | number;
3956
3789
  USDT: string | number;
@@ -3995,9 +3828,6 @@ declare const rpcResult: {
3995
3828
  USDC: string | number;
3996
3829
  SOL: string | number;
3997
3830
  };
3998
- Polkadot: {
3999
- DOT: string | number;
4000
- };
4001
3831
  Assethub: {
4002
3832
  USDC: string | number;
4003
3833
  USDT: string | number;
@@ -4052,9 +3882,6 @@ declare const rpcResult: {
4052
3882
  USDC: string | number;
4053
3883
  SOL: string | number;
4054
3884
  };
4055
- Polkadot: {
4056
- DOT: string | number;
4057
- };
4058
3885
  Assethub: {
4059
3886
  USDC: string | number;
4060
3887
  USDT: string | number;
@@ -4081,9 +3908,6 @@ declare const rpcResult: {
4081
3908
  USDC: string | number;
4082
3909
  SOL: string | number;
4083
3910
  };
4084
- Polkadot: {
4085
- DOT: string | number;
4086
- };
4087
3911
  Assethub: {
4088
3912
  USDC: string | number;
4089
3913
  USDT: string | number;
@@ -4095,7 +3919,6 @@ declare const rpcResult: {
4095
3919
  Ethereum: string | null;
4096
3920
  Arbitrum: string | null;
4097
3921
  Solana: string | null;
4098
- Polkadot: string | null;
4099
3922
  Assethub: string | null;
4100
3923
  };
4101
3924
  boost_balances: {
@@ -4170,15 +3993,6 @@ declare const rpcResult: {
4170
3993
  is_withdrawing: boolean;
4171
3994
  }[];
4172
3995
  };
4173
- Polkadot: {
4174
- DOT: {
4175
- fee_tier: number;
4176
- total_balance: string;
4177
- available_balance: string;
4178
- in_use_balance: string;
4179
- is_withdrawing: boolean;
4180
- }[];
4181
- };
4182
3996
  Assethub: {
4183
3997
  USDC: {
4184
3998
  fee_tier: number;
@@ -4320,9 +4134,6 @@ declare const rpcResult: {
4320
4134
  USDC: string | number;
4321
4135
  SOL: string | number;
4322
4136
  };
4323
- Polkadot: {
4324
- DOT: string | number;
4325
- };
4326
4137
  Assethub: {
4327
4138
  USDC: string | number;
4328
4139
  USDT: string | number;
@@ -4355,7 +4166,7 @@ declare const rpcResult: {
4355
4166
  }>, z.ZodDiscriminatedUnion<"role", [z.ZodObject<{
4356
4167
  role: z.ZodLiteral<"unregistered">;
4357
4168
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4358
- asset_balances: z.ZodObject<{
4169
+ asset_balances: z.ZodObject<Omit<{
4359
4170
  Bitcoin: z.ZodObject<{
4360
4171
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4361
4172
  }, "strip", z.ZodTypeAny, {
@@ -4419,7 +4230,7 @@ declare const rpcResult: {
4419
4230
  USDT: string | number;
4420
4231
  DOT: string | number;
4421
4232
  }>;
4422
- }, "strip", z.ZodTypeAny, {
4233
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
4423
4234
  Bitcoin: {
4424
4235
  BTC: bigint;
4425
4236
  };
@@ -4437,9 +4248,6 @@ declare const rpcResult: {
4437
4248
  USDC: bigint;
4438
4249
  SOL: bigint;
4439
4250
  };
4440
- Polkadot: {
4441
- DOT: bigint;
4442
- };
4443
4251
  Assethub: {
4444
4252
  USDC: bigint;
4445
4253
  USDT: bigint;
@@ -4463,9 +4271,6 @@ declare const rpcResult: {
4463
4271
  USDC: string | number;
4464
4272
  SOL: string | number;
4465
4273
  };
4466
- Polkadot: {
4467
- DOT: string | number;
4468
- };
4469
4274
  Assethub: {
4470
4275
  USDC: string | number;
4471
4276
  USDT: string | number;
@@ -4493,9 +4298,6 @@ declare const rpcResult: {
4493
4298
  USDC: bigint;
4494
4299
  SOL: bigint;
4495
4300
  };
4496
- Polkadot: {
4497
- DOT: bigint;
4498
- };
4499
4301
  Assethub: {
4500
4302
  USDC: bigint;
4501
4303
  USDT: bigint;
@@ -4523,9 +4325,6 @@ declare const rpcResult: {
4523
4325
  USDC: string | number;
4524
4326
  SOL: string | number;
4525
4327
  };
4526
- Polkadot: {
4527
- DOT: string | number;
4528
- };
4529
4328
  Assethub: {
4530
4329
  USDC: string | number;
4531
4330
  USDT: string | number;
@@ -4536,7 +4335,7 @@ declare const rpcResult: {
4536
4335
  role: z.ZodLiteral<"broker">;
4537
4336
  bond: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4538
4337
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4539
- earned_fees: z.ZodObject<{
4338
+ earned_fees: z.ZodObject<Omit<{
4540
4339
  Bitcoin: z.ZodObject<{
4541
4340
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4542
4341
  }, "strip", z.ZodTypeAny, {
@@ -4600,7 +4399,7 @@ declare const rpcResult: {
4600
4399
  USDT: string | number;
4601
4400
  DOT: string | number;
4602
4401
  }>;
4603
- }, "strip", z.ZodTypeAny, {
4402
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
4604
4403
  Bitcoin: {
4605
4404
  BTC: bigint;
4606
4405
  };
@@ -4618,9 +4417,6 @@ declare const rpcResult: {
4618
4417
  USDC: bigint;
4619
4418
  SOL: bigint;
4620
4419
  };
4621
- Polkadot: {
4622
- DOT: bigint;
4623
- };
4624
4420
  Assethub: {
4625
4421
  USDC: bigint;
4626
4422
  USDT: bigint;
@@ -4644,9 +4440,6 @@ declare const rpcResult: {
4644
4440
  USDC: string | number;
4645
4441
  SOL: string | number;
4646
4442
  };
4647
- Polkadot: {
4648
- DOT: string | number;
4649
- };
4650
4443
  Assethub: {
4651
4444
  USDC: string | number;
4652
4445
  USDT: string | number;
@@ -4689,9 +4482,6 @@ declare const rpcResult: {
4689
4482
  USDC: bigint;
4690
4483
  SOL: bigint;
4691
4484
  };
4692
- Polkadot: {
4693
- DOT: bigint;
4694
- };
4695
4485
  Assethub: {
4696
4486
  USDC: bigint;
4697
4487
  USDT: bigint;
@@ -4726,9 +4516,6 @@ declare const rpcResult: {
4726
4516
  USDC: string | number;
4727
4517
  SOL: string | number;
4728
4518
  };
4729
- Polkadot: {
4730
- DOT: string | number;
4731
- };
4732
4519
  Assethub: {
4733
4520
  USDC: string | number;
4734
4521
  USDT: string | number;
@@ -4743,7 +4530,7 @@ declare const rpcResult: {
4743
4530
  }[] | undefined;
4744
4531
  }>, z.ZodObject<{
4745
4532
  role: z.ZodLiteral<"liquidity_provider">;
4746
- balances: z.ZodObject<{
4533
+ balances: z.ZodObject<Omit<{
4747
4534
  Bitcoin: z.ZodObject<{
4748
4535
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4749
4536
  }, "strip", z.ZodTypeAny, {
@@ -4807,7 +4594,7 @@ declare const rpcResult: {
4807
4594
  USDT: string | number;
4808
4595
  DOT: string | number;
4809
4596
  }>;
4810
- }, "strip", z.ZodTypeAny, {
4597
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
4811
4598
  Bitcoin: {
4812
4599
  BTC: bigint;
4813
4600
  };
@@ -4825,9 +4612,6 @@ declare const rpcResult: {
4825
4612
  USDC: bigint;
4826
4613
  SOL: bigint;
4827
4614
  };
4828
- Polkadot: {
4829
- DOT: bigint;
4830
- };
4831
4615
  Assethub: {
4832
4616
  USDC: bigint;
4833
4617
  USDT: bigint;
@@ -4851,39 +4635,34 @@ declare const rpcResult: {
4851
4635
  USDC: string | number;
4852
4636
  SOL: string | number;
4853
4637
  };
4854
- Polkadot: {
4855
- DOT: string | number;
4856
- };
4857
4638
  Assethub: {
4858
4639
  USDC: string | number;
4859
4640
  USDT: string | number;
4860
4641
  DOT: string | number;
4861
4642
  };
4862
4643
  }>;
4863
- refund_addresses: z.ZodObject<{
4644
+ refund_addresses: z.ZodObject<Omit<{
4864
4645
  Bitcoin: z.ZodNullable<z.ZodString>;
4865
4646
  Ethereum: z.ZodNullable<z.ZodString>;
4866
4647
  Polkadot: z.ZodNullable<z.ZodString>;
4867
4648
  Arbitrum: z.ZodNullable<z.ZodString>;
4868
4649
  Solana: z.ZodNullable<z.ZodString>;
4869
4650
  Assethub: z.ZodNullable<z.ZodString>;
4870
- }, "strip", z.ZodTypeAny, {
4651
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
4871
4652
  Bitcoin: string | null;
4872
4653
  Ethereum: string | null;
4873
4654
  Arbitrum: string | null;
4874
4655
  Solana: string | null;
4875
- Polkadot: string | null;
4876
4656
  Assethub: string | null;
4877
4657
  }, {
4878
4658
  Bitcoin: string | null;
4879
4659
  Ethereum: string | null;
4880
4660
  Arbitrum: string | null;
4881
4661
  Solana: string | null;
4882
- Polkadot: string | null;
4883
4662
  Assethub: string | null;
4884
4663
  }>;
4885
4664
  flip_balance: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4886
- earned_fees: z.ZodObject<{
4665
+ earned_fees: z.ZodObject<Omit<{
4887
4666
  Bitcoin: z.ZodObject<{
4888
4667
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
4889
4668
  }, "strip", z.ZodTypeAny, {
@@ -4947,7 +4726,7 @@ declare const rpcResult: {
4947
4726
  USDT: string | number;
4948
4727
  DOT: string | number;
4949
4728
  }>;
4950
- }, "strip", z.ZodTypeAny, {
4729
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
4951
4730
  Bitcoin: {
4952
4731
  BTC: bigint;
4953
4732
  };
@@ -4965,9 +4744,6 @@ declare const rpcResult: {
4965
4744
  USDC: bigint;
4966
4745
  SOL: bigint;
4967
4746
  };
4968
- Polkadot: {
4969
- DOT: bigint;
4970
- };
4971
4747
  Assethub: {
4972
4748
  USDC: bigint;
4973
4749
  USDT: bigint;
@@ -4991,16 +4767,13 @@ declare const rpcResult: {
4991
4767
  USDC: string | number;
4992
4768
  SOL: string | number;
4993
4769
  };
4994
- Polkadot: {
4995
- DOT: string | number;
4996
- };
4997
4770
  Assethub: {
4998
4771
  USDC: string | number;
4999
4772
  USDT: string | number;
5000
4773
  DOT: string | number;
5001
4774
  };
5002
4775
  }>;
5003
- boost_balances: z.ZodObject<{
4776
+ boost_balances: z.ZodObject<Omit<{
5004
4777
  Bitcoin: z.ZodObject<{
5005
4778
  BTC: z.ZodArray<z.ZodObject<{
5006
4779
  fee_tier: z.ZodNumber;
@@ -5454,7 +5227,7 @@ declare const rpcResult: {
5454
5227
  is_withdrawing: boolean;
5455
5228
  }[];
5456
5229
  }>;
5457
- }, "strip", z.ZodTypeAny, {
5230
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
5458
5231
  Bitcoin: {
5459
5232
  BTC: {
5460
5233
  fee_tier: number;
@@ -5526,15 +5299,6 @@ declare const rpcResult: {
5526
5299
  is_withdrawing: boolean;
5527
5300
  }[];
5528
5301
  };
5529
- Polkadot: {
5530
- DOT: {
5531
- fee_tier: number;
5532
- total_balance: bigint;
5533
- available_balance: bigint;
5534
- in_use_balance: bigint;
5535
- is_withdrawing: boolean;
5536
- }[];
5537
- };
5538
5302
  Assethub: {
5539
5303
  USDC: {
5540
5304
  fee_tier: number;
@@ -5630,15 +5394,6 @@ declare const rpcResult: {
5630
5394
  is_withdrawing: boolean;
5631
5395
  }[];
5632
5396
  };
5633
- Polkadot: {
5634
- DOT: {
5635
- fee_tier: number;
5636
- total_balance: string;
5637
- available_balance: string;
5638
- in_use_balance: string;
5639
- is_withdrawing: boolean;
5640
- }[];
5641
- };
5642
5397
  Assethub: {
5643
5398
  USDC: {
5644
5399
  fee_tier: number;
@@ -5684,9 +5439,6 @@ declare const rpcResult: {
5684
5439
  USDC: bigint;
5685
5440
  SOL: bigint;
5686
5441
  };
5687
- Polkadot: {
5688
- DOT: bigint;
5689
- };
5690
5442
  Assethub: {
5691
5443
  USDC: bigint;
5692
5444
  USDT: bigint;
@@ -5698,7 +5450,6 @@ declare const rpcResult: {
5698
5450
  Ethereum: string | null;
5699
5451
  Arbitrum: string | null;
5700
5452
  Solana: string | null;
5701
- Polkadot: string | null;
5702
5453
  Assethub: string | null;
5703
5454
  };
5704
5455
  boost_balances: {
@@ -5773,15 +5524,6 @@ declare const rpcResult: {
5773
5524
  is_withdrawing: boolean;
5774
5525
  }[];
5775
5526
  };
5776
- Polkadot: {
5777
- DOT: {
5778
- fee_tier: number;
5779
- total_balance: bigint;
5780
- available_balance: bigint;
5781
- in_use_balance: bigint;
5782
- is_withdrawing: boolean;
5783
- }[];
5784
- };
5785
5527
  Assethub: {
5786
5528
  USDC: {
5787
5529
  fee_tier: number;
@@ -5824,9 +5566,6 @@ declare const rpcResult: {
5824
5566
  USDC: bigint;
5825
5567
  SOL: bigint;
5826
5568
  };
5827
- Polkadot: {
5828
- DOT: bigint;
5829
- };
5830
5569
  Assethub: {
5831
5570
  USDC: bigint;
5832
5571
  USDT: bigint;
@@ -5854,9 +5593,6 @@ declare const rpcResult: {
5854
5593
  USDC: string | number;
5855
5594
  SOL: string | number;
5856
5595
  };
5857
- Polkadot: {
5858
- DOT: string | number;
5859
- };
5860
5596
  Assethub: {
5861
5597
  USDC: string | number;
5862
5598
  USDT: string | number;
@@ -5868,7 +5604,6 @@ declare const rpcResult: {
5868
5604
  Ethereum: string | null;
5869
5605
  Arbitrum: string | null;
5870
5606
  Solana: string | null;
5871
- Polkadot: string | null;
5872
5607
  Assethub: string | null;
5873
5608
  };
5874
5609
  boost_balances: {
@@ -5943,15 +5678,6 @@ declare const rpcResult: {
5943
5678
  is_withdrawing: boolean;
5944
5679
  }[];
5945
5680
  };
5946
- Polkadot: {
5947
- DOT: {
5948
- fee_tier: number;
5949
- total_balance: string;
5950
- available_balance: string;
5951
- in_use_balance: string;
5952
- is_withdrawing: boolean;
5953
- }[];
5954
- };
5955
5681
  Assethub: {
5956
5682
  USDC: {
5957
5683
  fee_tier: number;
@@ -5994,9 +5720,6 @@ declare const rpcResult: {
5994
5720
  USDC: string | number;
5995
5721
  SOL: string | number;
5996
5722
  };
5997
- Polkadot: {
5998
- DOT: string | number;
5999
- };
6000
5723
  Assethub: {
6001
5724
  USDC: string | number;
6002
5725
  USDT: string | number;
@@ -6308,7 +6031,7 @@ declare const rpcResult: {
6308
6031
  }>>, "many">;
6309
6032
  readonly cf_environment: z.ZodObject<{
6310
6033
  ingress_egress: z.ZodEffects<z.ZodObject<{
6311
- minimum_deposit_amounts: z.ZodObject<{
6034
+ minimum_deposit_amounts: z.ZodObject<Omit<{
6312
6035
  Bitcoin: z.ZodObject<{
6313
6036
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6314
6037
  }, "strip", z.ZodTypeAny, {
@@ -6372,7 +6095,7 @@ declare const rpcResult: {
6372
6095
  USDT: string | number;
6373
6096
  DOT: string | number;
6374
6097
  }>;
6375
- }, "strip", z.ZodTypeAny, {
6098
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6376
6099
  Bitcoin: {
6377
6100
  BTC: bigint;
6378
6101
  };
@@ -6390,9 +6113,6 @@ declare const rpcResult: {
6390
6113
  USDC: bigint;
6391
6114
  SOL: bigint;
6392
6115
  };
6393
- Polkadot: {
6394
- DOT: bigint;
6395
- };
6396
6116
  Assethub: {
6397
6117
  USDC: bigint;
6398
6118
  USDT: bigint;
@@ -6416,16 +6136,13 @@ declare const rpcResult: {
6416
6136
  USDC: string | number;
6417
6137
  SOL: string | number;
6418
6138
  };
6419
- Polkadot: {
6420
- DOT: string | number;
6421
- };
6422
6139
  Assethub: {
6423
6140
  USDC: string | number;
6424
6141
  USDT: string | number;
6425
6142
  DOT: string | number;
6426
6143
  };
6427
6144
  }>;
6428
- ingress_fees: z.ZodObject<{
6145
+ ingress_fees: z.ZodObject<Omit<{
6429
6146
  Bitcoin: z.ZodObject<{
6430
6147
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
6431
6148
  }, "strip", z.ZodTypeAny, {
@@ -6489,7 +6206,7 @@ declare const rpcResult: {
6489
6206
  USDT: string | number | null;
6490
6207
  DOT: string | number | null;
6491
6208
  }>;
6492
- }, "strip", z.ZodTypeAny, {
6209
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6493
6210
  Bitcoin: {
6494
6211
  BTC: bigint | null;
6495
6212
  };
@@ -6507,9 +6224,6 @@ declare const rpcResult: {
6507
6224
  USDC: bigint | null;
6508
6225
  SOL: bigint | null;
6509
6226
  };
6510
- Polkadot: {
6511
- DOT: bigint | null;
6512
- };
6513
6227
  Assethub: {
6514
6228
  USDC: bigint | null;
6515
6229
  USDT: bigint | null;
@@ -6533,16 +6247,13 @@ declare const rpcResult: {
6533
6247
  USDC: string | number | null;
6534
6248
  SOL: string | number | null;
6535
6249
  };
6536
- Polkadot: {
6537
- DOT: string | number | null;
6538
- };
6539
6250
  Assethub: {
6540
6251
  USDC: string | number | null;
6541
6252
  USDT: string | number | null;
6542
6253
  DOT: string | number | null;
6543
6254
  };
6544
6255
  }>;
6545
- egress_fees: z.ZodObject<{
6256
+ egress_fees: z.ZodObject<Omit<{
6546
6257
  Bitcoin: z.ZodObject<{
6547
6258
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
6548
6259
  }, "strip", z.ZodTypeAny, {
@@ -6606,7 +6317,7 @@ declare const rpcResult: {
6606
6317
  USDT: string | number | null;
6607
6318
  DOT: string | number | null;
6608
6319
  }>;
6609
- }, "strip", z.ZodTypeAny, {
6320
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6610
6321
  Bitcoin: {
6611
6322
  BTC: bigint | null;
6612
6323
  };
@@ -6624,9 +6335,6 @@ declare const rpcResult: {
6624
6335
  USDC: bigint | null;
6625
6336
  SOL: bigint | null;
6626
6337
  };
6627
- Polkadot: {
6628
- DOT: bigint | null;
6629
- };
6630
6338
  Assethub: {
6631
6339
  USDC: bigint | null;
6632
6340
  USDT: bigint | null;
@@ -6650,38 +6358,33 @@ declare const rpcResult: {
6650
6358
  USDC: string | number | null;
6651
6359
  SOL: string | number | null;
6652
6360
  };
6653
- Polkadot: {
6654
- DOT: string | number | null;
6655
- };
6656
6361
  Assethub: {
6657
6362
  USDC: string | number | null;
6658
6363
  USDT: string | number | null;
6659
6364
  DOT: string | number | null;
6660
6365
  };
6661
6366
  }>;
6662
- witness_safety_margins: z.ZodObject<{
6367
+ witness_safety_margins: z.ZodObject<Omit<{
6663
6368
  Bitcoin: z.ZodNullable<z.ZodNumber>;
6664
6369
  Ethereum: z.ZodNullable<z.ZodNumber>;
6665
6370
  Polkadot: z.ZodNullable<z.ZodNumber>;
6666
6371
  Arbitrum: z.ZodNullable<z.ZodNumber>;
6667
6372
  Solana: z.ZodNullable<z.ZodNumber>;
6668
6373
  Assethub: z.ZodNullable<z.ZodNumber>;
6669
- }, "strip", z.ZodTypeAny, {
6374
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6670
6375
  Bitcoin: number | null;
6671
6376
  Ethereum: number | null;
6672
6377
  Arbitrum: number | null;
6673
6378
  Solana: number | null;
6674
- Polkadot: number | null;
6675
6379
  Assethub: number | null;
6676
6380
  }, {
6677
6381
  Bitcoin: number | null;
6678
6382
  Ethereum: number | null;
6679
6383
  Arbitrum: number | null;
6680
6384
  Solana: number | null;
6681
- Polkadot: number | null;
6682
6385
  Assethub: number | null;
6683
6386
  }>;
6684
- egress_dust_limits: z.ZodObject<{
6387
+ egress_dust_limits: z.ZodObject<Omit<{
6685
6388
  Bitcoin: z.ZodObject<{
6686
6389
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6687
6390
  }, "strip", z.ZodTypeAny, {
@@ -6745,7 +6448,7 @@ declare const rpcResult: {
6745
6448
  USDT: string | number;
6746
6449
  DOT: string | number;
6747
6450
  }>;
6748
- }, "strip", z.ZodTypeAny, {
6451
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6749
6452
  Bitcoin: {
6750
6453
  BTC: bigint;
6751
6454
  };
@@ -6763,9 +6466,6 @@ declare const rpcResult: {
6763
6466
  USDC: bigint;
6764
6467
  SOL: bigint;
6765
6468
  };
6766
- Polkadot: {
6767
- DOT: bigint;
6768
- };
6769
6469
  Assethub: {
6770
6470
  USDC: bigint;
6771
6471
  USDT: bigint;
@@ -6789,35 +6489,30 @@ declare const rpcResult: {
6789
6489
  USDC: string | number;
6790
6490
  SOL: string | number;
6791
6491
  };
6792
- Polkadot: {
6793
- DOT: string | number;
6794
- };
6795
6492
  Assethub: {
6796
6493
  USDC: string | number;
6797
6494
  USDT: string | number;
6798
6495
  DOT: string | number;
6799
6496
  };
6800
6497
  }>;
6801
- channel_opening_fees: z.ZodObject<{
6498
+ channel_opening_fees: z.ZodObject<Omit<{
6802
6499
  Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6803
6500
  Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6804
6501
  Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6805
6502
  Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6806
6503
  Solana: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6807
6504
  Assethub: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
6808
- }, "strip", z.ZodTypeAny, {
6505
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
6809
6506
  Bitcoin: bigint;
6810
6507
  Ethereum: bigint;
6811
6508
  Arbitrum: bigint;
6812
6509
  Solana: bigint;
6813
- Polkadot: bigint;
6814
6510
  Assethub: bigint;
6815
6511
  }, {
6816
6512
  Bitcoin: string | number;
6817
6513
  Ethereum: string | number;
6818
6514
  Arbitrum: string | number;
6819
6515
  Solana: string | number;
6820
- Polkadot: string | number;
6821
6516
  Assethub: string | number;
6822
6517
  }>;
6823
6518
  }, "strip", z.ZodTypeAny, {
@@ -6839,9 +6534,6 @@ declare const rpcResult: {
6839
6534
  USDC: bigint;
6840
6535
  SOL: bigint;
6841
6536
  };
6842
- Polkadot: {
6843
- DOT: bigint;
6844
- };
6845
6537
  Assethub: {
6846
6538
  USDC: bigint;
6847
6539
  USDT: bigint;
@@ -6866,9 +6558,6 @@ declare const rpcResult: {
6866
6558
  USDC: bigint | null;
6867
6559
  SOL: bigint | null;
6868
6560
  };
6869
- Polkadot: {
6870
- DOT: bigint | null;
6871
- };
6872
6561
  Assethub: {
6873
6562
  USDC: bigint | null;
6874
6563
  USDT: bigint | null;
@@ -6893,9 +6582,6 @@ declare const rpcResult: {
6893
6582
  USDC: bigint | null;
6894
6583
  SOL: bigint | null;
6895
6584
  };
6896
- Polkadot: {
6897
- DOT: bigint | null;
6898
- };
6899
6585
  Assethub: {
6900
6586
  USDC: bigint | null;
6901
6587
  USDT: bigint | null;
@@ -6907,7 +6593,6 @@ declare const rpcResult: {
6907
6593
  Ethereum: number | null;
6908
6594
  Arbitrum: number | null;
6909
6595
  Solana: number | null;
6910
- Polkadot: number | null;
6911
6596
  Assethub: number | null;
6912
6597
  };
6913
6598
  egress_dust_limits: {
@@ -6928,9 +6613,6 @@ declare const rpcResult: {
6928
6613
  USDC: bigint;
6929
6614
  SOL: bigint;
6930
6615
  };
6931
- Polkadot: {
6932
- DOT: bigint;
6933
- };
6934
6616
  Assethub: {
6935
6617
  USDC: bigint;
6936
6618
  USDT: bigint;
@@ -6942,7 +6624,6 @@ declare const rpcResult: {
6942
6624
  Ethereum: bigint;
6943
6625
  Arbitrum: bigint;
6944
6626
  Solana: bigint;
6945
- Polkadot: bigint;
6946
6627
  Assethub: bigint;
6947
6628
  };
6948
6629
  }, {
@@ -6964,9 +6645,6 @@ declare const rpcResult: {
6964
6645
  USDC: string | number;
6965
6646
  SOL: string | number;
6966
6647
  };
6967
- Polkadot: {
6968
- DOT: string | number;
6969
- };
6970
6648
  Assethub: {
6971
6649
  USDC: string | number;
6972
6650
  USDT: string | number;
@@ -6991,9 +6669,6 @@ declare const rpcResult: {
6991
6669
  USDC: string | number | null;
6992
6670
  SOL: string | number | null;
6993
6671
  };
6994
- Polkadot: {
6995
- DOT: string | number | null;
6996
- };
6997
6672
  Assethub: {
6998
6673
  USDC: string | number | null;
6999
6674
  USDT: string | number | null;
@@ -7018,9 +6693,6 @@ declare const rpcResult: {
7018
6693
  USDC: string | number | null;
7019
6694
  SOL: string | number | null;
7020
6695
  };
7021
- Polkadot: {
7022
- DOT: string | number | null;
7023
- };
7024
6696
  Assethub: {
7025
6697
  USDC: string | number | null;
7026
6698
  USDT: string | number | null;
@@ -7032,7 +6704,6 @@ declare const rpcResult: {
7032
6704
  Ethereum: number | null;
7033
6705
  Arbitrum: number | null;
7034
6706
  Solana: number | null;
7035
- Polkadot: number | null;
7036
6707
  Assethub: number | null;
7037
6708
  };
7038
6709
  egress_dust_limits: {
@@ -7053,9 +6724,6 @@ declare const rpcResult: {
7053
6724
  USDC: string | number;
7054
6725
  SOL: string | number;
7055
6726
  };
7056
- Polkadot: {
7057
- DOT: string | number;
7058
- };
7059
6727
  Assethub: {
7060
6728
  USDC: string | number;
7061
6729
  USDT: string | number;
@@ -7067,7 +6735,6 @@ declare const rpcResult: {
7067
6735
  Ethereum: string | number;
7068
6736
  Arbitrum: string | number;
7069
6737
  Solana: string | number;
7070
- Polkadot: string | number;
7071
6738
  Assethub: string | number;
7072
6739
  };
7073
6740
  }>, Omit<{
@@ -7089,9 +6756,6 @@ declare const rpcResult: {
7089
6756
  USDC: bigint;
7090
6757
  SOL: bigint;
7091
6758
  };
7092
- Polkadot: {
7093
- DOT: bigint;
7094
- };
7095
6759
  Assethub: {
7096
6760
  USDC: bigint;
7097
6761
  USDT: bigint;
@@ -7116,9 +6780,6 @@ declare const rpcResult: {
7116
6780
  USDC: bigint | null;
7117
6781
  SOL: bigint | null;
7118
6782
  };
7119
- Polkadot: {
7120
- DOT: bigint | null;
7121
- };
7122
6783
  Assethub: {
7123
6784
  USDC: bigint | null;
7124
6785
  USDT: bigint | null;
@@ -7143,9 +6804,6 @@ declare const rpcResult: {
7143
6804
  USDC: bigint | null;
7144
6805
  SOL: bigint | null;
7145
6806
  };
7146
- Polkadot: {
7147
- DOT: bigint | null;
7148
- };
7149
6807
  Assethub: {
7150
6808
  USDC: bigint | null;
7151
6809
  USDT: bigint | null;
@@ -7157,7 +6815,6 @@ declare const rpcResult: {
7157
6815
  Ethereum: number | null;
7158
6816
  Arbitrum: number | null;
7159
6817
  Solana: number | null;
7160
- Polkadot: number | null;
7161
6818
  Assethub: number | null;
7162
6819
  };
7163
6820
  egress_dust_limits: {
@@ -7178,9 +6835,6 @@ declare const rpcResult: {
7178
6835
  USDC: bigint;
7179
6836
  SOL: bigint;
7180
6837
  };
7181
- Polkadot: {
7182
- DOT: bigint;
7183
- };
7184
6838
  Assethub: {
7185
6839
  USDC: bigint;
7186
6840
  USDT: bigint;
@@ -7192,7 +6846,6 @@ declare const rpcResult: {
7192
6846
  Ethereum: bigint;
7193
6847
  Arbitrum: bigint;
7194
6848
  Solana: bigint;
7195
- Polkadot: bigint;
7196
6849
  Assethub: bigint;
7197
6850
  };
7198
6851
  }, "egress_dust_limits"> & {
@@ -7214,9 +6867,6 @@ declare const rpcResult: {
7214
6867
  USDC: bigint;
7215
6868
  SOL: bigint;
7216
6869
  };
7217
- Polkadot: {
7218
- DOT: bigint;
7219
- };
7220
6870
  Assethub: {
7221
6871
  USDC: bigint;
7222
6872
  USDT: bigint;
@@ -7242,9 +6892,6 @@ declare const rpcResult: {
7242
6892
  USDC: string | number;
7243
6893
  SOL: string | number;
7244
6894
  };
7245
- Polkadot: {
7246
- DOT: string | number;
7247
- };
7248
6895
  Assethub: {
7249
6896
  USDC: string | number;
7250
6897
  USDT: string | number;
@@ -7269,9 +6916,6 @@ declare const rpcResult: {
7269
6916
  USDC: string | number | null;
7270
6917
  SOL: string | number | null;
7271
6918
  };
7272
- Polkadot: {
7273
- DOT: string | number | null;
7274
- };
7275
6919
  Assethub: {
7276
6920
  USDC: string | number | null;
7277
6921
  USDT: string | number | null;
@@ -7296,9 +6940,6 @@ declare const rpcResult: {
7296
6940
  USDC: string | number | null;
7297
6941
  SOL: string | number | null;
7298
6942
  };
7299
- Polkadot: {
7300
- DOT: string | number | null;
7301
- };
7302
6943
  Assethub: {
7303
6944
  USDC: string | number | null;
7304
6945
  USDT: string | number | null;
@@ -7310,7 +6951,6 @@ declare const rpcResult: {
7310
6951
  Ethereum: number | null;
7311
6952
  Arbitrum: number | null;
7312
6953
  Solana: number | null;
7313
- Polkadot: number | null;
7314
6954
  Assethub: number | null;
7315
6955
  };
7316
6956
  egress_dust_limits: {
@@ -7331,9 +6971,6 @@ declare const rpcResult: {
7331
6971
  USDC: string | number;
7332
6972
  SOL: string | number;
7333
6973
  };
7334
- Polkadot: {
7335
- DOT: string | number;
7336
- };
7337
6974
  Assethub: {
7338
6975
  USDC: string | number;
7339
6976
  USDT: string | number;
@@ -7345,12 +6982,11 @@ declare const rpcResult: {
7345
6982
  Ethereum: string | number;
7346
6983
  Arbitrum: string | number;
7347
6984
  Solana: string | number;
7348
- Polkadot: string | number;
7349
6985
  Assethub: string | number;
7350
6986
  };
7351
6987
  }>;
7352
6988
  swapping: z.ZodObject<{
7353
- maximum_swap_amounts: z.ZodObject<{
6989
+ maximum_swap_amounts: z.ZodObject<Omit<{
7354
6990
  Bitcoin: z.ZodObject<{
7355
6991
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
7356
6992
  }, "strip", z.ZodTypeAny, {
@@ -7414,7 +7050,7 @@ declare const rpcResult: {
7414
7050
  USDT: string | number | null;
7415
7051
  DOT: string | number | null;
7416
7052
  }>;
7417
- }, "strip", z.ZodTypeAny, {
7053
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
7418
7054
  Bitcoin: {
7419
7055
  BTC: bigint | null;
7420
7056
  };
@@ -7432,9 +7068,6 @@ declare const rpcResult: {
7432
7068
  USDC: bigint | null;
7433
7069
  SOL: bigint | null;
7434
7070
  };
7435
- Polkadot: {
7436
- DOT: bigint | null;
7437
- };
7438
7071
  Assethub: {
7439
7072
  USDC: bigint | null;
7440
7073
  USDT: bigint | null;
@@ -7458,9 +7091,6 @@ declare const rpcResult: {
7458
7091
  USDC: string | number | null;
7459
7092
  SOL: string | number | null;
7460
7093
  };
7461
- Polkadot: {
7462
- DOT: string | number | null;
7463
- };
7464
7094
  Assethub: {
7465
7095
  USDC: string | number | null;
7466
7096
  USDT: string | number | null;
@@ -7471,7 +7101,7 @@ declare const rpcResult: {
7471
7101
  swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
7472
7102
  max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
7473
7103
  max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
7474
- minimum_chunk_size: z.ZodOptional<z.ZodObject<{
7104
+ minimum_chunk_size: z.ZodOptional<z.ZodObject<Omit<{
7475
7105
  Bitcoin: z.ZodObject<{
7476
7106
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
7477
7107
  }, "strip", z.ZodTypeAny, {
@@ -7535,7 +7165,7 @@ declare const rpcResult: {
7535
7165
  USDT: string | number | null;
7536
7166
  DOT: string | number | null;
7537
7167
  }>;
7538
- }, "strip", z.ZodTypeAny, {
7168
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
7539
7169
  Bitcoin: {
7540
7170
  BTC: bigint | null;
7541
7171
  };
@@ -7553,9 +7183,6 @@ declare const rpcResult: {
7553
7183
  USDC: bigint | null;
7554
7184
  SOL: bigint | null;
7555
7185
  };
7556
- Polkadot: {
7557
- DOT: bigint | null;
7558
- };
7559
7186
  Assethub: {
7560
7187
  USDC: bigint | null;
7561
7188
  USDT: bigint | null;
@@ -7579,9 +7206,6 @@ declare const rpcResult: {
7579
7206
  USDC: string | number | null;
7580
7207
  SOL: string | number | null;
7581
7208
  };
7582
- Polkadot: {
7583
- DOT: string | number | null;
7584
- };
7585
7209
  Assethub: {
7586
7210
  USDC: string | number | null;
7587
7211
  USDT: string | number | null;
@@ -7600,7 +7224,7 @@ declare const rpcResult: {
7600
7224
  minimum: string | number;
7601
7225
  rate: string | number;
7602
7226
  }>;
7603
- rates: z.ZodObject<{
7227
+ rates: z.ZodObject<Omit<{
7604
7228
  Bitcoin: z.ZodObject<{
7605
7229
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7606
7230
  }, "strip", z.ZodTypeAny, {
@@ -7664,7 +7288,7 @@ declare const rpcResult: {
7664
7288
  USDT: string | number;
7665
7289
  DOT: string | number;
7666
7290
  }>;
7667
- }, "strip", z.ZodTypeAny, {
7291
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
7668
7292
  Bitcoin: {
7669
7293
  BTC: bigint;
7670
7294
  };
@@ -7682,9 +7306,6 @@ declare const rpcResult: {
7682
7306
  USDC: bigint;
7683
7307
  SOL: bigint;
7684
7308
  };
7685
- Polkadot: {
7686
- DOT: bigint;
7687
- };
7688
7309
  Assethub: {
7689
7310
  USDC: bigint;
7690
7311
  USDT: bigint;
@@ -7708,9 +7329,6 @@ declare const rpcResult: {
7708
7329
  USDC: string | number;
7709
7330
  SOL: string | number;
7710
7331
  };
7711
- Polkadot: {
7712
- DOT: string | number;
7713
- };
7714
7332
  Assethub: {
7715
7333
  USDC: string | number;
7716
7334
  USDT: string | number;
@@ -7740,9 +7358,6 @@ declare const rpcResult: {
7740
7358
  USDC: bigint;
7741
7359
  SOL: bigint;
7742
7360
  };
7743
- Polkadot: {
7744
- DOT: bigint;
7745
- };
7746
7361
  Assethub: {
7747
7362
  USDC: bigint;
7748
7363
  USDT: bigint;
@@ -7772,9 +7387,6 @@ declare const rpcResult: {
7772
7387
  USDC: string | number;
7773
7388
  SOL: string | number;
7774
7389
  };
7775
- Polkadot: {
7776
- DOT: string | number;
7777
- };
7778
7390
  Assethub: {
7779
7391
  USDC: string | number;
7780
7392
  USDT: string | number;
@@ -7793,7 +7405,7 @@ declare const rpcResult: {
7793
7405
  minimum: string | number;
7794
7406
  rate: string | number;
7795
7407
  }>;
7796
- rates: z.ZodObject<{
7408
+ rates: z.ZodObject<Omit<{
7797
7409
  Bitcoin: z.ZodObject<{
7798
7410
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7799
7411
  }, "strip", z.ZodTypeAny, {
@@ -7857,7 +7469,7 @@ declare const rpcResult: {
7857
7469
  USDT: string | number;
7858
7470
  DOT: string | number;
7859
7471
  }>;
7860
- }, "strip", z.ZodTypeAny, {
7472
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
7861
7473
  Bitcoin: {
7862
7474
  BTC: bigint;
7863
7475
  };
@@ -7875,9 +7487,6 @@ declare const rpcResult: {
7875
7487
  USDC: bigint;
7876
7488
  SOL: bigint;
7877
7489
  };
7878
- Polkadot: {
7879
- DOT: bigint;
7880
- };
7881
7490
  Assethub: {
7882
7491
  USDC: bigint;
7883
7492
  USDT: bigint;
@@ -7901,9 +7510,6 @@ declare const rpcResult: {
7901
7510
  USDC: string | number;
7902
7511
  SOL: string | number;
7903
7512
  };
7904
- Polkadot: {
7905
- DOT: string | number;
7906
- };
7907
7513
  Assethub: {
7908
7514
  USDC: string | number;
7909
7515
  USDT: string | number;
@@ -7933,9 +7539,6 @@ declare const rpcResult: {
7933
7539
  USDC: bigint;
7934
7540
  SOL: bigint;
7935
7541
  };
7936
- Polkadot: {
7937
- DOT: bigint;
7938
- };
7939
7542
  Assethub: {
7940
7543
  USDC: bigint;
7941
7544
  USDT: bigint;
@@ -7965,9 +7568,6 @@ declare const rpcResult: {
7965
7568
  USDC: string | number;
7966
7569
  SOL: string | number;
7967
7570
  };
7968
- Polkadot: {
7969
- DOT: string | number;
7970
- };
7971
7571
  Assethub: {
7972
7572
  USDC: string | number;
7973
7573
  USDT: string | number;
@@ -7999,9 +7599,6 @@ declare const rpcResult: {
7999
7599
  USDC: bigint;
8000
7600
  SOL: bigint;
8001
7601
  };
8002
- Polkadot: {
8003
- DOT: bigint;
8004
- };
8005
7602
  Assethub: {
8006
7603
  USDC: bigint;
8007
7604
  USDT: bigint;
@@ -8032,9 +7629,6 @@ declare const rpcResult: {
8032
7629
  USDC: bigint;
8033
7630
  SOL: bigint;
8034
7631
  };
8035
- Polkadot: {
8036
- DOT: bigint;
8037
- };
8038
7632
  Assethub: {
8039
7633
  USDC: bigint;
8040
7634
  USDT: bigint;
@@ -8066,9 +7660,6 @@ declare const rpcResult: {
8066
7660
  USDC: string | number;
8067
7661
  SOL: string | number;
8068
7662
  };
8069
- Polkadot: {
8070
- DOT: string | number;
8071
- };
8072
7663
  Assethub: {
8073
7664
  USDC: string | number;
8074
7665
  USDT: string | number;
@@ -8099,9 +7690,6 @@ declare const rpcResult: {
8099
7690
  USDC: string | number;
8100
7691
  SOL: string | number;
8101
7692
  };
8102
- Polkadot: {
8103
- DOT: string | number;
8104
- };
8105
7693
  Assethub: {
8106
7694
  USDC: string | number;
8107
7695
  USDT: string | number;
@@ -8129,9 +7717,6 @@ declare const rpcResult: {
8129
7717
  USDC: bigint | null;
8130
7718
  SOL: bigint | null;
8131
7719
  };
8132
- Polkadot: {
8133
- DOT: bigint | null;
8134
- };
8135
7720
  Assethub: {
8136
7721
  USDC: bigint | null;
8137
7722
  USDT: bigint | null;
@@ -8163,9 +7748,6 @@ declare const rpcResult: {
8163
7748
  USDC: bigint;
8164
7749
  SOL: bigint;
8165
7750
  };
8166
- Polkadot: {
8167
- DOT: bigint;
8168
- };
8169
7751
  Assethub: {
8170
7752
  USDC: bigint;
8171
7753
  USDT: bigint;
@@ -8196,9 +7778,6 @@ declare const rpcResult: {
8196
7778
  USDC: bigint;
8197
7779
  SOL: bigint;
8198
7780
  };
8199
- Polkadot: {
8200
- DOT: bigint;
8201
- };
8202
7781
  Assethub: {
8203
7782
  USDC: bigint;
8204
7783
  USDT: bigint;
@@ -8228,9 +7807,6 @@ declare const rpcResult: {
8228
7807
  USDC: bigint | null;
8229
7808
  SOL: bigint | null;
8230
7809
  };
8231
- Polkadot: {
8232
- DOT: bigint | null;
8233
- };
8234
7810
  Assethub: {
8235
7811
  USDC: bigint | null;
8236
7812
  USDT: bigint | null;
@@ -8256,9 +7832,6 @@ declare const rpcResult: {
8256
7832
  USDC: string | number | null;
8257
7833
  SOL: string | number | null;
8258
7834
  };
8259
- Polkadot: {
8260
- DOT: string | number | null;
8261
- };
8262
7835
  Assethub: {
8263
7836
  USDC: string | number | null;
8264
7837
  USDT: string | number | null;
@@ -8290,9 +7863,6 @@ declare const rpcResult: {
8290
7863
  USDC: string | number;
8291
7864
  SOL: string | number;
8292
7865
  };
8293
- Polkadot: {
8294
- DOT: string | number;
8295
- };
8296
7866
  Assethub: {
8297
7867
  USDC: string | number;
8298
7868
  USDT: string | number;
@@ -8323,9 +7893,6 @@ declare const rpcResult: {
8323
7893
  USDC: string | number;
8324
7894
  SOL: string | number;
8325
7895
  };
8326
- Polkadot: {
8327
- DOT: string | number;
8328
- };
8329
7896
  Assethub: {
8330
7897
  USDC: string | number;
8331
7898
  USDT: string | number;
@@ -8355,9 +7922,6 @@ declare const rpcResult: {
8355
7922
  USDC: string | number | null;
8356
7923
  SOL: string | number | null;
8357
7924
  };
8358
- Polkadot: {
8359
- DOT: string | number | null;
8360
- };
8361
7925
  Assethub: {
8362
7926
  USDC: string | number | null;
8363
7927
  USDT: string | number | null;
@@ -8376,7 +7940,7 @@ declare const rpcResult: {
8376
7940
  minimum_funding_amount: string | number;
8377
7941
  }>;
8378
7942
  pools: z.ZodObject<{
8379
- fees: z.ZodObject<{
7943
+ fees: z.ZodObject<Omit<{
8380
7944
  Bitcoin: z.ZodObject<{
8381
7945
  BTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
8382
7946
  limit_order_fee_hundredth_pips: z.ZodNumber;
@@ -11281,7 +10845,7 @@ declare const rpcResult: {
11281
10845
  };
11282
10846
  } | null;
11283
10847
  }>;
11284
- }, "strip", z.ZodTypeAny, {
10848
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
11285
10849
  Bitcoin: {
11286
10850
  BTC: {
11287
10851
  limit_order_fee_hundredth_pips: number;
@@ -11666,55 +11230,6 @@ declare const rpcResult: {
11666
11230
  };
11667
11231
  };
11668
11232
  };
11669
- Polkadot: {
11670
- DOT: {
11671
- limit_order_fee_hundredth_pips: number;
11672
- range_order_fee_hundredth_pips: number;
11673
- range_order_total_fees_earned: {
11674
- base: bigint;
11675
- quote: bigint;
11676
- };
11677
- limit_order_total_fees_earned: {
11678
- base: bigint;
11679
- quote: bigint;
11680
- };
11681
- range_total_swap_inputs: {
11682
- base: bigint;
11683
- quote: bigint;
11684
- };
11685
- limit_total_swap_inputs: {
11686
- base: bigint;
11687
- quote: bigint;
11688
- };
11689
- quote_asset: {
11690
- chain: "Ethereum";
11691
- asset: "USDC";
11692
- };
11693
- } | {
11694
- readonly limit_order_fee_hundredth_pips: 0;
11695
- readonly range_order_fee_hundredth_pips: 0;
11696
- readonly range_order_total_fees_earned: {
11697
- readonly base: "0x0";
11698
- readonly quote: "0x0";
11699
- };
11700
- readonly limit_order_total_fees_earned: {
11701
- readonly base: "0x0";
11702
- readonly quote: "0x0";
11703
- };
11704
- readonly range_total_swap_inputs: {
11705
- readonly base: "0x0";
11706
- readonly quote: "0x0";
11707
- };
11708
- readonly limit_total_swap_inputs: {
11709
- readonly base: "0x0";
11710
- readonly quote: "0x0";
11711
- };
11712
- readonly quote_asset: {
11713
- readonly chain: "Ethereum";
11714
- readonly asset: "USDC";
11715
- };
11716
- };
11717
- };
11718
11233
  Assethub: {
11719
11234
  USDC: {
11720
11235
  limit_order_fee_hundredth_pips: number;
@@ -12059,32 +11574,6 @@ declare const rpcResult: {
12059
11574
  };
12060
11575
  } | null;
12061
11576
  };
12062
- Polkadot: {
12063
- DOT: {
12064
- limit_order_fee_hundredth_pips: number;
12065
- range_order_fee_hundredth_pips: number;
12066
- range_order_total_fees_earned: {
12067
- base: string;
12068
- quote: string;
12069
- };
12070
- limit_order_total_fees_earned: {
12071
- base: string;
12072
- quote: string;
12073
- };
12074
- range_total_swap_inputs: {
12075
- base: string;
12076
- quote: string;
12077
- };
12078
- limit_total_swap_inputs: {
12079
- base: string;
12080
- quote: string;
12081
- };
12082
- quote_asset: {
12083
- chain: "Ethereum";
12084
- asset: "USDC";
12085
- };
12086
- } | null;
12087
- };
12088
11577
  Assethub: {
12089
11578
  USDC: {
12090
11579
  limit_order_fee_hundredth_pips: number;
@@ -12546,55 +12035,6 @@ declare const rpcResult: {
12546
12035
  };
12547
12036
  };
12548
12037
  };
12549
- Polkadot: {
12550
- DOT: {
12551
- limit_order_fee_hundredth_pips: number;
12552
- range_order_fee_hundredth_pips: number;
12553
- range_order_total_fees_earned: {
12554
- base: bigint;
12555
- quote: bigint;
12556
- };
12557
- limit_order_total_fees_earned: {
12558
- base: bigint;
12559
- quote: bigint;
12560
- };
12561
- range_total_swap_inputs: {
12562
- base: bigint;
12563
- quote: bigint;
12564
- };
12565
- limit_total_swap_inputs: {
12566
- base: bigint;
12567
- quote: bigint;
12568
- };
12569
- quote_asset: {
12570
- chain: "Ethereum";
12571
- asset: "USDC";
12572
- };
12573
- } | {
12574
- readonly limit_order_fee_hundredth_pips: 0;
12575
- readonly range_order_fee_hundredth_pips: 0;
12576
- readonly range_order_total_fees_earned: {
12577
- readonly base: "0x0";
12578
- readonly quote: "0x0";
12579
- };
12580
- readonly limit_order_total_fees_earned: {
12581
- readonly base: "0x0";
12582
- readonly quote: "0x0";
12583
- };
12584
- readonly range_total_swap_inputs: {
12585
- readonly base: "0x0";
12586
- readonly quote: "0x0";
12587
- };
12588
- readonly limit_total_swap_inputs: {
12589
- readonly base: "0x0";
12590
- readonly quote: "0x0";
12591
- };
12592
- readonly quote_asset: {
12593
- readonly chain: "Ethereum";
12594
- readonly asset: "USDC";
12595
- };
12596
- };
12597
- };
12598
12038
  Assethub: {
12599
12039
  USDC: {
12600
12040
  limit_order_fee_hundredth_pips: number;
@@ -12941,32 +12381,6 @@ declare const rpcResult: {
12941
12381
  };
12942
12382
  } | null;
12943
12383
  };
12944
- Polkadot: {
12945
- DOT: {
12946
- limit_order_fee_hundredth_pips: number;
12947
- range_order_fee_hundredth_pips: number;
12948
- range_order_total_fees_earned: {
12949
- base: string;
12950
- quote: string;
12951
- };
12952
- limit_order_total_fees_earned: {
12953
- base: string;
12954
- quote: string;
12955
- };
12956
- range_total_swap_inputs: {
12957
- base: string;
12958
- quote: string;
12959
- };
12960
- limit_total_swap_inputs: {
12961
- base: string;
12962
- quote: string;
12963
- };
12964
- quote_asset: {
12965
- chain: "Ethereum";
12966
- asset: "USDC";
12967
- };
12968
- } | null;
12969
- };
12970
12384
  Assethub: {
12971
12385
  USDC: {
12972
12386
  limit_order_fee_hundredth_pips: number;
@@ -13063,9 +12477,6 @@ declare const rpcResult: {
13063
12477
  USDC: bigint;
13064
12478
  SOL: bigint;
13065
12479
  };
13066
- Polkadot: {
13067
- DOT: bigint;
13068
- };
13069
12480
  Assethub: {
13070
12481
  USDC: bigint;
13071
12482
  USDT: bigint;
@@ -13090,9 +12501,6 @@ declare const rpcResult: {
13090
12501
  USDC: bigint | null;
13091
12502
  SOL: bigint | null;
13092
12503
  };
13093
- Polkadot: {
13094
- DOT: bigint | null;
13095
- };
13096
12504
  Assethub: {
13097
12505
  USDC: bigint | null;
13098
12506
  USDT: bigint | null;
@@ -13117,9 +12525,6 @@ declare const rpcResult: {
13117
12525
  USDC: bigint | null;
13118
12526
  SOL: bigint | null;
13119
12527
  };
13120
- Polkadot: {
13121
- DOT: bigint | null;
13122
- };
13123
12528
  Assethub: {
13124
12529
  USDC: bigint | null;
13125
12530
  USDT: bigint | null;
@@ -13131,7 +12536,6 @@ declare const rpcResult: {
13131
12536
  Ethereum: number | null;
13132
12537
  Arbitrum: number | null;
13133
12538
  Solana: number | null;
13134
- Polkadot: number | null;
13135
12539
  Assethub: number | null;
13136
12540
  };
13137
12541
  egress_dust_limits: {
@@ -13152,9 +12556,6 @@ declare const rpcResult: {
13152
12556
  USDC: bigint;
13153
12557
  SOL: bigint;
13154
12558
  };
13155
- Polkadot: {
13156
- DOT: bigint;
13157
- };
13158
12559
  Assethub: {
13159
12560
  USDC: bigint;
13160
12561
  USDT: bigint;
@@ -13166,7 +12567,6 @@ declare const rpcResult: {
13166
12567
  Ethereum: bigint;
13167
12568
  Arbitrum: bigint;
13168
12569
  Solana: bigint;
13169
- Polkadot: bigint;
13170
12570
  Assethub: bigint;
13171
12571
  };
13172
12572
  }, "egress_dust_limits"> & {
@@ -13188,9 +12588,6 @@ declare const rpcResult: {
13188
12588
  USDC: bigint;
13189
12589
  SOL: bigint;
13190
12590
  };
13191
- Polkadot: {
13192
- DOT: bigint;
13193
- };
13194
12591
  Assethub: {
13195
12592
  USDC: bigint;
13196
12593
  USDT: bigint;
@@ -13217,9 +12614,6 @@ declare const rpcResult: {
13217
12614
  USDC: bigint | null;
13218
12615
  SOL: bigint | null;
13219
12616
  };
13220
- Polkadot: {
13221
- DOT: bigint | null;
13222
- };
13223
12617
  Assethub: {
13224
12618
  USDC: bigint | null;
13225
12619
  USDT: bigint | null;
@@ -13251,9 +12645,6 @@ declare const rpcResult: {
13251
12645
  USDC: bigint;
13252
12646
  SOL: bigint;
13253
12647
  };
13254
- Polkadot: {
13255
- DOT: bigint;
13256
- };
13257
12648
  Assethub: {
13258
12649
  USDC: bigint;
13259
12650
  USDT: bigint;
@@ -13284,9 +12675,6 @@ declare const rpcResult: {
13284
12675
  USDC: bigint;
13285
12676
  SOL: bigint;
13286
12677
  };
13287
- Polkadot: {
13288
- DOT: bigint;
13289
- };
13290
12678
  Assethub: {
13291
12679
  USDC: bigint;
13292
12680
  USDT: bigint;
@@ -13316,9 +12704,6 @@ declare const rpcResult: {
13316
12704
  USDC: bigint | null;
13317
12705
  SOL: bigint | null;
13318
12706
  };
13319
- Polkadot: {
13320
- DOT: bigint | null;
13321
- };
13322
12707
  Assethub: {
13323
12708
  USDC: bigint | null;
13324
12709
  USDT: bigint | null;
@@ -13716,55 +13101,6 @@ declare const rpcResult: {
13716
13101
  };
13717
13102
  };
13718
13103
  };
13719
- Polkadot: {
13720
- DOT: {
13721
- limit_order_fee_hundredth_pips: number;
13722
- range_order_fee_hundredth_pips: number;
13723
- range_order_total_fees_earned: {
13724
- base: bigint;
13725
- quote: bigint;
13726
- };
13727
- limit_order_total_fees_earned: {
13728
- base: bigint;
13729
- quote: bigint;
13730
- };
13731
- range_total_swap_inputs: {
13732
- base: bigint;
13733
- quote: bigint;
13734
- };
13735
- limit_total_swap_inputs: {
13736
- base: bigint;
13737
- quote: bigint;
13738
- };
13739
- quote_asset: {
13740
- chain: "Ethereum";
13741
- asset: "USDC";
13742
- };
13743
- } | {
13744
- readonly limit_order_fee_hundredth_pips: 0;
13745
- readonly range_order_fee_hundredth_pips: 0;
13746
- readonly range_order_total_fees_earned: {
13747
- readonly base: "0x0";
13748
- readonly quote: "0x0";
13749
- };
13750
- readonly limit_order_total_fees_earned: {
13751
- readonly base: "0x0";
13752
- readonly quote: "0x0";
13753
- };
13754
- readonly range_total_swap_inputs: {
13755
- readonly base: "0x0";
13756
- readonly quote: "0x0";
13757
- };
13758
- readonly limit_total_swap_inputs: {
13759
- readonly base: "0x0";
13760
- readonly quote: "0x0";
13761
- };
13762
- readonly quote_asset: {
13763
- readonly chain: "Ethereum";
13764
- readonly asset: "USDC";
13765
- };
13766
- };
13767
- };
13768
13104
  Assethub: {
13769
13105
  USDC: {
13770
13106
  limit_order_fee_hundredth_pips: number;
@@ -13930,9 +13266,6 @@ declare const rpcResult: {
13930
13266
  USDC: string | number;
13931
13267
  SOL: string | number;
13932
13268
  };
13933
- Polkadot: {
13934
- DOT: string | number;
13935
- };
13936
13269
  Assethub: {
13937
13270
  USDC: string | number;
13938
13271
  USDT: string | number;
@@ -13957,9 +13290,6 @@ declare const rpcResult: {
13957
13290
  USDC: string | number | null;
13958
13291
  SOL: string | number | null;
13959
13292
  };
13960
- Polkadot: {
13961
- DOT: string | number | null;
13962
- };
13963
13293
  Assethub: {
13964
13294
  USDC: string | number | null;
13965
13295
  USDT: string | number | null;
@@ -13984,9 +13314,6 @@ declare const rpcResult: {
13984
13314
  USDC: string | number | null;
13985
13315
  SOL: string | number | null;
13986
13316
  };
13987
- Polkadot: {
13988
- DOT: string | number | null;
13989
- };
13990
13317
  Assethub: {
13991
13318
  USDC: string | number | null;
13992
13319
  USDT: string | number | null;
@@ -13998,7 +13325,6 @@ declare const rpcResult: {
13998
13325
  Ethereum: number | null;
13999
13326
  Arbitrum: number | null;
14000
13327
  Solana: number | null;
14001
- Polkadot: number | null;
14002
13328
  Assethub: number | null;
14003
13329
  };
14004
13330
  egress_dust_limits: {
@@ -14019,9 +13345,6 @@ declare const rpcResult: {
14019
13345
  USDC: string | number;
14020
13346
  SOL: string | number;
14021
13347
  };
14022
- Polkadot: {
14023
- DOT: string | number;
14024
- };
14025
13348
  Assethub: {
14026
13349
  USDC: string | number;
14027
13350
  USDT: string | number;
@@ -14033,7 +13356,6 @@ declare const rpcResult: {
14033
13356
  Ethereum: string | number;
14034
13357
  Arbitrum: string | number;
14035
13358
  Solana: string | number;
14036
- Polkadot: string | number;
14037
13359
  Assethub: string | number;
14038
13360
  };
14039
13361
  };
@@ -14056,9 +13378,6 @@ declare const rpcResult: {
14056
13378
  USDC: string | number | null;
14057
13379
  SOL: string | number | null;
14058
13380
  };
14059
- Polkadot: {
14060
- DOT: string | number | null;
14061
- };
14062
13381
  Assethub: {
14063
13382
  USDC: string | number | null;
14064
13383
  USDT: string | number | null;
@@ -14090,9 +13409,6 @@ declare const rpcResult: {
14090
13409
  USDC: string | number;
14091
13410
  SOL: string | number;
14092
13411
  };
14093
- Polkadot: {
14094
- DOT: string | number;
14095
- };
14096
13412
  Assethub: {
14097
13413
  USDC: string | number;
14098
13414
  USDT: string | number;
@@ -14123,9 +13439,6 @@ declare const rpcResult: {
14123
13439
  USDC: string | number;
14124
13440
  SOL: string | number;
14125
13441
  };
14126
- Polkadot: {
14127
- DOT: string | number;
14128
- };
14129
13442
  Assethub: {
14130
13443
  USDC: string | number;
14131
13444
  USDT: string | number;
@@ -14155,9 +13468,6 @@ declare const rpcResult: {
14155
13468
  USDC: string | number | null;
14156
13469
  SOL: string | number | null;
14157
13470
  };
14158
- Polkadot: {
14159
- DOT: string | number | null;
14160
- };
14161
13471
  Assethub: {
14162
13472
  USDC: string | number | null;
14163
13473
  USDT: string | number | null;
@@ -14371,32 +13681,6 @@ declare const rpcResult: {
14371
13681
  };
14372
13682
  } | null;
14373
13683
  };
14374
- Polkadot: {
14375
- DOT: {
14376
- limit_order_fee_hundredth_pips: number;
14377
- range_order_fee_hundredth_pips: number;
14378
- range_order_total_fees_earned: {
14379
- base: string;
14380
- quote: string;
14381
- };
14382
- limit_order_total_fees_earned: {
14383
- base: string;
14384
- quote: string;
14385
- };
14386
- range_total_swap_inputs: {
14387
- base: string;
14388
- quote: string;
14389
- };
14390
- limit_total_swap_inputs: {
14391
- base: string;
14392
- quote: string;
14393
- };
14394
- quote_asset: {
14395
- chain: "Ethereum";
14396
- asset: "USDC";
14397
- };
14398
- } | null;
14399
- };
14400
13684
  Assethub: {
14401
13685
  USDC: {
14402
13686
  limit_order_fee_hundredth_pips: number;
@@ -14485,7 +13769,7 @@ declare const rpcResult: {
14485
13769
  minimum_funding_amount: string | number;
14486
13770
  }>;
14487
13771
  readonly cf_ingress_egress_environment: z.ZodEffects<z.ZodObject<{
14488
- minimum_deposit_amounts: z.ZodObject<{
13772
+ minimum_deposit_amounts: z.ZodObject<Omit<{
14489
13773
  Bitcoin: z.ZodObject<{
14490
13774
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14491
13775
  }, "strip", z.ZodTypeAny, {
@@ -14549,7 +13833,7 @@ declare const rpcResult: {
14549
13833
  USDT: string | number;
14550
13834
  DOT: string | number;
14551
13835
  }>;
14552
- }, "strip", z.ZodTypeAny, {
13836
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14553
13837
  Bitcoin: {
14554
13838
  BTC: bigint;
14555
13839
  };
@@ -14567,9 +13851,6 @@ declare const rpcResult: {
14567
13851
  USDC: bigint;
14568
13852
  SOL: bigint;
14569
13853
  };
14570
- Polkadot: {
14571
- DOT: bigint;
14572
- };
14573
13854
  Assethub: {
14574
13855
  USDC: bigint;
14575
13856
  USDT: bigint;
@@ -14593,16 +13874,13 @@ declare const rpcResult: {
14593
13874
  USDC: string | number;
14594
13875
  SOL: string | number;
14595
13876
  };
14596
- Polkadot: {
14597
- DOT: string | number;
14598
- };
14599
13877
  Assethub: {
14600
13878
  USDC: string | number;
14601
13879
  USDT: string | number;
14602
13880
  DOT: string | number;
14603
13881
  };
14604
13882
  }>;
14605
- ingress_fees: z.ZodObject<{
13883
+ ingress_fees: z.ZodObject<Omit<{
14606
13884
  Bitcoin: z.ZodObject<{
14607
13885
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
14608
13886
  }, "strip", z.ZodTypeAny, {
@@ -14666,7 +13944,7 @@ declare const rpcResult: {
14666
13944
  USDT: string | number | null;
14667
13945
  DOT: string | number | null;
14668
13946
  }>;
14669
- }, "strip", z.ZodTypeAny, {
13947
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14670
13948
  Bitcoin: {
14671
13949
  BTC: bigint | null;
14672
13950
  };
@@ -14684,9 +13962,6 @@ declare const rpcResult: {
14684
13962
  USDC: bigint | null;
14685
13963
  SOL: bigint | null;
14686
13964
  };
14687
- Polkadot: {
14688
- DOT: bigint | null;
14689
- };
14690
13965
  Assethub: {
14691
13966
  USDC: bigint | null;
14692
13967
  USDT: bigint | null;
@@ -14710,16 +13985,13 @@ declare const rpcResult: {
14710
13985
  USDC: string | number | null;
14711
13986
  SOL: string | number | null;
14712
13987
  };
14713
- Polkadot: {
14714
- DOT: string | number | null;
14715
- };
14716
13988
  Assethub: {
14717
13989
  USDC: string | number | null;
14718
13990
  USDT: string | number | null;
14719
13991
  DOT: string | number | null;
14720
13992
  };
14721
13993
  }>;
14722
- egress_fees: z.ZodObject<{
13994
+ egress_fees: z.ZodObject<Omit<{
14723
13995
  Bitcoin: z.ZodObject<{
14724
13996
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
14725
13997
  }, "strip", z.ZodTypeAny, {
@@ -14783,7 +14055,7 @@ declare const rpcResult: {
14783
14055
  USDT: string | number | null;
14784
14056
  DOT: string | number | null;
14785
14057
  }>;
14786
- }, "strip", z.ZodTypeAny, {
14058
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14787
14059
  Bitcoin: {
14788
14060
  BTC: bigint | null;
14789
14061
  };
@@ -14801,9 +14073,6 @@ declare const rpcResult: {
14801
14073
  USDC: bigint | null;
14802
14074
  SOL: bigint | null;
14803
14075
  };
14804
- Polkadot: {
14805
- DOT: bigint | null;
14806
- };
14807
14076
  Assethub: {
14808
14077
  USDC: bigint | null;
14809
14078
  USDT: bigint | null;
@@ -14827,38 +14096,33 @@ declare const rpcResult: {
14827
14096
  USDC: string | number | null;
14828
14097
  SOL: string | number | null;
14829
14098
  };
14830
- Polkadot: {
14831
- DOT: string | number | null;
14832
- };
14833
14099
  Assethub: {
14834
14100
  USDC: string | number | null;
14835
14101
  USDT: string | number | null;
14836
14102
  DOT: string | number | null;
14837
14103
  };
14838
14104
  }>;
14839
- witness_safety_margins: z.ZodObject<{
14105
+ witness_safety_margins: z.ZodObject<Omit<{
14840
14106
  Bitcoin: z.ZodNullable<z.ZodNumber>;
14841
14107
  Ethereum: z.ZodNullable<z.ZodNumber>;
14842
14108
  Polkadot: z.ZodNullable<z.ZodNumber>;
14843
14109
  Arbitrum: z.ZodNullable<z.ZodNumber>;
14844
14110
  Solana: z.ZodNullable<z.ZodNumber>;
14845
14111
  Assethub: z.ZodNullable<z.ZodNumber>;
14846
- }, "strip", z.ZodTypeAny, {
14112
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14847
14113
  Bitcoin: number | null;
14848
14114
  Ethereum: number | null;
14849
14115
  Arbitrum: number | null;
14850
14116
  Solana: number | null;
14851
- Polkadot: number | null;
14852
14117
  Assethub: number | null;
14853
14118
  }, {
14854
14119
  Bitcoin: number | null;
14855
14120
  Ethereum: number | null;
14856
14121
  Arbitrum: number | null;
14857
14122
  Solana: number | null;
14858
- Polkadot: number | null;
14859
14123
  Assethub: number | null;
14860
14124
  }>;
14861
- egress_dust_limits: z.ZodObject<{
14125
+ egress_dust_limits: z.ZodObject<Omit<{
14862
14126
  Bitcoin: z.ZodObject<{
14863
14127
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14864
14128
  }, "strip", z.ZodTypeAny, {
@@ -14922,7 +14186,7 @@ declare const rpcResult: {
14922
14186
  USDT: string | number;
14923
14187
  DOT: string | number;
14924
14188
  }>;
14925
- }, "strip", z.ZodTypeAny, {
14189
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14926
14190
  Bitcoin: {
14927
14191
  BTC: bigint;
14928
14192
  };
@@ -14940,9 +14204,6 @@ declare const rpcResult: {
14940
14204
  USDC: bigint;
14941
14205
  SOL: bigint;
14942
14206
  };
14943
- Polkadot: {
14944
- DOT: bigint;
14945
- };
14946
14207
  Assethub: {
14947
14208
  USDC: bigint;
14948
14209
  USDT: bigint;
@@ -14966,35 +14227,30 @@ declare const rpcResult: {
14966
14227
  USDC: string | number;
14967
14228
  SOL: string | number;
14968
14229
  };
14969
- Polkadot: {
14970
- DOT: string | number;
14971
- };
14972
14230
  Assethub: {
14973
14231
  USDC: string | number;
14974
14232
  USDT: string | number;
14975
14233
  DOT: string | number;
14976
14234
  };
14977
14235
  }>;
14978
- channel_opening_fees: z.ZodObject<{
14236
+ channel_opening_fees: z.ZodObject<Omit<{
14979
14237
  Bitcoin: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14980
14238
  Ethereum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14981
14239
  Polkadot: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14982
14240
  Arbitrum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14983
14241
  Solana: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14984
14242
  Assethub: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
14985
- }, "strip", z.ZodTypeAny, {
14243
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
14986
14244
  Bitcoin: bigint;
14987
14245
  Ethereum: bigint;
14988
14246
  Arbitrum: bigint;
14989
14247
  Solana: bigint;
14990
- Polkadot: bigint;
14991
14248
  Assethub: bigint;
14992
14249
  }, {
14993
14250
  Bitcoin: string | number;
14994
14251
  Ethereum: string | number;
14995
14252
  Arbitrum: string | number;
14996
14253
  Solana: string | number;
14997
- Polkadot: string | number;
14998
14254
  Assethub: string | number;
14999
14255
  }>;
15000
14256
  }, "strip", z.ZodTypeAny, {
@@ -15016,9 +14272,6 @@ declare const rpcResult: {
15016
14272
  USDC: bigint;
15017
14273
  SOL: bigint;
15018
14274
  };
15019
- Polkadot: {
15020
- DOT: bigint;
15021
- };
15022
14275
  Assethub: {
15023
14276
  USDC: bigint;
15024
14277
  USDT: bigint;
@@ -15043,9 +14296,6 @@ declare const rpcResult: {
15043
14296
  USDC: bigint | null;
15044
14297
  SOL: bigint | null;
15045
14298
  };
15046
- Polkadot: {
15047
- DOT: bigint | null;
15048
- };
15049
14299
  Assethub: {
15050
14300
  USDC: bigint | null;
15051
14301
  USDT: bigint | null;
@@ -15070,9 +14320,6 @@ declare const rpcResult: {
15070
14320
  USDC: bigint | null;
15071
14321
  SOL: bigint | null;
15072
14322
  };
15073
- Polkadot: {
15074
- DOT: bigint | null;
15075
- };
15076
14323
  Assethub: {
15077
14324
  USDC: bigint | null;
15078
14325
  USDT: bigint | null;
@@ -15084,7 +14331,6 @@ declare const rpcResult: {
15084
14331
  Ethereum: number | null;
15085
14332
  Arbitrum: number | null;
15086
14333
  Solana: number | null;
15087
- Polkadot: number | null;
15088
14334
  Assethub: number | null;
15089
14335
  };
15090
14336
  egress_dust_limits: {
@@ -15105,9 +14351,6 @@ declare const rpcResult: {
15105
14351
  USDC: bigint;
15106
14352
  SOL: bigint;
15107
14353
  };
15108
- Polkadot: {
15109
- DOT: bigint;
15110
- };
15111
14354
  Assethub: {
15112
14355
  USDC: bigint;
15113
14356
  USDT: bigint;
@@ -15119,7 +14362,6 @@ declare const rpcResult: {
15119
14362
  Ethereum: bigint;
15120
14363
  Arbitrum: bigint;
15121
14364
  Solana: bigint;
15122
- Polkadot: bigint;
15123
14365
  Assethub: bigint;
15124
14366
  };
15125
14367
  }, {
@@ -15141,9 +14383,6 @@ declare const rpcResult: {
15141
14383
  USDC: string | number;
15142
14384
  SOL: string | number;
15143
14385
  };
15144
- Polkadot: {
15145
- DOT: string | number;
15146
- };
15147
14386
  Assethub: {
15148
14387
  USDC: string | number;
15149
14388
  USDT: string | number;
@@ -15168,9 +14407,6 @@ declare const rpcResult: {
15168
14407
  USDC: string | number | null;
15169
14408
  SOL: string | number | null;
15170
14409
  };
15171
- Polkadot: {
15172
- DOT: string | number | null;
15173
- };
15174
14410
  Assethub: {
15175
14411
  USDC: string | number | null;
15176
14412
  USDT: string | number | null;
@@ -15195,9 +14431,6 @@ declare const rpcResult: {
15195
14431
  USDC: string | number | null;
15196
14432
  SOL: string | number | null;
15197
14433
  };
15198
- Polkadot: {
15199
- DOT: string | number | null;
15200
- };
15201
14434
  Assethub: {
15202
14435
  USDC: string | number | null;
15203
14436
  USDT: string | number | null;
@@ -15209,7 +14442,6 @@ declare const rpcResult: {
15209
14442
  Ethereum: number | null;
15210
14443
  Arbitrum: number | null;
15211
14444
  Solana: number | null;
15212
- Polkadot: number | null;
15213
14445
  Assethub: number | null;
15214
14446
  };
15215
14447
  egress_dust_limits: {
@@ -15230,9 +14462,6 @@ declare const rpcResult: {
15230
14462
  USDC: string | number;
15231
14463
  SOL: string | number;
15232
14464
  };
15233
- Polkadot: {
15234
- DOT: string | number;
15235
- };
15236
14465
  Assethub: {
15237
14466
  USDC: string | number;
15238
14467
  USDT: string | number;
@@ -15244,7 +14473,6 @@ declare const rpcResult: {
15244
14473
  Ethereum: string | number;
15245
14474
  Arbitrum: string | number;
15246
14475
  Solana: string | number;
15247
- Polkadot: string | number;
15248
14476
  Assethub: string | number;
15249
14477
  };
15250
14478
  }>, Omit<{
@@ -15266,9 +14494,6 @@ declare const rpcResult: {
15266
14494
  USDC: bigint;
15267
14495
  SOL: bigint;
15268
14496
  };
15269
- Polkadot: {
15270
- DOT: bigint;
15271
- };
15272
14497
  Assethub: {
15273
14498
  USDC: bigint;
15274
14499
  USDT: bigint;
@@ -15293,9 +14518,6 @@ declare const rpcResult: {
15293
14518
  USDC: bigint | null;
15294
14519
  SOL: bigint | null;
15295
14520
  };
15296
- Polkadot: {
15297
- DOT: bigint | null;
15298
- };
15299
14521
  Assethub: {
15300
14522
  USDC: bigint | null;
15301
14523
  USDT: bigint | null;
@@ -15320,9 +14542,6 @@ declare const rpcResult: {
15320
14542
  USDC: bigint | null;
15321
14543
  SOL: bigint | null;
15322
14544
  };
15323
- Polkadot: {
15324
- DOT: bigint | null;
15325
- };
15326
14545
  Assethub: {
15327
14546
  USDC: bigint | null;
15328
14547
  USDT: bigint | null;
@@ -15334,7 +14553,6 @@ declare const rpcResult: {
15334
14553
  Ethereum: number | null;
15335
14554
  Arbitrum: number | null;
15336
14555
  Solana: number | null;
15337
- Polkadot: number | null;
15338
14556
  Assethub: number | null;
15339
14557
  };
15340
14558
  egress_dust_limits: {
@@ -15355,9 +14573,6 @@ declare const rpcResult: {
15355
14573
  USDC: bigint;
15356
14574
  SOL: bigint;
15357
14575
  };
15358
- Polkadot: {
15359
- DOT: bigint;
15360
- };
15361
14576
  Assethub: {
15362
14577
  USDC: bigint;
15363
14578
  USDT: bigint;
@@ -15369,7 +14584,6 @@ declare const rpcResult: {
15369
14584
  Ethereum: bigint;
15370
14585
  Arbitrum: bigint;
15371
14586
  Solana: bigint;
15372
- Polkadot: bigint;
15373
14587
  Assethub: bigint;
15374
14588
  };
15375
14589
  }, "egress_dust_limits"> & {
@@ -15391,9 +14605,6 @@ declare const rpcResult: {
15391
14605
  USDC: bigint;
15392
14606
  SOL: bigint;
15393
14607
  };
15394
- Polkadot: {
15395
- DOT: bigint;
15396
- };
15397
14608
  Assethub: {
15398
14609
  USDC: bigint;
15399
14610
  USDT: bigint;
@@ -15419,9 +14630,6 @@ declare const rpcResult: {
15419
14630
  USDC: string | number;
15420
14631
  SOL: string | number;
15421
14632
  };
15422
- Polkadot: {
15423
- DOT: string | number;
15424
- };
15425
14633
  Assethub: {
15426
14634
  USDC: string | number;
15427
14635
  USDT: string | number;
@@ -15446,9 +14654,6 @@ declare const rpcResult: {
15446
14654
  USDC: string | number | null;
15447
14655
  SOL: string | number | null;
15448
14656
  };
15449
- Polkadot: {
15450
- DOT: string | number | null;
15451
- };
15452
14657
  Assethub: {
15453
14658
  USDC: string | number | null;
15454
14659
  USDT: string | number | null;
@@ -15473,9 +14678,6 @@ declare const rpcResult: {
15473
14678
  USDC: string | number | null;
15474
14679
  SOL: string | number | null;
15475
14680
  };
15476
- Polkadot: {
15477
- DOT: string | number | null;
15478
- };
15479
14681
  Assethub: {
15480
14682
  USDC: string | number | null;
15481
14683
  USDT: string | number | null;
@@ -15487,7 +14689,6 @@ declare const rpcResult: {
15487
14689
  Ethereum: number | null;
15488
14690
  Arbitrum: number | null;
15489
14691
  Solana: number | null;
15490
- Polkadot: number | null;
15491
14692
  Assethub: number | null;
15492
14693
  };
15493
14694
  egress_dust_limits: {
@@ -15508,9 +14709,6 @@ declare const rpcResult: {
15508
14709
  USDC: string | number;
15509
14710
  SOL: string | number;
15510
14711
  };
15511
- Polkadot: {
15512
- DOT: string | number;
15513
- };
15514
14712
  Assethub: {
15515
14713
  USDC: string | number;
15516
14714
  USDT: string | number;
@@ -15522,7 +14720,6 @@ declare const rpcResult: {
15522
14720
  Ethereum: string | number;
15523
14721
  Arbitrum: string | number;
15524
14722
  Solana: string | number;
15525
- Polkadot: string | number;
15526
14723
  Assethub: string | number;
15527
14724
  };
15528
14725
  }>;
@@ -16191,7 +15388,7 @@ declare const rpcResult: {
16191
15388
  };
16192
15389
  }>;
16193
15390
  readonly cf_pools_environment: z.ZodObject<{
16194
- fees: z.ZodObject<{
15391
+ fees: z.ZodObject<Omit<{
16195
15392
  Bitcoin: z.ZodObject<{
16196
15393
  BTC: z.ZodEffects<z.ZodNullable<z.ZodObject<{
16197
15394
  limit_order_fee_hundredth_pips: z.ZodNumber;
@@ -19096,7 +18293,7 @@ declare const rpcResult: {
19096
18293
  };
19097
18294
  } | null;
19098
18295
  }>;
19099
- }, "strip", z.ZodTypeAny, {
18296
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
19100
18297
  Bitcoin: {
19101
18298
  BTC: {
19102
18299
  limit_order_fee_hundredth_pips: number;
@@ -19481,55 +18678,6 @@ declare const rpcResult: {
19481
18678
  };
19482
18679
  };
19483
18680
  };
19484
- Polkadot: {
19485
- DOT: {
19486
- limit_order_fee_hundredth_pips: number;
19487
- range_order_fee_hundredth_pips: number;
19488
- range_order_total_fees_earned: {
19489
- base: bigint;
19490
- quote: bigint;
19491
- };
19492
- limit_order_total_fees_earned: {
19493
- base: bigint;
19494
- quote: bigint;
19495
- };
19496
- range_total_swap_inputs: {
19497
- base: bigint;
19498
- quote: bigint;
19499
- };
19500
- limit_total_swap_inputs: {
19501
- base: bigint;
19502
- quote: bigint;
19503
- };
19504
- quote_asset: {
19505
- chain: "Ethereum";
19506
- asset: "USDC";
19507
- };
19508
- } | {
19509
- readonly limit_order_fee_hundredth_pips: 0;
19510
- readonly range_order_fee_hundredth_pips: 0;
19511
- readonly range_order_total_fees_earned: {
19512
- readonly base: "0x0";
19513
- readonly quote: "0x0";
19514
- };
19515
- readonly limit_order_total_fees_earned: {
19516
- readonly base: "0x0";
19517
- readonly quote: "0x0";
19518
- };
19519
- readonly range_total_swap_inputs: {
19520
- readonly base: "0x0";
19521
- readonly quote: "0x0";
19522
- };
19523
- readonly limit_total_swap_inputs: {
19524
- readonly base: "0x0";
19525
- readonly quote: "0x0";
19526
- };
19527
- readonly quote_asset: {
19528
- readonly chain: "Ethereum";
19529
- readonly asset: "USDC";
19530
- };
19531
- };
19532
- };
19533
18681
  Assethub: {
19534
18682
  USDC: {
19535
18683
  limit_order_fee_hundredth_pips: number;
@@ -19874,32 +19022,6 @@ declare const rpcResult: {
19874
19022
  };
19875
19023
  } | null;
19876
19024
  };
19877
- Polkadot: {
19878
- DOT: {
19879
- limit_order_fee_hundredth_pips: number;
19880
- range_order_fee_hundredth_pips: number;
19881
- range_order_total_fees_earned: {
19882
- base: string;
19883
- quote: string;
19884
- };
19885
- limit_order_total_fees_earned: {
19886
- base: string;
19887
- quote: string;
19888
- };
19889
- range_total_swap_inputs: {
19890
- base: string;
19891
- quote: string;
19892
- };
19893
- limit_total_swap_inputs: {
19894
- base: string;
19895
- quote: string;
19896
- };
19897
- quote_asset: {
19898
- chain: "Ethereum";
19899
- asset: "USDC";
19900
- };
19901
- } | null;
19902
- };
19903
19025
  Assethub: {
19904
19026
  USDC: {
19905
19027
  limit_order_fee_hundredth_pips: number;
@@ -20361,55 +19483,6 @@ declare const rpcResult: {
20361
19483
  };
20362
19484
  };
20363
19485
  };
20364
- Polkadot: {
20365
- DOT: {
20366
- limit_order_fee_hundredth_pips: number;
20367
- range_order_fee_hundredth_pips: number;
20368
- range_order_total_fees_earned: {
20369
- base: bigint;
20370
- quote: bigint;
20371
- };
20372
- limit_order_total_fees_earned: {
20373
- base: bigint;
20374
- quote: bigint;
20375
- };
20376
- range_total_swap_inputs: {
20377
- base: bigint;
20378
- quote: bigint;
20379
- };
20380
- limit_total_swap_inputs: {
20381
- base: bigint;
20382
- quote: bigint;
20383
- };
20384
- quote_asset: {
20385
- chain: "Ethereum";
20386
- asset: "USDC";
20387
- };
20388
- } | {
20389
- readonly limit_order_fee_hundredth_pips: 0;
20390
- readonly range_order_fee_hundredth_pips: 0;
20391
- readonly range_order_total_fees_earned: {
20392
- readonly base: "0x0";
20393
- readonly quote: "0x0";
20394
- };
20395
- readonly limit_order_total_fees_earned: {
20396
- readonly base: "0x0";
20397
- readonly quote: "0x0";
20398
- };
20399
- readonly range_total_swap_inputs: {
20400
- readonly base: "0x0";
20401
- readonly quote: "0x0";
20402
- };
20403
- readonly limit_total_swap_inputs: {
20404
- readonly base: "0x0";
20405
- readonly quote: "0x0";
20406
- };
20407
- readonly quote_asset: {
20408
- readonly chain: "Ethereum";
20409
- readonly asset: "USDC";
20410
- };
20411
- };
20412
- };
20413
19486
  Assethub: {
20414
19487
  USDC: {
20415
19488
  limit_order_fee_hundredth_pips: number;
@@ -20756,32 +19829,6 @@ declare const rpcResult: {
20756
19829
  };
20757
19830
  } | null;
20758
19831
  };
20759
- Polkadot: {
20760
- DOT: {
20761
- limit_order_fee_hundredth_pips: number;
20762
- range_order_fee_hundredth_pips: number;
20763
- range_order_total_fees_earned: {
20764
- base: string;
20765
- quote: string;
20766
- };
20767
- limit_order_total_fees_earned: {
20768
- base: string;
20769
- quote: string;
20770
- };
20771
- range_total_swap_inputs: {
20772
- base: string;
20773
- quote: string;
20774
- };
20775
- limit_total_swap_inputs: {
20776
- base: string;
20777
- quote: string;
20778
- };
20779
- quote_asset: {
20780
- chain: "Ethereum";
20781
- asset: "USDC";
20782
- };
20783
- } | null;
20784
- };
20785
19832
  Assethub: {
20786
19833
  USDC: {
20787
19834
  limit_order_fee_hundredth_pips: number;
@@ -22398,7 +21445,7 @@ declare const rpcResult: {
22398
21445
  };
22399
21446
  }>;
22400
21447
  readonly cf_swapping_environment: z.ZodObject<{
22401
- maximum_swap_amounts: z.ZodObject<{
21448
+ maximum_swap_amounts: z.ZodObject<Omit<{
22402
21449
  Bitcoin: z.ZodObject<{
22403
21450
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
22404
21451
  }, "strip", z.ZodTypeAny, {
@@ -22462,7 +21509,7 @@ declare const rpcResult: {
22462
21509
  USDT: string | number | null;
22463
21510
  DOT: string | number | null;
22464
21511
  }>;
22465
- }, "strip", z.ZodTypeAny, {
21512
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
22466
21513
  Bitcoin: {
22467
21514
  BTC: bigint | null;
22468
21515
  };
@@ -22480,9 +21527,6 @@ declare const rpcResult: {
22480
21527
  USDC: bigint | null;
22481
21528
  SOL: bigint | null;
22482
21529
  };
22483
- Polkadot: {
22484
- DOT: bigint | null;
22485
- };
22486
21530
  Assethub: {
22487
21531
  USDC: bigint | null;
22488
21532
  USDT: bigint | null;
@@ -22506,9 +21550,6 @@ declare const rpcResult: {
22506
21550
  USDC: string | number | null;
22507
21551
  SOL: string | number | null;
22508
21552
  };
22509
- Polkadot: {
22510
- DOT: string | number | null;
22511
- };
22512
21553
  Assethub: {
22513
21554
  USDC: string | number | null;
22514
21555
  USDT: string | number | null;
@@ -22519,7 +21560,7 @@ declare const rpcResult: {
22519
21560
  swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
22520
21561
  max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
22521
21562
  max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
22522
- minimum_chunk_size: z.ZodOptional<z.ZodObject<{
21563
+ minimum_chunk_size: z.ZodOptional<z.ZodObject<Omit<{
22523
21564
  Bitcoin: z.ZodObject<{
22524
21565
  BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
22525
21566
  }, "strip", z.ZodTypeAny, {
@@ -22583,7 +21624,7 @@ declare const rpcResult: {
22583
21624
  USDT: string | number | null;
22584
21625
  DOT: string | number | null;
22585
21626
  }>;
22586
- }, "strip", z.ZodTypeAny, {
21627
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
22587
21628
  Bitcoin: {
22588
21629
  BTC: bigint | null;
22589
21630
  };
@@ -22601,9 +21642,6 @@ declare const rpcResult: {
22601
21642
  USDC: bigint | null;
22602
21643
  SOL: bigint | null;
22603
21644
  };
22604
- Polkadot: {
22605
- DOT: bigint | null;
22606
- };
22607
21645
  Assethub: {
22608
21646
  USDC: bigint | null;
22609
21647
  USDT: bigint | null;
@@ -22627,9 +21665,6 @@ declare const rpcResult: {
22627
21665
  USDC: string | number | null;
22628
21666
  SOL: string | number | null;
22629
21667
  };
22630
- Polkadot: {
22631
- DOT: string | number | null;
22632
- };
22633
21668
  Assethub: {
22634
21669
  USDC: string | number | null;
22635
21670
  USDT: string | number | null;
@@ -22648,7 +21683,7 @@ declare const rpcResult: {
22648
21683
  minimum: string | number;
22649
21684
  rate: string | number;
22650
21685
  }>;
22651
- rates: z.ZodObject<{
21686
+ rates: z.ZodObject<Omit<{
22652
21687
  Bitcoin: z.ZodObject<{
22653
21688
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
22654
21689
  }, "strip", z.ZodTypeAny, {
@@ -22712,7 +21747,7 @@ declare const rpcResult: {
22712
21747
  USDT: string | number;
22713
21748
  DOT: string | number;
22714
21749
  }>;
22715
- }, "strip", z.ZodTypeAny, {
21750
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
22716
21751
  Bitcoin: {
22717
21752
  BTC: bigint;
22718
21753
  };
@@ -22730,9 +21765,6 @@ declare const rpcResult: {
22730
21765
  USDC: bigint;
22731
21766
  SOL: bigint;
22732
21767
  };
22733
- Polkadot: {
22734
- DOT: bigint;
22735
- };
22736
21768
  Assethub: {
22737
21769
  USDC: bigint;
22738
21770
  USDT: bigint;
@@ -22756,9 +21788,6 @@ declare const rpcResult: {
22756
21788
  USDC: string | number;
22757
21789
  SOL: string | number;
22758
21790
  };
22759
- Polkadot: {
22760
- DOT: string | number;
22761
- };
22762
21791
  Assethub: {
22763
21792
  USDC: string | number;
22764
21793
  USDT: string | number;
@@ -22788,9 +21817,6 @@ declare const rpcResult: {
22788
21817
  USDC: bigint;
22789
21818
  SOL: bigint;
22790
21819
  };
22791
- Polkadot: {
22792
- DOT: bigint;
22793
- };
22794
21820
  Assethub: {
22795
21821
  USDC: bigint;
22796
21822
  USDT: bigint;
@@ -22820,9 +21846,6 @@ declare const rpcResult: {
22820
21846
  USDC: string | number;
22821
21847
  SOL: string | number;
22822
21848
  };
22823
- Polkadot: {
22824
- DOT: string | number;
22825
- };
22826
21849
  Assethub: {
22827
21850
  USDC: string | number;
22828
21851
  USDT: string | number;
@@ -22841,7 +21864,7 @@ declare const rpcResult: {
22841
21864
  minimum: string | number;
22842
21865
  rate: string | number;
22843
21866
  }>;
22844
- rates: z.ZodObject<{
21867
+ rates: z.ZodObject<Omit<{
22845
21868
  Bitcoin: z.ZodObject<{
22846
21869
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
22847
21870
  }, "strip", z.ZodTypeAny, {
@@ -22905,7 +21928,7 @@ declare const rpcResult: {
22905
21928
  USDT: string | number;
22906
21929
  DOT: string | number;
22907
21930
  }>;
22908
- }, "strip", z.ZodTypeAny, {
21931
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
22909
21932
  Bitcoin: {
22910
21933
  BTC: bigint;
22911
21934
  };
@@ -22923,9 +21946,6 @@ declare const rpcResult: {
22923
21946
  USDC: bigint;
22924
21947
  SOL: bigint;
22925
21948
  };
22926
- Polkadot: {
22927
- DOT: bigint;
22928
- };
22929
21949
  Assethub: {
22930
21950
  USDC: bigint;
22931
21951
  USDT: bigint;
@@ -22949,9 +21969,6 @@ declare const rpcResult: {
22949
21969
  USDC: string | number;
22950
21970
  SOL: string | number;
22951
21971
  };
22952
- Polkadot: {
22953
- DOT: string | number;
22954
- };
22955
21972
  Assethub: {
22956
21973
  USDC: string | number;
22957
21974
  USDT: string | number;
@@ -22981,9 +21998,6 @@ declare const rpcResult: {
22981
21998
  USDC: bigint;
22982
21999
  SOL: bigint;
22983
22000
  };
22984
- Polkadot: {
22985
- DOT: bigint;
22986
- };
22987
22001
  Assethub: {
22988
22002
  USDC: bigint;
22989
22003
  USDT: bigint;
@@ -23013,9 +22027,6 @@ declare const rpcResult: {
23013
22027
  USDC: string | number;
23014
22028
  SOL: string | number;
23015
22029
  };
23016
- Polkadot: {
23017
- DOT: string | number;
23018
- };
23019
22030
  Assethub: {
23020
22031
  USDC: string | number;
23021
22032
  USDT: string | number;
@@ -23047,9 +22058,6 @@ declare const rpcResult: {
23047
22058
  USDC: bigint;
23048
22059
  SOL: bigint;
23049
22060
  };
23050
- Polkadot: {
23051
- DOT: bigint;
23052
- };
23053
22061
  Assethub: {
23054
22062
  USDC: bigint;
23055
22063
  USDT: bigint;
@@ -23080,9 +22088,6 @@ declare const rpcResult: {
23080
22088
  USDC: bigint;
23081
22089
  SOL: bigint;
23082
22090
  };
23083
- Polkadot: {
23084
- DOT: bigint;
23085
- };
23086
22091
  Assethub: {
23087
22092
  USDC: bigint;
23088
22093
  USDT: bigint;
@@ -23114,9 +22119,6 @@ declare const rpcResult: {
23114
22119
  USDC: string | number;
23115
22120
  SOL: string | number;
23116
22121
  };
23117
- Polkadot: {
23118
- DOT: string | number;
23119
- };
23120
22122
  Assethub: {
23121
22123
  USDC: string | number;
23122
22124
  USDT: string | number;
@@ -23147,9 +22149,6 @@ declare const rpcResult: {
23147
22149
  USDC: string | number;
23148
22150
  SOL: string | number;
23149
22151
  };
23150
- Polkadot: {
23151
- DOT: string | number;
23152
- };
23153
22152
  Assethub: {
23154
22153
  USDC: string | number;
23155
22154
  USDT: string | number;
@@ -23177,9 +22176,6 @@ declare const rpcResult: {
23177
22176
  USDC: bigint | null;
23178
22177
  SOL: bigint | null;
23179
22178
  };
23180
- Polkadot: {
23181
- DOT: bigint | null;
23182
- };
23183
22179
  Assethub: {
23184
22180
  USDC: bigint | null;
23185
22181
  USDT: bigint | null;
@@ -23211,9 +22207,6 @@ declare const rpcResult: {
23211
22207
  USDC: bigint;
23212
22208
  SOL: bigint;
23213
22209
  };
23214
- Polkadot: {
23215
- DOT: bigint;
23216
- };
23217
22210
  Assethub: {
23218
22211
  USDC: bigint;
23219
22212
  USDT: bigint;
@@ -23244,9 +22237,6 @@ declare const rpcResult: {
23244
22237
  USDC: bigint;
23245
22238
  SOL: bigint;
23246
22239
  };
23247
- Polkadot: {
23248
- DOT: bigint;
23249
- };
23250
22240
  Assethub: {
23251
22241
  USDC: bigint;
23252
22242
  USDT: bigint;
@@ -23276,9 +22266,6 @@ declare const rpcResult: {
23276
22266
  USDC: bigint | null;
23277
22267
  SOL: bigint | null;
23278
22268
  };
23279
- Polkadot: {
23280
- DOT: bigint | null;
23281
- };
23282
22269
  Assethub: {
23283
22270
  USDC: bigint | null;
23284
22271
  USDT: bigint | null;
@@ -23304,9 +22291,6 @@ declare const rpcResult: {
23304
22291
  USDC: string | number | null;
23305
22292
  SOL: string | number | null;
23306
22293
  };
23307
- Polkadot: {
23308
- DOT: string | number | null;
23309
- };
23310
22294
  Assethub: {
23311
22295
  USDC: string | number | null;
23312
22296
  USDT: string | number | null;
@@ -23338,9 +22322,6 @@ declare const rpcResult: {
23338
22322
  USDC: string | number;
23339
22323
  SOL: string | number;
23340
22324
  };
23341
- Polkadot: {
23342
- DOT: string | number;
23343
- };
23344
22325
  Assethub: {
23345
22326
  USDC: string | number;
23346
22327
  USDT: string | number;
@@ -23371,9 +22352,6 @@ declare const rpcResult: {
23371
22352
  USDC: string | number;
23372
22353
  SOL: string | number;
23373
22354
  };
23374
- Polkadot: {
23375
- DOT: string | number;
23376
- };
23377
22355
  Assethub: {
23378
22356
  USDC: string | number;
23379
22357
  USDT: string | number;
@@ -23403,9 +22381,6 @@ declare const rpcResult: {
23403
22381
  USDC: string | number | null;
23404
22382
  SOL: string | number | null;
23405
22383
  };
23406
- Polkadot: {
23407
- DOT: string | number | null;
23408
- };
23409
22384
  Assethub: {
23410
22385
  USDC: string | number | null;
23411
22386
  USDT: string | number | null;
@@ -23808,7 +22783,7 @@ declare const rpcResult: {
23808
22783
  transactionVersion: number;
23809
22784
  stateVersion: number;
23810
22785
  }>;
23811
- readonly lp_total_balances: z.ZodObject<{
22786
+ readonly lp_total_balances: z.ZodObject<Omit<{
23812
22787
  Bitcoin: z.ZodObject<{
23813
22788
  BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
23814
22789
  }, "strip", z.ZodTypeAny, {
@@ -23872,7 +22847,7 @@ declare const rpcResult: {
23872
22847
  USDT: string | number;
23873
22848
  DOT: string | number;
23874
22849
  }>;
23875
- }, "strip", z.ZodTypeAny, {
22850
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
23876
22851
  Bitcoin: {
23877
22852
  BTC: bigint;
23878
22853
  };
@@ -23890,9 +22865,6 @@ declare const rpcResult: {
23890
22865
  USDC: bigint;
23891
22866
  SOL: bigint;
23892
22867
  };
23893
- Polkadot: {
23894
- DOT: bigint;
23895
- };
23896
22868
  Assethub: {
23897
22869
  USDC: bigint;
23898
22870
  USDT: bigint;
@@ -23916,9 +22888,6 @@ declare const rpcResult: {
23916
22888
  USDC: string | number;
23917
22889
  SOL: string | number;
23918
22890
  };
23919
- Polkadot: {
23920
- DOT: string | number;
23921
- };
23922
22891
  Assethub: {
23923
22892
  USDC: string | number;
23924
22893
  USDT: string | number;
@@ -25422,7 +24391,7 @@ declare const rpcResult: {
25422
24391
  }, string | number][];
25423
24392
  }>, "many">>;
25424
24393
  readonly cf_get_trading_strategy_limits: z.ZodObject<{
25425
- minimum_deployment_amount: z.ZodObject<{
24394
+ minimum_deployment_amount: z.ZodObject<Omit<{
25426
24395
  Bitcoin: z.ZodObject<{
25427
24396
  BTC: z.ZodNullable<z.ZodNumber>;
25428
24397
  }, "strip", z.ZodTypeAny, {
@@ -25486,7 +24455,7 @@ declare const rpcResult: {
25486
24455
  USDT: number | null;
25487
24456
  DOT: number | null;
25488
24457
  }>;
25489
- }, "strip", z.ZodTypeAny, {
24458
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
25490
24459
  Bitcoin: {
25491
24460
  BTC: number | null;
25492
24461
  };
@@ -25504,9 +24473,6 @@ declare const rpcResult: {
25504
24473
  USDC: number | null;
25505
24474
  SOL: number | null;
25506
24475
  };
25507
- Polkadot: {
25508
- DOT: number | null;
25509
- };
25510
24476
  Assethub: {
25511
24477
  USDC: number | null;
25512
24478
  USDT: number | null;
@@ -25530,16 +24496,13 @@ declare const rpcResult: {
25530
24496
  USDC: number | null;
25531
24497
  SOL: number | null;
25532
24498
  };
25533
- Polkadot: {
25534
- DOT: number | null;
25535
- };
25536
24499
  Assethub: {
25537
24500
  USDC: number | null;
25538
24501
  USDT: number | null;
25539
24502
  DOT: number | null;
25540
24503
  };
25541
24504
  }>;
25542
- minimum_added_funds_amount: z.ZodObject<{
24505
+ minimum_added_funds_amount: z.ZodObject<Omit<{
25543
24506
  Bitcoin: z.ZodObject<{
25544
24507
  BTC: z.ZodNullable<z.ZodNumber>;
25545
24508
  }, "strip", z.ZodTypeAny, {
@@ -25603,7 +24566,7 @@ declare const rpcResult: {
25603
24566
  USDT: number | null;
25604
24567
  DOT: number | null;
25605
24568
  }>;
25606
- }, "strip", z.ZodTypeAny, {
24569
+ }, "Polkadot">, "strip", z.ZodTypeAny, {
25607
24570
  Bitcoin: {
25608
24571
  BTC: number | null;
25609
24572
  };
@@ -25621,9 +24584,6 @@ declare const rpcResult: {
25621
24584
  USDC: number | null;
25622
24585
  SOL: number | null;
25623
24586
  };
25624
- Polkadot: {
25625
- DOT: number | null;
25626
- };
25627
24587
  Assethub: {
25628
24588
  USDC: number | null;
25629
24589
  USDT: number | null;
@@ -25647,9 +24607,6 @@ declare const rpcResult: {
25647
24607
  USDC: number | null;
25648
24608
  SOL: number | null;
25649
24609
  };
25650
- Polkadot: {
25651
- DOT: number | null;
25652
- };
25653
24610
  Assethub: {
25654
24611
  USDC: number | null;
25655
24612
  USDT: number | null;
@@ -25675,9 +24632,6 @@ declare const rpcResult: {
25675
24632
  USDC: number | null;
25676
24633
  SOL: number | null;
25677
24634
  };
25678
- Polkadot: {
25679
- DOT: number | null;
25680
- };
25681
24635
  Assethub: {
25682
24636
  USDC: number | null;
25683
24637
  USDT: number | null;
@@ -25702,9 +24656,6 @@ declare const rpcResult: {
25702
24656
  USDC: number | null;
25703
24657
  SOL: number | null;
25704
24658
  };
25705
- Polkadot: {
25706
- DOT: number | null;
25707
- };
25708
24659
  Assethub: {
25709
24660
  USDC: number | null;
25710
24661
  USDT: number | null;
@@ -25730,9 +24681,6 @@ declare const rpcResult: {
25730
24681
  USDC: number | null;
25731
24682
  SOL: number | null;
25732
24683
  };
25733
- Polkadot: {
25734
- DOT: number | null;
25735
- };
25736
24684
  Assethub: {
25737
24685
  USDC: number | null;
25738
24686
  USDT: number | null;
@@ -25757,9 +24705,6 @@ declare const rpcResult: {
25757
24705
  USDC: number | null;
25758
24706
  SOL: number | null;
25759
24707
  };
25760
- Polkadot: {
25761
- DOT: number | null;
25762
- };
25763
24708
  Assethub: {
25764
24709
  USDC: number | null;
25765
24710
  USDT: number | null;