@metamask/bridge-controller 47.0.0 → 47.2.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 (46) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/dist/bridge-controller.cjs +1 -1
  3. package/dist/bridge-controller.cjs.map +1 -1
  4. package/dist/bridge-controller.d.cts +2 -2
  5. package/dist/bridge-controller.d.cts.map +1 -1
  6. package/dist/bridge-controller.d.mts +2 -2
  7. package/dist/bridge-controller.d.mts.map +1 -1
  8. package/dist/bridge-controller.mjs +1 -1
  9. package/dist/bridge-controller.mjs.map +1 -1
  10. package/dist/constants/bridge.cjs.map +1 -1
  11. package/dist/constants/bridge.d.cts +2 -8
  12. package/dist/constants/bridge.d.cts.map +1 -1
  13. package/dist/constants/bridge.d.mts +2 -8
  14. package/dist/constants/bridge.d.mts.map +1 -1
  15. package/dist/constants/bridge.mjs.map +1 -1
  16. package/dist/selectors.d.cts +266 -0
  17. package/dist/selectors.d.cts.map +1 -1
  18. package/dist/selectors.d.mts +266 -0
  19. package/dist/selectors.d.mts.map +1 -1
  20. package/dist/types.cjs.map +1 -1
  21. package/dist/types.d.cts +2 -1
  22. package/dist/types.d.cts.map +1 -1
  23. package/dist/types.d.mts +2 -1
  24. package/dist/types.d.mts.map +1 -1
  25. package/dist/types.mjs.map +1 -1
  26. package/dist/utils/feature-flags.d.cts +4 -0
  27. package/dist/utils/feature-flags.d.cts.map +1 -1
  28. package/dist/utils/feature-flags.d.mts +4 -0
  29. package/dist/utils/feature-flags.d.mts.map +1 -1
  30. package/dist/utils/fetch.cjs +9 -3
  31. package/dist/utils/fetch.cjs.map +1 -1
  32. package/dist/utils/fetch.d.cts +3 -1
  33. package/dist/utils/fetch.d.cts.map +1 -1
  34. package/dist/utils/fetch.d.mts +3 -1
  35. package/dist/utils/fetch.d.mts.map +1 -1
  36. package/dist/utils/fetch.mjs +9 -3
  37. package/dist/utils/fetch.mjs.map +1 -1
  38. package/dist/utils/validators.cjs +18 -0
  39. package/dist/utils/validators.cjs.map +1 -1
  40. package/dist/utils/validators.d.cts +47 -0
  41. package/dist/utils/validators.d.cts.map +1 -1
  42. package/dist/utils/validators.d.mts +47 -0
  43. package/dist/utils/validators.d.mts.map +1 -1
  44. package/dist/utils/validators.mjs +18 -0
  45. package/dist/utils/validators.mjs.map +1 -1
  46. package/package.json +3 -3
@@ -60,6 +60,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
60
60
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
61
61
  isGaslessSwapEnabled?: boolean | undefined;
62
62
  noFeeAssets?: string[] | undefined;
63
+ defaultPairs?: {
64
+ standard: Record<string, string>;
65
+ other: Record<string, string>;
66
+ } | undefined;
63
67
  }>;
64
68
  refreshRate: number;
65
69
  minimumVersion: string;
@@ -73,6 +77,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
73
77
  bridgeIds?: string[] | undefined;
74
78
  noFee?: boolean | undefined;
75
79
  } | undefined> | undefined;
80
+ bip44DefaultPairs?: Record<string, {
81
+ standard: Record<string, string>;
82
+ other: Record<string, string>;
83
+ } | undefined> | undefined;
76
84
  }) & {
77
85
  clearCache: () => void;
78
86
  resultsCount: () => number;
@@ -90,6 +98,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
90
98
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
91
99
  isGaslessSwapEnabled?: boolean | undefined;
92
100
  noFeeAssets?: string[] | undefined;
101
+ defaultPairs?: {
102
+ standard: Record<string, string>;
103
+ other: Record<string, string>;
104
+ } | undefined;
93
105
  }>;
94
106
  refreshRate: number;
95
107
  minimumVersion: string;
@@ -103,6 +115,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
103
115
  bridgeIds?: string[] | undefined;
104
116
  noFee?: boolean | undefined;
105
117
  } | undefined> | undefined;
118
+ bip44DefaultPairs?: Record<string, {
119
+ standard: Record<string, string>;
120
+ other: Record<string, string>;
121
+ } | undefined> | undefined;
106
122
  };
107
123
  memoizedResultFunc: ((resultFuncArgs_0: any) => {
108
124
  support: boolean;
@@ -116,6 +132,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
116
132
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
117
133
  isGaslessSwapEnabled?: boolean | undefined;
118
134
  noFeeAssets?: string[] | undefined;
135
+ defaultPairs?: {
136
+ standard: Record<string, string>;
137
+ other: Record<string, string>;
138
+ } | undefined;
119
139
  }>;
120
140
  refreshRate: number;
121
141
  minimumVersion: string;
@@ -129,6 +149,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
129
149
  bridgeIds?: string[] | undefined;
130
150
  noFee?: boolean | undefined;
131
151
  } | undefined> | undefined;
152
+ bip44DefaultPairs?: Record<string, {
153
+ standard: Record<string, string>;
154
+ other: Record<string, string>;
155
+ } | undefined> | undefined;
132
156
  }) & {
133
157
  clearCache: () => void;
134
158
  resultsCount: () => number;
@@ -146,6 +170,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
146
170
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
147
171
  isGaslessSwapEnabled?: boolean | undefined;
148
172
  noFeeAssets?: string[] | undefined;
173
+ defaultPairs?: {
174
+ standard: Record<string, string>;
175
+ other: Record<string, string>;
176
+ } | undefined;
149
177
  }>;
150
178
  refreshRate: number;
151
179
  minimumVersion: string;
@@ -159,6 +187,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
159
187
  bridgeIds?: string[] | undefined;
160
188
  noFee?: boolean | undefined;
161
189
  } | undefined> | undefined;
190
+ bip44DefaultPairs?: Record<string, {
191
+ standard: Record<string, string>;
192
+ other: Record<string, string>;
193
+ } | undefined> | undefined;
162
194
  };
163
195
  dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
164
196
  recomputations: () => number;
@@ -222,6 +254,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
222
254
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
223
255
  isGaslessSwapEnabled?: boolean | undefined;
224
256
  noFeeAssets?: string[] | undefined;
257
+ defaultPairs?: {
258
+ standard: Record<string, string>;
259
+ other: Record<string, string>;
260
+ } | undefined;
225
261
  }>;
226
262
  refreshRate: number;
227
263
  minimumVersion: string;
@@ -235,6 +271,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
235
271
  bridgeIds?: string[] | undefined;
236
272
  noFee?: boolean | undefined;
237
273
  } | undefined> | undefined;
