@metamask-previews/bridge-controller 58.0.0-preview-950f30f7 → 58.0.0-preview-fe9b7e4c

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 CHANGED
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Added
11
-
12
- - Quotes as returned by `fetchQuotes` now include a `gasSponsored` property ([#6687](https://github.com/MetaMask/core/pull/6687))
13
-
14
10
  ## [58.0.0]
15
11
 
16
12
  ### Changed
@@ -947,7 +947,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
947
947
  priceImpact?: string | undefined;
948
948
  totalFeeAmountUsd?: string | undefined;
949
949
  } | undefined;
950
- gasSponsored?: boolean | undefined;
951
950
  };
952
951
  estimatedProcessingTimeInSeconds: number;
953
952
  trade: string | {
@@ -1128,7 +1127,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1128
1127
  priceImpact?: string | undefined;
1129
1128
  totalFeeAmountUsd?: string | undefined;
1130
1129
  } | undefined;
1131
- gasSponsored?: boolean | undefined;
1132
1130
  };
1133
1131
  estimatedProcessingTimeInSeconds: number;
1134
1132
  trade: string | {
@@ -1309,7 +1307,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1309
1307
  priceImpact?: string | undefined;
1310
1308
  totalFeeAmountUsd?: string | undefined;
1311
1309
  } | undefined;
1312
- gasSponsored?: boolean | undefined;
1313
1310
  };
1314
1311
  estimatedProcessingTimeInSeconds: number;
1315
1312
  trade: string | {
@@ -1501,7 +1498,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1501
1498
  priceImpact?: string | undefined;
1502
1499
  totalFeeAmountUsd?: string | undefined;
1503
1500
  } | undefined;
1504
- gasSponsored?: boolean | undefined;
1505
1501
  };
1506
1502
  estimatedProcessingTimeInSeconds: number;
1507
1503
  trade: string | {
@@ -1681,7 +1677,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1681
1677
  priceImpact?: string | undefined;
1682
1678
  totalFeeAmountUsd?: string | undefined;
1683
1679
  } | undefined;
1684
- gasSponsored?: boolean | undefined;
1685
1680
  };
1686
1681
  estimatedProcessingTimeInSeconds: number;
1687
1682
  trade: string | {
@@ -1861,7 +1856,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
1861
1856
  priceImpact?: string | undefined;
1862
1857
  totalFeeAmountUsd?: string | undefined;
1863
1858
  } | undefined;
1864
- gasSponsored?: boolean | undefined;
1865
1859
  };
1866
1860
  estimatedProcessingTimeInSeconds: number;
1867
1861
  trade: string | {
@@ -2042,7 +2036,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2042
2036
  priceImpact?: string | undefined;
2043
2037
  totalFeeAmountUsd?: string | undefined;
2044
2038
  } | undefined;
2045
- gasSponsored?: boolean | undefined;
2046
2039
  };
2047
2040
  estimatedProcessingTimeInSeconds: number;
2048
2041
  trade: string | {
@@ -2223,7 +2216,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2223
2216
  priceImpact?: string | undefined;
2224
2217
  totalFeeAmountUsd?: string | undefined;
2225
2218
  } | undefined;
2226
- gasSponsored?: boolean | undefined;
2227
2219
  };
2228
2220
  estimatedProcessingTimeInSeconds: number;
2229
2221
  trade: string | {
@@ -2404,7 +2396,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2404
2396
  priceImpact?: string | undefined;
2405
2397
  totalFeeAmountUsd?: string | undefined;
2406
2398
  } | undefined;
2407
- gasSponsored?: boolean | undefined;
2408
2399
  };
2409
2400
  estimatedProcessingTimeInSeconds: number;
2410
2401
  trade: string | {
@@ -2592,7 +2583,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2592
2583
  priceImpact?: string | undefined;
2593
2584
  totalFeeAmountUsd?: string | undefined;
2594
2585
  } | undefined;
2595
- gasSponsored?: boolean | undefined;
2596
2586
  };
2597
2587
  estimatedProcessingTimeInSeconds: number;
2598
2588
  trade: string | {
@@ -2772,7 +2762,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2772
2762
  priceImpact?: string | undefined;
2773
2763
  totalFeeAmountUsd?: string | undefined;
2774
2764
  } | undefined;
