@metamask/bridge-controller 41.4.0 → 43.0.0

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/dist/bridge-controller.cjs +2 -2
  3. package/dist/bridge-controller.cjs.map +1 -1
  4. package/dist/bridge-controller.d.cts +1 -1
  5. package/dist/bridge-controller.d.cts.map +1 -1
  6. package/dist/bridge-controller.d.mts +1 -1
  7. package/dist/bridge-controller.d.mts.map +1 -1
  8. package/dist/bridge-controller.mjs +2 -2
  9. package/dist/bridge-controller.mjs.map +1 -1
  10. package/dist/selectors.d.cts +178 -78
  11. package/dist/selectors.d.cts.map +1 -1
  12. package/dist/selectors.d.mts +178 -78
  13. package/dist/selectors.d.mts.map +1 -1
  14. package/dist/types.cjs.map +1 -1
  15. package/dist/types.d.cts +1 -1
  16. package/dist/types.d.cts.map +1 -1
  17. package/dist/types.d.mts +1 -1
  18. package/dist/types.d.mts.map +1 -1
  19. package/dist/types.mjs.map +1 -1
  20. package/dist/utils/fetch.cjs +1 -1
  21. package/dist/utils/fetch.cjs.map +1 -1
  22. package/dist/utils/fetch.mjs +1 -1
  23. package/dist/utils/fetch.mjs.map +1 -1
  24. package/dist/utils/metrics/constants.cjs +2 -2
  25. package/dist/utils/metrics/constants.cjs.map +1 -1
  26. package/dist/utils/metrics/constants.d.cts +2 -2
  27. package/dist/utils/metrics/constants.d.cts.map +1 -1
  28. package/dist/utils/metrics/constants.d.mts +2 -2
  29. package/dist/utils/metrics/constants.d.mts.map +1 -1
  30. package/dist/utils/metrics/constants.mjs +2 -2
  31. package/dist/utils/metrics/constants.mjs.map +1 -1
  32. package/dist/utils/metrics/types.cjs.map +1 -1
  33. package/dist/utils/metrics/types.d.cts +5 -4
  34. package/dist/utils/metrics/types.d.cts.map +1 -1
  35. package/dist/utils/metrics/types.d.mts +5 -4
  36. package/dist/utils/metrics/types.d.mts.map +1 -1
  37. package/dist/utils/metrics/types.mjs.map +1 -1
  38. package/dist/utils/quote.cjs +2 -2
  39. package/dist/utils/quote.cjs.map +1 -1
  40. package/dist/utils/quote.d.cts +1 -1
  41. package/dist/utils/quote.d.cts.map +1 -1
  42. package/dist/utils/quote.d.mts +1 -1
  43. package/dist/utils/quote.d.mts.map +1 -1
  44. package/dist/utils/quote.mjs +2 -2
  45. package/dist/utils/quote.mjs.map +1 -1
  46. package/dist/utils/validators.cjs +3 -1
  47. package/dist/utils/validators.cjs.map +1 -1
  48. package/dist/utils/validators.d.cts +19 -6
  49. package/dist/utils/validators.d.cts.map +1 -1
  50. package/dist/utils/validators.d.mts +19 -6
  51. package/dist/utils/validators.d.mts.map +1 -1
  52. package/dist/utils/validators.mjs +3 -1
  53. package/dist/utils/validators.mjs.map +1 -1
  54. package/package.json +8 -8
@@ -56,6 +56,7 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
56
56
  topAssets?: string[] | undefined;
57
57
  isUnifiedUIEnabled?: boolean | undefined;
58
58
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
59
+ isGaslessSwapEnabled?: boolean | undefined;
59
60
  }>;
60
61
  refreshRate: number;
61
62
  minimumVersion: string;
@@ -83,6 +84,7 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
83
84
  topAssets?: string[] | undefined;
84
85
  isUnifiedUIEnabled?: boolean | undefined;
85
86
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
87
+ isGaslessSwapEnabled?: boolean | undefined;
86
88
  }>;
87
89
  refreshRate: number;
88
90
  minimumVersion: string;
@@ -106,6 +108,7 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
106
108
  topAssets?: string[] | undefined;
107
109
  isUnifiedUIEnabled?: boolean | undefined;
108
110
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
111
+ isGaslessSwapEnabled?: boolean | undefined;
109
112
  }>;
110
113
  refreshRate: number;
111
114
  minimumVersion: string;
@@ -133,6 +136,7 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
133
136
  topAssets?: string[] | undefined;
134
137
  isUnifiedUIEnabled?: boolean | undefined;
135
138
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
139
+ isGaslessSwapEnabled?: boolean | undefined;
136
140
  }>;
137
141
  refreshRate: number;
138
142
  minimumVersion: string;
@@ -206,6 +210,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
206
210
  topAssets?: string[] | undefined;
207
211
  isUnifiedUIEnabled?: boolean | undefined;
208
212
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
213
+ isGaslessSwapEnabled?: boolean | undefined;
209
214
  }>;
210
215
  refreshRate: number;
211
216
  minimumVersion: string;
@@ -229,6 +234,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
229
234
  topAssets?: string[] | undefined;
230
235
  isUnifiedUIEnabled?: boolean | undefined;
231
236
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
237
+ isGaslessSwapEnabled?: boolean | undefined;
232
238
  }>;
233
239
  refreshRate: number;
234
240
  minimumVersion: string;
@@ -257,6 +263,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
257
263
  topAssets?: string[] | undefined;
258
264
  isUnifiedUIEnabled?: boolean | undefined;
259
265
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
266
+ isGaslessSwapEnabled?: boolean | undefined;
260
267
  }>;
261
268
  refreshRate: number;
262
269
  minimumVersion: string;
@@ -284,6 +291,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
284
291
  topAssets?: string[] | undefined;
285
292
  isUnifiedUIEnabled?: boolean | undefined;
286
293
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
294
+ isGaslessSwapEnabled?: boolean | undefined;
287
295
  }>;
288
296
  refreshRate: number;
289
297
  minimumVersion: string;
@@ -307,6 +315,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
307
315
  topAssets?: string[] | undefined;
308
316
  isUnifiedUIEnabled?: boolean | undefined;
309
317
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
318
+ isGaslessSwapEnabled?: boolean | undefined;
310
319
  }>;
311
320
  refreshRate: number;
312
321
  minimumVersion: string;
@@ -334,6 +343,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
334
343
  topAssets?: string[] | undefined;
335
344
  isUnifiedUIEnabled?: boolean | undefined;
336
345
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
346
+ isGaslessSwapEnabled?: boolean | undefined;
337
347
  }>;
338
348
  refreshRate: number;
339
349
  minimumVersion: string;
@@ -382,6 +392,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
382
392
  topAssets?: string[] | undefined;
383
393
  isUnifiedUIEnabled?: boolean | undefined;
384
394
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
395
+ isGaslessSwapEnabled?: boolean | undefined;
385
396
  }>;
386
397
  refreshRate: number;
387
398
  minimumVersion: string;
@@ -405,6 +416,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
405
416
  topAssets?: string[] | undefined;
406
417
  isUnifiedUIEnabled?: boolean | undefined;
407
418
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
419
+ isGaslessSwapEnabled?: boolean | undefined;
408
420
  }>;
409
421
  refreshRate: number;
410
422
  minimumVersion: string;
@@ -433,6 +445,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
433
445
  topAssets?: string[] | undefined;
434
446
  isUnifiedUIEnabled?: boolean | undefined;
435
447
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
448
+ isGaslessSwapEnabled?: boolean | undefined;
436
449
  }>;
437
450
  refreshRate: number;
438
451
  minimumVersion: string;
@@ -460,6 +473,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
460
473
  topAssets?: string[] | undefined;
461
474
  isUnifiedUIEnabled?: boolean | undefined;
462
475
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
476
+ isGaslessSwapEnabled?: boolean | undefined;
463
477
  }>;
464
478
  refreshRate: number;
465
479
  minimumVersion: string;
@@ -483,6 +497,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
483
497
  topAssets?: string[] | undefined;