274
+ bip44DefaultPairs?: Record<string, {
275
+ standard: Record<string, string>;
276
+ other: Record<string, string>;
277
+ } | undefined> | undefined;
238
278
  }, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean;
239
279
  memoizedResultFunc: ((resultFuncArgs_0: {
240
280
  support: boolean;
@@ -248,6 +288,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
248
288
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
249
289
  isGaslessSwapEnabled?: boolean | undefined;
250
290
  noFeeAssets?: string[] | undefined;
291
+ defaultPairs?: {
292
+ standard: Record<string, string>;
293
+ other: Record<string, string>;
294
+ } | undefined;
251
295
  }>;
252
296
  refreshRate: number;
253
297
  minimumVersion: string;
@@ -261,6 +305,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
261
305
  bridgeIds?: string[] | undefined;
262
306
  noFee?: boolean | undefined;
263
307
  } | undefined> | undefined;
308
+ bip44DefaultPairs?: Record<string, {
309
+ standard: Record<string, string>;
310
+ other: Record<string, string>;
311
+ } | undefined> | undefined;
264
312
  }, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean) & {
265
313
  clearCache: () => void;
266
314
  resultsCount: () => number;
@@ -279,6 +327,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
279
327
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
280
328
  isGaslessSwapEnabled?: boolean | undefined;
281
329
  noFeeAssets?: string[] | undefined;
330
+ defaultPairs?: {
331
+ standard: Record<string, string>;
332
+ other: Record<string, string>;
333
+ } | undefined;
282
334
  }>;
283
335
  refreshRate: number;
284
336
  minimumVersion: string;
@@ -292,6 +344,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
292
344
  bridgeIds?: string[] | undefined;
293
345
  noFee?: boolean | undefined;
294
346
  } | undefined> | undefined;
347
+ bip44DefaultPairs?: Record<string, {
348
+ standard: Record<string, string>;
349
+ other: Record<string, string>;
350
+ } | undefined> | undefined;
295
351
  }) & {
296
352
  clearCache: () => void;
297
353
  resultsCount: () => number;
@@ -309,6 +365,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
309
365
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
310
366
  isGaslessSwapEnabled?: boolean | undefined;
311
367
  noFeeAssets?: string[] | undefined;
368
+ defaultPairs?: {
369
+ standard: Record<string, string>;
370
+ other: Record<string, string>;
371
+ } | undefined;
312
372
  }>;
313
373
  refreshRate: number;
314
374
  minimumVersion: string;
@@ -322,6 +382,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
322
382
  bridgeIds?: string[] | undefined;
323
383
  noFee?: boolean | undefined;
324
384
  } | undefined> | undefined;
385
+ bip44DefaultPairs?: Record<string, {
386
+ standard: Record<string, string>;
387
+ other: Record<string, string>;
388
+ } | undefined> | undefined;
325
389
  };
326
390
  memoizedResultFunc: ((resultFuncArgs_0: any) => {
327
391
  support: boolean;
@@ -335,6 +399,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
335
399
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
336
400
  isGaslessSwapEnabled?: boolean | undefined;
337
401
  noFeeAssets?: string[] | undefined;
402
+ defaultPairs?: {
403
+ standard: Record<string, string>;
404
+ other: Record<string, string>;
405
+ } | undefined;
338
406
  }>;
339
407
  refreshRate: number;
340
408
  minimumVersion: string;
@@ -348,6 +416,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
348
416
  bridgeIds?: string[] | undefined;
349
417
  noFee?: boolean | undefined;
350
418
  } | undefined> | undefined;
419
+ bip44DefaultPairs?: Record<string, {
420
+ standard: Record<string, string>;
421
+ other: Record<string, string>;
422
+ } | undefined> | undefined;
351
423
  }) & {
352
424
  clearCache: () => void;
353
425
  resultsCount: () => number;
@@ -365,6 +437,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
365
437
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
366
438
  isGaslessSwapEnabled?: boolean | undefined;
367
439
  noFeeAssets?: string[] | undefined;
440
+ defaultPairs?: {
441
+ standard: Record<string, string>;
442
+ other: Record<string, string>;
443
+ } | undefined;
368
444
  }>;
369
445
  refreshRate: number;
370
446
  minimumVersion: string;
@@ -378,6 +454,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
378
454
  bridgeIds?: string[] | undefined;
379
455
  noFee?: boolean | undefined;
380
456
  } | undefined> | undefined;
457
+ bip44DefaultPairs?: Record<string, {
458
+ standard: Record<string, string>;
459
+ other: Record<string, string>;
460
+ } | undefined> | undefined;
381
461
  };
382
462
  dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
383
463
  recomputations: () => number;
@@ -416,6 +496,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
416
496
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
417
497
  isGaslessSwapEnabled?: boolean | undefined;
418
498
  noFeeAssets?: string[] | undefined;
499
+ defaultPairs?: {
500
+ standard: Record<string, string>;
501
+ other: Record<string, string>;
502
+ } | undefined;
419
503
  }>;
420
504
  refreshRate: number;
421
505
  minimumVersion: string;
@@ -429,6 +513,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
429
513
  bridgeIds?: string[] | undefined;
430
514
  noFee?: boolean | undefined;
431
515
  } | undefined> | undefined;
516
+ bip44DefaultPairs?: Record<string, {
517
+ standard: Record<string, string>;
518
+ other: Record<string, string>;
519
+ } | undefined> | undefined;
432
520
  }, resultFuncArgs_1: string | number | undefined) => number;
433
521
  memoizedResultFunc: ((resultFuncArgs_0: {
434
522
  support: boolean;
@@ -442,6 +530,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
442
530
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
443
531
  isGaslessSwapEnabled?: boolean | undefined;
444
532
  noFeeAssets?: string[] | undefined;
533
+ defaultPairs?: {
534
+ standard: Record<string, string>;
535
+ other: Record<string, string>;
536
+ } | undefined;
445
537
  }>;
446
538
  refreshRate: number;
447
539
  minimumVersion: string;
@@ -455,6 +547,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
455
547
  bridgeIds?: string[] | undefined;
456
548
  noFee?: boolean | undefined;
457
549
  } | undefined> | undefined;
550
+ bip44DefaultPairs?: Record<string, {
551
+ standard: Record<string, string>;
552
+ other: Record<string, string>;
553
+ } | undefined> | undefined;
458
554
  }, resultFuncArgs_1: string | number | undefined) => number) & {
459
555
  clearCache: () => void;
460
556
  resultsCount: () => number;
@@ -473,6 +569,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
473
569
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
474
570
  isGaslessSwapEnabled?: boolean | undefined;
475
571
  noFeeAssets?: string[] | undefined;
572
+ defaultPairs?: {
573
+ standard: Record<string, string>;
574
+ other: Record<string, string>;
575
+ } | undefined;
476
576
  }>;
477
577
  refreshRate: number;
478
578
  minimumVersion: string;
@@ -486,6 +586,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
486
586
  bridgeIds?: string[] | undefined;
487
587
  noFee?: boolean | undefined;