2775
- gasSponsored?: boolean | undefined;
2776
2765
  };
2777
2766
  estimatedProcessingTimeInSeconds: number;
2778
2767
  trade: string | {
@@ -2952,7 +2941,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
2952
2941
  priceImpact?: string | undefined;
2953
2942
  totalFeeAmountUsd?: string | undefined;
2954
2943
  } | undefined;
2955
- gasSponsored?: boolean | undefined;
2956
2944
  };
2957
2945
  estimatedProcessingTimeInSeconds: number;
2958
2946
  trade: string | {
@@ -3133,7 +3121,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3133
3121
  priceImpact?: string | undefined;
3134
3122
  totalFeeAmountUsd?: string | undefined;
3135
3123
  } | undefined;
3136
- gasSponsored?: boolean | undefined;
3137
3124
  };
3138
3125
  estimatedProcessingTimeInSeconds: number;
3139
3126
  trade: string | {
@@ -3314,7 +3301,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3314
3301
  priceImpact?: string | undefined;
3315
3302
  totalFeeAmountUsd?: string | undefined;
3316
3303
  } | undefined;
3317
- gasSponsored?: boolean | undefined;
3318
3304
  };
3319
3305
  estimatedProcessingTimeInSeconds: number;
3320
3306
  trade: string | {
@@ -3495,7 +3481,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3495
3481
  priceImpact?: string | undefined;
3496
3482
  totalFeeAmountUsd?: string | undefined;
3497
3483
  } | undefined;
3498
- gasSponsored?: boolean | undefined;
3499
3484
  };
3500
3485
  estimatedProcessingTimeInSeconds: number;
3501
3486
  trade: string | {
@@ -3688,7 +3673,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3688
3673
  priceImpact?: string | undefined;
3689
3674
  totalFeeAmountUsd?: string | undefined;
3690
3675
  } | undefined;
3691
- gasSponsored?: boolean | undefined;
3692
3676
  };
3693
3677
  estimatedProcessingTimeInSeconds: number;
3694
3678
  trade: string | {
@@ -3869,7 +3853,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
3869
3853
  priceImpact?: string | undefined;
3870
3854
  totalFeeAmountUsd?: string | undefined;
3871
3855
  } | undefined;
3872
- gasSponsored?: boolean | undefined;
3873
3856
  };
3874
3857
  estimatedProcessingTimeInSeconds: number;
3875
3858
  trade: string | {
@@ -4050,7 +4033,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4050
4033
  priceImpact?: string | undefined;
4051
4034
  totalFeeAmountUsd?: string | undefined;
4052
4035
  } | undefined;
4053
- gasSponsored?: boolean | undefined;
4054
4036
  };
4055
4037
  estimatedProcessingTimeInSeconds: number;
4056
4038
  trade: string | {
@@ -4242,7 +4224,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4242
4224
  priceImpact?: string | undefined;
4243
4225
  totalFeeAmountUsd?: string | undefined;
4244
4226
  } | undefined;
4245
- gasSponsored?: boolean | undefined;
4246
4227
  };
4247
4228
  estimatedProcessingTimeInSeconds: number;
4248
4229
  trade: string | {
@@ -4467,7 +4448,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4467
4448
  priceImpact?: string | undefined;
4468
4449
  totalFeeAmountUsd?: string | undefined;
4469
4450
  } | undefined;
4470
- gasSponsored?: boolean | undefined;
4471
4451
  };
4472
4452
  estimatedProcessingTimeInSeconds: number;
4473
4453
  trade: string | {
@@ -4627,7 +4607,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4627
4607
  priceImpact?: string | undefined;
4628
4608
  totalFeeAmountUsd?: string | undefined;
4629
4609
  } | undefined;
4630
- gasSponsored?: boolean | undefined;
4631
4610
  };
4632
4611
  estimatedProcessingTimeInSeconds: number;
4633
4612
  trade: string | {
@@ -4848,7 +4827,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
4848
4827
  priceImpact?: string | undefined;
4849
4828
  totalFeeAmountUsd?: string | undefined;
4850
4829
  } | undefined;