484
498
  isUnifiedUIEnabled?: boolean | undefined;
485
499
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
500
+ isGaslessSwapEnabled?: boolean | undefined;
486
501
  }>;
487
502
  refreshRate: number;
488
503
  minimumVersion: string;
@@ -510,6 +525,7 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
510
525
  topAssets?: string[] | undefined;
511
526
  isUnifiedUIEnabled?: boolean | undefined;
512
527
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
528
+ isGaslessSwapEnabled?: boolean | undefined;
513
529
  }>;
514
530
  refreshRate: number;
515
531
  minimumVersion: string;
@@ -699,11 +715,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
699
715
  destChainId?: number | undefined;
700
716
  } | undefined;
701
717
  gasIncluded?: boolean | undefined;
702
- gasless7702?: boolean | undefined;
718
+ gasIncluded7702?: boolean | undefined;
703
719
  priceData?: {
704
720
  totalFromAmountUsd?: string | undefined;
705
721
  totalToAmountUsd?: string | undefined;
706
722
  priceImpact?: string | undefined;
723
+ totalFeeAmountUsd?: string | undefined;
707
724
  } | undefined;
708
725
  };
709
726
  estimatedProcessingTimeInSeconds: number;
@@ -871,11 +888,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
871
888
  destChainId?: number | undefined;
872
889
  } | undefined;
873
890
  gasIncluded?: boolean | undefined;
874
- gasless7702?: boolean | undefined;
891
+ gasIncluded7702?: boolean | undefined;
875
892
  priceData?: {
876
893
  totalFromAmountUsd?: string | undefined;
877
894
  totalToAmountUsd?: string | undefined;
878
895
  priceImpact?: string | undefined;
896
+ totalFeeAmountUsd?: string | undefined;
879
897
  } | undefined;
880
898
  };
881
899
  estimatedProcessingTimeInSeconds: number;
@@ -1043,11 +1061,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1043
1061
  destChainId?: number | undefined;
1044
1062
  } | undefined;
1045
1063
  gasIncluded?: boolean | undefined;
1046
- gasless7702?: boolean | undefined;
1064
+ gasIncluded7702?: boolean | undefined;
1047
1065
  priceData?: {
1048
1066
  totalFromAmountUsd?: string | undefined;
1049
1067
  totalToAmountUsd?: string | undefined;
1050
1068
  priceImpact?: string | undefined;
1069
+ totalFeeAmountUsd?: string | undefined;
1051
1070
  } | undefined;
1052
1071
  };
1053
1072
  estimatedProcessingTimeInSeconds: number;
@@ -1226,11 +1245,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1226
1245
  destChainId?: number | undefined;
1227
1246
  } | undefined;
1228
1247
  gasIncluded?: boolean | undefined;
1229
- gasless7702?: boolean | undefined;
1248
+ gasIncluded7702?: boolean | undefined;
1230
1249
  priceData?: {
1231
1250
  totalFromAmountUsd?: string | undefined;
1232
1251
  totalToAmountUsd?: string | undefined;
1233
1252
  priceImpact?: string | undefined;
1253
+ totalFeeAmountUsd?: string | undefined;
1234
1254
  } | undefined;
1235
1255
  };
1236
1256
  estimatedProcessingTimeInSeconds: number;
@@ -1397,11 +1417,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1397
1417
  destChainId?: number | undefined;
1398
1418
  } | undefined;
1399
1419
  gasIncluded?: boolean | undefined;
1400
- gasless7702?: boolean | undefined;
1420
+ gasIncluded7702?: boolean | undefined;
1401
1421
  priceData?: {
1402
1422
  totalFromAmountUsd?: string | undefined;
1403
1423
  totalToAmountUsd?: string | undefined;
1404
1424
  priceImpact?: string | undefined;
1425
+ totalFeeAmountUsd?: string | undefined;
1405
1426
  } | undefined;
1406
1427
  };
1407
1428
  estimatedProcessingTimeInSeconds: number;
@@ -1568,11 +1589,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1568
1589
  destChainId?: number | undefined;
1569
1590
  } | undefined;
1570
1591
  gasIncluded?: boolean | undefined;
1571
- gasless7702?: boolean | undefined;
1592
+ gasIncluded7702?: boolean | undefined;
1572
1593
  priceData?: {
1573
1594
  totalFromAmountUsd?: string | undefined;
1574
1595
  totalToAmountUsd?: string | undefined;
1575
1596
  priceImpact?: string | undefined;
1597
+ totalFeeAmountUsd?: string | undefined;
1576
1598
  } | undefined;
1577
1599
  };
1578
1600
  estimatedProcessingTimeInSeconds: number;
@@ -1740,11 +1762,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1740
1762
  destChainId?: number | undefined;
1741
1763
  } | undefined;
1742
1764
  gasIncluded?: boolean | undefined;
1743
- gasless7702?: boolean | undefined;
1765
+ gasIncluded7702?: boolean | undefined;
1744
1766
  priceData?: {
1745
1767
  totalFromAmountUsd?: string | undefined;
1746
1768
  totalToAmountUsd?: string | undefined;
1747
1769
  priceImpact?: string | undefined;
1770
+ totalFeeAmountUsd?: string | undefined;
1748
1771
  } | undefined;
1749
1772
  };
1750
1773
  estimatedProcessingTimeInSeconds: number;
@@ -1912,11 +1935,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1912
1935
  destChainId?: number | undefined;
1913
1936
  } | undefined;
1914
1937
  gasIncluded?: boolean | undefined;
1915
- gasless7702?: boolean | undefined;
1938
+ gasIncluded7702?: boolean | undefined;
1916
1939
  priceData?: {
1917
1940
  totalFromAmountUsd?: string | undefined;
1918
1941
  totalToAmountUsd?: string | undefined;
1919
1942
  priceImpact?: string | undefined;
1943
+ totalFeeAmountUsd?: string | undefined;
1920
1944
  } | undefined;
1921
1945
  };
1922
1946
  estimatedProcessingTimeInSeconds: number;
@@ -2084,11 +2108,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2084
2108
  destChainId?: number | undefined;
2085
2109
  } | undefined;
2086
2110
  gasIncluded?: boolean | undefined;
2087
- gasless7702?: boolean | undefined;
2111
+ gasIncluded7702?: boolean | undefined;
2088
2112
  priceData?: {
2089
2113
  totalFromAmountUsd?: string | undefined;
2090
2114
  totalToAmountUsd?: string | undefined;
2091
2115
  priceImpact?: string | undefined;
2116
+ totalFeeAmountUsd?: string | undefined;
2092
2117
  } | undefined;
2093
2118
  };
2094
2119
  estimatedProcessingTimeInSeconds: number;
@@ -2263,11 +2288,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2263
2288
  destChainId?: number | undefined;
2264
2289
  } | undefined;
2265
2290
  gasIncluded?: boolean | undefined;
2266
- gasless7702?: boolean | undefined;
2291
+ gasIncluded7702?: boolean | undefined;
2267
2292
  priceData?: {
2268
2293
  totalFromAmountUsd?: string | undefined;
2269
2294
  totalToAmountUsd?: string | undefined;
2270
2295
  priceImpact?: string | undefined;
2296
+ totalFeeAmountUsd?: string | undefined;
2271
2297
  } | undefined;
2272
2298
  };
2273
2299
  estimatedProcessingTimeInSeconds: number;
@@ -2434,11 +2460,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2434
2460
  destChainId?: number | undefined;
2435
2461
  } | undefined;
2436
2462
  gasIncluded?: boolean | undefined;
2437
- gasless7702?: boolean | undefined;
2463
+ gasIncluded7702?: boolean | undefined;
2438
2464
  priceData?: {
2439
2465
  totalFromAmountUsd?: string | undefined;
2440
2466
  totalToAmountUsd?: string | undefined;
2441
2467
  priceImpact?: string | undefined;
2468
+ totalFeeAmountUsd?: string | undefined;
2442
2469
  } | undefined;
2443
2470
  };
2444
2471
  estimatedProcessingTimeInSeconds: number;
