@metamask/bridge-controller 40.0.0 → 41.1.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 +23 -1
- package/dist/bridge-controller.cjs +5 -2
- package/dist/bridge-controller.cjs.map +1 -1
- package/dist/bridge-controller.d.cts.map +1 -1
- package/dist/bridge-controller.d.mts.map +1 -1
- package/dist/bridge-controller.mjs +5 -2
- package/dist/bridge-controller.mjs.map +1 -1
- package/dist/selectors.d.cts +78 -0
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +78 -0
- package/dist/selectors.d.mts.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +4 -0
- package/dist/types.d.cts.map +1 -1
- package/dist/types.d.mts +4 -0
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs.map +1 -1
- package/dist/utils/fetch.cjs +1 -0
- package/dist/utils/fetch.cjs.map +1 -1
- package/dist/utils/fetch.d.cts.map +1 -1
- package/dist/utils/fetch.d.mts.map +1 -1
- package/dist/utils/fetch.mjs +1 -0
- package/dist/utils/fetch.mjs.map +1 -1
- package/dist/utils/metrics/constants.cjs +1 -0
- package/dist/utils/metrics/constants.cjs.map +1 -1
- package/dist/utils/metrics/constants.d.cts +2 -1
- package/dist/utils/metrics/constants.d.cts.map +1 -1
- package/dist/utils/metrics/constants.d.mts +2 -1
- package/dist/utils/metrics/constants.d.mts.map +1 -1
- package/dist/utils/metrics/constants.mjs +1 -0
- package/dist/utils/metrics/constants.mjs.map +1 -1
- package/dist/utils/metrics/types.cjs.map +1 -1
- package/dist/utils/metrics/types.d.cts +14 -3
- package/dist/utils/metrics/types.d.cts.map +1 -1
- package/dist/utils/metrics/types.d.mts +14 -3
- package/dist/utils/metrics/types.d.mts.map +1 -1
- package/dist/utils/metrics/types.mjs.map +1 -1
- package/dist/utils/validators.cjs +4 -0
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +12 -0
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +12 -0
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +4 -0
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +2 -2
package/dist/selectors.d.cts
CHANGED
|
@@ -698,6 +698,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
698
698
|
destChainId?: number | undefined;
|
|
699
699
|
} | undefined;
|
|
700
700
|
gasIncluded?: boolean | undefined;
|
|
701
|
+
gasless7702?: boolean | undefined;
|
|
701
702
|
priceData?: {
|
|
702
703
|
totalFromAmountUsd?: string | undefined;
|
|
703
704
|
totalToAmountUsd?: string | undefined;
|
|
@@ -868,6 +869,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
868
869
|
destChainId?: number | undefined;
|
|
869
870
|
} | undefined;
|
|
870
871
|
gasIncluded?: boolean | undefined;
|
|
872
|
+
gasless7702?: boolean | undefined;
|
|
871
873
|
priceData?: {
|
|
872
874
|
totalFromAmountUsd?: string | undefined;
|
|
873
875
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1038,6 +1040,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1038
1040
|
destChainId?: number | undefined;
|
|
1039
1041
|
} | undefined;
|
|
1040
1042
|
gasIncluded?: boolean | undefined;
|
|
1043
|
+
gasless7702?: boolean | undefined;
|
|
1041
1044
|
priceData?: {
|
|
1042
1045
|
totalFromAmountUsd?: string | undefined;
|
|
1043
1046
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1219,6 +1222,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1219
1222
|
destChainId?: number | undefined;
|
|
1220
1223
|
} | undefined;
|
|
1221
1224
|
gasIncluded?: boolean | undefined;
|
|
1225
|
+
gasless7702?: boolean | undefined;
|
|
1222
1226
|
priceData?: {
|
|
1223
1227
|
totalFromAmountUsd?: string | undefined;
|
|
1224
1228
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1388,6 +1392,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1388
1392
|
destChainId?: number | undefined;
|
|
1389
1393
|
} | undefined;
|
|
1390
1394
|
gasIncluded?: boolean | undefined;
|
|
1395
|
+
gasless7702?: boolean | undefined;
|
|
1391
1396
|
priceData?: {
|
|
1392
1397
|
totalFromAmountUsd?: string | undefined;
|
|
1393
1398
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1557,6 +1562,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1557
1562
|
destChainId?: number | undefined;
|
|
1558
1563
|
} | undefined;
|
|
1559
1564
|
gasIncluded?: boolean | undefined;
|
|
1565
|
+
gasless7702?: boolean | undefined;
|
|
1560
1566
|
priceData?: {
|
|
1561
1567
|
totalFromAmountUsd?: string | undefined;
|
|
1562
1568
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1727,6 +1733,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1727
1733
|
destChainId?: number | undefined;
|
|
1728
1734
|
} | undefined;
|
|
1729
1735
|
gasIncluded?: boolean | undefined;
|
|
1736
|
+
gasless7702?: boolean | undefined;
|
|
1730
1737
|
priceData?: {
|
|
1731
1738
|
totalFromAmountUsd?: string | undefined;
|
|
1732
1739
|
totalToAmountUsd?: string | undefined;
|
|
@@ -1897,6 +1904,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1897
1904
|
destChainId?: number | undefined;
|
|
1898
1905
|
} | undefined;
|
|
1899
1906
|
gasIncluded?: boolean | undefined;
|
|
1907
|
+
gasless7702?: boolean | undefined;
|
|
1900
1908
|
priceData?: {
|
|
1901
1909
|
totalFromAmountUsd?: string | undefined;
|
|
1902
1910
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2067,6 +2075,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2067
2075
|
destChainId?: number | undefined;
|
|
2068
2076
|
} | undefined;
|
|
2069
2077
|
gasIncluded?: boolean | undefined;
|
|
2078
|
+
gasless7702?: boolean | undefined;
|
|
2070
2079
|
priceData?: {
|
|
2071
2080
|
totalFromAmountUsd?: string | undefined;
|
|
2072
2081
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2244,6 +2253,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2244
2253
|
destChainId?: number | undefined;
|
|
2245
2254
|
} | undefined;
|
|
2246
2255
|
gasIncluded?: boolean | undefined;
|
|
2256
|
+
gasless7702?: boolean | undefined;
|
|
2247
2257
|
priceData?: {
|
|
2248
2258
|
totalFromAmountUsd?: string | undefined;
|
|
2249
2259
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2413,6 +2423,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2413
2423
|
destChainId?: number | undefined;
|
|
2414
2424
|
} | undefined;
|
|
2415
2425
|
gasIncluded?: boolean | undefined;
|
|
2426
|
+
gasless7702?: boolean | undefined;
|
|
2416
2427
|
priceData?: {
|
|
2417
2428
|
totalFromAmountUsd?: string | undefined;
|
|
2418
2429
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2582,6 +2593,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2582
2593
|
destChainId?: number | undefined;
|
|
2583
2594
|
} | undefined;
|
|
2584
2595
|
gasIncluded?: boolean | undefined;
|
|
2596
|
+
gasless7702?: boolean | undefined;
|
|
2585
2597
|
priceData?: {
|
|
2586
2598
|
totalFromAmountUsd?: string | undefined;
|
|
2587
2599
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2752,6 +2764,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2752
2764
|
destChainId?: number | undefined;
|
|
2753
2765
|
} | undefined;
|
|
2754
2766
|
gasIncluded?: boolean | undefined;
|
|
2767
|
+
gasless7702?: boolean | undefined;
|
|
2755
2768
|
priceData?: {
|
|
2756
2769
|
totalFromAmountUsd?: string | undefined;
|
|
2757
2770
|
totalToAmountUsd?: string | undefined;
|
|
@@ -2922,6 +2935,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2922
2935
|
destChainId?: number | undefined;
|
|
2923
2936
|
} | undefined;
|
|
2924
2937
|
gasIncluded?: boolean | undefined;
|
|
2938
|
+
gasless7702?: boolean | undefined;
|
|
2925
2939
|
priceData?: {
|
|
2926
2940
|
totalFromAmountUsd?: string | undefined;
|
|
2927
2941
|
totalToAmountUsd?: string | undefined;
|
|
@@ -3092,6 +3106,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3092
3106
|
destChainId?: number | undefined;
|
|
3093
3107
|
} | undefined;
|
|
3094
3108
|
gasIncluded?: boolean | undefined;
|
|
3109
|
+
gasless7702?: boolean | undefined;
|
|
3095
3110
|
priceData?: {
|
|
3096
3111
|
totalFromAmountUsd?: string | undefined;
|
|
3097
3112
|
totalToAmountUsd?: string | undefined;
|
|
@@ -3274,6 +3289,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3274
3289
|
destChainId?: number | undefined;
|
|
3275
3290
|
} | undefined;
|
|
3276
3291
|
gasIncluded?: boolean | undefined;
|
|
3292
|
+
gasless7702?: boolean | undefined;
|
|
3277
3293
|
priceData?: {
|
|
3278
3294
|
totalFromAmountUsd?: string | undefined;
|
|
3279
3295
|
totalToAmountUsd?: string | undefined;
|
|
@@ -3444,6 +3460,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3444
3460
|
destChainId?: number | undefined;
|
|
3445
3461
|
} | undefined;
|
|
3446
3462
|
gasIncluded?: boolean | undefined;
|
|
3463
|
+
gasless7702?: boolean | undefined;
|
|
3447
3464
|
priceData?: {
|
|
3448
3465
|
totalFromAmountUsd?: string | undefined;
|
|
3449
3466
|
totalToAmountUsd?: string | undefined;
|
|
@@ -3614,6 +3631,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3614
3631
|
destChainId?: number | undefined;
|
|
3615
3632
|
} | undefined;
|
|
3616
3633
|
gasIncluded?: boolean | undefined;
|
|
3634
|
+
gasless7702?: boolean | undefined;
|
|
3617
3635
|
priceData?: {
|
|
3618
3636
|
totalFromAmountUsd?: string | undefined;
|
|
3619
3637
|
totalToAmountUsd?: string | undefined;
|
|
@@ -3795,6 +3813,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3795
3813
|
destChainId?: number | undefined;
|
|
3796
3814
|
} | undefined;
|
|
3797
3815
|
gasIncluded?: boolean | undefined;
|
|
3816
|
+
gasless7702?: boolean | undefined;
|
|
3798
3817
|
priceData?: {
|
|
3799
3818
|
totalFromAmountUsd?: string | undefined;
|
|
3800
3819
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4004,6 +4023,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4004
4023
|
destChainId?: number | undefined;
|
|
4005
4024
|
} | undefined;
|
|
4006
4025
|
gasIncluded?: boolean | undefined;
|
|
4026
|
+
gasless7702?: boolean | undefined;
|
|
4007
4027
|
priceData?: {
|
|
4008
4028
|
totalFromAmountUsd?: string | undefined;
|
|
4009
4029
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4164,6 +4184,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4164
4184
|
destChainId?: number | undefined;
|
|
4165
4185
|
} | undefined;
|
|
4166
4186
|
gasIncluded?: boolean | undefined;
|
|
4187
|
+
gasless7702?: boolean | undefined;
|
|
4167
4188
|
priceData?: {
|
|
4168
4189
|
totalFromAmountUsd?: string | undefined;
|
|
4169
4190
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4369,6 +4390,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4369
4390
|
destChainId?: number | undefined;
|
|
4370
4391
|
} | undefined;
|
|
4371
4392
|
gasIncluded?: boolean | undefined;
|
|
4393
|
+
gasless7702?: boolean | undefined;
|
|
4372
4394
|
priceData?: {
|
|
4373
4395
|
totalFromAmountUsd?: string | undefined;
|
|
4374
4396
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4529,6 +4551,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4529
4551
|
destChainId?: number | undefined;
|
|
4530
4552
|
} | undefined;
|
|
4531
4553
|
gasIncluded?: boolean | undefined;
|
|
4554
|
+
gasless7702?: boolean | undefined;
|
|
4532
4555
|
priceData?: {
|
|
4533
4556
|
totalFromAmountUsd?: string | undefined;
|
|
4534
4557
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4703,6 +4726,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4703
4726
|
destChainId?: number | undefined;
|
|
4704
4727
|
} | undefined;
|
|
4705
4728
|
gasIncluded?: boolean | undefined;
|
|
4729
|
+
gasless7702?: boolean | undefined;
|
|
4706
4730
|
priceData?: {
|
|
4707
4731
|
totalFromAmountUsd?: string | undefined;
|
|
4708
4732
|
totalToAmountUsd?: string | undefined;
|
|
@@ -4912,6 +4936,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4912
4936
|
destChainId?: number | undefined;
|
|
4913
4937
|
} | undefined;
|
|
4914
4938
|
gasIncluded?: boolean | undefined;
|
|
4939
|
+
gasless7702?: boolean | undefined;
|
|
4915
4940
|
priceData?: {
|
|
4916
4941
|
totalFromAmountUsd?: string | undefined;
|
|
4917
4942
|
totalToAmountUsd?: string | undefined;
|
|
@@ -5077,6 +5102,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5077
5102
|
destChainId?: number | undefined;
|
|
5078
5103
|
} | undefined;
|
|
5079
5104
|
gasIncluded?: boolean | undefined;
|
|
5105
|
+
gasless7702?: boolean | undefined;
|
|
5080
5106
|
priceData?: {
|
|
5081
5107
|
totalFromAmountUsd?: string | undefined;
|
|
5082
5108
|
totalToAmountUsd?: string | undefined;
|
|
@@ -5285,6 +5311,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5285
5311
|
destChainId?: number | undefined;
|
|
5286
5312
|
} | undefined;
|
|
5287
5313
|
gasIncluded?: boolean | undefined;
|
|
5314
|
+
gasless7702?: boolean | undefined;
|
|
5288
5315
|
priceData?: {
|
|
5289
5316
|
totalFromAmountUsd?: string | undefined;
|
|
5290
5317
|
totalToAmountUsd?: string | undefined;
|
|
@@ -5446,6 +5473,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5446
5473
|
destChainId?: number | undefined;
|
|
5447
5474
|
} | undefined;
|
|
5448
5475
|
gasIncluded?: boolean | undefined;
|
|
5476
|
+
gasless7702?: boolean | undefined;
|
|
5449
5477
|
priceData?: {
|
|
5450
5478
|
totalFromAmountUsd?: string | undefined;
|
|
5451
5479
|
totalToAmountUsd?: string | undefined;
|
|
@@ -5654,6 +5682,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5654
5682
|
destChainId?: number | undefined;
|
|
5655
5683
|
} | undefined;
|
|
5656
5684
|
gasIncluded?: boolean | undefined;
|
|
5685
|
+
gasless7702?: boolean | undefined;
|
|
5657
5686
|
priceData?: {
|
|
5658
5687
|
totalFromAmountUsd?: string | undefined;
|
|
5659
5688
|
totalToAmountUsd?: string | undefined;
|
|
@@ -5854,6 +5883,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5854
5883
|
destChainId?: number | undefined;
|
|
5855
5884
|
} | undefined;
|
|
5856
5885
|
gasIncluded?: boolean | undefined;
|
|
5886
|
+
gasless7702?: boolean | undefined;
|
|
5857
5887
|
priceData?: {
|
|
5858
5888
|
totalFromAmountUsd?: string | undefined;
|
|
5859
5889
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6015,6 +6045,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6015
6045
|
destChainId?: number | undefined;
|
|
6016
6046
|
} | undefined;
|
|
6017
6047
|
gasIncluded?: boolean | undefined;
|
|
6048
|
+
gasless7702?: boolean | undefined;
|
|
6018
6049
|
priceData?: {
|
|
6019
6050
|
totalFromAmountUsd?: string | undefined;
|
|
6020
6051
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6316,6 +6347,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6316
6347
|
destChainId?: number | undefined;
|
|
6317
6348
|
} | undefined;
|
|
6318
6349
|
gasIncluded?: boolean | undefined;
|
|
6350
|
+
gasless7702?: boolean | undefined;
|
|
6319
6351
|
priceData?: {
|
|
6320
6352
|
totalFromAmountUsd?: string | undefined;
|
|
6321
6353
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6490,6 +6522,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6490
6522
|
destChainId?: number | undefined;
|
|
6491
6523
|
} | undefined;
|
|
6492
6524
|
gasIncluded?: boolean | undefined;
|
|
6525
|
+
gasless7702?: boolean | undefined;
|
|
6493
6526
|
priceData?: {
|
|
6494
6527
|
totalFromAmountUsd?: string | undefined;
|
|
6495
6528
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6659,6 +6692,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6659
6692
|
destChainId?: number | undefined;
|
|
6660
6693
|
} | undefined;
|
|
6661
6694
|
gasIncluded?: boolean | undefined;
|
|
6695
|
+
gasless7702?: boolean | undefined;
|
|
6662
6696
|
priceData?: {
|
|
6663
6697
|
totalFromAmountUsd?: string | undefined;
|
|
6664
6698
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6829,6 +6863,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6829
6863
|
destChainId?: number | undefined;
|
|
6830
6864
|
} | undefined;
|
|
6831
6865
|
gasIncluded?: boolean | undefined;
|
|
6866
|
+
gasless7702?: boolean | undefined;
|
|
6832
6867
|
priceData?: {
|
|
6833
6868
|
totalFromAmountUsd?: string | undefined;
|
|
6834
6869
|
totalToAmountUsd?: string | undefined;
|
|
@@ -6998,6 +7033,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6998
7033
|
destChainId?: number | undefined;
|
|
6999
7034
|
} | undefined;
|
|
7000
7035
|
gasIncluded?: boolean | undefined;
|
|
7036
|
+
gasless7702?: boolean | undefined;
|
|
7001
7037
|
priceData?: {
|
|
7002
7038
|
totalFromAmountUsd?: string | undefined;
|
|
7003
7039
|
totalToAmountUsd?: string | undefined;
|
|
@@ -7172,6 +7208,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7172
7208
|
destChainId?: number | undefined;
|
|
7173
7209
|
} | undefined;
|
|
7174
7210
|
gasIncluded?: boolean | undefined;
|
|
7211
|
+
gasless7702?: boolean | undefined;
|
|
7175
7212
|
priceData?: {
|
|
7176
7213
|
totalFromAmountUsd?: string | undefined;
|
|
7177
7214
|
totalToAmountUsd?: string | undefined;
|
|
@@ -7346,6 +7383,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7346
7383
|
destChainId?: number | undefined;
|
|
7347
7384
|
} | undefined;
|
|
7348
7385
|
gasIncluded?: boolean | undefined;
|
|
7386
|
+
gasless7702?: boolean | undefined;
|
|
7349
7387
|
priceData?: {
|
|
7350
7388
|
totalFromAmountUsd?: string | undefined;
|
|
7351
7389
|
totalToAmountUsd?: string | undefined;
|
|
@@ -7555,6 +7593,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7555
7593
|
destChainId?: number | undefined;
|
|
7556
7594
|
} | undefined;
|
|
7557
7595
|
gasIncluded?: boolean | undefined;
|
|
7596
|
+
gasless7702?: boolean | undefined;
|
|
7558
7597
|
priceData?: {
|
|
7559
7598
|
totalFromAmountUsd?: string | undefined;
|
|
7560
7599
|
totalToAmountUsd?: string | undefined;
|
|
@@ -7715,6 +7754,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7715
7754
|
destChainId?: number | undefined;
|
|
7716
7755
|
} | undefined;
|
|
7717
7756
|
gasIncluded?: boolean | undefined;
|
|
7757
|
+
gasless7702?: boolean | undefined;
|
|
7718
7758
|
priceData?: {
|
|
7719
7759
|
totalFromAmountUsd?: string | undefined;
|
|
7720
7760
|
totalToAmountUsd?: string | undefined;
|
|
@@ -7920,6 +7960,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7920
7960
|
destChainId?: number | undefined;
|
|
7921
7961
|
} | undefined;
|
|
7922
7962
|
gasIncluded?: boolean | undefined;
|
|
7963
|
+
gasless7702?: boolean | undefined;
|
|
7923
7964
|
priceData?: {
|
|
7924
7965
|
totalFromAmountUsd?: string | undefined;
|
|
7925
7966
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8080,6 +8121,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8080
8121
|
destChainId?: number | undefined;
|
|
8081
8122
|
} | undefined;
|
|
8082
8123
|
gasIncluded?: boolean | undefined;
|
|
8124
|
+
gasless7702?: boolean | undefined;
|
|
8083
8125
|
priceData?: {
|
|
8084
8126
|
totalFromAmountUsd?: string | undefined;
|
|
8085
8127
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8254,6 +8296,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8254
8296
|
destChainId?: number | undefined;
|
|
8255
8297
|
} | undefined;
|
|
8256
8298
|
gasIncluded?: boolean | undefined;
|
|
8299
|
+
gasless7702?: boolean | undefined;
|
|
8257
8300
|
priceData?: {
|
|
8258
8301
|
totalFromAmountUsd?: string | undefined;
|
|
8259
8302
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8463,6 +8506,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8463
8506
|
destChainId?: number | undefined;
|
|
8464
8507
|
} | undefined;
|
|
8465
8508
|
gasIncluded?: boolean | undefined;
|
|
8509
|
+
gasless7702?: boolean | undefined;
|
|
8466
8510
|
priceData?: {
|
|
8467
8511
|
totalFromAmountUsd?: string | undefined;
|
|
8468
8512
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8628,6 +8672,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8628
8672
|
destChainId?: number | undefined;
|
|
8629
8673
|
} | undefined;
|
|
8630
8674
|
gasIncluded?: boolean | undefined;
|
|
8675
|
+
gasless7702?: boolean | undefined;
|
|
8631
8676
|
priceData?: {
|
|
8632
8677
|
totalFromAmountUsd?: string | undefined;
|
|
8633
8678
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8836,6 +8881,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8836
8881
|
destChainId?: number | undefined;
|
|
8837
8882
|
} | undefined;
|
|
8838
8883
|
gasIncluded?: boolean | undefined;
|
|
8884
|
+
gasless7702?: boolean | undefined;
|
|
8839
8885
|
priceData?: {
|
|
8840
8886
|
totalFromAmountUsd?: string | undefined;
|
|
8841
8887
|
totalToAmountUsd?: string | undefined;
|
|
@@ -8997,6 +9043,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8997
9043
|
destChainId?: number | undefined;
|
|
8998
9044
|
} | undefined;
|
|
8999
9045
|
gasIncluded?: boolean | undefined;
|
|
9046
|
+
gasless7702?: boolean | undefined;
|
|
9000
9047
|
priceData?: {
|
|
9001
9048
|
totalFromAmountUsd?: string | undefined;
|
|
9002
9049
|
totalToAmountUsd?: string | undefined;
|
|
@@ -9205,6 +9252,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9205
9252
|
destChainId?: number | undefined;
|
|
9206
9253
|
} | undefined;
|
|
9207
9254
|
gasIncluded?: boolean | undefined;
|
|
9255
|
+
gasless7702?: boolean | undefined;
|
|
9208
9256
|
priceData?: {
|
|
9209
9257
|
totalFromAmountUsd?: string | undefined;
|
|
9210
9258
|
totalToAmountUsd?: string | undefined;
|
|
@@ -9405,6 +9453,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9405
9453
|
destChainId?: number | undefined;
|
|
9406
9454
|
} | undefined;
|
|
9407
9455
|
gasIncluded?: boolean | undefined;
|
|
9456
|
+
gasless7702?: boolean | undefined;
|
|
9408
9457
|
priceData?: {
|
|
9409
9458
|
totalFromAmountUsd?: string | undefined;
|
|
9410
9459
|
totalToAmountUsd?: string | undefined;
|
|
@@ -9566,6 +9615,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9566
9615
|
destChainId?: number | undefined;
|
|
9567
9616
|
} | undefined;
|
|
9568
9617
|
gasIncluded?: boolean | undefined;
|
|
9618
|
+
gasless7702?: boolean | undefined;
|
|
9569
9619
|
priceData?: {
|
|
9570
9620
|
totalFromAmountUsd?: string | undefined;
|
|
9571
9621
|
totalToAmountUsd?: string | undefined;
|
|
@@ -9875,6 +9925,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9875
9925
|
destChainId?: number | undefined;
|
|
9876
9926
|
} | undefined;
|
|
9877
9927
|
gasIncluded?: boolean | undefined;
|
|
9928
|
+
gasless7702?: boolean | undefined;
|
|
9878
9929
|
priceData?: {
|
|
9879
9930
|
totalFromAmountUsd?: string | undefined;
|
|
9880
9931
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10049,6 +10100,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10049
10100
|
destChainId?: number | undefined;
|
|
10050
10101
|
} | undefined;
|
|
10051
10102
|
gasIncluded?: boolean | undefined;
|
|
10103
|
+
gasless7702?: boolean | undefined;
|
|
10052
10104
|
priceData?: {
|
|
10053
10105
|
totalFromAmountUsd?: string | undefined;
|
|
10054
10106
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10218,6 +10270,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10218
10270
|
destChainId?: number | undefined;
|
|
10219
10271
|
} | undefined;
|
|
10220
10272
|
gasIncluded?: boolean | undefined;
|
|
10273
|
+
gasless7702?: boolean | undefined;
|
|
10221
10274
|
priceData?: {
|
|
10222
10275
|
totalFromAmountUsd?: string | undefined;
|
|
10223
10276
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10387,6 +10440,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10387
10440
|
destChainId?: number | undefined;
|
|
10388
10441
|
} | undefined;
|
|
10389
10442
|
gasIncluded?: boolean | undefined;
|
|
10443
|
+
gasless7702?: boolean | undefined;
|
|
10390
10444
|
priceData?: {
|
|
10391
10445
|
totalFromAmountUsd?: string | undefined;
|
|
10392
10446
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10557,6 +10611,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10557
10611
|
destChainId?: number | undefined;
|
|
10558
10612
|
} | undefined;
|
|
10559
10613
|
gasIncluded?: boolean | undefined;
|
|
10614
|
+
gasless7702?: boolean | undefined;
|
|
10560
10615
|
priceData?: {
|
|
10561
10616
|
totalFromAmountUsd?: string | undefined;
|
|
10562
10617
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10726,6 +10781,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10726
10781
|
destChainId?: number | undefined;
|
|
10727
10782
|
} | undefined;
|
|
10728
10783
|
gasIncluded?: boolean | undefined;
|
|
10784
|
+
gasless7702?: boolean | undefined;
|
|
10729
10785
|
priceData?: {
|
|
10730
10786
|
totalFromAmountUsd?: string | undefined;
|
|
10731
10787
|
totalToAmountUsd?: string | undefined;
|
|
@@ -10895,6 +10951,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10895
10951
|
destChainId?: number | undefined;
|
|
10896
10952
|
} | undefined;
|
|
10897
10953
|
gasIncluded?: boolean | undefined;
|
|
10954
|
+
gasless7702?: boolean | undefined;
|
|
10898
10955
|
priceData?: {
|
|
10899
10956
|
totalFromAmountUsd?: string | undefined;
|
|
10900
10957
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11069,6 +11126,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11069
11126
|
destChainId?: number | undefined;
|
|
11070
11127
|
} | undefined;
|
|
11071
11128
|
gasIncluded?: boolean | undefined;
|
|
11129
|
+
gasless7702?: boolean | undefined;
|
|
11072
11130
|
priceData?: {
|
|
11073
11131
|
totalFromAmountUsd?: string | undefined;
|
|
11074
11132
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11243,6 +11301,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11243
11301
|
destChainId?: number | undefined;
|
|
11244
11302
|
} | undefined;
|
|
11245
11303
|
gasIncluded?: boolean | undefined;
|
|
11304
|
+
gasless7702?: boolean | undefined;
|
|
11246
11305
|
priceData?: {
|
|
11247
11306
|
totalFromAmountUsd?: string | undefined;
|
|
11248
11307
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11417,6 +11476,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11417
11476
|
destChainId?: number | undefined;
|
|
11418
11477
|
} | undefined;
|
|
11419
11478
|
gasIncluded?: boolean | undefined;
|
|
11479
|
+
gasless7702?: boolean | undefined;
|
|
11420
11480
|
priceData?: {
|
|
11421
11481
|
totalFromAmountUsd?: string | undefined;
|
|
11422
11482
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11586,6 +11646,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11586
11646
|
destChainId?: number | undefined;
|
|
11587
11647
|
} | undefined;
|
|
11588
11648
|
gasIncluded?: boolean | undefined;
|
|
11649
|
+
gasless7702?: boolean | undefined;
|
|
11589
11650
|
priceData?: {
|
|
11590
11651
|
totalFromAmountUsd?: string | undefined;
|
|
11591
11652
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11756,6 +11817,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11756
11817
|
destChainId?: number | undefined;
|
|
11757
11818
|
} | undefined;
|
|
11758
11819
|
gasIncluded?: boolean | undefined;
|
|
11820
|
+
gasless7702?: boolean | undefined;
|
|
11759
11821
|
priceData?: {
|
|
11760
11822
|
totalFromAmountUsd?: string | undefined;
|
|
11761
11823
|
totalToAmountUsd?: string | undefined;
|
|
@@ -11925,6 +11987,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11925
11987
|
destChainId?: number | undefined;
|
|
11926
11988
|
} | undefined;
|
|
11927
11989
|
gasIncluded?: boolean | undefined;
|
|
11990
|
+
gasless7702?: boolean | undefined;
|
|
11928
11991
|
priceData?: {
|
|
11929
11992
|
totalFromAmountUsd?: string | undefined;
|
|
11930
11993
|
totalToAmountUsd?: string | undefined;
|
|
@@ -12099,6 +12162,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12099
12162
|
destChainId?: number | undefined;
|
|
12100
12163
|
} | undefined;
|
|
12101
12164
|
gasIncluded?: boolean | undefined;
|
|
12165
|
+
gasless7702?: boolean | undefined;
|
|
12102
12166
|
priceData?: {
|
|
12103
12167
|
totalFromAmountUsd?: string | undefined;
|
|
12104
12168
|
totalToAmountUsd?: string | undefined;
|
|
@@ -12273,6 +12337,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12273
12337
|
destChainId?: number | undefined;
|
|
12274
12338
|
} | undefined;
|
|
12275
12339
|
gasIncluded?: boolean | undefined;
|
|
12340
|
+
gasless7702?: boolean | undefined;
|
|
12276
12341
|
priceData?: {
|
|
12277
12342
|
totalFromAmountUsd?: string | undefined;
|
|
12278
12343
|
totalToAmountUsd?: string | undefined;
|
|
@@ -12482,6 +12547,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12482
12547
|
destChainId?: number | undefined;
|
|
12483
12548
|
} | undefined;
|
|
12484
12549
|
gasIncluded?: boolean | undefined;
|
|
12550
|
+
gasless7702?: boolean | undefined;
|
|
12485
12551
|
priceData?: {
|
|
12486
12552
|
totalFromAmountUsd?: string | undefined;
|
|
12487
12553
|
totalToAmountUsd?: string | undefined;
|
|
@@ -12642,6 +12708,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12642
12708
|
destChainId?: number | undefined;
|
|
12643
12709
|
} | undefined;
|
|
12644
12710
|
gasIncluded?: boolean | undefined;
|
|
12711
|
+
gasless7702?: boolean | undefined;
|
|
12645
12712
|
priceData?: {
|
|
12646
12713
|
totalFromAmountUsd?: string | undefined;
|
|
12647
12714
|
totalToAmountUsd?: string | undefined;
|
|
@@ -12847,6 +12914,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12847
12914
|
destChainId?: number | undefined;
|
|
12848
12915
|
} | undefined;
|
|
12849
12916
|
gasIncluded?: boolean | undefined;
|
|
12917
|
+
gasless7702?: boolean | undefined;
|
|
12850
12918
|
priceData?: {
|
|
12851
12919
|
totalFromAmountUsd?: string | undefined;
|
|
12852
12920
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13007,6 +13075,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13007
13075
|
destChainId?: number | undefined;
|
|
13008
13076
|
} | undefined;
|
|
13009
13077
|
gasIncluded?: boolean | undefined;
|
|
13078
|
+
gasless7702?: boolean | undefined;
|
|
13010
13079
|
priceData?: {
|
|
13011
13080
|
totalFromAmountUsd?: string | undefined;
|
|
13012
13081
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13181,6 +13250,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13181
13250
|
destChainId?: number | undefined;
|
|
13182
13251
|
} | undefined;
|
|
13183
13252
|
gasIncluded?: boolean | undefined;
|
|
13253
|
+
gasless7702?: boolean | undefined;
|
|
13184
13254
|
priceData?: {
|
|
13185
13255
|
totalFromAmountUsd?: string | undefined;
|
|
13186
13256
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13390,6 +13460,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13390
13460
|
destChainId?: number | undefined;
|
|
13391
13461
|
} | undefined;
|
|
13392
13462
|
gasIncluded?: boolean | undefined;
|
|
13463
|
+
gasless7702?: boolean | undefined;
|
|
13393
13464
|
priceData?: {
|
|
13394
13465
|
totalFromAmountUsd?: string | undefined;
|
|
13395
13466
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13555,6 +13626,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13555
13626
|
destChainId?: number | undefined;
|
|
13556
13627
|
} | undefined;
|
|
13557
13628
|
gasIncluded?: boolean | undefined;
|
|
13629
|
+
gasless7702?: boolean | undefined;
|
|
13558
13630
|
priceData?: {
|
|
13559
13631
|
totalFromAmountUsd?: string | undefined;
|
|
13560
13632
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13763,6 +13835,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13763
13835
|
destChainId?: number | undefined;
|
|
13764
13836
|
} | undefined;
|
|
13765
13837
|
gasIncluded?: boolean | undefined;
|
|
13838
|
+
gasless7702?: boolean | undefined;
|
|
13766
13839
|
priceData?: {
|
|
13767
13840
|
totalFromAmountUsd?: string | undefined;
|
|
13768
13841
|
totalToAmountUsd?: string | undefined;
|
|
@@ -13924,6 +13997,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13924
13997
|
destChainId?: number | undefined;
|
|
13925
13998
|
} | undefined;
|
|
13926
13999
|
gasIncluded?: boolean | undefined;
|
|
14000
|
+
gasless7702?: boolean | undefined;
|
|
13927
14001
|
priceData?: {
|
|
13928
14002
|
totalFromAmountUsd?: string | undefined;
|
|
13929
14003
|
totalToAmountUsd?: string | undefined;
|
|
@@ -14132,6 +14206,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14132
14206
|
destChainId?: number | undefined;
|
|
14133
14207
|
} | undefined;
|
|
14134
14208
|
gasIncluded?: boolean | undefined;
|
|
14209
|
+
gasless7702?: boolean | undefined;
|
|
14135
14210
|
priceData?: {
|
|
14136
14211
|
totalFromAmountUsd?: string | undefined;
|
|
14137
14212
|
totalToAmountUsd?: string | undefined;
|
|
@@ -14332,6 +14407,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14332
14407
|
destChainId?: number | undefined;
|
|
14333
14408
|
} | undefined;
|
|
14334
14409
|
gasIncluded?: boolean | undefined;
|
|
14410
|
+
gasless7702?: boolean | undefined;
|
|
14335
14411
|
priceData?: {
|
|
14336
14412
|
totalFromAmountUsd?: string | undefined;
|
|
14337
14413
|
totalToAmountUsd?: string | undefined;
|
|
@@ -14493,6 +14569,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14493
14569
|
destChainId?: number | undefined;
|
|
14494
14570
|
} | undefined;
|
|
14495
14571
|
gasIncluded?: boolean | undefined;
|
|
14572
|
+
gasless7702?: boolean | undefined;
|
|
14496
14573
|
priceData?: {
|
|
14497
14574
|
totalFromAmountUsd?: string | undefined;
|
|
14498
14575
|
totalToAmountUsd?: string | undefined;
|
|
@@ -14798,6 +14875,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14798
14875
|
destChainId?: number | undefined;
|
|
14799
14876
|
} | undefined;
|
|
14800
14877
|
gasIncluded?: boolean | undefined;
|
|
14878
|
+
gasless7702?: boolean | undefined;
|
|
14801
14879
|
priceData?: {
|
|
14802
14880
|
totalFromAmountUsd?: string | undefined;
|
|
14803
14881
|
totalToAmountUsd?: string | undefined;
|