488
588
  } | undefined> | undefined;
589
+ bip44DefaultPairs?: Record<string, {
590
+ standard: Record<string, string>;
591
+ other: Record<string, string>;
592
+ } | undefined> | undefined;
489
593
  }) & {
490
594
  clearCache: () => void;
491
595
  resultsCount: () => number;
@@ -503,6 +607,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
503
607
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
504
608
  isGaslessSwapEnabled?: boolean | undefined;
505
609
  noFeeAssets?: string[] | undefined;
610
+ defaultPairs?: {
611
+ standard: Record<string, string>;
612
+ other: Record<string, string>;
613
+ } | undefined;
506
614
  }>;
507
615
  refreshRate: number;
508
616
  minimumVersion: string;
@@ -516,6 +624,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
516
624
  bridgeIds?: string[] | undefined;
517
625
  noFee?: boolean | undefined;
518
626
  } | undefined> | undefined;
627
+ bip44DefaultPairs?: Record<string, {
628
+ standard: Record<string, string>;
629
+ other: Record<string, string>;
630
+ } | undefined> | undefined;
519
631
  };
520
632
  memoizedResultFunc: ((resultFuncArgs_0: any) => {
521
633
  support: boolean;
@@ -529,6 +641,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
529
641
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
530
642
  isGaslessSwapEnabled?: boolean | undefined;
531
643
  noFeeAssets?: string[] | undefined;
644
+ defaultPairs?: {
645
+ standard: Record<string, string>;
646
+ other: Record<string, string>;
647
+ } | undefined;
532
648
  }>;
533
649
  refreshRate: number;
534
650
  minimumVersion: string;
@@ -542,6 +658,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
542
658
  bridgeIds?: string[] | undefined;
543
659
  noFee?: boolean | undefined;
544
660
  } | undefined> | undefined;
661
+ bip44DefaultPairs?: Record<string, {
662
+ standard: Record<string, string>;
663
+ other: Record<string, string>;
664
+ } | undefined> | undefined;
545
665
  }) & {
546
666
  clearCache: () => void;
547
667
  resultsCount: () => number;
@@ -559,6 +679,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
559
679
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
560
680
  isGaslessSwapEnabled?: boolean | undefined;
561
681
  noFeeAssets?: string[] | undefined;
682
+ defaultPairs?: {
683
+ standard: Record<string, string>;
684
+ other: Record<string, string>;
685
+ } | undefined;
562
686
  }>;
563
687
  refreshRate: number;
564
688
  minimumVersion: string;
@@ -572,6 +696,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
572
696
  bridgeIds?: string[] | undefined;
573
697
  noFee?: boolean | undefined;
574
698
  } | undefined> | undefined;
699
+ bip44DefaultPairs?: Record<string, {
700
+ standard: Record<string, string>;
701
+ other: Record<string, string>;
702
+ } | undefined> | undefined;
575
703
  };
576
704
  dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
577
705
  recomputations: () => number;
@@ -797,6 +925,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
797
925
  chainId: number;
798
926
  effectiveGas?: number | undefined;
799
927
  } | undefined;
928
+ featureId?: import(".").FeatureId | undefined;
800
929
  } & QuoteMetadata)[];
801
930
  recommendedQuote: ({
802
931
  quote: {
@@ -973,6 +1102,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
973
1102
  chainId: number;
974
1103
  effectiveGas?: number | undefined;
975
1104
  } | undefined;
1105
+ featureId?: import(".").FeatureId | undefined;
976
1106
  } & QuoteMetadata) | null;
977
1107
  activeQuote: ({
978
1108
  quote: {
@@ -1149,6 +1279,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1149
1279
  chainId: number;
1150
1280
  effectiveGas?: number | undefined;
1151
1281
  } | undefined;
1282
+ featureId?: import(".").FeatureId | undefined;
1152
1283
  } & QuoteMetadata) | null;
1153
1284
  quotesLastFetchedMs: number | null;
1154
1285
  isLoading: boolean;
@@ -1336,6 +1467,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1336
1467
  chainId: number;
1337
1468
  effectiveGas?: number | undefined;
1338
1469
  } | undefined;
1470
+ featureId?: import(".").FeatureId | undefined;
1339
1471
  } & QuoteMetadata)[], resultFuncArgs_3: ({
1340
1472
  quote: {
1341
1473
  srcChainId: number;
@@ -1511,6 +1643,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1511
1643
  chainId: number;
1512
1644
  effectiveGas?: number | undefined;
1513
1645
  } | undefined;
1646
+ featureId?: import(".").FeatureId | undefined;
1514
1647
  } & QuoteMetadata) | null, resultFuncArgs_4: ({
1515
1648
  quote: {
1516
1649
  srcChainId: number;
@@ -1686,6 +1819,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1686
1819
  chainId: number;
1687
1820
  effectiveGas?: number | undefined;
1688
1821
  } | undefined;
1822
+ featureId?: import(".").FeatureId | undefined;
1689
1823
  } & QuoteMetadata) | null, resultFuncArgs_5: number | null, resultFuncArgs_6: boolean, resultFuncArgs_7: number | null, resultFuncArgs_8: boolean) => {
1690
1824
  sortedQuotes: ({
1691
1825
  quote: {
@@ -1862,6 +1996,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1862
1996
  chainId: number;
1863
1997
  effectiveGas?: number | undefined;
1864
1998
  } | undefined;
1999
+ featureId?: import(".").FeatureId | undefined;
1865
2000
  } & QuoteMetadata)[];
1866
2001
  recommendedQuote: ({
1867
2002
  quote: {
@@ -2038,6 +2173,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2038
2173
  chainId: number;
2039
2174
  effectiveGas?: number | undefined;
2040
2175
  } | undefined;
2176
+ featureId?: import(".").FeatureId | undefined;
2041
2177
  } & QuoteMetadata) | null;
2042
2178
  activeQuote: ({
2043
2179
  quote: {
@@ -2214,6 +2350,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2214
2350
  chainId: number;
2215
2351
  effectiveGas?: number | undefined;
2216
2352
  } | undefined;
2353
+ featureId?: import(".").FeatureId | undefined;
2217
2354
  } & QuoteMetadata) | null;
2218
2355
  quotesLastFetchedMs: number | null;
2219
2356
  isLoading: boolean;
@@ -2397,6 +2534,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2397
2534
  chainId: number;
2398
2535
  effectiveGas?: number | undefined;
2399
2536
  } | undefined;