@@ -2605,11 +2632,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2605
2632
  destChainId?: number | undefined;
2606
2633
  } | undefined;
2607
2634
  gasIncluded?: boolean | undefined;
2608
- gasless7702?: boolean | undefined;
2635
+ gasIncluded7702?: boolean | undefined;
2609
2636
  priceData?: {
2610
2637
  totalFromAmountUsd?: string | undefined;
2611
2638
  totalToAmountUsd?: string | undefined;
2612
2639
  priceImpact?: string | undefined;
2640
+ totalFeeAmountUsd?: string | undefined;
2613
2641
  } | undefined;
2614
2642
  };
2615
2643
  estimatedProcessingTimeInSeconds: number;
@@ -2777,11 +2805,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2777
2805
  destChainId?: number | undefined;
2778
2806
  } | undefined;
2779
2807
  gasIncluded?: boolean | undefined;
2780
- gasless7702?: boolean | undefined;
2808
+ gasIncluded7702?: boolean | undefined;
2781
2809
  priceData?: {
2782
2810
  totalFromAmountUsd?: string | undefined;
2783
2811
  totalToAmountUsd?: string | undefined;
2784
2812
  priceImpact?: string | undefined;
2813
+ totalFeeAmountUsd?: string | undefined;
2785
2814
  } | undefined;
2786
2815
  };
2787
2816
  estimatedProcessingTimeInSeconds: number;
@@ -2949,11 +2978,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2949
2978
  destChainId?: number | undefined;
2950
2979
  } | undefined;
2951
2980
  gasIncluded?: boolean | undefined;
2952
- gasless7702?: boolean | undefined;
2981
+ gasIncluded7702?: boolean | undefined;
2953
2982
  priceData?: {
2954
2983
  totalFromAmountUsd?: string | undefined;
2955
2984
  totalToAmountUsd?: string | undefined;
2956
2985
  priceImpact?: string | undefined;
2986
+ totalFeeAmountUsd?: string | undefined;
2957
2987
  } | undefined;
2958
2988
  };
2959
2989
  estimatedProcessingTimeInSeconds: number;
@@ -3121,11 +3151,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3121
3151
  destChainId?: number | undefined;
3122
3152
  } | undefined;
3123
3153
  gasIncluded?: boolean | undefined;
3124
- gasless7702?: boolean | undefined;
3154
+ gasIncluded7702?: boolean | undefined;
3125
3155
  priceData?: {
3126
3156
  totalFromAmountUsd?: string | undefined;
3127
3157
  totalToAmountUsd?: string | undefined;
3128
3158
  priceImpact?: string | undefined;
3159
+ totalFeeAmountUsd?: string | undefined;
3129
3160
  } | undefined;
3130
3161
  };
3131
3162
  estimatedProcessingTimeInSeconds: number;
@@ -3305,11 +3336,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3305
3336
  destChainId?: number | undefined;
3306
3337
  } | undefined;
3307
3338
  gasIncluded?: boolean | undefined;
3308
- gasless7702?: boolean | undefined;
3339
+ gasIncluded7702?: boolean | undefined;
3309
3340
  priceData?: {
3310
3341
  totalFromAmountUsd?: string | undefined;
3311
3342
  totalToAmountUsd?: string | undefined;
3312
3343
  priceImpact?: string | undefined;
3344
+ totalFeeAmountUsd?: string | undefined;
3313
3345
  } | undefined;
3314
3346
  };
3315
3347
  estimatedProcessingTimeInSeconds: number;
@@ -3477,11 +3509,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3477
3509
  destChainId?: number | undefined;
3478
3510
  } | undefined;
3479
3511
  gasIncluded?: boolean | undefined;
3480
- gasless7702?: boolean | undefined;
3512
+ gasIncluded7702?: boolean | undefined;
3481
3513
  priceData?: {
3482
3514
  totalFromAmountUsd?: string | undefined;
3483
3515
  totalToAmountUsd?: string | undefined;
3484
3516
  priceImpact?: string | undefined;
3517
+ totalFeeAmountUsd?: string | undefined;
3485
3518
  } | undefined;
3486
3519
  };
3487
3520
  estimatedProcessingTimeInSeconds: number;
@@ -3649,11 +3682,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3649
3682
  destChainId?: number | undefined;
3650
3683
  } | undefined;
3651
3684
  gasIncluded?: boolean | undefined;
3652
- gasless7702?: boolean | undefined;
3685
+ gasIncluded7702?: boolean | undefined;
3653
3686
  priceData?: {
3654
3687
  totalFromAmountUsd?: string | undefined;
3655
3688
  totalToAmountUsd?: string | undefined;
3656
3689
  priceImpact?: string | undefined;
3690
+ totalFeeAmountUsd?: string | undefined;
3657
3691
  } | undefined;
3658
3692
  };
3659
3693
  estimatedProcessingTimeInSeconds: number;
@@ -3832,11 +3866,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3832
3866
  destChainId?: number | undefined;
3833
3867
  } | undefined;
3834
3868
  gasIncluded?: boolean | undefined;
3835
- gasless7702?: boolean | undefined;
3869
+ gasIncluded7702?: boolean | undefined;
3836
3870
  priceData?: {
3837
3871
  totalFromAmountUsd?: string | undefined;
3838
3872
  totalToAmountUsd?: string | undefined;
3839
3873
  priceImpact?: string | undefined;
3874
+ totalFeeAmountUsd?: string | undefined;
3840
3875
  } | undefined;
3841
3876
  };
3842
3877
  estimatedProcessingTimeInSeconds: number;
@@ -4048,11 +4083,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4048
4083
  destChainId?: number | undefined;
4049
4084
  } | undefined;
4050
4085
  gasIncluded?: boolean | undefined;
4051
- gasless7702?: boolean | undefined;
4086
+ gasIncluded7702?: boolean | undefined;
4052
4087
  priceData?: {
4053
4088
  totalFromAmountUsd?: string | undefined;
4054
4089
  totalToAmountUsd?: string | undefined;
4055
4090
  priceImpact?: string | undefined;
4091
+ totalFeeAmountUsd?: string | undefined;
4056
4092
  } | undefined;
4057
4093
  };
4058
4094
  estimatedProcessingTimeInSeconds: number;
@@ -4210,11 +4246,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4210
4246
  destChainId?: number | undefined;
4211
4247
  } | undefined;
4212
4248
  gasIncluded?: boolean | undefined;
4213
- gasless7702?: boolean | undefined;
4249
+ gasIncluded7702?: boolean | undefined;
4214
4250
  priceData?: {
4215
4251
  totalFromAmountUsd?: string | undefined;
4216
4252
  totalToAmountUsd?: string | undefined;
4217
4253
  priceImpact?: string | undefined;
4254
+ totalFeeAmountUsd?: string | undefined;
4218
4255
  } | undefined;
4219
4256
  };
4220
4257
  estimatedProcessingTimeInSeconds: number;
@@ -4422,11 +4459,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4422
4459
  destChainId?: number | undefined;
4423
4460
  } | undefined;
4424
4461
  gasIncluded?: boolean | undefined;
4425
- gasless7702?: boolean | undefined;
4462
+ gasIncluded7702?: boolean | undefined;
4426
4463
  priceData?: {
4427
4464
  totalFromAmountUsd?: string | undefined;
4428
4465
  totalToAmountUsd?: string | undefined;
4429
4466
  priceImpact?: string | undefined;
4467
+ totalFeeAmountUsd?: string | undefined;
4430
4468
  } | undefined;
4431
4469
  };
4432
4470
  estimatedProcessingTimeInSeconds: number;
@@ -4584,11 +4622,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4584
4622
  destChainId?: number | undefined;
4585
4623
  } | undefined;
4586
4624
  gasIncluded?: boolean | undefined;
4587
- gasless7702?: boolean | undefined;
4625
+ gasIncluded7702?: boolean | undefined;
4588
4626
  priceData?: {
4589
4627
  totalFromAmountUsd?: string | undefined;
4590
4628
  totalToAmountUsd?: string | undefined;
4591
4629
  priceImpact?: string | undefined;
4630
+ totalFeeAmountUsd?: string | undefined;
4592
4631
  } | undefined;
