@metamask/bridge-controller 42.0.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.
- package/CHANGELOG.md +15 -1
- package/dist/selectors.d.cts +100 -0
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +100 -0
- package/dist/selectors.d.mts.map +1 -1
- package/dist/utils/validators.cjs +2 -0
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +13 -0
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +13 -0
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +2 -0
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +7 -7
package/dist/selectors.d.cts
CHANGED
|
@@ -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;
|
|
@@ -704,6 +720,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -876,6 +893,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1048,6 +1066,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1231,6 +1250,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1402,6 +1422,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1573,6 +1594,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1745,6 +1767,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -1917,6 +1940,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2089,6 +2113,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2268,6 +2293,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2439,6 +2465,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2610,6 +2637,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2782,6 +2810,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -2954,6 +2983,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -3126,6 +3156,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -3310,6 +3341,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -3482,6 +3514,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -3654,6 +3687,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -3837,6 +3871,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4053,6 +4088,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4215,6 +4251,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4427,6 +4464,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4589,6 +4627,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4765,6 +4804,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -4981,6 +5021,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -5148,6 +5189,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -5363,6 +5405,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -5526,6 +5569,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -5741,6 +5785,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -5948,6 +5993,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -6111,6 +6157,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -6414,6 +6461,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -6590,6 +6638,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -6761,6 +6810,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -6933,6 +6983,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -7104,6 +7155,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -7280,6 +7332,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -7456,6 +7509,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -7672,6 +7726,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -7834,6 +7889,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8046,6 +8102,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8208,6 +8265,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8384,6 +8442,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8600,6 +8659,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8767,6 +8827,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -8982,6 +9043,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -9145,6 +9207,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -9360,6 +9423,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -9567,6 +9631,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -9730,6 +9795,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10041,6 +10107,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10217,6 +10284,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10388,6 +10456,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10559,6 +10628,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10731,6 +10801,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -10902,6 +10973,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11073,6 +11145,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11249,6 +11322,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11425,6 +11499,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11601,6 +11676,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11772,6 +11848,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -11944,6 +12021,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -12115,6 +12193,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -12291,6 +12370,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -12467,6 +12547,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -12683,6 +12764,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -12845,6 +12927,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13057,6 +13140,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13219,6 +13303,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13395,6 +13480,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13611,6 +13697,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13778,6 +13865,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -13993,6 +14081,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -14156,6 +14245,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -14371,6 +14461,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -14578,6 +14669,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -14741,6 +14833,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|
|
@@ -15048,6 +15141,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
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;
|