2537
+ featureId?: import(".").FeatureId | undefined;
2400
2538
  } & QuoteMetadata)[], resultFuncArgs_3: ({
2401
2539
  quote: {
2402
2540
  srcChainId: number;
@@ -2572,6 +2710,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2572
2710
  chainId: number;
2573
2711
  effectiveGas?: number | undefined;
2574
2712
  } | undefined;
2713
+ featureId?: import(".").FeatureId | undefined;
2575
2714
  } & QuoteMetadata) | null, resultFuncArgs_4: ({
2576
2715
  quote: {
2577
2716
  srcChainId: number;
@@ -2747,6 +2886,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2747
2886
  chainId: number;
2748
2887
  effectiveGas?: number | undefined;
2749
2888
  } | undefined;
2889
+ featureId?: import(".").FeatureId | undefined;
2750
2890
  } & QuoteMetadata) | null, resultFuncArgs_5: number | null, resultFuncArgs_6: boolean, resultFuncArgs_7: number | null, resultFuncArgs_8: boolean) => {
2751
2891
  sortedQuotes: ({
2752
2892
  quote: {
@@ -2923,6 +3063,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2923
3063
  chainId: number;
2924
3064
  effectiveGas?: number | undefined;
2925
3065
  } | undefined;
3066
+ featureId?: import(".").FeatureId | undefined;
2926
3067
  } & QuoteMetadata)[];
2927
3068
  recommendedQuote: ({
2928
3069
  quote: {
@@ -3099,6 +3240,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3099
3240
  chainId: number;
3100
3241
  effectiveGas?: number | undefined;
3101
3242
  } | undefined;
3243
+ featureId?: import(".").FeatureId | undefined;
3102
3244
  } & QuoteMetadata) | null;
3103
3245
  activeQuote: ({
3104
3246
  quote: {
@@ -3275,6 +3417,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3275
3417
  chainId: number;
3276
3418
  effectiveGas?: number | undefined;
3277
3419
  } | undefined;
3420
+ featureId?: import(".").FeatureId | undefined;
3278
3421
  } & QuoteMetadata) | null;
3279
3422
  quotesLastFetchedMs: number | null;
3280
3423
  isLoading: boolean;
@@ -3463,6 +3606,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3463
3606
  chainId: number;
3464
3607
  effectiveGas?: number | undefined;
3465
3608
  } | undefined;
3609
+ featureId?: import(".").FeatureId | undefined;
3466
3610
  } & QuoteMetadata)[];
3467
3611
  recommendedQuote: ({
3468
3612
  quote: {
@@ -3639,6 +3783,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3639
3783
  chainId: number;
3640
3784
  effectiveGas?: number | undefined;
3641
3785
  } | undefined;
3786
+ featureId?: import(".").FeatureId | undefined;
3642
3787
  } & QuoteMetadata) | null;
3643
3788
  activeQuote: ({
3644
3789
  quote: {
@@ -3815,6 +3960,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3815
3960
  chainId: number;
3816
3961
  effectiveGas?: number | undefined;
3817
3962
  } | undefined;
3963
+ featureId?: import(".").FeatureId | undefined;
3818
3964
  } & QuoteMetadata) | null;
3819
3965
  quotesLastFetchedMs: number | null;
3820
3966
  isLoading: boolean;
@@ -4002,6 +4148,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4002
4148
  chainId: number;
4003
4149
  effectiveGas?: number | undefined;
4004
4150
  } | undefined;
4151
+ featureId?: import(".").FeatureId | undefined;
4005
4152
  } & QuoteMetadata)[]) & {
4006
4153
  clearCache: () => void;
4007
4154
  resultsCount: () => number;
@@ -4211,6 +4358,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4211
4358
  chainId: number;
4212
4359
  effectiveGas?: number | undefined;
4213
4360
  } | undefined;
4361
+ featureId?: import(".").FeatureId | undefined;
4214
4362
  l1GasFeesInHexWei?: string | undefined;
4215
4363
  nonEvmFeesInNative?: string | undefined;
4216
4364
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -4388,6 +4536,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4388
4536
  chainId: number;
4389
4537
  effectiveGas?: number | undefined;
4390
4538
  } | undefined;
4539
+ featureId?: import(".").FeatureId | undefined;
4391
4540
  } & QuoteMetadata)[];
4392
4541
  memoizedResultFunc: ((resultFuncArgs_0: {
4393
4542
  sentAmount: {
@@ -4593,6 +4742,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4593
4742
  chainId: number;
4594
4743
  effectiveGas?: number | undefined;
4595
4744
  } | undefined;
4745
+ featureId?: import(".").FeatureId | undefined;
4596
4746
  l1GasFeesInHexWei?: string | undefined;
4597
4747
  nonEvmFeesInNative?: string | undefined;
4598
4748
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -4770,6 +4920,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4770
4920
  chainId: number;
4771
4921
  effectiveGas?: number | undefined;
4772
4922
  } | undefined;
4923
+ featureId?: import(".").FeatureId | undefined;
4773
4924
  } & QuoteMetadata)[]) & {
4774
4925
  clearCache: () => void;
4775
4926
  resultsCount: () => number;
@@ -4950,6 +5101,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4950
5101
  chainId: number;
4951
5102
  effectiveGas?: number | undefined;
4952
5103
  } | undefined;
5104
+ featureId?: import(".").FeatureId | undefined;
4953
5105
  } & QuoteMetadata)[];
4954
5106
  dependencies: [((state: BridgeControllerState & {
4955
5107
  gasFeeEstimates: GasFeeEstimates;
@@ -5159,6 +5311,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5159
5311
  chainId: number;
5160
5312
  effectiveGas?: number | undefined;
5161
5313
  } | undefined;
5314
+ featureId?: import(".").FeatureId | undefined;
5162
5315
  l1GasFeesInHexWei?: string | undefined;
5163
5316
  nonEvmFeesInNative?: string | undefined;
5164
5317
  }[]) & {
@@ -5341,6 +5494,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5341
5494
  chainId: number;
5342
5495
  effectiveGas?: number | undefined;
5343
5496
  } | undefined;
5497
+ featureId?: import(".").FeatureId | undefined;
5344
5498
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
5345
5499
  estimatedBaseFeeInDecGwei: string;
5346
5500
  maxPriorityFeePerGasInDecGwei: string;
@@ -5549,6 +5703,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5549
5703
  chainId: number;
5550
5704
  effectiveGas?: number | undefined;
5551
5705
  } | undefined;
5706
+ featureId?: import(".").FeatureId | undefined;
5552
5707
  l1GasFeesInHexWei?: string | undefined;
5553
5708
  nonEvmFeesInNative?: string | undefined;
5554
5709
  }[];
@@ -5727,6 +5882,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5727
5882
  chainId: number;
5728
5883
  effectiveGas?: number | undefined;
5729
5884
  } | undefined;
5885
+ featureId?: import(".").FeatureId | undefined;
5730
5886
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
5731
5887
  estimatedBaseFeeInDecGwei: string;
5732
5888
  maxPriorityFeePerGasInDecGwei: string;
@@ -5935,6 +6091,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5935
6091
  chainId: number;
5936
6092
  effectiveGas?: number | undefined;
5937
6093
  } | undefined;
6094
+ featureId?: import(".").FeatureId | undefined;
5938
6095
  l1GasFeesInHexWei?: string | undefined;
5939
6096
  nonEvmFeesInNative?: string | undefined;