4593
4632
  };
4594
4633
  estimatedProcessingTimeInSeconds: number;
@@ -4760,11 +4799,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4760
4799
  destChainId?: number | undefined;
4761
4800
  } | undefined;
4762
4801
  gasIncluded?: boolean | undefined;
4763
- gasless7702?: boolean | undefined;
4802
+ gasIncluded7702?: boolean | undefined;
4764
4803
  priceData?: {
4765
4804
  totalFromAmountUsd?: string | undefined;
4766
4805
  totalToAmountUsd?: string | undefined;
4767
4806
  priceImpact?: string | undefined;
4807
+ totalFeeAmountUsd?: string | undefined;
4768
4808
  } | undefined;
4769
4809
  };
4770
4810
  estimatedProcessingTimeInSeconds: number;
@@ -4976,11 +5016,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4976
5016
  destChainId?: number | undefined;
4977
5017
  } | undefined;
4978
5018
  gasIncluded?: boolean | undefined;
4979
- gasless7702?: boolean | undefined;
5019
+ gasIncluded7702?: boolean | undefined;
4980
5020
  priceData?: {
4981
5021
  totalFromAmountUsd?: string | undefined;
4982
5022
  totalToAmountUsd?: string | undefined;
4983
5023
  priceImpact?: string | undefined;
5024
+ totalFeeAmountUsd?: string | undefined;
4984
5025
  } | undefined;
4985
5026
  };
4986
5027
  estimatedProcessingTimeInSeconds: number;
@@ -5143,11 +5184,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5143
5184
  destChainId?: number | undefined;
5144
5185
  } | undefined;
5145
5186
  gasIncluded?: boolean | undefined;
5146
- gasless7702?: boolean | undefined;
5187
+ gasIncluded7702?: boolean | undefined;
5147
5188
  priceData?: {
5148
5189
  totalFromAmountUsd?: string | undefined;
5149
5190
  totalToAmountUsd?: string | undefined;
5150
5191
  priceImpact?: string | undefined;
5192
+ totalFeeAmountUsd?: string | undefined;
5151
5193
  } | undefined;
5152
5194
  };
5153
5195
  estimatedProcessingTimeInSeconds: number;
@@ -5358,11 +5400,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5358
5400
  destChainId?: number | undefined;
5359
5401
  } | undefined;
5360
5402
  gasIncluded?: boolean | undefined;
5361
- gasless7702?: boolean | undefined;
5403
+ gasIncluded7702?: boolean | undefined;
5362
5404
  priceData?: {
5363
5405
  totalFromAmountUsd?: string | undefined;
5364
5406
  totalToAmountUsd?: string | undefined;
5365
5407
  priceImpact?: string | undefined;
5408
+ totalFeeAmountUsd?: string | undefined;
5366
5409
  } | undefined;
5367
5410
  };
5368
5411
  estimatedProcessingTimeInSeconds: number;
@@ -5521,11 +5564,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5521
5564
  destChainId?: number | undefined;
5522
5565
  } | undefined;
5523
5566
  gasIncluded?: boolean | undefined;
5524
- gasless7702?: boolean | undefined;
5567
+ gasIncluded7702?: boolean | undefined;
5525
5568
  priceData?: {
5526
5569
  totalFromAmountUsd?: string | undefined;
5527
5570
  totalToAmountUsd?: string | undefined;
5528
5571
  priceImpact?: string | undefined;
5572
+ totalFeeAmountUsd?: string | undefined;
5529
5573
  } | undefined;
5530
5574
  };
5531
5575
  estimatedProcessingTimeInSeconds: number;
@@ -5736,11 +5780,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5736
5780
  destChainId?: number | undefined;
5737
5781
  } | undefined;
5738
5782
  gasIncluded?: boolean | undefined;
5739
- gasless7702?: boolean | undefined;
5783
+ gasIncluded7702?: boolean | undefined;
5740
5784
  priceData?: {
5741
5785
  totalFromAmountUsd?: string | undefined;
5742
5786
  totalToAmountUsd?: string | undefined;
5743
5787
  priceImpact?: string | undefined;
5788
+ totalFeeAmountUsd?: string | undefined;
5744
5789
  } | undefined;
5745
5790
  };
5746
5791
  estimatedProcessingTimeInSeconds: number;
@@ -5943,11 +5988,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5943
5988
  destChainId?: number | undefined;
5944
5989
  } | undefined;
5945
5990
  gasIncluded?: boolean | undefined;
5946
- gasless7702?: boolean | undefined;
5991
+ gasIncluded7702?: boolean | undefined;
5947
5992
  priceData?: {
5948
5993
  totalFromAmountUsd?: string | undefined;
5949
5994
  totalToAmountUsd?: string | undefined;
5950
5995
  priceImpact?: string | undefined;
5996
+ totalFeeAmountUsd?: string | undefined;
5951
5997
  } | undefined;
5952
5998
  };
5953
5999
  estimatedProcessingTimeInSeconds: number;
@@ -6106,11 +6152,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6106
6152
  destChainId?: number | undefined;
6107
6153
  } | undefined;
6108
6154
  gasIncluded?: boolean | undefined;
6109
- gasless7702?: boolean | undefined;
6155
+ gasIncluded7702?: boolean | undefined;
6110
6156
  priceData?: {
6111
6157
  totalFromAmountUsd?: string | undefined;
6112
6158
  totalToAmountUsd?: string | undefined;
6113
6159
  priceImpact?: string | undefined;
6160
+ totalFeeAmountUsd?: string | undefined;
6114
6161
  } | undefined;
6115
6162
  };
6116
6163
  estimatedProcessingTimeInSeconds: number;
@@ -6409,11 +6456,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6409
6456
  destChainId?: number | undefined;
6410
6457
  } | undefined;
6411
6458
  gasIncluded?: boolean | undefined;
6412
- gasless7702?: boolean | undefined;
6459
+ gasIncluded7702?: boolean | undefined;
6413
6460
  priceData?: {
6414
6461
  totalFromAmountUsd?: string | undefined;
6415
6462
  totalToAmountUsd?: string | undefined;
6416
6463
  priceImpact?: string | undefined;
6464
+ totalFeeAmountUsd?: string | undefined;
6417
6465
  } | undefined;
6418
6466
  };
6419
6467
  estimatedProcessingTimeInSeconds: number;
@@ -6585,11 +6633,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6585
6633
  destChainId?: number | undefined;
6586
6634
  } | undefined;
6587
6635
  gasIncluded?: boolean | undefined;
6588
- gasless7702?: boolean | undefined;
6636
+ gasIncluded7702?: boolean | undefined;
6589
6637
  priceData?: {
6590
6638
  totalFromAmountUsd?: string | undefined;
6591
6639
  totalToAmountUsd?: string | undefined;
6592
6640
  priceImpact?: string | undefined;
6641
+ totalFeeAmountUsd?: string | undefined;
6593
6642
  } | undefined;
6594
6643
  };
6595
6644
  estimatedProcessingTimeInSeconds: number;
@@ -6756,11 +6805,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6756
6805
  destChainId?: number | undefined;
6757
6806
  } | undefined;
6758
6807
  gasIncluded?: boolean | undefined;
6759
- gasless7702?: boolean | undefined;
6808
+ gasIncluded7702?: boolean | undefined;
6760
6809
  priceData?: {
6761
6810
  totalFromAmountUsd?: string | undefined;
6762
6811
  totalToAmountUsd?: string | undefined;
6763
6812
  priceImpact?: string | undefined;
6813
+ totalFeeAmountUsd?: string | undefined;
6764
6814
  } | undefined;
6765
6815
  };
6766
6816
  estimatedProcessingTimeInSeconds: number;
@@ -6928,11 +6978,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6928
6978
  destChainId?: number | undefined;
6929
6979
  } | undefined;
6930
6980
  gasIncluded?: boolean | undefined;