4851
- gasSponsored?: boolean | undefined;
4852
4830
  };
4853
4831
  estimatedProcessingTimeInSeconds: number;
4854
4832
  trade: string | {
@@ -5008,7 +4986,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5008
4986
  priceImpact?: string | undefined;
5009
4987
  totalFeeAmountUsd?: string | undefined;
5010
4988
  } | undefined;
5011
- gasSponsored?: boolean | undefined;
5012
4989
  };
5013
4990
  estimatedProcessingTimeInSeconds: number;
5014
4991
  trade: string | {
@@ -5193,7 +5170,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5193
5170
  priceImpact?: string | undefined;
5194
5171
  totalFeeAmountUsd?: string | undefined;
5195
5172
  } | undefined;
5196
- gasSponsored?: boolean | undefined;
5197
5173
  };
5198
5174
  estimatedProcessingTimeInSeconds: number;
5199
5175
  trade: string | {
@@ -5418,7 +5394,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5418
5394
  priceImpact?: string | undefined;
5419
5395
  totalFeeAmountUsd?: string | undefined;
5420
5396
  } | undefined;
5421
- gasSponsored?: boolean | undefined;
5422
5397
  };
5423
5398
  estimatedProcessingTimeInSeconds: number;
5424
5399
  trade: string | {
@@ -5583,7 +5558,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5583
5558
  priceImpact?: string | undefined;
5584
5559
  totalFeeAmountUsd?: string | undefined;
5585
5560
  } | undefined;
5586
- gasSponsored?: boolean | undefined;
5587
5561
  };
5588
5562
  estimatedProcessingTimeInSeconds: number;
5589
5563
  trade: string | {
@@ -5807,7 +5781,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5807
5781
  priceImpact?: string | undefined;
5808
5782
  totalFeeAmountUsd?: string | undefined;
5809
5783
  } | undefined;
5810
- gasSponsored?: boolean | undefined;
5811
5784
  };
5812
5785
  estimatedProcessingTimeInSeconds: number;
5813
5786
  trade: string | {
@@ -5968,7 +5941,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
5968
5941
  priceImpact?: string | undefined;
5969
5942
  totalFeeAmountUsd?: string | undefined;
5970
5943
  } | undefined;
5971
- gasSponsored?: boolean | undefined;
5972
5944
  };
5973
5945
  estimatedProcessingTimeInSeconds: number;
5974
5946
  trade: string | {
@@ -6192,7 +6164,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6192
6164
  priceImpact?: string | undefined;
6193
6165
  totalFeeAmountUsd?: string | undefined;
6194
6166
  } | undefined;
6195
- gasSponsored?: boolean | undefined;
6196
6167
  };
6197
6168
  estimatedProcessingTimeInSeconds: number;
6198
6169
  trade: string | {
@@ -6397,7 +6368,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6397
6368
  priceImpact?: string | undefined;
6398
6369
  totalFeeAmountUsd?: string | undefined;
6399
6370
  } | undefined;
6400
- gasSponsored?: boolean | undefined;
6401
6371
  };
6402
6372
  estimatedProcessingTimeInSeconds: number;
6403
6373
  trade: string | {
@@ -6558,7 +6528,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6558
6528
  priceImpact?: string | undefined;
6559
6529
  totalFeeAmountUsd?: string | undefined;
6560
6530
  } | undefined;
6561
- gasSponsored?: boolean | undefined;
6562
6531
  };
6563
6532
  estimatedProcessingTimeInSeconds: number;
6564
6533
  trade: string | {
@@ -6870,7 +6839,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
6870
6839
  priceImpact?: string | undefined;
6871
6840
  totalFeeAmountUsd?: string | undefined;
6872
6841
  } | undefined;
6873
- gasSponsored?: boolean | undefined;
6874
6842
  };
6875
6843
  estimatedProcessingTimeInSeconds: number;
6876
6844
  trade: string | {
@@ -7055,7 +7023,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7055
7023
  priceImpact?: string | undefined;
7056
7024
  totalFeeAmountUsd?: string | undefined;
7057
7025
  } | undefined;
7058
- gasSponsored?: boolean | undefined;
7059
7026
  };
7060
7027
  estimatedProcessingTimeInSeconds: number;