5940
6097
  }[]) & {
@@ -6146,6 +6303,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6146
6303
  chainId: number;
6147
6304
  effectiveGas?: number | undefined;
6148
6305
  } | undefined;
6306
+ featureId?: import(".").FeatureId | undefined;
6149
6307
  l1GasFeesInHexWei?: string | undefined;
6150
6308
  nonEvmFeesInNative?: string | undefined;
6151
6309
  }[];
@@ -6324,6 +6482,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6324
6482
  chainId: number;
6325
6483
  effectiveGas?: number | undefined;
6326
6484
  } | undefined;
6485
+ featureId?: import(".").FeatureId | undefined;
6327
6486
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], ((state: BridgeControllerState & {
6328
6487
  gasFeeEstimates: GasFeeEstimates;
6329
6488
  } & MultichainAssetsRatesControllerState & TokenRatesControllerState & CurrencyRateState & Pick<BridgeControllerState, "assetExchangeRates"> & {
@@ -6631,6 +6790,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6631
6790
  chainId: number;
6632
6791
  effectiveGas?: number | undefined;
6633
6792
  } | undefined;
6793
+ featureId?: import(".").FeatureId | undefined;
6634
6794
  } & QuoteMetadata) | null) & {
6635
6795
  clearCache: () => void;
6636
6796
  resultsCount: () => number;
@@ -6811,6 +6971,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6811
6971
  chainId: number;
6812
6972
  effectiveGas?: number | undefined;
6813
6973
  } | undefined;
6974
+ featureId?: import(".").FeatureId | undefined;
6814
6975
  } & QuoteMetadata)[]) => ({
6815
6976
  quote: {
6816
6977
  srcChainId: number;
@@ -6986,6 +7147,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6986
7147
  chainId: number;
6987
7148
  effectiveGas?: number | undefined;
6988
7149
  } | undefined;
7150
+ featureId?: import(".").FeatureId | undefined;
6989
7151
  } & QuoteMetadata) | null;
6990
7152
  memoizedResultFunc: ((resultFuncArgs_0: ({
6991
7153
  quote: {
@@ -7162,6 +7324,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7162
7324
  chainId: number;
7163
7325
  effectiveGas?: number | undefined;
7164
7326
  } | undefined;
7327
+ featureId?: import(".").FeatureId | undefined;
7165
7328
  } & QuoteMetadata)[]) => ({
7166
7329
  quote: {
7167
7330
  srcChainId: number;
@@ -7337,6 +7500,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7337
7500
  chainId: number;
7338
7501
  effectiveGas?: number | undefined;
7339
7502
  } | undefined;
7503
+ featureId?: import(".").FeatureId | undefined;
7340
7504
  } & QuoteMetadata) | null) & {
7341
7505
  clearCache: () => void;
7342
7506
  resultsCount: () => number;
@@ -7517,6 +7681,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7517
7681
  chainId: number;
7518
7682
  effectiveGas?: number | undefined;
7519
7683
  } | undefined;
7684
+ featureId?: import(".").FeatureId | undefined;
7520
7685
  } & QuoteMetadata) | null;
7521
7686
  dependencies: [((state: BridgeControllerState & {
7522
7687
  gasFeeEstimates: GasFeeEstimates;
@@ -7697,6 +7862,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7697
7862
  chainId: number;
7698
7863
  effectiveGas?: number | undefined;
7699
7864
  } | undefined;
7865
+ featureId?: import(".").FeatureId | undefined;
7700
7866
  } & QuoteMetadata)[]) & {
7701
7867
  clearCache: () => void;
7702
7868
  resultsCount: () => number;
@@ -7906,6 +8072,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7906
8072
  chainId: number;
7907
8073
  effectiveGas?: number | undefined;
7908
8074
  } | undefined;
8075
+ featureId?: import(".").FeatureId | undefined;
7909
8076
  l1GasFeesInHexWei?: string | undefined;
7910
8077
  nonEvmFeesInNative?: string | undefined;
7911
8078
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -8083,6 +8250,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8083
8250
  chainId: number;
8084
8251
  effectiveGas?: number | undefined;
8085
8252
  } | undefined;
8253
+ featureId?: import(".").FeatureId | undefined;
8086
8254
  } & QuoteMetadata)[];
8087
8255
  memoizedResultFunc: ((resultFuncArgs_0: {
8088
8256
  sentAmount: {
@@ -8288,6 +8456,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8288
8456
  chainId: number;
8289
8457
  effectiveGas?: number | undefined;
8290
8458
  } | undefined;
8459
+ featureId?: import(".").FeatureId | undefined;
8291
8460
  l1GasFeesInHexWei?: string | undefined;
8292
8461
  nonEvmFeesInNative?: string | undefined;
8293
8462
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -8465,6 +8634,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8465
8634
  chainId: number;
8466
8635
  effectiveGas?: number | undefined;
8467
8636
  } | undefined;
8637
+ featureId?: import(".").FeatureId | undefined;
8468
8638
  } & QuoteMetadata)[]) & {
8469
8639
  clearCache: () => void;
8470
8640
  resultsCount: () => number;
@@ -8645,6 +8815,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8645
8815
  chainId: number;
8646
8816
  effectiveGas?: number | undefined;
8647
8817
  } | undefined;
8818
+ featureId?: import(".").FeatureId | undefined;
8648
8819
  } & QuoteMetadata)[];
8649
8820
  dependencies: [((state: BridgeControllerState & {
8650
8821
  gasFeeEstimates: GasFeeEstimates;
@@ -8854,6 +9025,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8854
9025
  chainId: number;
8855
9026
  effectiveGas?: number | undefined;
8856
9027
  } | undefined;
9028
+ featureId?: import(".").FeatureId | undefined;
8857
9029
  l1GasFeesInHexWei?: string | undefined;
8858
9030
  nonEvmFeesInNative?: string | undefined;
8859
9031
  }[]) & {
@@ -9036,6 +9208,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9036
9208
  chainId: number;
9037
9209
  effectiveGas?: number | undefined;
9038
9210
  } | undefined;
9211
+ featureId?: import(".").FeatureId | undefined;
9039
9212
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
9040
9213
  estimatedBaseFeeInDecGwei: string;
9041
9214
  maxPriorityFeePerGasInDecGwei: string;
@@ -9244,6 +9417,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9244
9417
  chainId: number;
9245
9418
  effectiveGas?: number | undefined;
9246
9419
  } | undefined;
9420
+ featureId?: import(".").FeatureId | undefined;
9247
9421
  l1GasFeesInHexWei?: string | undefined;
9248
9422
  nonEvmFeesInNative?: string | undefined;
9249
9423
  }[];
@@ -9422,6 +9596,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9422
9596
  chainId: number;
9423
9597
  effectiveGas?: number | undefined;
9424
9598
  } | undefined;
9599
+ featureId?: import(".").FeatureId | undefined;
9425
9600
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
9426
9601
  estimatedBaseFeeInDecGwei: string;