6931
- gasless7702?: boolean | undefined;
6981
+ gasIncluded7702?: boolean | undefined;
6932
6982
  priceData?: {
6933
6983
  totalFromAmountUsd?: string | undefined;
6934
6984
  totalToAmountUsd?: string | undefined;
6935
6985
  priceImpact?: string | undefined;
6986
+ totalFeeAmountUsd?: string | undefined;
6936
6987
  } | undefined;
6937
6988
  };
6938
6989
  estimatedProcessingTimeInSeconds: number;
@@ -7099,11 +7150,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7099
7150
  destChainId?: number | undefined;
7100
7151
  } | undefined;
7101
7152
  gasIncluded?: boolean | undefined;
7102
- gasless7702?: boolean | undefined;
7153
+ gasIncluded7702?: boolean | undefined;
7103
7154
  priceData?: {
7104
7155
  totalFromAmountUsd?: string | undefined;
7105
7156
  totalToAmountUsd?: string | undefined;
7106
7157
  priceImpact?: string | undefined;
7158
+ totalFeeAmountUsd?: string | undefined;
7107
7159
  } | undefined;
7108
7160
  };
7109
7161
  estimatedProcessingTimeInSeconds: number;
@@ -7275,11 +7327,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7275
7327
  destChainId?: number | undefined;
7276
7328
  } | undefined;
7277
7329
  gasIncluded?: boolean | undefined;
7278
- gasless7702?: boolean | undefined;
7330
+ gasIncluded7702?: boolean | undefined;
7279
7331
  priceData?: {
7280
7332
  totalFromAmountUsd?: string | undefined;
7281
7333
  totalToAmountUsd?: string | undefined;
7282
7334
  priceImpact?: string | undefined;
7335
+ totalFeeAmountUsd?: string | undefined;
7283
7336
  } | undefined;
7284
7337
  };
7285
7338
  estimatedProcessingTimeInSeconds: number;
@@ -7451,11 +7504,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7451
7504
  destChainId?: number | undefined;
7452
7505
  } | undefined;
7453
7506
  gasIncluded?: boolean | undefined;
7454
- gasless7702?: boolean | undefined;
7507
+ gasIncluded7702?: boolean | undefined;
7455
7508
  priceData?: {
7456
7509
  totalFromAmountUsd?: string | undefined;
7457
7510
  totalToAmountUsd?: string | undefined;
7458
7511
  priceImpact?: string | undefined;
7512
+ totalFeeAmountUsd?: string | undefined;
7459
7513
  } | undefined;
7460
7514
  };
7461
7515
  estimatedProcessingTimeInSeconds: number;
@@ -7667,11 +7721,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7667
7721
  destChainId?: number | undefined;
7668
7722
  } | undefined;
7669
7723
  gasIncluded?: boolean | undefined;
7670
- gasless7702?: boolean | undefined;
7724
+ gasIncluded7702?: boolean | undefined;
7671
7725
  priceData?: {
7672
7726
  totalFromAmountUsd?: string | undefined;
7673
7727
  totalToAmountUsd?: string | undefined;
7674
7728
  priceImpact?: string | undefined;
7729
+ totalFeeAmountUsd?: string | undefined;
7675
7730
  } | undefined;
7676
7731
  };
7677
7732
  estimatedProcessingTimeInSeconds: number;
@@ -7829,11 +7884,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7829
7884
  destChainId?: number | undefined;
7830
7885
  } | undefined;
7831
7886
  gasIncluded?: boolean | undefined;
7832
- gasless7702?: boolean | undefined;
7887
+ gasIncluded7702?: boolean | undefined;
7833
7888
  priceData?: {
7834
7889
  totalFromAmountUsd?: string | undefined;
7835
7890
  totalToAmountUsd?: string | undefined;
7836
7891
  priceImpact?: string | undefined;
7892
+ totalFeeAmountUsd?: string | undefined;
7837
7893
  } | undefined;
7838
7894
  };
7839
7895
  estimatedProcessingTimeInSeconds: number;
@@ -8041,11 +8097,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8041
8097
  destChainId?: number | undefined;
8042
8098
  } | undefined;
8043
8099
  gasIncluded?: boolean | undefined;
8044
- gasless7702?: boolean | undefined;
8100
+ gasIncluded7702?: boolean | undefined;
8045
8101
  priceData?: {
8046
8102
  totalFromAmountUsd?: string | undefined;
8047
8103
  totalToAmountUsd?: string | undefined;
8048
8104
  priceImpact?: string | undefined;
8105
+ totalFeeAmountUsd?: string | undefined;
8049
8106
  } | undefined;
8050
8107
  };
8051
8108
  estimatedProcessingTimeInSeconds: number;
@@ -8203,11 +8260,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8203
8260
  destChainId?: number | undefined;
8204
8261
  } | undefined;
8205
8262
  gasIncluded?: boolean | undefined;
8206
- gasless7702?: boolean | undefined;
8263
+ gasIncluded7702?: boolean | undefined;
8207
8264
  priceData?: {
8208
8265
  totalFromAmountUsd?: string | undefined;
8209
8266
  totalToAmountUsd?: string | undefined;
8210
8267
  priceImpact?: string | undefined;
8268
+ totalFeeAmountUsd?: string | undefined;
8211
8269
  } | undefined;
8212
8270
  };
8213
8271
  estimatedProcessingTimeInSeconds: number;
@@ -8379,11 +8437,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8379
8437
  destChainId?: number | undefined;
8380
8438
  } | undefined;
8381
8439
  gasIncluded?: boolean | undefined;
8382
- gasless7702?: boolean | undefined;
8440
+ gasIncluded7702?: boolean | undefined;
8383
8441
  priceData?: {
8384
8442
  totalFromAmountUsd?: string | undefined;
8385
8443
  totalToAmountUsd?: string | undefined;
8386
8444
  priceImpact?: string | undefined;
8445
+ totalFeeAmountUsd?: string | undefined;
8387
8446
  } | undefined;
8388
8447
  };
8389
8448
  estimatedProcessingTimeInSeconds: number;
@@ -8595,11 +8654,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8595
8654
  destChainId?: number | undefined;
8596
8655
  } | undefined;
8597
8656
  gasIncluded?: boolean | undefined;
8598
- gasless7702?: boolean | undefined;
8657
+ gasIncluded7702?: boolean | undefined;
8599
8658
  priceData?: {
8600
8659
  totalFromAmountUsd?: string | undefined;
8601
8660
  totalToAmountUsd?: string | undefined;
8602
8661
  priceImpact?: string | undefined;
8662
+ totalFeeAmountUsd?: string | undefined;
8603
8663
  } | undefined;
8604
8664
  };
8605
8665
  estimatedProcessingTimeInSeconds: number;
@@ -8762,11 +8822,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8762
8822
  destChainId?: number | undefined;
8763
8823
  } | undefined;
8764
8824
  gasIncluded?: boolean | undefined;
8765
- gasless7702?: boolean | undefined;
8825
+ gasIncluded7702?: boolean | undefined;
8766
8826
  priceData?: {
8767
8827
  totalFromAmountUsd?: string | undefined;
8768
8828
  totalToAmountUsd?: string | undefined;
8769
8829
  priceImpact?: string | undefined;
8830
+ totalFeeAmountUsd?: string | undefined;
8770
8831
  } | undefined;
8771
8832
  };
8772
8833
  estimatedProcessingTimeInSeconds: number;
@@ -8977,11 +9038,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8977
9038
  destChainId?: number | undefined;
8978
9039
  } | undefined;
8979
9040
  gasIncluded?: boolean | undefined;
8980
- gasless7702?: boolean | undefined;
9041
+ gasIncluded7702?: boolean | undefined;
8981
9042
  priceData?: {
8982
9043
  totalFromAmountUsd?: string | undefined;
8983
9044
  totalToAmountUsd?: string | undefined;
8984
9045
  priceImpact?: string | undefined;
9046
+ totalFeeAmountUsd?: string | undefined;
8985
9047
  } | undefined;
8986
9048
  };
8987
9049
  estimatedProcessingTimeInSeconds: number;
@@ -9140,11 +9202,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9140
9202
  destChainId?: number | undefined;