7061
7028
  trade: string | {
@@ -7235,7 +7202,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7235
7202
  priceImpact?: string | undefined;
7236
7203
  totalFeeAmountUsd?: string | undefined;
7237
7204
  } | undefined;
7238
- gasSponsored?: boolean | undefined;
7239
7205
  };
7240
7206
  estimatedProcessingTimeInSeconds: number;
7241
7207
  trade: string | {
@@ -7416,7 +7382,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7416
7382
  priceImpact?: string | undefined;
7417
7383
  totalFeeAmountUsd?: string | undefined;
7418
7384
  } | undefined;
7419
- gasSponsored?: boolean | undefined;
7420
7385
  };
7421
7386
  estimatedProcessingTimeInSeconds: number;
7422
7387
  trade: string | {
@@ -7596,7 +7561,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7596
7561
  priceImpact?: string | undefined;
7597
7562
  totalFeeAmountUsd?: string | undefined;
7598
7563
  } | undefined;
7599
- gasSponsored?: boolean | undefined;
7600
7564
  };
7601
7565
  estimatedProcessingTimeInSeconds: number;
7602
7566
  trade: string | {
@@ -7781,7 +7745,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7781
7745
  priceImpact?: string | undefined;
7782
7746
  totalFeeAmountUsd?: string | undefined;
7783
7747
  } | undefined;
7784
- gasSponsored?: boolean | undefined;
7785
7748
  };
7786
7749
  estimatedProcessingTimeInSeconds: number;
7787
7750
  trade: string | {
@@ -7966,7 +7929,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
7966
7929
  priceImpact?: string | undefined;
7967
7930
  totalFeeAmountUsd?: string | undefined;
7968
7931
  } | undefined;
7969
- gasSponsored?: boolean | undefined;
7970
7932
  };
7971
7933
  estimatedProcessingTimeInSeconds: number;
7972
7934
  trade: string | {
@@ -8191,7 +8153,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8191
8153
  priceImpact?: string | undefined;
8192
8154
  totalFeeAmountUsd?: string | undefined;
8193
8155
  } | undefined;
8194
- gasSponsored?: boolean | undefined;
8195
8156
  };
8196
8157
  estimatedProcessingTimeInSeconds: number;
8197
8158
  trade: string | {
@@ -8351,7 +8312,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8351
8312
  priceImpact?: string | undefined;
8352
8313
  totalFeeAmountUsd?: string | undefined;
8353
8314
  } | undefined;
8354
- gasSponsored?: boolean | undefined;
8355
8315
  };
8356
8316
  estimatedProcessingTimeInSeconds: number;
8357
8317
  trade: string | {
@@ -8572,7 +8532,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8572
8532
  priceImpact?: string | undefined;
8573
8533
  totalFeeAmountUsd?: string | undefined;
8574
8534
  } | undefined;
8575
- gasSponsored?: boolean | undefined;
8576
8535
  };
8577
8536
  estimatedProcessingTimeInSeconds: number;
8578
8537
  trade: string | {
@@ -8732,7 +8691,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8732
8691
  priceImpact?: string | undefined;
8733
8692
  totalFeeAmountUsd?: string | undefined;
8734
8693
  } | undefined;
8735
- gasSponsored?: boolean | undefined;
8736
8694
  };
8737
8695
  estimatedProcessingTimeInSeconds: number;
8738
8696
  trade: string | {
@@ -8917,7 +8875,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
8917
8875
  priceImpact?: string | undefined;
8918
8876
  totalFeeAmountUsd?: string | undefined;
8919
8877
  } | undefined;
8920
- gasSponsored?: boolean | undefined;
8921
8878
  };
8922
8879
  estimatedProcessingTimeInSeconds: number;
8923
8880
  trade: string | {
@@ -9142,7 +9099,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9142
9099
  priceImpact?: string | undefined;
9143
9100
  totalFeeAmountUsd?: string | undefined;
9144
9101
  } | undefined;
9145
- gasSponsored?: boolean | undefined;
9146
9102
  };
9147
9103
  estimatedProcessingTimeInSeconds: number;