9427
9602
  maxPriorityFeePerGasInDecGwei: string;
@@ -9630,6 +9805,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9630
9805
  chainId: number;
9631
9806
  effectiveGas?: number | undefined;
9632
9807
  } | undefined;
9808
+ featureId?: import(".").FeatureId | undefined;
9633
9809
  l1GasFeesInHexWei?: string | undefined;
9634
9810
  nonEvmFeesInNative?: string | undefined;
9635
9811
  }[]) & {
@@ -9841,6 +10017,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9841
10017
  chainId: number;
9842
10018
  effectiveGas?: number | undefined;
9843
10019
  } | undefined;
10020
+ featureId?: import(".").FeatureId | undefined;
9844
10021
  l1GasFeesInHexWei?: string | undefined;
9845
10022
  nonEvmFeesInNative?: string | undefined;
9846
10023
  }[];
@@ -10019,6 +10196,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10019
10196
  chainId: number;
10020
10197
  effectiveGas?: number | undefined;
10021
10198
  } | undefined;
10199
+ featureId?: import(".").FeatureId | undefined;
10022
10200
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], ((state: BridgeControllerState & {
10023
10201
  gasFeeEstimates: GasFeeEstimates;
10024
10202
  } & MultichainAssetsRatesControllerState & TokenRatesControllerState & CurrencyRateState & Pick<BridgeControllerState, "assetExchangeRates"> & {
@@ -10334,6 +10512,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10334
10512
  chainId: number;
10335
10513
  effectiveGas?: number | undefined;
10336
10514
  } | undefined;
10515
+ featureId?: import(".").FeatureId | undefined;
10337
10516
  } & QuoteMetadata) | null) & {
10338
10517
  clearCache: () => void;
10339
10518
  resultsCount: () => number;
@@ -10514,6 +10693,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10514
10693
  chainId: number;
10515
10694
  effectiveGas?: number | undefined;
10516
10695
  } | undefined;
10696
+ featureId?: import(".").FeatureId | undefined;
10517
10697
  } & QuoteMetadata) | null, resultFuncArgs_1: ({
10518
10698
  quote: {
10519
10699
  srcChainId: number;
@@ -10689,6 +10869,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10689
10869
  chainId: number;
10690
10870
  effectiveGas?: number | undefined;
10691
10871
  } | undefined;
10872
+ featureId?: import(".").FeatureId | undefined;
10692
10873
  } & QuoteMetadata) | null) => ({
10693
10874
  quote: {
10694
10875
  srcChainId: number;
@@ -10864,6 +11045,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10864
11045
  chainId: number;
10865
11046
  effectiveGas?: number | undefined;
10866
11047
  } | undefined;
11048
+ featureId?: import(".").FeatureId | undefined;
10867
11049
  } & QuoteMetadata) | null;
10868
11050
  memoizedResultFunc: ((resultFuncArgs_0: ({
10869
11051
  quote: {
@@ -11040,6 +11222,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11040
11222
  chainId: number;
11041
11223
  effectiveGas?: number | undefined;
11042
11224
  } | undefined;
11225
+ featureId?: import(".").FeatureId | undefined;
11043
11226
  } & QuoteMetadata) | null, resultFuncArgs_1: ({
11044
11227
  quote: {
11045
11228
  srcChainId: number;
@@ -11215,6 +11398,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11215
11398
  chainId: number;
11216
11399
  effectiveGas?: number | undefined;
11217
11400
  } | undefined;
11401
+ featureId?: import(".").FeatureId | undefined;
11218
11402
  } & QuoteMetadata) | null) => ({
11219
11403
  quote: {
11220
11404
  srcChainId: number;
@@ -11390,6 +11574,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11390
11574
  chainId: number;
11391
11575
  effectiveGas?: number | undefined;
11392
11576
  } | undefined;
11577
+ featureId?: import(".").FeatureId | undefined;
11393
11578
  } & QuoteMetadata) | null) & {
11394
11579
  clearCache: () => void;
11395
11580
  resultsCount: () => number;
@@ -11570,6 +11755,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11570
11755
  chainId: number;
11571
11756
  effectiveGas?: number | undefined;
11572
11757
  } | undefined;
11758
+ featureId?: import(".").FeatureId | undefined;
11573
11759
  } & QuoteMetadata) | null;
11574
11760
  dependencies: [((state: BridgeControllerState & {
11575
11761
  gasFeeEstimates: GasFeeEstimates;
@@ -11750,6 +11936,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11750
11936
  chainId: number;
11751
11937
  effectiveGas?: number | undefined;
11752
11938
  } | undefined;
11939
+ featureId?: import(".").FeatureId | undefined;
11753
11940
  } & QuoteMetadata) | null) & {
11754
11941
  clearCache: () => void;
11755
11942
  resultsCount: () => number;
@@ -11930,6 +12117,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11930
12117
  chainId: number;
11931
12118
  effectiveGas?: number | undefined;
11932
12119
  } | undefined;
12120
+ featureId?: import(".").FeatureId | undefined;
11933
12121
  } & QuoteMetadata)[]) => ({
11934
12122
  quote: {
11935
12123
  srcChainId: number;
@@ -12105,6 +12293,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12105
12293
  chainId: number;
12106
12294
  effectiveGas?: number | undefined;
12107
12295
  } | undefined;
12296
+ featureId?: import(".").FeatureId | undefined;
12108
12297
  } & QuoteMetadata) | null;
12109
12298
  memoizedResultFunc: ((resultFuncArgs_0: ({
12110
12299
  quote: {
@@ -12281,6 +12470,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12281
12470
  chainId: number;
12282
12471
  effectiveGas?: number | undefined;
12283
12472
  } | undefined;
12473
+ featureId?: import(".").FeatureId | undefined;
12284
12474
  } & QuoteMetadata)[]) => ({
12285
12475
  quote: {
12286
12476
  srcChainId: number;
@@ -12456,6 +12646,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12456
12646
  chainId: number;
12457
12647
  effectiveGas?: number | undefined;
12458
12648
  } | undefined;
12649
+ featureId?: import(".").FeatureId | undefined;
12459
12650
  } & QuoteMetadata) | null) & {
12460
12651
  clearCache: () => void;
12461
12652
  resultsCount: () => number;
@@ -12636,6 +12827,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12636
12827
  chainId: number;
12637
12828
  effectiveGas?: number | undefined;
12638
12829
  } | undefined;
12830
+ featureId?: import(".").FeatureId | undefined;
12639
12831
  } & QuoteMetadata) | null;
12640
12832
  dependencies: [((state: BridgeControllerState & {
12641
12833
  gasFeeEstimates: GasFeeEstimates;
@@ -12816,6 +13008,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12816
13008
  chainId: number;
12817
13009
  effectiveGas?: number | undefined;
12818
13010
  } | undefined;
13011
+ featureId?: import(".").FeatureId | undefined;
12819
13012
  } & QuoteMetadata)[]) & {
12820
13013
  clearCache: () => void;
12821
13014
  resultsCount: () => number;
@@ -13025,6 +13218,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13025
13218
  chainId: number;
13026
13219
  effectiveGas?: number | undefined;
13027
13220
  } | undefined;