9141
9203
  } | undefined;
9142
9204
  gasIncluded?: boolean | undefined;
9143
- gasless7702?: boolean | undefined;
9205
+ gasIncluded7702?: boolean | undefined;
9144
9206
  priceData?: {
9145
9207
  totalFromAmountUsd?: string | undefined;
9146
9208
  totalToAmountUsd?: string | undefined;
9147
9209
  priceImpact?: string | undefined;
9210
+ totalFeeAmountUsd?: string | undefined;
9148
9211
  } | undefined;
9149
9212
  };
9150
9213
  estimatedProcessingTimeInSeconds: number;
@@ -9355,11 +9418,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9355
9418
  destChainId?: number | undefined;
9356
9419
  } | undefined;
9357
9420
  gasIncluded?: boolean | undefined;
9358
- gasless7702?: boolean | undefined;
9421
+ gasIncluded7702?: boolean | undefined;
9359
9422
  priceData?: {
9360
9423
  totalFromAmountUsd?: string | undefined;
9361
9424
  totalToAmountUsd?: string | undefined;
9362
9425
  priceImpact?: string | undefined;
9426
+ totalFeeAmountUsd?: string | undefined;
9363
9427
  } | undefined;
9364
9428
  };
9365
9429
  estimatedProcessingTimeInSeconds: number;
@@ -9562,11 +9626,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9562
9626
  destChainId?: number | undefined;
9563
9627
  } | undefined;
9564
9628
  gasIncluded?: boolean | undefined;
9565
- gasless7702?: boolean | undefined;
9629
+ gasIncluded7702?: boolean | undefined;
9566
9630
  priceData?: {
9567
9631
  totalFromAmountUsd?: string | undefined;
9568
9632
  totalToAmountUsd?: string | undefined;
9569
9633
  priceImpact?: string | undefined;
9634
+ totalFeeAmountUsd?: string | undefined;
9570
9635
  } | undefined;
9571
9636
  };
9572
9637
  estimatedProcessingTimeInSeconds: number;
@@ -9725,11 +9790,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9725
9790
  destChainId?: number | undefined;
9726
9791
  } | undefined;
9727
9792
  gasIncluded?: boolean | undefined;
9728
- gasless7702?: boolean | undefined;
9793
+ gasIncluded7702?: boolean | undefined;
9729
9794
  priceData?: {
9730
9795
  totalFromAmountUsd?: string | undefined;
9731
9796
  totalToAmountUsd?: string | undefined;
9732
9797
  priceImpact?: string | undefined;
9798
+ totalFeeAmountUsd?: string | undefined;
9733
9799
  } | undefined;
9734
9800
  };
9735
9801
  estimatedProcessingTimeInSeconds: number;
@@ -10036,11 +10102,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10036
10102
  destChainId?: number | undefined;
10037
10103
  } | undefined;
10038
10104
  gasIncluded?: boolean | undefined;
10039
- gasless7702?: boolean | undefined;
10105
+ gasIncluded7702?: boolean | undefined;
10040
10106
  priceData?: {
10041
10107
  totalFromAmountUsd?: string | undefined;
10042
10108
  totalToAmountUsd?: string | undefined;
10043
10109
  priceImpact?: string | undefined;
10110
+ totalFeeAmountUsd?: string | undefined;
10044
10111
  } | undefined;
10045
10112
  };
10046
10113
  estimatedProcessingTimeInSeconds: number;
@@ -10212,11 +10279,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10212
10279
  destChainId?: number | undefined;
10213
10280
  } | undefined;
10214
10281
  gasIncluded?: boolean | undefined;
10215
- gasless7702?: boolean | undefined;
10282
+ gasIncluded7702?: boolean | undefined;
10216
10283
  priceData?: {
10217
10284
  totalFromAmountUsd?: string | undefined;
10218
10285
  totalToAmountUsd?: string | undefined;
10219
10286
  priceImpact?: string | undefined;
10287
+ totalFeeAmountUsd?: string | undefined;
10220
10288
  } | undefined;
10221
10289
  };
10222
10290
  estimatedProcessingTimeInSeconds: number;
@@ -10383,11 +10451,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10383
10451
  destChainId?: number | undefined;
10384
10452
  } | undefined;
10385
10453
  gasIncluded?: boolean | undefined;
10386
- gasless7702?: boolean | undefined;
10454
+ gasIncluded7702?: boolean | undefined;
10387
10455
  priceData?: {
10388
10456
  totalFromAmountUsd?: string | undefined;
10389
10457
  totalToAmountUsd?: string | undefined;
10390
10458
  priceImpact?: string | undefined;
10459
+ totalFeeAmountUsd?: string | undefined;
10391
10460
  } | undefined;
10392
10461
  };
10393
10462
  estimatedProcessingTimeInSeconds: number;
@@ -10554,11 +10623,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10554
10623
  destChainId?: number | undefined;
10555
10624
  } | undefined;
10556
10625
  gasIncluded?: boolean | undefined;
10557
- gasless7702?: boolean | undefined;
10626
+ gasIncluded7702?: boolean | undefined;
10558
10627
  priceData?: {
10559
10628
  totalFromAmountUsd?: string | undefined;
10560
10629
  totalToAmountUsd?: string | undefined;
10561
10630
  priceImpact?: string | undefined;
10631
+ totalFeeAmountUsd?: string | undefined;
10562
10632
  } | undefined;
10563
10633
  };
10564
10634
  estimatedProcessingTimeInSeconds: number;
@@ -10726,11 +10796,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10726
10796
  destChainId?: number | undefined;
10727
10797
  } | undefined;
10728
10798
  gasIncluded?: boolean | undefined;
10729
- gasless7702?: boolean | undefined;
10799
+ gasIncluded7702?: boolean | undefined;
10730
10800
  priceData?: {
10731
10801
  totalFromAmountUsd?: string | undefined;
10732
10802
  totalToAmountUsd?: string | undefined;
10733
10803
  priceImpact?: string | undefined;
10804
+ totalFeeAmountUsd?: string | undefined;
10734
10805
  } | undefined;
10735
10806
  };
10736
10807
  estimatedProcessingTimeInSeconds: number;
@@ -10897,11 +10968,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10897
10968
  destChainId?: number | undefined;
10898
10969
  } | undefined;
10899
10970
  gasIncluded?: boolean | undefined;
10900
- gasless7702?: boolean | undefined;
10971
+ gasIncluded7702?: boolean | undefined;
10901
10972
  priceData?: {
10902
10973
  totalFromAmountUsd?: string | undefined;
10903
10974
  totalToAmountUsd?: string | undefined;
10904
10975
  priceImpact?: string | undefined;
10976
+ totalFeeAmountUsd?: string | undefined;
10905
10977
  } | undefined;
10906
10978
  };
10907
10979
  estimatedProcessingTimeInSeconds: number;
@@ -11068,11 +11140,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11068
11140
  destChainId?: number | undefined;
11069
11141
  } | undefined;
11070
11142
  gasIncluded?: boolean | undefined;
11071
- gasless7702?: boolean | undefined;
11143
+ gasIncluded7702?: boolean | undefined;
11072
11144
  priceData?: {
11073
11145
  totalFromAmountUsd?: string | undefined;
11074
11146
  totalToAmountUsd?: string | undefined;
11075
11147
  priceImpact?: string | undefined;
11148
+ totalFeeAmountUsd?: string | undefined;
11076
11149
  } | undefined;
11077
11150
  };
11078
11151
  estimatedProcessingTimeInSeconds: number;
@@ -11244,11 +11317,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11244
11317
  destChainId?: number | undefined;
11245
11318
  } | undefined;
11246
11319
  gasIncluded?: boolean | undefined;
11247
- gasless7702?: boolean | undefined;
11320
+ gasIncluded7702?: boolean | undefined;
11248
11321
  priceData?: {
11249
11322
  totalFromAmountUsd?: string | undefined;
11250
11323
  totalToAmountUsd?: string | undefined;
11251
11324
  priceImpact?: string | undefined;
11325
+ totalFeeAmountUsd?: string | undefined;
11252
11326
  } | undefined;