9148
9104
  trade: string | {
@@ -9307,7 +9263,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9307
9263
  priceImpact?: string | undefined;
9308
9264
  totalFeeAmountUsd?: string | undefined;
9309
9265
  } | undefined;
9310
- gasSponsored?: boolean | undefined;
9311
9266
  };
9312
9267
  estimatedProcessingTimeInSeconds: number;
9313
9268
  trade: string | {
@@ -9531,7 +9486,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9531
9486
  priceImpact?: string | undefined;
9532
9487
  totalFeeAmountUsd?: string | undefined;
9533
9488
  } | undefined;
9534
- gasSponsored?: boolean | undefined;
9535
9489
  };
9536
9490
  estimatedProcessingTimeInSeconds: number;
9537
9491
  trade: string | {
@@ -9692,7 +9646,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9692
9646
  priceImpact?: string | undefined;
9693
9647
  totalFeeAmountUsd?: string | undefined;
9694
9648
  } | undefined;
9695
- gasSponsored?: boolean | undefined;
9696
9649
  };
9697
9650
  estimatedProcessingTimeInSeconds: number;
9698
9651
  trade: string | {
@@ -9916,7 +9869,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
9916
9869
  priceImpact?: string | undefined;
9917
9870
  totalFeeAmountUsd?: string | undefined;
9918
9871
  } | undefined;
9919
- gasSponsored?: boolean | undefined;
9920
9872
  };
9921
9873
  estimatedProcessingTimeInSeconds: number;
9922
9874
  trade: string | {
@@ -10121,7 +10073,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10121
10073
  priceImpact?: string | undefined;
10122
10074
  totalFeeAmountUsd?: string | undefined;
10123
10075
  } | undefined;
10124
- gasSponsored?: boolean | undefined;
10125
10076
  };
10126
10077
  estimatedProcessingTimeInSeconds: number;
10127
10078
  trade: string | {
@@ -10282,7 +10233,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10282
10233
  priceImpact?: string | undefined;
10283
10234
  totalFeeAmountUsd?: string | undefined;
10284
10235
  } | undefined;
10285
- gasSponsored?: boolean | undefined;
10286
10236
  };
10287
10237
  estimatedProcessingTimeInSeconds: number;
10288
10238
  trade: string | {
@@ -10602,7 +10552,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10602
10552
  priceImpact?: string | undefined;
10603
10553
  totalFeeAmountUsd?: string | undefined;
10604
10554
  } | undefined;
10605
- gasSponsored?: boolean | undefined;
10606
10555
  };
10607
10556
  estimatedProcessingTimeInSeconds: number;
10608
10557
  trade: string | {
@@ -10787,7 +10736,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10787
10736
  priceImpact?: string | undefined;
10788
10737
  totalFeeAmountUsd?: string | undefined;
10789
10738
  } | undefined;
10790
- gasSponsored?: boolean | undefined;
10791
10739
  };
10792
10740
  estimatedProcessingTimeInSeconds: number;
10793
10741
  trade: string | {
@@ -10967,7 +10915,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
10967
10915
  priceImpact?: string | undefined;
10968
10916
  totalFeeAmountUsd?: string | undefined;
10969
10917
  } | undefined;
10970
- gasSponsored?: boolean | undefined;
10971
10918
  };
10972
10919
  estimatedProcessingTimeInSeconds: number;
10973
10920
  trade: string | {
@@ -11147,7 +11094,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11147
11094
  priceImpact?: string | undefined;
11148
11095
  totalFeeAmountUsd?: string | undefined;
11149
11096
  } | undefined;
11150
- gasSponsored?: boolean | undefined;
11151
11097
  };
11152
11098
  estimatedProcessingTimeInSeconds: number;
11153
11099
  trade: string | {
@@ -11328,7 +11274,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11328
11274
  priceImpact?: string | undefined;
11329
11275
  totalFeeAmountUsd?: string | undefined;
11330
11276
  } | undefined;
11331
- gasSponsored?: boolean | undefined;
11332
11277
  };
11333
11278
  estimatedProcessingTimeInSeconds: number;
11334
11279
  trade: string | {
@@ -11508,7 +11453,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11508
11453
  priceImpact?: string | undefined;
11509
11454
  totalFeeAmountUsd?: string | undefined;
11510
11455
  } | undefined;