13221
+ featureId?: import(".").FeatureId | undefined;
13028
13222
  l1GasFeesInHexWei?: string | undefined;
13029
13223
  nonEvmFeesInNative?: string | undefined;
13030
13224
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -13202,6 +13396,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13202
13396
  chainId: number;
13203
13397
  effectiveGas?: number | undefined;
13204
13398
  } | undefined;
13399
+ featureId?: import(".").FeatureId | undefined;
13205
13400
  } & QuoteMetadata)[];
13206
13401
  memoizedResultFunc: ((resultFuncArgs_0: {
13207
13402
  sentAmount: {
@@ -13407,6 +13602,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13407
13602
  chainId: number;
13408
13603
  effectiveGas?: number | undefined;
13409
13604
  } | undefined;
13605
+ featureId?: import(".").FeatureId | undefined;
13410
13606
  l1GasFeesInHexWei?: string | undefined;
13411
13607
  nonEvmFeesInNative?: string | undefined;
13412
13608
  }[], resultFuncArgs_1: SortOrder) => ({
@@ -13584,6 +13780,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13584
13780
  chainId: number;
13585
13781
  effectiveGas?: number | undefined;
13586
13782
  } | undefined;
13783
+ featureId?: import(".").FeatureId | undefined;
13587
13784
  } & QuoteMetadata)[]) & {
13588
13785
  clearCache: () => void;
13589
13786
  resultsCount: () => number;
@@ -13764,6 +13961,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13764
13961
  chainId: number;
13765
13962
  effectiveGas?: number | undefined;
13766
13963
  } | undefined;
13964
+ featureId?: import(".").FeatureId | undefined;
13767
13965
  } & QuoteMetadata)[];
13768
13966
  dependencies: [((state: BridgeControllerState & {
13769
13967
  gasFeeEstimates: GasFeeEstimates;
@@ -13973,6 +14171,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13973
14171
  chainId: number;
13974
14172
  effectiveGas?: number | undefined;
13975
14173
  } | undefined;
14174
+ featureId?: import(".").FeatureId | undefined;
13976
14175
  l1GasFeesInHexWei?: string | undefined;
13977
14176
  nonEvmFeesInNative?: string | undefined;
13978
14177
  }[]) & {
@@ -14155,6 +14354,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14155
14354
  chainId: number;
14156
14355
  effectiveGas?: number | undefined;
14157
14356
  } | undefined;
14357
+ featureId?: import(".").FeatureId | undefined;
14158
14358
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
14159
14359
  estimatedBaseFeeInDecGwei: string;
14160
14360
  maxPriorityFeePerGasInDecGwei: string;
@@ -14363,6 +14563,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14363
14563
  chainId: number;
14364
14564
  effectiveGas?: number | undefined;
14365
14565
  } | undefined;
14566
+ featureId?: import(".").FeatureId | undefined;
14366
14567
  l1GasFeesInHexWei?: string | undefined;
14367
14568
  nonEvmFeesInNative?: string | undefined;
14368
14569
  }[];
@@ -14541,6 +14742,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14541
14742
  chainId: number;
14542
14743
  effectiveGas?: number | undefined;
14543
14744
  } | undefined;
14745
+ featureId?: import(".").FeatureId | undefined;
14544
14746
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], resultFuncArgs_1: {
14545
14747
  estimatedBaseFeeInDecGwei: string;
14546
14748
  maxPriorityFeePerGasInDecGwei: string;
@@ -14749,6 +14951,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14749
14951
  chainId: number;
14750
14952
  effectiveGas?: number | undefined;
14751
14953
  } | undefined;
14954
+ featureId?: import(".").FeatureId | undefined;
14752
14955
  l1GasFeesInHexWei?: string | undefined;
14753
14956
  nonEvmFeesInNative?: string | undefined;
14754
14957
  }[]) & {
@@ -14960,6 +15163,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14960
15163
  chainId: number;
14961
15164
  effectiveGas?: number | undefined;
14962
15165
  } | undefined;
15166
+ featureId?: import(".").FeatureId | undefined;
14963
15167
  l1GasFeesInHexWei?: string | undefined;
14964
15168
  nonEvmFeesInNative?: string | undefined;
14965
15169
  }[];
@@ -15138,6 +15342,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15138
15342
  chainId: number;
15139
15343
  effectiveGas?: number | undefined;
15140
15344
  } | undefined;
15345
+ featureId?: import(".").FeatureId | undefined;
15141
15346
  } & import("./types.cjs").L1GasFees & import("./types.cjs").NonEvmFees)[], ((state: BridgeControllerState & {
15142
15347
  gasFeeEstimates: GasFeeEstimates;
15143
15348
  } & MultichainAssetsRatesControllerState & TokenRatesControllerState & CurrencyRateState & Pick<BridgeControllerState, "assetExchangeRates"> & {
@@ -15449,6 +15654,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15449
15654
  chainId: number;
15450
15655
  effectiveGas?: number | undefined;
15451
15656
  } | undefined;
15657
+ featureId?: import(".").FeatureId | undefined;
15452
15658
  } & QuoteMetadata) | null];
15453
15659
  recomputations: () => number;
15454
15660
  resetRecomputations: () => void;
@@ -15478,6 +15684,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15478
15684
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15479
15685
  isGaslessSwapEnabled?: boolean | undefined;
15480
15686
  noFeeAssets?: string[] | undefined;
15687
+ defaultPairs?: {
15688
+ standard: Record<string, string>;
15689
+ other: Record<string, string>;
15690
+ } | undefined;
15481
15691
  }>;
15482
15692
  refreshRate: number;
15483
15693
  minimumVersion: string;
@@ -15491,6 +15701,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15491
15701
  bridgeIds?: string[] | undefined;
15492
15702
  noFee?: boolean | undefined;
15493
15703
  } | undefined> | undefined;
15704
+ bip44DefaultPairs?: Record<string, {
15705
+ standard: Record<string, string>;
15706
+ other: Record<string, string>;
15707
+ } | undefined> | undefined;
15494
15708
  }, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean;