11253
11327
  };
11254
11328
  estimatedProcessingTimeInSeconds: number;
@@ -11420,11 +11494,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11420
11494
  destChainId?: number | undefined;
11421
11495
  } | undefined;
11422
11496
  gasIncluded?: boolean | undefined;
11423
- gasless7702?: boolean | undefined;
11497
+ gasIncluded7702?: boolean | undefined;
11424
11498
  priceData?: {
11425
11499
  totalFromAmountUsd?: string | undefined;
11426
11500
  totalToAmountUsd?: string | undefined;
11427
11501
  priceImpact?: string | undefined;
11502
+ totalFeeAmountUsd?: string | undefined;
11428
11503
  } | undefined;
11429
11504
  };
11430
11505
  estimatedProcessingTimeInSeconds: number;
@@ -11596,11 +11671,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11596
11671
  destChainId?: number | undefined;
11597
11672
  } | undefined;
11598
11673
  gasIncluded?: boolean | undefined;
11599
- gasless7702?: boolean | undefined;
11674
+ gasIncluded7702?: boolean | undefined;
11600
11675
  priceData?: {
11601
11676
  totalFromAmountUsd?: string | undefined;
11602
11677
  totalToAmountUsd?: string | undefined;
11603
11678
  priceImpact?: string | undefined;
11679
+ totalFeeAmountUsd?: string | undefined;
11604
11680
  } | undefined;
11605
11681
  };
11606
11682
  estimatedProcessingTimeInSeconds: number;
@@ -11767,11 +11843,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11767
11843
  destChainId?: number | undefined;
11768
11844
  } | undefined;
11769
11845
  gasIncluded?: boolean | undefined;
11770
- gasless7702?: boolean | undefined;
11846
+ gasIncluded7702?: boolean | undefined;
11771
11847
  priceData?: {
11772
11848
  totalFromAmountUsd?: string | undefined;
11773
11849
  totalToAmountUsd?: string | undefined;
11774
11850
  priceImpact?: string | undefined;
11851
+ totalFeeAmountUsd?: string | undefined;
11775
11852
  } | undefined;
11776
11853
  };
11777
11854
  estimatedProcessingTimeInSeconds: number;
@@ -11939,11 +12016,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11939
12016
  destChainId?: number | undefined;
11940
12017
  } | undefined;
11941
12018
  gasIncluded?: boolean | undefined;
11942
- gasless7702?: boolean | undefined;
12019
+ gasIncluded7702?: boolean | undefined;
11943
12020
  priceData?: {
11944
12021
  totalFromAmountUsd?: string | undefined;
11945
12022
  totalToAmountUsd?: string | undefined;
11946
12023
  priceImpact?: string | undefined;
12024
+ totalFeeAmountUsd?: string | undefined;
11947
12025
  } | undefined;
11948
12026
  };
11949
12027
  estimatedProcessingTimeInSeconds: number;
@@ -12110,11 +12188,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12110
12188
  destChainId?: number | undefined;
12111
12189
  } | undefined;
12112
12190
  gasIncluded?: boolean | undefined;
12113
- gasless7702?: boolean | undefined;
12191
+ gasIncluded7702?: boolean | undefined;
12114
12192
  priceData?: {
12115
12193
  totalFromAmountUsd?: string | undefined;
12116
12194
  totalToAmountUsd?: string | undefined;
12117
12195
  priceImpact?: string | undefined;
12196
+ totalFeeAmountUsd?: string | undefined;
12118
12197
  } | undefined;
12119
12198
  };
12120
12199
  estimatedProcessingTimeInSeconds: number;
@@ -12286,11 +12365,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12286
12365
  destChainId?: number | undefined;
12287
12366
  } | undefined;
12288
12367
  gasIncluded?: boolean | undefined;
12289
- gasless7702?: boolean | undefined;
12368
+ gasIncluded7702?: boolean | undefined;
12290
12369
  priceData?: {
12291
12370
  totalFromAmountUsd?: string | undefined;
12292
12371
  totalToAmountUsd?: string | undefined;
12293
12372
  priceImpact?: string | undefined;
12373
+ totalFeeAmountUsd?: string | undefined;
12294
12374
  } | undefined;
12295
12375
  };
12296
12376
  estimatedProcessingTimeInSeconds: number;
@@ -12462,11 +12542,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12462
12542
  destChainId?: number | undefined;
12463
12543
  } | undefined;
12464
12544
  gasIncluded?: boolean | undefined;
12465
- gasless7702?: boolean | undefined;
12545
+ gasIncluded7702?: boolean | undefined;
12466
12546
  priceData?: {
12467
12547
  totalFromAmountUsd?: string | undefined;
12468
12548
  totalToAmountUsd?: string | undefined;
12469
12549
  priceImpact?: string | undefined;
12550
+ totalFeeAmountUsd?: string | undefined;
12470
12551
  } | undefined;
12471
12552
  };
12472
12553
  estimatedProcessingTimeInSeconds: number;
@@ -12678,11 +12759,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12678
12759
  destChainId?: number | undefined;
12679
12760
  } | undefined;
12680
12761
  gasIncluded?: boolean | undefined;
12681
- gasless7702?: boolean | undefined;
12762
+ gasIncluded7702?: boolean | undefined;
12682
12763
  priceData?: {
12683
12764
  totalFromAmountUsd?: string | undefined;
12684
12765
  totalToAmountUsd?: string | undefined;
12685
12766
  priceImpact?: string | undefined;
12767
+ totalFeeAmountUsd?: string | undefined;
12686
12768
  } | undefined;
12687
12769
  };
12688
12770
  estimatedProcessingTimeInSeconds: number;
@@ -12840,11 +12922,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12840
12922
  destChainId?: number | undefined;
12841
12923
  } | undefined;
12842
12924
  gasIncluded?: boolean | undefined;
12843
- gasless7702?: boolean | undefined;
12925
+ gasIncluded7702?: boolean | undefined;
12844
12926
  priceData?: {
12845
12927
  totalFromAmountUsd?: string | undefined;
12846
12928
  totalToAmountUsd?: string | undefined;
12847
12929
  priceImpact?: string | undefined;
12930
+ totalFeeAmountUsd?: string | undefined;
12848
12931
  } | undefined;
12849
12932
  };
12850
12933
  estimatedProcessingTimeInSeconds: number;
@@ -13052,11 +13135,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13052
13135
  destChainId?: number | undefined;
13053
13136
  } | undefined;
13054
13137
  gasIncluded?: boolean | undefined;
13055
- gasless7702?: boolean | undefined;
13138
+ gasIncluded7702?: boolean | undefined;
13056
13139
  priceData?: {
13057
13140
  totalFromAmountUsd?: string | undefined;
13058
13141
  totalToAmountUsd?: string | undefined;
13059
13142
  priceImpact?: string | undefined;
13143
+ totalFeeAmountUsd?: string | undefined;
13060
13144
  } | undefined;
13061
13145
  };
13062
13146
  estimatedProcessingTimeInSeconds: number;
@@ -13214,11 +13298,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13214
13298
  destChainId?: number | undefined;
13215
13299
  } | undefined;
13216
13300
  gasIncluded?: boolean | undefined;
13217
- gasless7702?: boolean | undefined;
13301
+ gasIncluded7702?: boolean | undefined;
13218
13302
  priceData?: {
13219
13303
  totalFromAmountUsd?: string | undefined;
13220
13304
  totalToAmountUsd?: string | undefined;
13221
13305
  priceImpact?: string | undefined;
13306
+ totalFeeAmountUsd?: string | undefined;
13222
13307
  } | undefined;
13223
13308
  };
13224
13309
  estimatedProcessingTimeInSeconds: number;
@@ -13390,11 +13475,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13390
13475
  destChainId?: number | undefined;
13391
13476
  } | undefined;
13392
13477
  gasIncluded?: boolean | undefined;