11511
- gasSponsored?: boolean | undefined;
11512
11456
  };
11513
11457
  estimatedProcessingTimeInSeconds: number;
11514
11458
  trade: string | {
@@ -11688,7 +11632,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11688
11632
  priceImpact?: string | undefined;
11689
11633
  totalFeeAmountUsd?: string | undefined;
11690
11634
  } | undefined;
11691
- gasSponsored?: boolean | undefined;
11692
11635
  };
11693
11636
  estimatedProcessingTimeInSeconds: number;
11694
11637
  trade: string | {
@@ -11873,7 +11816,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
11873
11816
  priceImpact?: string | undefined;
11874
11817
  totalFeeAmountUsd?: string | undefined;
11875
11818
  } | undefined;
11876
- gasSponsored?: boolean | undefined;
11877
11819
  };
11878
11820
  estimatedProcessingTimeInSeconds: number;
11879
11821
  trade: string | {
@@ -12058,7 +12000,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12058
12000
  priceImpact?: string | undefined;
12059
12001
  totalFeeAmountUsd?: string | undefined;
12060
12002
  } | undefined;
12061
- gasSponsored?: boolean | undefined;
12062
12003
  };
12063
12004
  estimatedProcessingTimeInSeconds: number;
12064
12005
  trade: string | {
@@ -12243,7 +12184,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12243
12184
  priceImpact?: string | undefined;
12244
12185
  totalFeeAmountUsd?: string | undefined;
12245
12186
  } | undefined;
12246
- gasSponsored?: boolean | undefined;
12247
12187
  };
12248
12188
  estimatedProcessingTimeInSeconds: number;
12249
12189
  trade: string | {
@@ -12423,7 +12363,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12423
12363
  priceImpact?: string | undefined;
12424
12364
  totalFeeAmountUsd?: string | undefined;
12425
12365
  } | undefined;
12426
- gasSponsored?: boolean | undefined;
12427
12366
  };
12428
12367
  estimatedProcessingTimeInSeconds: number;
12429
12368
  trade: string | {
@@ -12604,7 +12543,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12604
12543
  priceImpact?: string | undefined;
12605
12544
  totalFeeAmountUsd?: string | undefined;
12606
12545
  } | undefined;
12607
- gasSponsored?: boolean | undefined;
12608
12546
  };
12609
12547
  estimatedProcessingTimeInSeconds: number;
12610
12548
  trade: string | {
@@ -12784,7 +12722,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12784
12722
  priceImpact?: string | undefined;
12785
12723
  totalFeeAmountUsd?: string | undefined;
12786
12724
  } | undefined;
12787
- gasSponsored?: boolean | undefined;
12788
12725
  };
12789
12726
  estimatedProcessingTimeInSeconds: number;
12790
12727
  trade: string | {
@@ -12969,7 +12906,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
12969
12906
  priceImpact?: string | undefined;
12970
12907
  totalFeeAmountUsd?: string | undefined;
12971
12908
  } | undefined;
12972
- gasSponsored?: boolean | undefined;
12973
12909
  };
12974
12910
  estimatedProcessingTimeInSeconds: number;
12975
12911
  trade: string | {
@@ -13154,7 +13090,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13154
13090
  priceImpact?: string | undefined;
13155
13091
  totalFeeAmountUsd?: string | undefined;
13156
13092
  } | undefined;
13157
- gasSponsored?: boolean | undefined;
13158
13093
  };
13159
13094
  estimatedProcessingTimeInSeconds: number;
13160
13095
  trade: string | {
@@ -13379,7 +13314,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13379
13314
  priceImpact?: string | undefined;
13380
13315
  totalFeeAmountUsd?: string | undefined;
13381
13316
  } | undefined;
13382
- gasSponsored?: boolean | undefined;
13383
13317
  };
13384
13318
  estimatedProcessingTimeInSeconds: number;
13385
13319
  trade: string | {
@@ -13539,7 +13473,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13539
13473
  priceImpact?: string | undefined;
13540
13474
  totalFeeAmountUsd?: string | undefined;
13541
13475
  } | undefined;
13542
- gasSponsored?: boolean | undefined;
13543
13476
  };