15495
15709
  memoizedResultFunc: ((resultFuncArgs_0: {
15496
15710
  support: boolean;
@@ -15504,6 +15718,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15504
15718
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15505
15719
  isGaslessSwapEnabled?: boolean | undefined;
15506
15720
  noFeeAssets?: string[] | undefined;
15721
+ defaultPairs?: {
15722
+ standard: Record<string, string>;
15723
+ other: Record<string, string>;
15724
+ } | undefined;
15507
15725
  }>;
15508
15726
  refreshRate: number;
15509
15727
  minimumVersion: string;
@@ -15517,6 +15735,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15517
15735
  bridgeIds?: string[] | undefined;
15518
15736
  noFee?: boolean | undefined;
15519
15737
  } | undefined> | undefined;
15738
+ bip44DefaultPairs?: Record<string, {
15739
+ standard: Record<string, string>;
15740
+ other: Record<string, string>;
15741
+ } | undefined> | undefined;
15520
15742
  }, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean) & {
15521
15743
  clearCache: () => void;
15522
15744
  resultsCount: () => number;
@@ -15535,6 +15757,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15535
15757
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15536
15758
  isGaslessSwapEnabled?: boolean | undefined;
15537
15759
  noFeeAssets?: string[] | undefined;
15760
+ defaultPairs?: {
15761
+ standard: Record<string, string>;
15762
+ other: Record<string, string>;
15763
+ } | undefined;
15538
15764
  }>;
15539
15765
  refreshRate: number;
15540
15766
  minimumVersion: string;
@@ -15548,6 +15774,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15548
15774
  bridgeIds?: string[] | undefined;
15549
15775
  noFee?: boolean | undefined;
15550
15776
  } | undefined> | undefined;
15777
+ bip44DefaultPairs?: Record<string, {
15778
+ standard: Record<string, string>;
15779
+ other: Record<string, string>;
15780
+ } | undefined> | undefined;
15551
15781
  }) & {
15552
15782
  clearCache: () => void;
15553
15783
  resultsCount: () => number;
@@ -15565,6 +15795,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15565
15795
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15566
15796
  isGaslessSwapEnabled?: boolean | undefined;
15567
15797
  noFeeAssets?: string[] | undefined;
15798
+ defaultPairs?: {
15799
+ standard: Record<string, string>;
15800
+ other: Record<string, string>;
15801
+ } | undefined;
15568
15802
  }>;
15569
15803
  refreshRate: number;
15570
15804
  minimumVersion: string;
@@ -15578,6 +15812,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15578
15812
  bridgeIds?: string[] | undefined;
15579
15813
  noFee?: boolean | undefined;
15580
15814
  } | undefined> | undefined;
15815
+ bip44DefaultPairs?: Record<string, {
15816
+ standard: Record<string, string>;
15817
+ other: Record<string, string>;
15818
+ } | undefined> | undefined;
15581
15819
  };
15582
15820
  memoizedResultFunc: ((resultFuncArgs_0: any) => {
15583
15821
  support: boolean;
@@ -15591,6 +15829,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15591
15829
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15592
15830
  isGaslessSwapEnabled?: boolean | undefined;
15593
15831
  noFeeAssets?: string[] | undefined;
15832
+ defaultPairs?: {
15833
+ standard: Record<string, string>;
15834
+ other: Record<string, string>;
15835
+ } | undefined;
15594
15836
  }>;
15595
15837
  refreshRate: number;
15596
15838
  minimumVersion: string;
@@ -15604,6 +15846,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15604
15846
  bridgeIds?: string[] | undefined;
15605
15847
  noFee?: boolean | undefined;
15606
15848
  } | undefined> | undefined;
15849
+ bip44DefaultPairs?: Record<string, {
15850
+ standard: Record<string, string>;
15851
+ other: Record<string, string>;
15852
+ } | undefined> | undefined;
15607
15853
  }) & {
15608
15854
  clearCache: () => void;
15609
15855
  resultsCount: () => number;
@@ -15621,6 +15867,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15621
15867
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15622
15868
  isGaslessSwapEnabled?: boolean | undefined;
15623
15869
  noFeeAssets?: string[] | undefined;
15870
+ defaultPairs?: {
15871
+ standard: Record<string, string>;
15872
+ other: Record<string, string>;
15873
+ } | undefined;
15624
15874
  }>;
15625
15875
  refreshRate: number;
15626
15876
  minimumVersion: string;
@@ -15634,6 +15884,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15634
15884
  bridgeIds?: string[] | undefined;
15635
15885
  noFee?: boolean | undefined;
15636
15886
  } | undefined> | undefined;
15887
+ bip44DefaultPairs?: Record<string, {
15888
+ standard: Record<string, string>;
15889
+ other: Record<string, string>;
15890
+ } | undefined> | undefined;
15637
15891
  };
15638
15892
  dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
15639
15893
  recomputations: () => number;
@@ -15680,6 +15934,10 @@ export declare const selectDefaultSlippagePercentage: ((state: BridgeControllerS
15680
15934
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15681
15935
  isGaslessSwapEnabled?: boolean | undefined;
15682
15936
  noFeeAssets?: string[] | undefined;
15937
+ defaultPairs?: {
15938
+ standard: Record<string, string>;
15939
+ other: Record<string, string>;
15940
+ } | undefined;
15683
15941
  }>, resultFuncArgs_1: string | undefined, resultFuncArgs_2: string | undefined, resultFuncArgs_3: `${string}:${string}` | undefined, resultFuncArgs_4: `${string}:${string}` | undefined) => 2 | 0.5 | undefined;
15684
15942
  memoizedResultFunc: ((resultFuncArgs_0: Record<string, {
15685
15943
  isActiveSrc: boolean;
@@ -15691,6 +15949,10 @@ export declare const selectDefaultSlippagePercentage: ((state: BridgeControllerS
15691
15949
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15692
15950
  isGaslessSwapEnabled?: boolean | undefined;
15693
15951
  noFeeAssets?: string[] | undefined;
15952
+ defaultPairs?: {
15953
+ standard: Record<string, string>;
15954
+ other: Record<string, string>;
15955
+ } | undefined;
15694
15956
  }>, resultFuncArgs_1: string | undefined, resultFuncArgs_2: string | undefined, resultFuncArgs_3: `${string}:${string}` | undefined, resultFuncArgs_4: `${string}:${string}` | undefined) => 2 | 0.5 | undefined) & {
15695
15957
  clearCache: () => void;
15696
15958
  resultsCount: () => number;
@@ -15707,6 +15969,10 @@ export declare const selectDefaultSlippagePercentage: ((state: BridgeControllerS
15707
15969
  isSingleSwapBridgeButtonEnabled?: boolean | undefined;
15708
15970
  isGaslessSwapEnabled?: boolean | undefined;
15709
15971
  noFeeAssets?: string[] | undefined;
15972
+ defaultPairs?: {
15973
+ standard: Record<string, string>;
15974
+ other: Record<string, string>;
15975
+ } | undefined;
15710
15976
  }>, (_: BridgeAppState, slippageParams: Parameters<typeof getDefaultSlippagePercentage>[0]) => string | undefined, (_: BridgeAppState, slippageParams: Parameters<typeof getDefaultSlippagePercentage>[0]) => string | undefined, (_: BridgeAppState, slippageParams: Parameters<typeof getDefaultSlippagePercentage>[0]) => `${string}:${string}` | undefined, (_: BridgeAppState, slippageParams: Parameters<typeof getDefaultSlippagePercentage>[0]) => `${string}:${string}` | undefined];
15711
15977
  recomputations: () => number;
15712
15978
  resetRecomputations: () => void;