13393
- gasless7702?: boolean | undefined;
13478
+ gasIncluded7702?: boolean | undefined;
13394
13479
  priceData?: {
13395
13480
  totalFromAmountUsd?: string | undefined;
13396
13481
  totalToAmountUsd?: string | undefined;
13397
13482
  priceImpact?: string | undefined;
13483
+ totalFeeAmountUsd?: string | undefined;
13398
13484
  } | undefined;
13399
13485
  };
13400
13486
  estimatedProcessingTimeInSeconds: number;
@@ -13606,11 +13692,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13606
13692
  destChainId?: number | undefined;
13607
13693
  } | undefined;
13608
13694
  gasIncluded?: boolean | undefined;
13609
- gasless7702?: boolean | undefined;
13695
+ gasIncluded7702?: boolean | undefined;
13610
13696
  priceData?: {
13611
13697
  totalFromAmountUsd?: string | undefined;
13612
13698
  totalToAmountUsd?: string | undefined;
13613
13699
  priceImpact?: string | undefined;
13700
+ totalFeeAmountUsd?: string | undefined;
13614
13701
  } | undefined;
13615
13702
  };
13616
13703
  estimatedProcessingTimeInSeconds: number;
@@ -13773,11 +13860,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13773
13860
  destChainId?: number | undefined;
13774
13861
  } | undefined;
13775
13862
  gasIncluded?: boolean | undefined;
13776
- gasless7702?: boolean | undefined;
13863
+ gasIncluded7702?: boolean | undefined;
13777
13864
  priceData?: {
13778
13865
  totalFromAmountUsd?: string | undefined;
13779
13866
  totalToAmountUsd?: string | undefined;
13780
13867
  priceImpact?: string | undefined;
13868
+ totalFeeAmountUsd?: string | undefined;
13781
13869
  } | undefined;
13782
13870
  };
13783
13871
  estimatedProcessingTimeInSeconds: number;
@@ -13988,11 +14076,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13988
14076
  destChainId?: number | undefined;
13989
14077
  } | undefined;
13990
14078
  gasIncluded?: boolean | undefined;
13991
- gasless7702?: boolean | undefined;
14079
+ gasIncluded7702?: boolean | undefined;
13992
14080
  priceData?: {
13993
14081
  totalFromAmountUsd?: string | undefined;
13994
14082
  totalToAmountUsd?: string | undefined;
13995
14083
  priceImpact?: string | undefined;
14084
+ totalFeeAmountUsd?: string | undefined;
13996
14085
  } | undefined;
13997
14086
  };
13998
14087
  estimatedProcessingTimeInSeconds: number;
@@ -14151,11 +14240,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14151
14240
  destChainId?: number | undefined;
14152
14241
  } | undefined;
14153
14242
  gasIncluded?: boolean | undefined;
14154
- gasless7702?: boolean | undefined;
14243
+ gasIncluded7702?: boolean | undefined;
14155
14244
  priceData?: {
14156
14245
  totalFromAmountUsd?: string | undefined;
14157
14246
  totalToAmountUsd?: string | undefined;
14158
14247
  priceImpact?: string | undefined;
14248
+ totalFeeAmountUsd?: string | undefined;
14159
14249
  } | undefined;
14160
14250
  };
14161
14251
  estimatedProcessingTimeInSeconds: number;
@@ -14366,11 +14456,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14366
14456
  destChainId?: number | undefined;
14367
14457
  } | undefined;
14368
14458
  gasIncluded?: boolean | undefined;
14369
- gasless7702?: boolean | undefined;
14459
+ gasIncluded7702?: boolean | undefined;
14370
14460
  priceData?: {
14371
14461
  totalFromAmountUsd?: string | undefined;
14372
14462
  totalToAmountUsd?: string | undefined;
14373
14463
  priceImpact?: string | undefined;
14464
+ totalFeeAmountUsd?: string | undefined;
14374
14465
  } | undefined;
14375
14466
  };
14376
14467
  estimatedProcessingTimeInSeconds: number;
@@ -14573,11 +14664,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14573
14664
  destChainId?: number | undefined;
14574
14665
  } | undefined;
14575
14666
  gasIncluded?: boolean | undefined;
14576
- gasless7702?: boolean | undefined;
14667
+ gasIncluded7702?: boolean | undefined;
14577
14668
  priceData?: {
14578
14669
  totalFromAmountUsd?: string | undefined;
14579
14670
  totalToAmountUsd?: string | undefined;
14580
14671
  priceImpact?: string | undefined;
14672
+ totalFeeAmountUsd?: string | undefined;
14581
14673
  } | undefined;
14582
14674
  };
14583
14675
  estimatedProcessingTimeInSeconds: number;
@@ -14736,11 +14828,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14736
14828
  destChainId?: number | undefined;
14737
14829
  } | undefined;
14738
14830
  gasIncluded?: boolean | undefined;
14739
- gasless7702?: boolean | undefined;
14831
+ gasIncluded7702?: boolean | undefined;
14740
14832
  priceData?: {
14741
14833
  totalFromAmountUsd?: string | undefined;
14742
14834
  totalToAmountUsd?: string | undefined;
14743
14835
  priceImpact?: string | undefined;
14836
+ totalFeeAmountUsd?: string | undefined;
14744
14837
  } | undefined;
14745
14838
  };
14746
14839
  estimatedProcessingTimeInSeconds: number;
@@ -15043,11 +15136,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15043
15136
  destChainId?: number | undefined;
15044
15137
  } | undefined;
15045
15138
  gasIncluded?: boolean | undefined;
15046
- gasless7702?: boolean | undefined;
15139
+ gasIncluded7702?: boolean | undefined;
15047
15140
  priceData?: {
15048
15141
  totalFromAmountUsd?: string | undefined;
15049
15142
  totalToAmountUsd?: string | undefined;
15050
15143
  priceImpact?: string | undefined;
15144
+ totalFeeAmountUsd?: string | undefined;
15051
15145
  } | undefined;
15052
15146
  };
15053
15147
  estimatedProcessingTimeInSeconds: number;
@@ -15114,6 +15208,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15114
15208
  topAssets?: string[] | undefined;
15115
15209
  isUnifiedUIEnabled?: boolean | undefined;
15116
15210
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15211
+ isGaslessSwapEnabled?: boolean | undefined;
15117
15212
  }>;
15118
15213
  refreshRate: number;
15119
15214
  minimumVersion: string;
@@ -15137,6 +15232,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15137
15232
  topAssets?: string[] | undefined;
15138
15233
  isUnifiedUIEnabled?: boolean | undefined;
15139
15234
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15235
+ isGaslessSwapEnabled?: boolean | undefined;
15140
15236
  }>;
15141
15237
  refreshRate: number;
15142
15238
  minimumVersion: string;
@@ -15165,6 +15261,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15165
15261
  topAssets?: string[] | undefined;
15166
15262
  isUnifiedUIEnabled?: boolean | undefined;
15167
15263
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15264
+ isGaslessSwapEnabled?: boolean | undefined;
15168
15265
  }>;
15169
15266
  refreshRate: number;
15170
15267
  minimumVersion: string;
@@ -15192,6 +15289,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15192
15289
  topAssets?: string[] | undefined;
15193
15290
  isUnifiedUIEnabled?: boolean | undefined;
15194
15291
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15292
+ isGaslessSwapEnabled?: boolean | undefined;
15195
15293
  }>;
15196
15294
  refreshRate: number;
15197
15295
  minimumVersion: string;
@@ -15215,6 +15313,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15215
15313
  topAssets?: string[] | undefined;
15216
15314
  isUnifiedUIEnabled?: boolean | undefined;
15217
15315
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15316
+ isGaslessSwapEnabled?: boolean | undefined;
15218
15317
  }>;
15219
15318
  refreshRate: number;
15220
15319
  minimumVersion: string;
@@ -15242,6 +15341,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15242
15341
  topAssets?: string[] | undefined;
15243
15342
  isUnifiedUIEnabled?: boolean | undefined;
15244
15343
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15344
+ isGaslessSwapEnabled?: boolean | undefined;
15245
15345
  }>;
15246
15346
  refreshRate: number;
15247
15347
  minimumVersion: string;