13544
13477
  estimatedProcessingTimeInSeconds: number;
13545
13478
  trade: string | {
@@ -13760,7 +13693,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13760
13693
  priceImpact?: string | undefined;
13761
13694
  totalFeeAmountUsd?: string | undefined;
13762
13695
  } | undefined;
13763
- gasSponsored?: boolean | undefined;
13764
13696
  };
13765
13697
  estimatedProcessingTimeInSeconds: number;
13766
13698
  trade: string | {
@@ -13920,7 +13852,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
13920
13852
  priceImpact?: string | undefined;
13921
13853
  totalFeeAmountUsd?: string | undefined;
13922
13854
  } | undefined;
13923
- gasSponsored?: boolean | undefined;
13924
13855
  };
13925
13856
  estimatedProcessingTimeInSeconds: number;
13926
13857
  trade: string | {
@@ -14105,7 +14036,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14105
14036
  priceImpact?: string | undefined;
14106
14037
  totalFeeAmountUsd?: string | undefined;
14107
14038
  } | undefined;
14108
- gasSponsored?: boolean | undefined;
14109
14039
  };
14110
14040
  estimatedProcessingTimeInSeconds: number;
14111
14041
  trade: string | {
@@ -14330,7 +14260,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14330
14260
  priceImpact?: string | undefined;
14331
14261
  totalFeeAmountUsd?: string | undefined;
14332
14262
  } | undefined;
14333
- gasSponsored?: boolean | undefined;
14334
14263
  };
14335
14264
  estimatedProcessingTimeInSeconds: number;
14336
14265
  trade: string | {
@@ -14495,7 +14424,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14495
14424
  priceImpact?: string | undefined;
14496
14425
  totalFeeAmountUsd?: string | undefined;
14497
14426
  } | undefined;
14498
- gasSponsored?: boolean | undefined;
14499
14427
  };
14500
14428
  estimatedProcessingTimeInSeconds: number;
14501
14429
  trade: string | {
@@ -14719,7 +14647,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14719
14647
  priceImpact?: string | undefined;
14720
14648
  totalFeeAmountUsd?: string | undefined;
14721
14649
  } | undefined;
14722
- gasSponsored?: boolean | undefined;
14723
14650
  };
14724
14651
  estimatedProcessingTimeInSeconds: number;
14725
14652
  trade: string | {
@@ -14880,7 +14807,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
14880
14807
  priceImpact?: string | undefined;
14881
14808
  totalFeeAmountUsd?: string | undefined;
14882
14809
  } | undefined;
14883
- gasSponsored?: boolean | undefined;
14884
14810
  };
14885
14811
  estimatedProcessingTimeInSeconds: number;
14886
14812
  trade: string | {
@@ -15104,7 +15030,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15104
15030
  priceImpact?: string | undefined;
15105
15031
  totalFeeAmountUsd?: string | undefined;
15106
15032
  } | undefined;
15107
- gasSponsored?: boolean | undefined;
15108
15033
  };
15109
15034
  estimatedProcessingTimeInSeconds: number;
15110
15035
  trade: string | {
@@ -15309,7 +15234,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15309
15234
  priceImpact?: string | undefined;
15310
15235
  totalFeeAmountUsd?: string | undefined;
15311
15236
  } | undefined;
15312
- gasSponsored?: boolean | undefined;
15313
15237
  };
15314
15238
  estimatedProcessingTimeInSeconds: number;
15315
15239
  trade: string | {
@@ -15470,7 +15394,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15470
15394
  priceImpact?: string | undefined;
15471
15395
  totalFeeAmountUsd?: string | undefined;
15472
15396
  } | undefined;
15473
- gasSponsored?: boolean | undefined;
15474
15397
  };
15475
15398
  estimatedProcessingTimeInSeconds: number;
15476
15399
  trade: string | {
@@ -15786,7 +15709,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
15786
15709
  priceImpact?: string | undefined;
15787
15710
  totalFeeAmountUsd?: string | undefined;
15788
15711
  } | undefined;
15789
- gasSponsored?: boolean | undefined;
15790
15712
  };
15791
15713
  estimatedProcessingTimeInSeconds: number;
15792
15714
  trade: string | {