@metamask-previews/bridge-controller 77.1.0-preview-9291f33a8 → 77.1.0-preview-e12e4a38f
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 +0 -4
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/selectors.d.cts +0 -230
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +0 -230
- package/dist/selectors.d.mts.map +1 -1
- package/dist/utils/validators.cjs +1 -8
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +0 -15
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +0 -15
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +0 -7
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +1 -1
package/dist/selectors.d.mts
CHANGED
|
@@ -1001,7 +1001,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1001
1001
|
icon?: string | null | undefined;
|
|
1002
1002
|
iconUrl?: string | null | undefined;
|
|
1003
1003
|
};
|
|
1004
|
-
discountType?: string | null | undefined;
|
|
1005
1004
|
};
|
|
1006
1005
|
txFee?: ({
|
|
1007
1006
|
amount: string;
|
|
@@ -1015,7 +1014,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1015
1014
|
icon?: string | null | undefined;
|
|
1016
1015
|
iconUrl?: string | null | undefined;
|
|
1017
1016
|
};
|
|
1018
|
-
discountType?: string | null | undefined;
|
|
1019
1017
|
} & {
|
|
1020
1018
|
maxFeePerGas: string;
|
|
1021
1019
|
maxPriorityFeePerGas: string;
|
|
@@ -1267,7 +1265,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1267
1265
|
icon?: string | null | undefined;
|
|
1268
1266
|
iconUrl?: string | null | undefined;
|
|
1269
1267
|
};
|
|
1270
|
-
discountType?: string | null | undefined;
|
|
1271
1268
|
};
|
|
1272
1269
|
txFee?: ({
|
|
1273
1270
|
amount: string;
|
|
@@ -1281,7 +1278,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1281
1278
|
icon?: string | null | undefined;
|
|
1282
1279
|
iconUrl?: string | null | undefined;
|
|
1283
1280
|
};
|
|
1284
|
-
discountType?: string | null | undefined;
|
|
1285
1281
|
} & {
|
|
1286
1282
|
maxFeePerGas: string;
|
|
1287
1283
|
maxPriorityFeePerGas: string;
|
|
@@ -1533,7 +1529,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1533
1529
|
icon?: string | null | undefined;
|
|
1534
1530
|
iconUrl?: string | null | undefined;
|
|
1535
1531
|
};
|
|
1536
|
-
discountType?: string | null | undefined;
|
|
1537
1532
|
};
|
|
1538
1533
|
txFee?: ({
|
|
1539
1534
|
amount: string;
|
|
@@ -1547,7 +1542,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1547
1542
|
icon?: string | null | undefined;
|
|
1548
1543
|
iconUrl?: string | null | undefined;
|
|
1549
1544
|
};
|
|
1550
|
-
discountType?: string | null | undefined;
|
|
1551
1545
|
} & {
|
|
1552
1546
|
maxFeePerGas: string;
|
|
1553
1547
|
maxPriorityFeePerGas: string;
|
|
@@ -1810,7 +1804,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1810
1804
|
icon?: string | null | undefined;
|
|
1811
1805
|
iconUrl?: string | null | undefined;
|
|
1812
1806
|
};
|
|
1813
|
-
discountType?: string | null | undefined;
|
|
1814
1807
|
};
|
|
1815
1808
|
txFee?: ({
|
|
1816
1809
|
amount: string;
|
|
@@ -1824,7 +1817,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1824
1817
|
icon?: string | null | undefined;
|
|
1825
1818
|
iconUrl?: string | null | undefined;
|
|
1826
1819
|
};
|
|
1827
|
-
discountType?: string | null | undefined;
|
|
1828
1820
|
} & {
|
|
1829
1821
|
maxFeePerGas: string;
|
|
1830
1822
|
maxPriorityFeePerGas: string;
|
|
@@ -2075,7 +2067,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2075
2067
|
icon?: string | null | undefined;
|
|
2076
2068
|
iconUrl?: string | null | undefined;
|
|
2077
2069
|
};
|
|
2078
|
-
discountType?: string | null | undefined;
|
|
2079
2070
|
};
|
|
2080
2071
|
txFee?: ({
|
|
2081
2072
|
amount: string;
|
|
@@ -2089,7 +2080,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2089
2080
|
icon?: string | null | undefined;
|
|
2090
2081
|
iconUrl?: string | null | undefined;
|
|
2091
2082
|
};
|
|
2092
|
-
discountType?: string | null | undefined;
|
|
2093
2083
|
} & {
|
|
2094
2084
|
maxFeePerGas: string;
|
|
2095
2085
|
maxPriorityFeePerGas: string;
|
|
@@ -2340,7 +2330,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2340
2330
|
icon?: string | null | undefined;
|
|
2341
2331
|
iconUrl?: string | null | undefined;
|
|
2342
2332
|
};
|
|
2343
|
-
discountType?: string | null | undefined;
|
|
2344
2333
|
};
|
|
2345
2334
|
txFee?: ({
|
|
2346
2335
|
amount: string;
|
|
@@ -2354,7 +2343,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2354
2343
|
icon?: string | null | undefined;
|
|
2355
2344
|
iconUrl?: string | null | undefined;
|
|
2356
2345
|
};
|
|
2357
|
-
discountType?: string | null | undefined;
|
|
2358
2346
|
} & {
|
|
2359
2347
|
maxFeePerGas: string;
|
|
2360
2348
|
maxPriorityFeePerGas: string;
|
|
@@ -2606,7 +2594,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2606
2594
|
icon?: string | null | undefined;
|
|
2607
2595
|
iconUrl?: string | null | undefined;
|
|
2608
2596
|
};
|
|
2609
|
-
discountType?: string | null | undefined;
|
|
2610
2597
|
};
|
|
2611
2598
|
txFee?: ({
|
|
2612
2599
|
amount: string;
|
|
@@ -2620,7 +2607,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2620
2607
|
icon?: string | null | undefined;
|
|
2621
2608
|
iconUrl?: string | null | undefined;
|
|
2622
2609
|
};
|
|
2623
|
-
discountType?: string | null | undefined;
|
|
2624
2610
|
} & {
|
|
2625
2611
|
maxFeePerGas: string;
|
|
2626
2612
|
maxPriorityFeePerGas: string;
|
|
@@ -2872,7 +2858,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2872
2858
|
icon?: string | null | undefined;
|
|
2873
2859
|
iconUrl?: string | null | undefined;
|
|
2874
2860
|
};
|
|
2875
|
-
discountType?: string | null | undefined;
|
|
2876
2861
|
};
|
|
2877
2862
|
txFee?: ({
|
|
2878
2863
|
amount: string;
|
|
@@ -2886,7 +2871,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2886
2871
|
icon?: string | null | undefined;
|
|
2887
2872
|
iconUrl?: string | null | undefined;
|
|
2888
2873
|
};
|
|
2889
|
-
discountType?: string | null | undefined;
|
|
2890
2874
|
} & {
|
|
2891
2875
|
maxFeePerGas: string;
|
|
2892
2876
|
maxPriorityFeePerGas: string;
|
|
@@ -3138,7 +3122,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3138
3122
|
icon?: string | null | undefined;
|
|
3139
3123
|
iconUrl?: string | null | undefined;
|
|
3140
3124
|
};
|
|
3141
|
-
discountType?: string | null | undefined;
|
|
3142
3125
|
};
|
|
3143
3126
|
txFee?: ({
|
|
3144
3127
|
amount: string;
|
|
@@ -3152,7 +3135,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3152
3135
|
icon?: string | null | undefined;
|
|
3153
3136
|
iconUrl?: string | null | undefined;
|
|
3154
3137
|
};
|
|
3155
|
-
discountType?: string | null | undefined;
|
|
3156
3138
|
} & {
|
|
3157
3139
|
maxFeePerGas: string;
|
|
3158
3140
|
maxPriorityFeePerGas: string;
|
|
@@ -3411,7 +3393,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3411
3393
|
icon?: string | null | undefined;
|
|
3412
3394
|
iconUrl?: string | null | undefined;
|
|
3413
3395
|
};
|
|
3414
|
-
discountType?: string | null | undefined;
|
|
3415
3396
|
};
|
|
3416
3397
|
txFee?: ({
|
|
3417
3398
|
amount: string;
|
|
@@ -3425,7 +3406,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3425
3406
|
icon?: string | null | undefined;
|
|
3426
3407
|
iconUrl?: string | null | undefined;
|
|
3427
3408
|
};
|
|
3428
|
-
discountType?: string | null | undefined;
|
|
3429
3409
|
} & {
|
|
3430
3410
|
maxFeePerGas: string;
|
|
3431
3411
|
maxPriorityFeePerGas: string;
|
|
@@ -3676,7 +3656,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3676
3656
|
icon?: string | null | undefined;
|
|
3677
3657
|
iconUrl?: string | null | undefined;
|
|
3678
3658
|
};
|
|
3679
|
-
discountType?: string | null | undefined;
|
|
3680
3659
|
};
|
|
3681
3660
|
txFee?: ({
|
|
3682
3661
|
amount: string;
|
|
@@ -3690,7 +3669,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3690
3669
|
icon?: string | null | undefined;
|
|
3691
3670
|
iconUrl?: string | null | undefined;
|
|
3692
3671
|
};
|
|
3693
|
-
discountType?: string | null | undefined;
|
|
3694
3672
|
} & {
|
|
3695
3673
|
maxFeePerGas: string;
|
|
3696
3674
|
maxPriorityFeePerGas: string;
|
|
@@ -3941,7 +3919,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3941
3919
|
icon?: string | null | undefined;
|
|
3942
3920
|
iconUrl?: string | null | undefined;
|
|
3943
3921
|
};
|
|
3944
|
-
discountType?: string | null | undefined;
|
|
3945
3922
|
};
|
|
3946
3923
|
txFee?: ({
|
|
3947
3924
|
amount: string;
|
|
@@ -3955,7 +3932,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3955
3932
|
icon?: string | null | undefined;
|
|
3956
3933
|
iconUrl?: string | null | undefined;
|
|
3957
3934
|
};
|
|
3958
|
-
discountType?: string | null | undefined;
|
|
3959
3935
|
} & {
|
|
3960
3936
|
maxFeePerGas: string;
|
|
3961
3937
|
maxPriorityFeePerGas: string;
|
|
@@ -4207,7 +4183,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4207
4183
|
icon?: string | null | undefined;
|
|
4208
4184
|
iconUrl?: string | null | undefined;
|
|
4209
4185
|
};
|
|
4210
|
-
discountType?: string | null | undefined;
|
|
4211
4186
|
};
|
|
4212
4187
|
txFee?: ({
|
|
4213
4188
|
amount: string;
|
|
@@ -4221,7 +4196,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4221
4196
|
icon?: string | null | undefined;
|
|
4222
4197
|
iconUrl?: string | null | undefined;
|
|
4223
4198
|
};
|
|
4224
|
-
discountType?: string | null | undefined;
|
|
4225
4199
|
} & {
|
|
4226
4200
|
maxFeePerGas: string;
|
|
4227
4201
|
maxPriorityFeePerGas: string;
|
|
@@ -4473,7 +4447,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4473
4447
|
icon?: string | null | undefined;
|
|
4474
4448
|
iconUrl?: string | null | undefined;
|
|
4475
4449
|
};
|
|
4476
|
-
discountType?: string | null | undefined;
|
|
4477
4450
|
};
|
|
4478
4451
|
txFee?: ({
|
|
4479
4452
|
amount: string;
|
|
@@ -4487,7 +4460,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4487
4460
|
icon?: string | null | undefined;
|
|
4488
4461
|
iconUrl?: string | null | undefined;
|
|
4489
4462
|
};
|
|
4490
|
-
discountType?: string | null | undefined;
|
|
4491
4463
|
} & {
|
|
4492
4464
|
maxFeePerGas: string;
|
|
4493
4465
|
maxPriorityFeePerGas: string;
|
|
@@ -4739,7 +4711,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4739
4711
|
icon?: string | null | undefined;
|
|
4740
4712
|
iconUrl?: string | null | undefined;
|
|
4741
4713
|
};
|
|
4742
|
-
discountType?: string | null | undefined;
|
|
4743
4714
|
};
|
|
4744
4715
|
txFee?: ({
|
|
4745
4716
|
amount: string;
|
|
@@ -4753,7 +4724,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4753
4724
|
icon?: string | null | undefined;
|
|
4754
4725
|
iconUrl?: string | null | undefined;
|
|
4755
4726
|
};
|
|
4756
|
-
discountType?: string | null | undefined;
|
|
4757
4727
|
} & {
|
|
4758
4728
|
maxFeePerGas: string;
|
|
4759
4729
|
maxPriorityFeePerGas: string;
|
|
@@ -5017,7 +4987,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5017
4987
|
icon?: string | null | undefined;
|
|
5018
4988
|
iconUrl?: string | null | undefined;
|
|
5019
4989
|
};
|
|
5020
|
-
discountType?: string | null | undefined;
|
|
5021
4990
|
};
|
|
5022
4991
|
txFee?: ({
|
|
5023
4992
|
amount: string;
|
|
@@ -5031,7 +5000,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5031
5000
|
icon?: string | null | undefined;
|
|
5032
5001
|
iconUrl?: string | null | undefined;
|
|
5033
5002
|
};
|
|
5034
|
-
discountType?: string | null | undefined;
|
|
5035
5003
|
} & {
|
|
5036
5004
|
maxFeePerGas: string;
|
|
5037
5005
|
maxPriorityFeePerGas: string;
|
|
@@ -5283,7 +5251,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5283
5251
|
icon?: string | null | undefined;
|
|
5284
5252
|
iconUrl?: string | null | undefined;
|
|
5285
5253
|
};
|
|
5286
|
-
discountType?: string | null | undefined;
|
|
5287
5254
|
};
|
|
5288
5255
|
txFee?: ({
|
|
5289
5256
|
amount: string;
|
|
@@ -5297,7 +5264,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5297
5264
|
icon?: string | null | undefined;
|
|
5298
5265
|
iconUrl?: string | null | undefined;
|
|
5299
5266
|
};
|
|
5300
|
-
discountType?: string | null | undefined;
|
|
5301
5267
|
} & {
|
|
5302
5268
|
maxFeePerGas: string;
|
|
5303
5269
|
maxPriorityFeePerGas: string;
|
|
@@ -5549,7 +5515,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5549
5515
|
icon?: string | null | undefined;
|
|
5550
5516
|
iconUrl?: string | null | undefined;
|
|
5551
5517
|
};
|
|
5552
|
-
discountType?: string | null | undefined;
|
|
5553
5518
|
};
|
|
5554
5519
|
txFee?: ({
|
|
5555
5520
|
amount: string;
|
|
@@ -5563,7 +5528,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5563
5528
|
icon?: string | null | undefined;
|
|
5564
5529
|
iconUrl?: string | null | undefined;
|
|
5565
5530
|
};
|
|
5566
|
-
discountType?: string | null | undefined;
|
|
5567
5531
|
} & {
|
|
5568
5532
|
maxFeePerGas: string;
|
|
5569
5533
|
maxPriorityFeePerGas: string;
|
|
@@ -5826,7 +5790,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5826
5790
|
icon?: string | null | undefined;
|
|
5827
5791
|
iconUrl?: string | null | undefined;
|
|
5828
5792
|
};
|
|
5829
|
-
discountType?: string | null | undefined;
|
|
5830
5793
|
};
|
|
5831
5794
|
txFee?: ({
|
|
5832
5795
|
amount: string;
|
|
@@ -5840,7 +5803,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5840
5803
|
icon?: string | null | undefined;
|
|
5841
5804
|
iconUrl?: string | null | undefined;
|
|
5842
5805
|
};
|
|
5843
|
-
discountType?: string | null | undefined;
|
|
5844
5806
|
} & {
|
|
5845
5807
|
maxFeePerGas: string;
|
|
5846
5808
|
maxPriorityFeePerGas: string;
|
|
@@ -6146,7 +6108,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6146
6108
|
icon?: string | null | undefined;
|
|
6147
6109
|
iconUrl?: string | null | undefined;
|
|
6148
6110
|
};
|
|
6149
|
-
discountType?: string | null | undefined;
|
|
6150
6111
|
};
|
|
6151
6112
|
txFee?: ({
|
|
6152
6113
|
amount: string;
|
|
@@ -6160,7 +6121,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6160
6121
|
icon?: string | null | undefined;
|
|
6161
6122
|
iconUrl?: string | null | undefined;
|
|
6162
6123
|
};
|
|
6163
|
-
discountType?: string | null | undefined;
|
|
6164
6124
|
} & {
|
|
6165
6125
|
maxFeePerGas: string;
|
|
6166
6126
|
maxPriorityFeePerGas: string;
|
|
@@ -6369,7 +6329,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6369
6329
|
icon?: string | null | undefined;
|
|
6370
6330
|
iconUrl?: string | null | undefined;
|
|
6371
6331
|
};
|
|
6372
|
-
discountType?: string | null | undefined;
|
|
6373
6332
|
};
|
|
6374
6333
|
txFee?: ({
|
|
6375
6334
|
amount: string;
|
|
@@ -6383,7 +6342,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6383
6342
|
icon?: string | null | undefined;
|
|
6384
6343
|
iconUrl?: string | null | undefined;
|
|
6385
6344
|
};
|
|
6386
|
-
discountType?: string | null | undefined;
|
|
6387
6345
|
} & {
|
|
6388
6346
|
maxFeePerGas: string;
|
|
6389
6347
|
maxPriorityFeePerGas: string;
|
|
@@ -6685,7 +6643,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6685
6643
|
icon?: string | null | undefined;
|
|
6686
6644
|
iconUrl?: string | null | undefined;
|
|
6687
6645
|
};
|
|
6688
|
-
discountType?: string | null | undefined;
|
|
6689
6646
|
};
|
|
6690
6647
|
txFee?: ({
|
|
6691
6648
|
amount: string;
|
|
@@ -6699,7 +6656,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6699
6656
|
icon?: string | null | undefined;
|
|
6700
6657
|
iconUrl?: string | null | undefined;
|
|
6701
6658
|
};
|
|
6702
|
-
discountType?: string | null | undefined;
|
|
6703
6659
|
} & {
|
|
6704
6660
|
maxFeePerGas: string;
|
|
6705
6661
|
maxPriorityFeePerGas: string;
|
|
@@ -6908,7 +6864,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6908
6864
|
icon?: string | null | undefined;
|
|
6909
6865
|
iconUrl?: string | null | undefined;
|
|
6910
6866
|
};
|
|
6911
|
-
discountType?: string | null | undefined;
|
|
6912
6867
|
};
|
|
6913
6868
|
txFee?: ({
|
|
6914
6869
|
amount: string;
|
|
@@ -6922,7 +6877,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6922
6877
|
icon?: string | null | undefined;
|
|
6923
6878
|
iconUrl?: string | null | undefined;
|
|
6924
6879
|
};
|
|
6925
|
-
discountType?: string | null | undefined;
|
|
6926
6880
|
} & {
|
|
6927
6881
|
maxFeePerGas: string;
|
|
6928
6882
|
maxPriorityFeePerGas: string;
|
|
@@ -7178,7 +7132,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7178
7132
|
icon?: string | null | undefined;
|
|
7179
7133
|
iconUrl?: string | null | undefined;
|
|
7180
7134
|
};
|
|
7181
|
-
discountType?: string | null | undefined;
|
|
7182
7135
|
};
|
|
7183
7136
|
txFee?: ({
|
|
7184
7137
|
amount: string;
|
|
@@ -7192,7 +7145,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7192
7145
|
icon?: string | null | undefined;
|
|
7193
7146
|
iconUrl?: string | null | undefined;
|
|
7194
7147
|
};
|
|
7195
|
-
discountType?: string | null | undefined;
|
|
7196
7148
|
} & {
|
|
7197
7149
|
maxFeePerGas: string;
|
|
7198
7150
|
maxPriorityFeePerGas: string;
|
|
@@ -7498,7 +7450,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7498
7450
|
icon?: string | null | undefined;
|
|
7499
7451
|
iconUrl?: string | null | undefined;
|
|
7500
7452
|
};
|
|
7501
|
-
discountType?: string | null | undefined;
|
|
7502
7453
|
};
|
|
7503
7454
|
txFee?: ({
|
|
7504
7455
|
amount: string;
|
|
@@ -7512,7 +7463,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7512
7463
|
icon?: string | null | undefined;
|
|
7513
7464
|
iconUrl?: string | null | undefined;
|
|
7514
7465
|
};
|
|
7515
|
-
discountType?: string | null | undefined;
|
|
7516
7466
|
} & {
|
|
7517
7467
|
maxFeePerGas: string;
|
|
7518
7468
|
maxPriorityFeePerGas: string;
|
|
@@ -7726,7 +7676,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7726
7676
|
icon?: string | null | undefined;
|
|
7727
7677
|
iconUrl?: string | null | undefined;
|
|
7728
7678
|
};
|
|
7729
|
-
discountType?: string | null | undefined;
|
|
7730
7679
|
};
|
|
7731
7680
|
txFee?: ({
|
|
7732
7681
|
amount: string;
|
|
@@ -7740,7 +7689,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7740
7689
|
icon?: string | null | undefined;
|
|
7741
7690
|
iconUrl?: string | null | undefined;
|
|
7742
7691
|
};
|
|
7743
|
-
discountType?: string | null | undefined;
|
|
7744
7692
|
} & {
|
|
7745
7693
|
maxFeePerGas: string;
|
|
7746
7694
|
maxPriorityFeePerGas: string;
|
|
@@ -8045,7 +7993,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8045
7993
|
icon?: string | null | undefined;
|
|
8046
7994
|
iconUrl?: string | null | undefined;
|
|
8047
7995
|
};
|
|
8048
|
-
discountType?: string | null | undefined;
|
|
8049
7996
|
};
|
|
8050
7997
|
txFee?: ({
|
|
8051
7998
|
amount: string;
|
|
@@ -8059,7 +8006,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8059
8006
|
icon?: string | null | undefined;
|
|
8060
8007
|
iconUrl?: string | null | undefined;
|
|
8061
8008
|
};
|
|
8062
|
-
discountType?: string | null | undefined;
|
|
8063
8009
|
} & {
|
|
8064
8010
|
maxFeePerGas: string;
|
|
8065
8011
|
maxPriorityFeePerGas: string;
|
|
@@ -8269,7 +8215,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8269
8215
|
icon?: string | null | undefined;
|
|
8270
8216
|
iconUrl?: string | null | undefined;
|
|
8271
8217
|
};
|
|
8272
|
-
discountType?: string | null | undefined;
|
|
8273
8218
|
};
|
|
8274
8219
|
txFee?: ({
|
|
8275
8220
|
amount: string;
|
|
@@ -8283,7 +8228,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8283
8228
|
icon?: string | null | undefined;
|
|
8284
8229
|
iconUrl?: string | null | undefined;
|
|
8285
8230
|
};
|
|
8286
|
-
discountType?: string | null | undefined;
|
|
8287
8231
|
} & {
|
|
8288
8232
|
maxFeePerGas: string;
|
|
8289
8233
|
maxPriorityFeePerGas: string;
|
|
@@ -8588,7 +8532,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8588
8532
|
icon?: string | null | undefined;
|
|
8589
8533
|
iconUrl?: string | null | undefined;
|
|
8590
8534
|
};
|
|
8591
|
-
discountType?: string | null | undefined;
|
|
8592
8535
|
};
|
|
8593
8536
|
txFee?: ({
|
|
8594
8537
|
amount: string;
|
|
@@ -8602,7 +8545,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8602
8545
|
icon?: string | null | undefined;
|
|
8603
8546
|
iconUrl?: string | null | undefined;
|
|
8604
8547
|
};
|
|
8605
|
-
discountType?: string | null | undefined;
|
|
8606
8548
|
} & {
|
|
8607
8549
|
maxFeePerGas: string;
|
|
8608
8550
|
maxPriorityFeePerGas: string;
|
|
@@ -8866,7 +8808,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8866
8808
|
icon?: string | null | undefined;
|
|
8867
8809
|
iconUrl?: string | null | undefined;
|
|
8868
8810
|
};
|
|
8869
|
-
discountType?: string | null | undefined;
|
|
8870
8811
|
};
|
|
8871
8812
|
txFee?: ({
|
|
8872
8813
|
amount: string;
|
|
@@ -8880,7 +8821,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8880
8821
|
icon?: string | null | undefined;
|
|
8881
8822
|
iconUrl?: string | null | undefined;
|
|
8882
8823
|
};
|
|
8883
|
-
discountType?: string | null | undefined;
|
|
8884
8824
|
} & {
|
|
8885
8825
|
maxFeePerGas: string;
|
|
8886
8826
|
maxPriorityFeePerGas: string;
|
|
@@ -9090,7 +9030,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9090
9030
|
icon?: string | null | undefined;
|
|
9091
9031
|
iconUrl?: string | null | undefined;
|
|
9092
9032
|
};
|
|
9093
|
-
discountType?: string | null | undefined;
|
|
9094
9033
|
};
|
|
9095
9034
|
txFee?: ({
|
|
9096
9035
|
amount: string;
|
|
@@ -9104,7 +9043,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9104
9043
|
icon?: string | null | undefined;
|
|
9105
9044
|
iconUrl?: string | null | undefined;
|
|
9106
9045
|
};
|
|
9107
|
-
discountType?: string | null | undefined;
|
|
9108
9046
|
} & {
|
|
9109
9047
|
maxFeePerGas: string;
|
|
9110
9048
|
maxPriorityFeePerGas: string;
|
|
@@ -9463,7 +9401,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9463
9401
|
icon?: string | null | undefined;
|
|
9464
9402
|
iconUrl?: string | null | undefined;
|
|
9465
9403
|
};
|
|
9466
|
-
discountType?: string | null | undefined;
|
|
9467
9404
|
};
|
|
9468
9405
|
txFee?: ({
|
|
9469
9406
|
amount: string;
|
|
@@ -9477,7 +9414,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9477
9414
|
icon?: string | null | undefined;
|
|
9478
9415
|
iconUrl?: string | null | undefined;
|
|
9479
9416
|
};
|
|
9480
|
-
discountType?: string | null | undefined;
|
|
9481
9417
|
} & {
|
|
9482
9418
|
maxFeePerGas: string;
|
|
9483
9419
|
maxPriorityFeePerGas: string;
|
|
@@ -9733,7 +9669,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9733
9669
|
icon?: string | null | undefined;
|
|
9734
9670
|
iconUrl?: string | null | undefined;
|
|
9735
9671
|
};
|
|
9736
|
-
discountType?: string | null | undefined;
|
|
9737
9672
|
};
|
|
9738
9673
|
txFee?: ({
|
|
9739
9674
|
amount: string;
|
|
@@ -9747,7 +9682,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9747
9682
|
icon?: string | null | undefined;
|
|
9748
9683
|
iconUrl?: string | null | undefined;
|
|
9749
9684
|
};
|
|
9750
|
-
discountType?: string | null | undefined;
|
|
9751
9685
|
} & {
|
|
9752
9686
|
maxFeePerGas: string;
|
|
9753
9687
|
maxPriorityFeePerGas: string;
|
|
@@ -9998,7 +9932,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9998
9932
|
icon?: string | null | undefined;
|
|
9999
9933
|
iconUrl?: string | null | undefined;
|
|
10000
9934
|
};
|
|
10001
|
-
discountType?: string | null | undefined;
|
|
10002
9935
|
};
|
|
10003
9936
|
txFee?: ({
|
|
10004
9937
|
amount: string;
|
|
@@ -10012,7 +9945,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10012
9945
|
icon?: string | null | undefined;
|
|
10013
9946
|
iconUrl?: string | null | undefined;
|
|
10014
9947
|
};
|
|
10015
|
-
discountType?: string | null | undefined;
|
|
10016
9948
|
} & {
|
|
10017
9949
|
maxFeePerGas: string;
|
|
10018
9950
|
maxPriorityFeePerGas: string;
|
|
@@ -10264,7 +10196,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10264
10196
|
icon?: string | null | undefined;
|
|
10265
10197
|
iconUrl?: string | null | undefined;
|
|
10266
10198
|
};
|
|
10267
|
-
discountType?: string | null | undefined;
|
|
10268
10199
|
};
|
|
10269
10200
|
txFee?: ({
|
|
10270
10201
|
amount: string;
|
|
@@ -10278,7 +10209,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10278
10209
|
icon?: string | null | undefined;
|
|
10279
10210
|
iconUrl?: string | null | undefined;
|
|
10280
10211
|
};
|
|
10281
|
-
discountType?: string | null | undefined;
|
|
10282
10212
|
} & {
|
|
10283
10213
|
maxFeePerGas: string;
|
|
10284
10214
|
maxPriorityFeePerGas: string;
|
|
@@ -10529,7 +10459,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10529
10459
|
icon?: string | null | undefined;
|
|
10530
10460
|
iconUrl?: string | null | undefined;
|
|
10531
10461
|
};
|
|
10532
|
-
discountType?: string | null | undefined;
|
|
10533
10462
|
};
|
|
10534
10463
|
txFee?: ({
|
|
10535
10464
|
amount: string;
|
|
@@ -10543,7 +10472,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10543
10472
|
icon?: string | null | undefined;
|
|
10544
10473
|
iconUrl?: string | null | undefined;
|
|
10545
10474
|
};
|
|
10546
|
-
discountType?: string | null | undefined;
|
|
10547
10475
|
} & {
|
|
10548
10476
|
maxFeePerGas: string;
|
|
10549
10477
|
maxPriorityFeePerGas: string;
|
|
@@ -10799,7 +10727,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10799
10727
|
icon?: string | null | undefined;
|
|
10800
10728
|
iconUrl?: string | null | undefined;
|
|
10801
10729
|
};
|
|
10802
|
-
discountType?: string | null | undefined;
|
|
10803
10730
|
};
|
|
10804
10731
|
txFee?: ({
|
|
10805
10732
|
amount: string;
|
|
@@ -10813,7 +10740,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10813
10740
|
icon?: string | null | undefined;
|
|
10814
10741
|
iconUrl?: string | null | undefined;
|
|
10815
10742
|
};
|
|
10816
|
-
discountType?: string | null | undefined;
|
|
10817
10743
|
} & {
|
|
10818
10744
|
maxFeePerGas: string;
|
|
10819
10745
|
maxPriorityFeePerGas: string;
|
|
@@ -11069,7 +10995,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11069
10995
|
icon?: string | null | undefined;
|
|
11070
10996
|
iconUrl?: string | null | undefined;
|
|
11071
10997
|
};
|
|
11072
|
-
discountType?: string | null | undefined;
|
|
11073
10998
|
};
|
|
11074
10999
|
txFee?: ({
|
|
11075
11000
|
amount: string;
|
|
@@ -11083,7 +11008,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11083
11008
|
icon?: string | null | undefined;
|
|
11084
11009
|
iconUrl?: string | null | undefined;
|
|
11085
11010
|
};
|
|
11086
|
-
discountType?: string | null | undefined;
|
|
11087
11011
|
} & {
|
|
11088
11012
|
maxFeePerGas: string;
|
|
11089
11013
|
maxPriorityFeePerGas: string;
|
|
@@ -11389,7 +11313,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11389
11313
|
icon?: string | null | undefined;
|
|
11390
11314
|
iconUrl?: string | null | undefined;
|
|
11391
11315
|
};
|
|
11392
|
-
discountType?: string | null | undefined;
|
|
11393
11316
|
};
|
|
11394
11317
|
txFee?: ({
|
|
11395
11318
|
amount: string;
|
|
@@ -11403,7 +11326,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11403
11326
|
icon?: string | null | undefined;
|
|
11404
11327
|
iconUrl?: string | null | undefined;
|
|
11405
11328
|
};
|
|
11406
|
-
discountType?: string | null | undefined;
|
|
11407
11329
|
} & {
|
|
11408
11330
|
maxFeePerGas: string;
|
|
11409
11331
|
maxPriorityFeePerGas: string;
|
|
@@ -11612,7 +11534,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11612
11534
|
icon?: string | null | undefined;
|
|
11613
11535
|
iconUrl?: string | null | undefined;
|
|
11614
11536
|
};
|
|
11615
|
-
discountType?: string | null | undefined;
|
|
11616
11537
|
};
|
|
11617
11538
|
txFee?: ({
|
|
11618
11539
|
amount: string;
|
|
@@ -11626,7 +11547,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11626
11547
|
icon?: string | null | undefined;
|
|
11627
11548
|
iconUrl?: string | null | undefined;
|
|
11628
11549
|
};
|
|
11629
|
-
discountType?: string | null | undefined;
|
|
11630
11550
|
} & {
|
|
11631
11551
|
maxFeePerGas: string;
|
|
11632
11552
|
maxPriorityFeePerGas: string;
|
|
@@ -11928,7 +11848,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11928
11848
|
icon?: string | null | undefined;
|
|
11929
11849
|
iconUrl?: string | null | undefined;
|
|
11930
11850
|
};
|
|
11931
|
-
discountType?: string | null | undefined;
|
|
11932
11851
|
};
|
|
11933
11852
|
txFee?: ({
|
|
11934
11853
|
amount: string;
|
|
@@ -11942,7 +11861,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11942
11861
|
icon?: string | null | undefined;
|
|
11943
11862
|
iconUrl?: string | null | undefined;
|
|
11944
11863
|
};
|
|
11945
|
-
discountType?: string | null | undefined;
|
|
11946
11864
|
} & {
|
|
11947
11865
|
maxFeePerGas: string;
|
|
11948
11866
|
maxPriorityFeePerGas: string;
|
|
@@ -12151,7 +12069,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12151
12069
|
icon?: string | null | undefined;
|
|
12152
12070
|
iconUrl?: string | null | undefined;
|
|
12153
12071
|
};
|
|
12154
|
-
discountType?: string | null | undefined;
|
|
12155
12072
|
};
|
|
12156
12073
|
txFee?: ({
|
|
12157
12074
|
amount: string;
|
|
@@ -12165,7 +12082,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12165
12082
|
icon?: string | null | undefined;
|
|
12166
12083
|
iconUrl?: string | null | undefined;
|
|
12167
12084
|
};
|
|
12168
|
-
discountType?: string | null | undefined;
|
|
12169
12085
|
} & {
|
|
12170
12086
|
maxFeePerGas: string;
|
|
12171
12087
|
maxPriorityFeePerGas: string;
|
|
@@ -12421,7 +12337,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12421
12337
|
icon?: string | null | undefined;
|
|
12422
12338
|
iconUrl?: string | null | undefined;
|
|
12423
12339
|
};
|
|
12424
|
-
discountType?: string | null | undefined;
|
|
12425
12340
|
};
|
|
12426
12341
|
txFee?: ({
|
|
12427
12342
|
amount: string;
|
|
@@ -12435,7 +12350,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12435
12350
|
icon?: string | null | undefined;
|
|
12436
12351
|
iconUrl?: string | null | undefined;
|
|
12437
12352
|
};
|
|
12438
|
-
discountType?: string | null | undefined;
|
|
12439
12353
|
} & {
|
|
12440
12354
|
maxFeePerGas: string;
|
|
12441
12355
|
maxPriorityFeePerGas: string;
|
|
@@ -12741,7 +12655,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12741
12655
|
icon?: string | null | undefined;
|
|
12742
12656
|
iconUrl?: string | null | undefined;
|
|
12743
12657
|
};
|
|
12744
|
-
discountType?: string | null | undefined;
|
|
12745
12658
|
};
|
|
12746
12659
|
txFee?: ({
|
|
12747
12660
|
amount: string;
|
|
@@ -12755,7 +12668,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12755
12668
|
icon?: string | null | undefined;
|
|
12756
12669
|
iconUrl?: string | null | undefined;
|
|
12757
12670
|
};
|
|
12758
|
-
discountType?: string | null | undefined;
|
|
12759
12671
|
} & {
|
|
12760
12672
|
maxFeePerGas: string;
|
|
12761
12673
|
maxPriorityFeePerGas: string;
|
|
@@ -12969,7 +12881,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12969
12881
|
icon?: string | null | undefined;
|
|
12970
12882
|
iconUrl?: string | null | undefined;
|
|
12971
12883
|
};
|
|
12972
|
-
discountType?: string | null | undefined;
|
|
12973
12884
|
};
|
|
12974
12885
|
txFee?: ({
|
|
12975
12886
|
amount: string;
|
|
@@ -12983,7 +12894,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12983
12894
|
icon?: string | null | undefined;
|
|
12984
12895
|
iconUrl?: string | null | undefined;
|
|
12985
12896
|
};
|
|
12986
|
-
discountType?: string | null | undefined;
|
|
12987
12897
|
} & {
|
|
12988
12898
|
maxFeePerGas: string;
|
|
12989
12899
|
maxPriorityFeePerGas: string;
|
|
@@ -13288,7 +13198,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13288
13198
|
icon?: string | null | undefined;
|
|
13289
13199
|
iconUrl?: string | null | undefined;
|
|
13290
13200
|
};
|
|
13291
|
-
discountType?: string | null | undefined;
|
|
13292
13201
|
};
|
|
13293
13202
|
txFee?: ({
|
|
13294
13203
|
amount: string;
|
|
@@ -13302,7 +13211,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13302
13211
|
icon?: string | null | undefined;
|
|
13303
13212
|
iconUrl?: string | null | undefined;
|
|
13304
13213
|
};
|
|
13305
|
-
discountType?: string | null | undefined;
|
|
13306
13214
|
} & {
|
|
13307
13215
|
maxFeePerGas: string;
|
|
13308
13216
|
maxPriorityFeePerGas: string;
|
|
@@ -13512,7 +13420,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13512
13420
|
icon?: string | null | undefined;
|
|
13513
13421
|
iconUrl?: string | null | undefined;
|
|
13514
13422
|
};
|
|
13515
|
-
discountType?: string | null | undefined;
|
|
13516
13423
|
};
|
|
13517
13424
|
txFee?: ({
|
|
13518
13425
|
amount: string;
|
|
@@ -13526,7 +13433,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13526
13433
|
icon?: string | null | undefined;
|
|
13527
13434
|
iconUrl?: string | null | undefined;
|
|
13528
13435
|
};
|
|
13529
|
-
discountType?: string | null | undefined;
|
|
13530
13436
|
} & {
|
|
13531
13437
|
maxFeePerGas: string;
|
|
13532
13438
|
maxPriorityFeePerGas: string;
|
|
@@ -13831,7 +13737,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13831
13737
|
icon?: string | null | undefined;
|
|
13832
13738
|
iconUrl?: string | null | undefined;
|
|
13833
13739
|
};
|
|
13834
|
-
discountType?: string | null | undefined;
|
|
13835
13740
|
};
|
|
13836
13741
|
txFee?: ({
|
|
13837
13742
|
amount: string;
|
|
@@ -13845,7 +13750,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13845
13750
|
icon?: string | null | undefined;
|
|
13846
13751
|
iconUrl?: string | null | undefined;
|
|
13847
13752
|
};
|
|
13848
|
-
discountType?: string | null | undefined;
|
|
13849
13753
|
} & {
|
|
13850
13754
|
maxFeePerGas: string;
|
|
13851
13755
|
maxPriorityFeePerGas: string;
|
|
@@ -14109,7 +14013,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14109
14013
|
icon?: string | null | undefined;
|
|
14110
14014
|
iconUrl?: string | null | undefined;
|
|
14111
14015
|
};
|
|
14112
|
-
discountType?: string | null | undefined;
|
|
14113
14016
|
};
|
|
14114
14017
|
txFee?: ({
|
|
14115
14018
|
amount: string;
|
|
@@ -14123,7 +14026,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14123
14026
|
icon?: string | null | undefined;
|
|
14124
14027
|
iconUrl?: string | null | undefined;
|
|
14125
14028
|
};
|
|
14126
|
-
discountType?: string | null | undefined;
|
|
14127
14029
|
} & {
|
|
14128
14030
|
maxFeePerGas: string;
|
|
14129
14031
|
maxPriorityFeePerGas: string;
|
|
@@ -14333,7 +14235,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14333
14235
|
icon?: string | null | undefined;
|
|
14334
14236
|
iconUrl?: string | null | undefined;
|
|
14335
14237
|
};
|
|
14336
|
-
discountType?: string | null | undefined;
|
|
14337
14238
|
};
|
|
14338
14239
|
txFee?: ({
|
|
14339
14240
|
amount: string;
|
|
@@ -14347,7 +14248,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14347
14248
|
icon?: string | null | undefined;
|
|
14348
14249
|
iconUrl?: string | null | undefined;
|
|
14349
14250
|
};
|
|
14350
|
-
discountType?: string | null | undefined;
|
|
14351
14251
|
} & {
|
|
14352
14252
|
maxFeePerGas: string;
|
|
14353
14253
|
maxPriorityFeePerGas: string;
|
|
@@ -14714,7 +14614,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14714
14614
|
icon?: string | null | undefined;
|
|
14715
14615
|
iconUrl?: string | null | undefined;
|
|
14716
14616
|
};
|
|
14717
|
-
discountType?: string | null | undefined;
|
|
14718
14617
|
};
|
|
14719
14618
|
txFee?: ({
|
|
14720
14619
|
amount: string;
|
|
@@ -14728,7 +14627,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14728
14627
|
icon?: string | null | undefined;
|
|
14729
14628
|
iconUrl?: string | null | undefined;
|
|
14730
14629
|
};
|
|
14731
|
-
discountType?: string | null | undefined;
|
|
14732
14630
|
} & {
|
|
14733
14631
|
maxFeePerGas: string;
|
|
14734
14632
|
maxPriorityFeePerGas: string;
|
|
@@ -14984,7 +14882,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14984
14882
|
icon?: string | null | undefined;
|
|
14985
14883
|
iconUrl?: string | null | undefined;
|
|
14986
14884
|
};
|
|
14987
|
-
discountType?: string | null | undefined;
|
|
14988
14885
|
};
|
|
14989
14886
|
txFee?: ({
|
|
14990
14887
|
amount: string;
|
|
@@ -14998,7 +14895,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14998
14895
|
icon?: string | null | undefined;
|
|
14999
14896
|
iconUrl?: string | null | undefined;
|
|
15000
14897
|
};
|
|
15001
|
-
discountType?: string | null | undefined;
|
|
15002
14898
|
} & {
|
|
15003
14899
|
maxFeePerGas: string;
|
|
15004
14900
|
maxPriorityFeePerGas: string;
|
|
@@ -15249,7 +15145,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15249
15145
|
icon?: string | null | undefined;
|
|
15250
15146
|
iconUrl?: string | null | undefined;
|
|
15251
15147
|
};
|
|
15252
|
-
discountType?: string | null | undefined;
|
|
15253
15148
|
};
|
|
15254
15149
|
txFee?: ({
|
|
15255
15150
|
amount: string;
|
|
@@ -15263,7 +15158,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15263
15158
|
icon?: string | null | undefined;
|
|
15264
15159
|
iconUrl?: string | null | undefined;
|
|
15265
15160
|
};
|
|
15266
|
-
discountType?: string | null | undefined;
|
|
15267
15161
|
} & {
|
|
15268
15162
|
maxFeePerGas: string;
|
|
15269
15163
|
maxPriorityFeePerGas: string;
|
|
@@ -15514,7 +15408,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15514
15408
|
icon?: string | null | undefined;
|
|
15515
15409
|
iconUrl?: string | null | undefined;
|
|
15516
15410
|
};
|
|
15517
|
-
discountType?: string | null | undefined;
|
|
15518
15411
|
};
|
|
15519
15412
|
txFee?: ({
|
|
15520
15413
|
amount: string;
|
|
@@ -15528,7 +15421,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15528
15421
|
icon?: string | null | undefined;
|
|
15529
15422
|
iconUrl?: string | null | undefined;
|
|
15530
15423
|
};
|
|
15531
|
-
discountType?: string | null | undefined;
|
|
15532
15424
|
} & {
|
|
15533
15425
|
maxFeePerGas: string;
|
|
15534
15426
|
maxPriorityFeePerGas: string;
|
|
@@ -15780,7 +15672,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15780
15672
|
icon?: string | null | undefined;
|
|
15781
15673
|
iconUrl?: string | null | undefined;
|
|
15782
15674
|
};
|
|
15783
|
-
discountType?: string | null | undefined;
|
|
15784
15675
|
};
|
|
15785
15676
|
txFee?: ({
|
|
15786
15677
|
amount: string;
|
|
@@ -15794,7 +15685,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15794
15685
|
icon?: string | null | undefined;
|
|
15795
15686
|
iconUrl?: string | null | undefined;
|
|
15796
15687
|
};
|
|
15797
|
-
discountType?: string | null | undefined;
|
|
15798
15688
|
} & {
|
|
15799
15689
|
maxFeePerGas: string;
|
|
15800
15690
|
maxPriorityFeePerGas: string;
|
|
@@ -16045,7 +15935,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16045
15935
|
icon?: string | null | undefined;
|
|
16046
15936
|
iconUrl?: string | null | undefined;
|
|
16047
15937
|
};
|
|
16048
|
-
discountType?: string | null | undefined;
|
|
16049
15938
|
};
|
|
16050
15939
|
txFee?: ({
|
|
16051
15940
|
amount: string;
|
|
@@ -16059,7 +15948,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16059
15948
|
icon?: string | null | undefined;
|
|
16060
15949
|
iconUrl?: string | null | undefined;
|
|
16061
15950
|
};
|
|
16062
|
-
discountType?: string | null | undefined;
|
|
16063
15951
|
} & {
|
|
16064
15952
|
maxFeePerGas: string;
|
|
16065
15953
|
maxPriorityFeePerGas: string;
|
|
@@ -16310,7 +16198,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16310
16198
|
icon?: string | null | undefined;
|
|
16311
16199
|
iconUrl?: string | null | undefined;
|
|
16312
16200
|
};
|
|
16313
|
-
discountType?: string | null | undefined;
|
|
16314
16201
|
};
|
|
16315
16202
|
txFee?: ({
|
|
16316
16203
|
amount: string;
|
|
@@ -16324,7 +16211,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16324
16211
|
icon?: string | null | undefined;
|
|
16325
16212
|
iconUrl?: string | null | undefined;
|
|
16326
16213
|
};
|
|
16327
|
-
discountType?: string | null | undefined;
|
|
16328
16214
|
} & {
|
|
16329
16215
|
maxFeePerGas: string;
|
|
16330
16216
|
maxPriorityFeePerGas: string;
|
|
@@ -16580,7 +16466,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16580
16466
|
icon?: string | null | undefined;
|
|
16581
16467
|
iconUrl?: string | null | undefined;
|
|
16582
16468
|
};
|
|
16583
|
-
discountType?: string | null | undefined;
|
|
16584
16469
|
};
|
|
16585
16470
|
txFee?: ({
|
|
16586
16471
|
amount: string;
|
|
@@ -16594,7 +16479,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16594
16479
|
icon?: string | null | undefined;
|
|
16595
16480
|
iconUrl?: string | null | undefined;
|
|
16596
16481
|
};
|
|
16597
|
-
discountType?: string | null | undefined;
|
|
16598
16482
|
} & {
|
|
16599
16483
|
maxFeePerGas: string;
|
|
16600
16484
|
maxPriorityFeePerGas: string;
|
|
@@ -16850,7 +16734,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16850
16734
|
icon?: string | null | undefined;
|
|
16851
16735
|
iconUrl?: string | null | undefined;
|
|
16852
16736
|
};
|
|
16853
|
-
discountType?: string | null | undefined;
|
|
16854
16737
|
};
|
|
16855
16738
|
txFee?: ({
|
|
16856
16739
|
amount: string;
|
|
@@ -16864,7 +16747,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16864
16747
|
icon?: string | null | undefined;
|
|
16865
16748
|
iconUrl?: string | null | undefined;
|
|
16866
16749
|
};
|
|
16867
|
-
discountType?: string | null | undefined;
|
|
16868
16750
|
} & {
|
|
16869
16751
|
maxFeePerGas: string;
|
|
16870
16752
|
maxPriorityFeePerGas: string;
|
|
@@ -17120,7 +17002,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17120
17002
|
icon?: string | null | undefined;
|
|
17121
17003
|
iconUrl?: string | null | undefined;
|
|
17122
17004
|
};
|
|
17123
|
-
discountType?: string | null | undefined;
|
|
17124
17005
|
};
|
|
17125
17006
|
txFee?: ({
|
|
17126
17007
|
amount: string;
|
|
@@ -17134,7 +17015,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17134
17015
|
icon?: string | null | undefined;
|
|
17135
17016
|
iconUrl?: string | null | undefined;
|
|
17136
17017
|
};
|
|
17137
|
-
discountType?: string | null | undefined;
|
|
17138
17018
|
} & {
|
|
17139
17019
|
maxFeePerGas: string;
|
|
17140
17020
|
maxPriorityFeePerGas: string;
|
|
@@ -17385,7 +17265,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17385
17265
|
icon?: string | null | undefined;
|
|
17386
17266
|
iconUrl?: string | null | undefined;
|
|
17387
17267
|
};
|
|
17388
|
-
discountType?: string | null | undefined;
|
|
17389
17268
|
};
|
|
17390
17269
|
txFee?: ({
|
|
17391
17270
|
amount: string;
|
|
@@ -17399,7 +17278,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17399
17278
|
icon?: string | null | undefined;
|
|
17400
17279
|
iconUrl?: string | null | undefined;
|
|
17401
17280
|
};
|
|
17402
|
-
discountType?: string | null | undefined;
|
|
17403
17281
|
} & {
|
|
17404
17282
|
maxFeePerGas: string;
|
|
17405
17283
|
maxPriorityFeePerGas: string;
|
|
@@ -17651,7 +17529,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17651
17529
|
icon?: string | null | undefined;
|
|
17652
17530
|
iconUrl?: string | null | undefined;
|
|
17653
17531
|
};
|
|
17654
|
-
discountType?: string | null | undefined;
|
|
17655
17532
|
};
|
|
17656
17533
|
txFee?: ({
|
|
17657
17534
|
amount: string;
|
|
@@ -17665,7 +17542,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17665
17542
|
icon?: string | null | undefined;
|
|
17666
17543
|
iconUrl?: string | null | undefined;
|
|
17667
17544
|
};
|
|
17668
|
-
discountType?: string | null | undefined;
|
|
17669
17545
|
} & {
|
|
17670
17546
|
maxFeePerGas: string;
|
|
17671
17547
|
maxPriorityFeePerGas: string;
|
|
@@ -17916,7 +17792,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17916
17792
|
icon?: string | null | undefined;
|
|
17917
17793
|
iconUrl?: string | null | undefined;
|
|
17918
17794
|
};
|
|
17919
|
-
discountType?: string | null | undefined;
|
|
17920
17795
|
};
|
|
17921
17796
|
txFee?: ({
|
|
17922
17797
|
amount: string;
|
|
@@ -17930,7 +17805,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17930
17805
|
icon?: string | null | undefined;
|
|
17931
17806
|
iconUrl?: string | null | undefined;
|
|
17932
17807
|
};
|
|
17933
|
-
discountType?: string | null | undefined;
|
|
17934
17808
|
} & {
|
|
17935
17809
|
maxFeePerGas: string;
|
|
17936
17810
|
maxPriorityFeePerGas: string;
|
|
@@ -18186,7 +18060,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18186
18060
|
icon?: string | null | undefined;
|
|
18187
18061
|
iconUrl?: string | null | undefined;
|
|
18188
18062
|
};
|
|
18189
|
-
discountType?: string | null | undefined;
|
|
18190
18063
|
};
|
|
18191
18064
|
txFee?: ({
|
|
18192
18065
|
amount: string;
|
|
@@ -18200,7 +18073,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18200
18073
|
icon?: string | null | undefined;
|
|
18201
18074
|
iconUrl?: string | null | undefined;
|
|
18202
18075
|
};
|
|
18203
|
-
discountType?: string | null | undefined;
|
|
18204
18076
|
} & {
|
|
18205
18077
|
maxFeePerGas: string;
|
|
18206
18078
|
maxPriorityFeePerGas: string;
|
|
@@ -18456,7 +18328,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18456
18328
|
icon?: string | null | undefined;
|
|
18457
18329
|
iconUrl?: string | null | undefined;
|
|
18458
18330
|
};
|
|
18459
|
-
discountType?: string | null | undefined;
|
|
18460
18331
|
};
|
|
18461
18332
|
txFee?: ({
|
|
18462
18333
|
amount: string;
|
|
@@ -18470,7 +18341,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18470
18341
|
icon?: string | null | undefined;
|
|
18471
18342
|
iconUrl?: string | null | undefined;
|
|
18472
18343
|
};
|
|
18473
|
-
discountType?: string | null | undefined;
|
|
18474
18344
|
} & {
|
|
18475
18345
|
maxFeePerGas: string;
|
|
18476
18346
|
maxPriorityFeePerGas: string;
|
|
@@ -18776,7 +18646,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18776
18646
|
icon?: string | null | undefined;
|
|
18777
18647
|
iconUrl?: string | null | undefined;
|
|
18778
18648
|
};
|
|
18779
|
-
discountType?: string | null | undefined;
|
|
18780
18649
|
};
|
|
18781
18650
|
txFee?: ({
|
|
18782
18651
|
amount: string;
|
|
@@ -18790,7 +18659,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18790
18659
|
icon?: string | null | undefined;
|
|
18791
18660
|
iconUrl?: string | null | undefined;
|
|
18792
18661
|
};
|
|
18793
|
-
discountType?: string | null | undefined;
|
|
18794
18662
|
} & {
|
|
18795
18663
|
maxFeePerGas: string;
|
|
18796
18664
|
maxPriorityFeePerGas: string;
|
|
@@ -18999,7 +18867,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18999
18867
|
icon?: string | null | undefined;
|
|
19000
18868
|
iconUrl?: string | null | undefined;
|
|
19001
18869
|
};
|
|
19002
|
-
discountType?: string | null | undefined;
|
|
19003
18870
|
};
|
|
19004
18871
|
txFee?: ({
|
|
19005
18872
|
amount: string;
|
|
@@ -19013,7 +18880,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19013
18880
|
icon?: string | null | undefined;
|
|
19014
18881
|
iconUrl?: string | null | undefined;
|
|
19015
18882
|
};
|
|
19016
|
-
discountType?: string | null | undefined;
|
|
19017
18883
|
} & {
|
|
19018
18884
|
maxFeePerGas: string;
|
|
19019
18885
|
maxPriorityFeePerGas: string;
|
|
@@ -19315,7 +19181,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19315
19181
|
icon?: string | null | undefined;
|
|
19316
19182
|
iconUrl?: string | null | undefined;
|
|
19317
19183
|
};
|
|
19318
|
-
discountType?: string | null | undefined;
|
|
19319
19184
|
};
|
|
19320
19185
|
txFee?: ({
|
|
19321
19186
|
amount: string;
|
|
@@ -19329,7 +19194,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19329
19194
|
icon?: string | null | undefined;
|
|
19330
19195
|
iconUrl?: string | null | undefined;
|
|
19331
19196
|
};
|
|
19332
|
-
discountType?: string | null | undefined;
|
|
19333
19197
|
} & {
|
|
19334
19198
|
maxFeePerGas: string;
|
|
19335
19199
|
maxPriorityFeePerGas: string;
|
|
@@ -19538,7 +19402,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19538
19402
|
icon?: string | null | undefined;
|
|
19539
19403
|
iconUrl?: string | null | undefined;
|
|
19540
19404
|
};
|
|
19541
|
-
discountType?: string | null | undefined;
|
|
19542
19405
|
};
|
|
19543
19406
|
txFee?: ({
|
|
19544
19407
|
amount: string;
|
|
@@ -19552,7 +19415,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19552
19415
|
icon?: string | null | undefined;
|
|
19553
19416
|
iconUrl?: string | null | undefined;
|
|
19554
19417
|
};
|
|
19555
|
-
discountType?: string | null | undefined;
|
|
19556
19418
|
} & {
|
|
19557
19419
|
maxFeePerGas: string;
|
|
19558
19420
|
maxPriorityFeePerGas: string;
|
|
@@ -19808,7 +19670,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19808
19670
|
icon?: string | null | undefined;
|
|
19809
19671
|
iconUrl?: string | null | undefined;
|
|
19810
19672
|
};
|
|
19811
|
-
discountType?: string | null | undefined;
|
|
19812
19673
|
};
|
|
19813
19674
|
txFee?: ({
|
|
19814
19675
|
amount: string;
|
|
@@ -19822,7 +19683,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19822
19683
|
icon?: string | null | undefined;
|
|
19823
19684
|
iconUrl?: string | null | undefined;
|
|
19824
19685
|
};
|
|
19825
|
-
discountType?: string | null | undefined;
|
|
19826
19686
|
} & {
|
|
19827
19687
|
maxFeePerGas: string;
|
|
19828
19688
|
maxPriorityFeePerGas: string;
|
|
@@ -20128,7 +19988,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20128
19988
|
icon?: string | null | undefined;
|
|
20129
19989
|
iconUrl?: string | null | undefined;
|
|
20130
19990
|
};
|
|
20131
|
-
discountType?: string | null | undefined;
|
|
20132
19991
|
};
|
|
20133
19992
|
txFee?: ({
|
|
20134
19993
|
amount: string;
|
|
@@ -20142,7 +20001,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20142
20001
|
icon?: string | null | undefined;
|
|
20143
20002
|
iconUrl?: string | null | undefined;
|
|
20144
20003
|
};
|
|
20145
|
-
discountType?: string | null | undefined;
|
|
20146
20004
|
} & {
|
|
20147
20005
|
maxFeePerGas: string;
|
|
20148
20006
|
maxPriorityFeePerGas: string;
|
|
@@ -20356,7 +20214,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20356
20214
|
icon?: string | null | undefined;
|
|
20357
20215
|
iconUrl?: string | null | undefined;
|
|
20358
20216
|
};
|
|
20359
|
-
discountType?: string | null | undefined;
|
|
20360
20217
|
};
|
|
20361
20218
|
txFee?: ({
|
|
20362
20219
|
amount: string;
|
|
@@ -20370,7 +20227,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20370
20227
|
icon?: string | null | undefined;
|
|
20371
20228
|
iconUrl?: string | null | undefined;
|
|
20372
20229
|
};
|
|
20373
|
-
discountType?: string | null | undefined;
|
|
20374
20230
|
} & {
|
|
20375
20231
|
maxFeePerGas: string;
|
|
20376
20232
|
maxPriorityFeePerGas: string;
|
|
@@ -20675,7 +20531,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20675
20531
|
icon?: string | null | undefined;
|
|
20676
20532
|
iconUrl?: string | null | undefined;
|
|
20677
20533
|
};
|
|
20678
|
-
discountType?: string | null | undefined;
|
|
20679
20534
|
};
|
|
20680
20535
|
txFee?: ({
|
|
20681
20536
|
amount: string;
|
|
@@ -20689,7 +20544,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20689
20544
|
icon?: string | null | undefined;
|
|
20690
20545
|
iconUrl?: string | null | undefined;
|
|
20691
20546
|
};
|
|
20692
|
-
discountType?: string | null | undefined;
|
|
20693
20547
|
} & {
|
|
20694
20548
|
maxFeePerGas: string;
|
|
20695
20549
|
maxPriorityFeePerGas: string;
|
|
@@ -20899,7 +20753,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20899
20753
|
icon?: string | null | undefined;
|
|
20900
20754
|
iconUrl?: string | null | undefined;
|
|
20901
20755
|
};
|
|
20902
|
-
discountType?: string | null | undefined;
|
|
20903
20756
|
};
|
|
20904
20757
|
txFee?: ({
|
|
20905
20758
|
amount: string;
|
|
@@ -20913,7 +20766,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20913
20766
|
icon?: string | null | undefined;
|
|
20914
20767
|
iconUrl?: string | null | undefined;
|
|
20915
20768
|
};
|
|
20916
|
-
discountType?: string | null | undefined;
|
|
20917
20769
|
} & {
|
|
20918
20770
|
maxFeePerGas: string;
|
|
20919
20771
|
maxPriorityFeePerGas: string;
|
|
@@ -21218,7 +21070,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21218
21070
|
icon?: string | null | undefined;
|
|
21219
21071
|
iconUrl?: string | null | undefined;
|
|
21220
21072
|
};
|
|
21221
|
-
discountType?: string | null | undefined;
|
|
21222
21073
|
};
|
|
21223
21074
|
txFee?: ({
|
|
21224
21075
|
amount: string;
|
|
@@ -21232,7 +21083,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21232
21083
|
icon?: string | null | undefined;
|
|
21233
21084
|
iconUrl?: string | null | undefined;
|
|
21234
21085
|
};
|
|
21235
|
-
discountType?: string | null | undefined;
|
|
21236
21086
|
} & {
|
|
21237
21087
|
maxFeePerGas: string;
|
|
21238
21088
|
maxPriorityFeePerGas: string;
|
|
@@ -21496,7 +21346,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21496
21346
|
icon?: string | null | undefined;
|
|
21497
21347
|
iconUrl?: string | null | undefined;
|
|
21498
21348
|
};
|
|
21499
|
-
discountType?: string | null | undefined;
|
|
21500
21349
|
};
|
|
21501
21350
|
txFee?: ({
|
|
21502
21351
|
amount: string;
|
|
@@ -21510,7 +21359,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21510
21359
|
icon?: string | null | undefined;
|
|
21511
21360
|
iconUrl?: string | null | undefined;
|
|
21512
21361
|
};
|
|
21513
|
-
discountType?: string | null | undefined;
|
|
21514
21362
|
} & {
|
|
21515
21363
|
maxFeePerGas: string;
|
|
21516
21364
|
maxPriorityFeePerGas: string;
|
|
@@ -21720,7 +21568,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21720
21568
|
icon?: string | null | undefined;
|
|
21721
21569
|
iconUrl?: string | null | undefined;
|
|
21722
21570
|
};
|
|
21723
|
-
discountType?: string | null | undefined;
|
|
21724
21571
|
};
|
|
21725
21572
|
txFee?: ({
|
|
21726
21573
|
amount: string;
|
|
@@ -21734,7 +21581,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21734
21581
|
icon?: string | null | undefined;
|
|
21735
21582
|
iconUrl?: string | null | undefined;
|
|
21736
21583
|
};
|
|
21737
|
-
discountType?: string | null | undefined;
|
|
21738
21584
|
} & {
|
|
21739
21585
|
maxFeePerGas: string;
|
|
21740
21586
|
maxPriorityFeePerGas: string;
|
|
@@ -22101,7 +21947,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22101
21947
|
icon?: string | null | undefined;
|
|
22102
21948
|
iconUrl?: string | null | undefined;
|
|
22103
21949
|
};
|
|
22104
|
-
discountType?: string | null | undefined;
|
|
22105
21950
|
};
|
|
22106
21951
|
txFee?: ({
|
|
22107
21952
|
amount: string;
|
|
@@ -22115,7 +21960,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22115
21960
|
icon?: string | null | undefined;
|
|
22116
21961
|
iconUrl?: string | null | undefined;
|
|
22117
21962
|
};
|
|
22118
|
-
discountType?: string | null | undefined;
|
|
22119
21963
|
} & {
|
|
22120
21964
|
maxFeePerGas: string;
|
|
22121
21965
|
maxPriorityFeePerGas: string;
|
|
@@ -22421,7 +22265,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22421
22265
|
icon?: string | null | undefined;
|
|
22422
22266
|
iconUrl?: string | null | undefined;
|
|
22423
22267
|
};
|
|
22424
|
-
discountType?: string | null | undefined;
|
|
22425
22268
|
};
|
|
22426
22269
|
txFee?: ({
|
|
22427
22270
|
amount: string;
|
|
@@ -22435,7 +22278,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22435
22278
|
icon?: string | null | undefined;
|
|
22436
22279
|
iconUrl?: string | null | undefined;
|
|
22437
22280
|
};
|
|
22438
|
-
discountType?: string | null | undefined;
|
|
22439
22281
|
} & {
|
|
22440
22282
|
maxFeePerGas: string;
|
|
22441
22283
|
maxPriorityFeePerGas: string;
|
|
@@ -22644,7 +22486,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22644
22486
|
icon?: string | null | undefined;
|
|
22645
22487
|
iconUrl?: string | null | undefined;
|
|
22646
22488
|
};
|
|
22647
|
-
discountType?: string | null | undefined;
|
|
22648
22489
|
};
|
|
22649
22490
|
txFee?: ({
|
|
22650
22491
|
amount: string;
|
|
@@ -22658,7 +22499,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22658
22499
|
icon?: string | null | undefined;
|
|
22659
22500
|
iconUrl?: string | null | undefined;
|
|
22660
22501
|
};
|
|
22661
|
-
discountType?: string | null | undefined;
|
|
22662
22502
|
} & {
|
|
22663
22503
|
maxFeePerGas: string;
|
|
22664
22504
|
maxPriorityFeePerGas: string;
|
|
@@ -22960,7 +22800,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22960
22800
|
icon?: string | null | undefined;
|
|
22961
22801
|
iconUrl?: string | null | undefined;
|
|
22962
22802
|
};
|
|
22963
|
-
discountType?: string | null | undefined;
|
|
22964
22803
|
};
|
|
22965
22804
|
txFee?: ({
|
|
22966
22805
|
amount: string;
|
|
@@ -22974,7 +22813,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
22974
22813
|
icon?: string | null | undefined;
|
|
22975
22814
|
iconUrl?: string | null | undefined;
|
|
22976
22815
|
};
|
|
22977
|
-
discountType?: string | null | undefined;
|
|
22978
22816
|
} & {
|
|
22979
22817
|
maxFeePerGas: string;
|
|
22980
22818
|
maxPriorityFeePerGas: string;
|
|
@@ -23183,7 +23021,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23183
23021
|
icon?: string | null | undefined;
|
|
23184
23022
|
iconUrl?: string | null | undefined;
|
|
23185
23023
|
};
|
|
23186
|
-
discountType?: string | null | undefined;
|
|
23187
23024
|
};
|
|
23188
23025
|
txFee?: ({
|
|
23189
23026
|
amount: string;
|
|
@@ -23197,7 +23034,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23197
23034
|
icon?: string | null | undefined;
|
|
23198
23035
|
iconUrl?: string | null | undefined;
|
|
23199
23036
|
};
|
|
23200
|
-
discountType?: string | null | undefined;
|
|
23201
23037
|
} & {
|
|
23202
23038
|
maxFeePerGas: string;
|
|
23203
23039
|
maxPriorityFeePerGas: string;
|
|
@@ -23453,7 +23289,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23453
23289
|
icon?: string | null | undefined;
|
|
23454
23290
|
iconUrl?: string | null | undefined;
|
|
23455
23291
|
};
|
|
23456
|
-
discountType?: string | null | undefined;
|
|
23457
23292
|
};
|
|
23458
23293
|
txFee?: ({
|
|
23459
23294
|
amount: string;
|
|
@@ -23467,7 +23302,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23467
23302
|
icon?: string | null | undefined;
|
|
23468
23303
|
iconUrl?: string | null | undefined;
|
|
23469
23304
|
};
|
|
23470
|
-
discountType?: string | null | undefined;
|
|
23471
23305
|
} & {
|
|
23472
23306
|
maxFeePerGas: string;
|
|
23473
23307
|
maxPriorityFeePerGas: string;
|
|
@@ -23773,7 +23607,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23773
23607
|
icon?: string | null | undefined;
|
|
23774
23608
|
iconUrl?: string | null | undefined;
|
|
23775
23609
|
};
|
|
23776
|
-
discountType?: string | null | undefined;
|
|
23777
23610
|
};
|
|
23778
23611
|
txFee?: ({
|
|
23779
23612
|
amount: string;
|
|
@@ -23787,7 +23620,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
23787
23620
|
icon?: string | null | undefined;
|
|
23788
23621
|
iconUrl?: string | null | undefined;
|
|
23789
23622
|
};
|
|
23790
|
-
discountType?: string | null | undefined;
|
|
23791
23623
|
} & {
|
|
23792
23624
|
maxFeePerGas: string;
|
|
23793
23625
|
maxPriorityFeePerGas: string;
|
|
@@ -24001,7 +23833,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24001
23833
|
icon?: string | null | undefined;
|
|
24002
23834
|
iconUrl?: string | null | undefined;
|
|
24003
23835
|
};
|
|
24004
|
-
discountType?: string | null | undefined;
|
|
24005
23836
|
};
|
|
24006
23837
|
txFee?: ({
|
|
24007
23838
|
amount: string;
|
|
@@ -24015,7 +23846,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24015
23846
|
icon?: string | null | undefined;
|
|
24016
23847
|
iconUrl?: string | null | undefined;
|
|
24017
23848
|
};
|
|
24018
|
-
discountType?: string | null | undefined;
|
|
24019
23849
|
} & {
|
|
24020
23850
|
maxFeePerGas: string;
|
|
24021
23851
|
maxPriorityFeePerGas: string;
|
|
@@ -24320,7 +24150,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24320
24150
|
icon?: string | null | undefined;
|
|
24321
24151
|
iconUrl?: string | null | undefined;
|
|
24322
24152
|
};
|
|
24323
|
-
discountType?: string | null | undefined;
|
|
24324
24153
|
};
|
|
24325
24154
|
txFee?: ({
|
|
24326
24155
|
amount: string;
|
|
@@ -24334,7 +24163,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24334
24163
|
icon?: string | null | undefined;
|
|
24335
24164
|
iconUrl?: string | null | undefined;
|
|
24336
24165
|
};
|
|
24337
|
-
discountType?: string | null | undefined;
|
|
24338
24166
|
} & {
|
|
24339
24167
|
maxFeePerGas: string;
|
|
24340
24168
|
maxPriorityFeePerGas: string;
|
|
@@ -24544,7 +24372,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24544
24372
|
icon?: string | null | undefined;
|
|
24545
24373
|
iconUrl?: string | null | undefined;
|
|
24546
24374
|
};
|
|
24547
|
-
discountType?: string | null | undefined;
|
|
24548
24375
|
};
|
|
24549
24376
|
txFee?: ({
|
|
24550
24377
|
amount: string;
|
|
@@ -24558,7 +24385,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24558
24385
|
icon?: string | null | undefined;
|
|
24559
24386
|
iconUrl?: string | null | undefined;
|
|
24560
24387
|
};
|
|
24561
|
-
discountType?: string | null | undefined;
|
|
24562
24388
|
} & {
|
|
24563
24389
|
maxFeePerGas: string;
|
|
24564
24390
|
maxPriorityFeePerGas: string;
|
|
@@ -24863,7 +24689,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24863
24689
|
icon?: string | null | undefined;
|
|
24864
24690
|
iconUrl?: string | null | undefined;
|
|
24865
24691
|
};
|
|
24866
|
-
discountType?: string | null | undefined;
|
|
24867
24692
|
};
|
|
24868
24693
|
txFee?: ({
|
|
24869
24694
|
amount: string;
|
|
@@ -24877,7 +24702,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
24877
24702
|
icon?: string | null | undefined;
|
|
24878
24703
|
iconUrl?: string | null | undefined;
|
|
24879
24704
|
};
|
|
24880
|
-
discountType?: string | null | undefined;
|
|
24881
24705
|
} & {
|
|
24882
24706
|
maxFeePerGas: string;
|
|
24883
24707
|
maxPriorityFeePerGas: string;
|
|
@@ -25141,7 +24965,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
25141
24965
|
icon?: string | null | undefined;
|
|
25142
24966
|
iconUrl?: string | null | undefined;
|
|
25143
24967
|
};
|
|
25144
|
-
discountType?: string | null | undefined;
|
|
25145
24968
|
};
|
|
25146
24969
|
txFee?: ({
|
|
25147
24970
|
amount: string;
|
|
@@ -25155,7 +24978,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
25155
24978
|
icon?: string | null | undefined;
|
|
25156
24979
|
iconUrl?: string | null | undefined;
|
|
25157
24980
|
};
|
|
25158
|
-
discountType?: string | null | undefined;
|
|
25159
24981
|
} & {
|
|
25160
24982
|
maxFeePerGas: string;
|
|
25161
24983
|
maxPriorityFeePerGas: string;
|
|
@@ -25365,7 +25187,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
25365
25187
|
icon?: string | null | undefined;
|
|
25366
25188
|
iconUrl?: string | null | undefined;
|
|
25367
25189
|
};
|
|
25368
|
-
discountType?: string | null | undefined;
|
|
25369
25190
|
};
|
|
25370
25191
|
txFee?: ({
|
|
25371
25192
|
amount: string;
|
|
@@ -25379,7 +25200,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
25379
25200
|
icon?: string | null | undefined;
|
|
25380
25201
|
iconUrl?: string | null | undefined;
|
|
25381
25202
|
};
|
|
25382
|
-
discountType?: string | null | undefined;
|
|
25383
25203
|
} & {
|
|
25384
25204
|
maxFeePerGas: string;
|
|
25385
25205
|
maxPriorityFeePerGas: string;
|
|
@@ -26090,7 +25910,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26090
25910
|
icon?: string | null | undefined;
|
|
26091
25911
|
iconUrl?: string | null | undefined;
|
|
26092
25912
|
};
|
|
26093
|
-
discountType?: string | null | undefined;
|
|
26094
25913
|
};
|
|
26095
25914
|
txFee?: ({
|
|
26096
25915
|
amount: string;
|
|
@@ -26104,7 +25923,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26104
25923
|
icon?: string | null | undefined;
|
|
26105
25924
|
iconUrl?: string | null | undefined;
|
|
26106
25925
|
};
|
|
26107
|
-
discountType?: string | null | undefined;
|
|
26108
25926
|
} & {
|
|
26109
25927
|
maxFeePerGas: string;
|
|
26110
25928
|
maxPriorityFeePerGas: string;
|
|
@@ -26369,7 +26187,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26369
26187
|
icon?: string | null | undefined;
|
|
26370
26188
|
iconUrl?: string | null | undefined;
|
|
26371
26189
|
};
|
|
26372
|
-
discountType?: string | null | undefined;
|
|
26373
26190
|
};
|
|
26374
26191
|
txFee?: ({
|
|
26375
26192
|
amount: string;
|
|
@@ -26383,7 +26200,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26383
26200
|
icon?: string | null | undefined;
|
|
26384
26201
|
iconUrl?: string | null | undefined;
|
|
26385
26202
|
};
|
|
26386
|
-
discountType?: string | null | undefined;
|
|
26387
26203
|
} & {
|
|
26388
26204
|
maxFeePerGas: string;
|
|
26389
26205
|
maxPriorityFeePerGas: string;
|
|
@@ -26635,7 +26451,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26635
26451
|
icon?: string | null | undefined;
|
|
26636
26452
|
iconUrl?: string | null | undefined;
|
|
26637
26453
|
};
|
|
26638
|
-
discountType?: string | null | undefined;
|
|
26639
26454
|
};
|
|
26640
26455
|
txFee?: ({
|
|
26641
26456
|
amount: string;
|
|
@@ -26649,7 +26464,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26649
26464
|
icon?: string | null | undefined;
|
|
26650
26465
|
iconUrl?: string | null | undefined;
|
|
26651
26466
|
};
|
|
26652
|
-
discountType?: string | null | undefined;
|
|
26653
26467
|
} & {
|
|
26654
26468
|
maxFeePerGas: string;
|
|
26655
26469
|
maxPriorityFeePerGas: string;
|
|
@@ -26910,7 +26724,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26910
26724
|
icon?: string | null | undefined;
|
|
26911
26725
|
iconUrl?: string | null | undefined;
|
|
26912
26726
|
};
|
|
26913
|
-
discountType?: string | null | undefined;
|
|
26914
26727
|
};
|
|
26915
26728
|
txFee?: ({
|
|
26916
26729
|
amount: string;
|
|
@@ -26924,7 +26737,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
26924
26737
|
icon?: string | null | undefined;
|
|
26925
26738
|
iconUrl?: string | null | undefined;
|
|
26926
26739
|
};
|
|
26927
|
-
discountType?: string | null | undefined;
|
|
26928
26740
|
} & {
|
|
26929
26741
|
maxFeePerGas: string;
|
|
26930
26742
|
maxPriorityFeePerGas: string;
|
|
@@ -27176,7 +26988,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
27176
26988
|
icon?: string | null | undefined;
|
|
27177
26989
|
iconUrl?: string | null | undefined;
|
|
27178
26990
|
};
|
|
27179
|
-
discountType?: string | null | undefined;
|
|
27180
26991
|
};
|
|
27181
26992
|
txFee?: ({
|
|
27182
26993
|
amount: string;
|
|
@@ -27190,7 +27001,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
27190
27001
|
icon?: string | null | undefined;
|
|
27191
27002
|
iconUrl?: string | null | undefined;
|
|
27192
27003
|
};
|
|
27193
|
-
discountType?: string | null | undefined;
|
|
27194
27004
|
} & {
|
|
27195
27005
|
maxFeePerGas: string;
|
|
27196
27006
|
maxPriorityFeePerGas: string;
|
|
@@ -27456,7 +27266,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
27456
27266
|
icon?: string | null | undefined;
|
|
27457
27267
|
iconUrl?: string | null | undefined;
|
|
27458
27268
|
};
|
|
27459
|
-
discountType?: string | null | undefined;
|
|
27460
27269
|
};
|
|
27461
27270
|
txFee?: ({
|
|
27462
27271
|
amount: string;
|
|
@@ -27470,7 +27279,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
27470
27279
|
icon?: string | null | undefined;
|
|
27471
27280
|
iconUrl?: string | null | undefined;
|
|
27472
27281
|
};
|
|
27473
|
-
discountType?: string | null | undefined;
|
|
27474
27282
|
} & {
|
|
27475
27283
|
maxFeePerGas: string;
|
|
27476
27284
|
maxPriorityFeePerGas: string;
|
|
@@ -28051,7 +27859,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28051
27859
|
icon?: string | null | undefined;
|
|
28052
27860
|
iconUrl?: string | null | undefined;
|
|
28053
27861
|
};
|
|
28054
|
-
discountType?: string | null | undefined;
|
|
28055
27862
|
};
|
|
28056
27863
|
txFee?: ({
|
|
28057
27864
|
amount: string;
|
|
@@ -28065,7 +27872,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28065
27872
|
icon?: string | null | undefined;
|
|
28066
27873
|
iconUrl?: string | null | undefined;
|
|
28067
27874
|
};
|
|
28068
|
-
discountType?: string | null | undefined;
|
|
28069
27875
|
} & {
|
|
28070
27876
|
maxFeePerGas: string;
|
|
28071
27877
|
maxPriorityFeePerGas: string;
|
|
@@ -28321,7 +28127,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28321
28127
|
icon?: string | null | undefined;
|
|
28322
28128
|
iconUrl?: string | null | undefined;
|
|
28323
28129
|
};
|
|
28324
|
-
discountType?: string | null | undefined;
|
|
28325
28130
|
};
|
|
28326
28131
|
txFee?: ({
|
|
28327
28132
|
amount: string;
|
|
@@ -28335,7 +28140,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28335
28140
|
icon?: string | null | undefined;
|
|
28336
28141
|
iconUrl?: string | null | undefined;
|
|
28337
28142
|
};
|
|
28338
|
-
discountType?: string | null | undefined;
|
|
28339
28143
|
} & {
|
|
28340
28144
|
maxFeePerGas: string;
|
|
28341
28145
|
maxPriorityFeePerGas: string;
|
|
@@ -28586,7 +28390,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28586
28390
|
icon?: string | null | undefined;
|
|
28587
28391
|
iconUrl?: string | null | undefined;
|
|
28588
28392
|
};
|
|
28589
|
-
discountType?: string | null | undefined;
|
|
28590
28393
|
};
|
|
28591
28394
|
txFee?: ({
|
|
28592
28395
|
amount: string;
|
|
@@ -28600,7 +28403,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28600
28403
|
icon?: string | null | undefined;
|
|
28601
28404
|
iconUrl?: string | null | undefined;
|
|
28602
28405
|
};
|
|
28603
|
-
discountType?: string | null | undefined;
|
|
28604
28406
|
} & {
|
|
28605
28407
|
maxFeePerGas: string;
|
|
28606
28408
|
maxPriorityFeePerGas: string;
|
|
@@ -28852,7 +28654,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28852
28654
|
icon?: string | null | undefined;
|
|
28853
28655
|
iconUrl?: string | null | undefined;
|
|
28854
28656
|
};
|
|
28855
|
-
discountType?: string | null | undefined;
|
|
28856
28657
|
};
|
|
28857
28658
|
txFee?: ({
|
|
28858
28659
|
amount: string;
|
|
@@ -28866,7 +28667,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
28866
28667
|
icon?: string | null | undefined;
|
|
28867
28668
|
iconUrl?: string | null | undefined;
|
|
28868
28669
|
};
|
|
28869
|
-
discountType?: string | null | undefined;
|
|
28870
28670
|
} & {
|
|
28871
28671
|
maxFeePerGas: string;
|
|
28872
28672
|
maxPriorityFeePerGas: string;
|
|
@@ -29117,7 +28917,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29117
28917
|
icon?: string | null | undefined;
|
|
29118
28918
|
iconUrl?: string | null | undefined;
|
|
29119
28919
|
};
|
|
29120
|
-
discountType?: string | null | undefined;
|
|
29121
28920
|
};
|
|
29122
28921
|
txFee?: ({
|
|
29123
28922
|
amount: string;
|
|
@@ -29131,7 +28930,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29131
28930
|
icon?: string | null | undefined;
|
|
29132
28931
|
iconUrl?: string | null | undefined;
|
|
29133
28932
|
};
|
|
29134
|
-
discountType?: string | null | undefined;
|
|
29135
28933
|
} & {
|
|
29136
28934
|
maxFeePerGas: string;
|
|
29137
28935
|
maxPriorityFeePerGas: string;
|
|
@@ -29387,7 +29185,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29387
29185
|
icon?: string | null | undefined;
|
|
29388
29186
|
iconUrl?: string | null | undefined;
|
|
29389
29187
|
};
|
|
29390
|
-
discountType?: string | null | undefined;
|
|
29391
29188
|
};
|
|
29392
29189
|
txFee?: ({
|
|
29393
29190
|
amount: string;
|
|
@@ -29401,7 +29198,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29401
29198
|
icon?: string | null | undefined;
|
|
29402
29199
|
iconUrl?: string | null | undefined;
|
|
29403
29200
|
};
|
|
29404
|
-
discountType?: string | null | undefined;
|
|
29405
29201
|
} & {
|
|
29406
29202
|
maxFeePerGas: string;
|
|
29407
29203
|
maxPriorityFeePerGas: string;
|
|
@@ -29657,7 +29453,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29657
29453
|
icon?: string | null | undefined;
|
|
29658
29454
|
iconUrl?: string | null | undefined;
|
|
29659
29455
|
};
|
|
29660
|
-
discountType?: string | null | undefined;
|
|
29661
29456
|
};
|
|
29662
29457
|
txFee?: ({
|
|
29663
29458
|
amount: string;
|
|
@@ -29671,7 +29466,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29671
29466
|
icon?: string | null | undefined;
|
|
29672
29467
|
iconUrl?: string | null | undefined;
|
|
29673
29468
|
};
|
|
29674
|
-
discountType?: string | null | undefined;
|
|
29675
29469
|
} & {
|
|
29676
29470
|
maxFeePerGas: string;
|
|
29677
29471
|
maxPriorityFeePerGas: string;
|
|
@@ -29977,7 +29771,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29977
29771
|
icon?: string | null | undefined;
|
|
29978
29772
|
iconUrl?: string | null | undefined;
|
|
29979
29773
|
};
|
|
29980
|
-
discountType?: string | null | undefined;
|
|
29981
29774
|
};
|
|
29982
29775
|
txFee?: ({
|
|
29983
29776
|
amount: string;
|
|
@@ -29991,7 +29784,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
29991
29784
|
icon?: string | null | undefined;
|
|
29992
29785
|
iconUrl?: string | null | undefined;
|
|
29993
29786
|
};
|
|
29994
|
-
discountType?: string | null | undefined;
|
|
29995
29787
|
} & {
|
|
29996
29788
|
maxFeePerGas: string;
|
|
29997
29789
|
maxPriorityFeePerGas: string;
|
|
@@ -30200,7 +29992,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30200
29992
|
icon?: string | null | undefined;
|
|
30201
29993
|
iconUrl?: string | null | undefined;
|
|
30202
29994
|
};
|
|
30203
|
-
discountType?: string | null | undefined;
|
|
30204
29995
|
};
|
|
30205
29996
|
txFee?: ({
|
|
30206
29997
|
amount: string;
|
|
@@ -30214,7 +30005,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30214
30005
|
icon?: string | null | undefined;
|
|
30215
30006
|
iconUrl?: string | null | undefined;
|
|
30216
30007
|
};
|
|
30217
|
-
discountType?: string | null | undefined;
|
|
30218
30008
|
} & {
|
|
30219
30009
|
maxFeePerGas: string;
|
|
30220
30010
|
maxPriorityFeePerGas: string;
|
|
@@ -30516,7 +30306,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30516
30306
|
icon?: string | null | undefined;
|
|
30517
30307
|
iconUrl?: string | null | undefined;
|
|
30518
30308
|
};
|
|
30519
|
-
discountType?: string | null | undefined;
|
|
30520
30309
|
};
|
|
30521
30310
|
txFee?: ({
|
|
30522
30311
|
amount: string;
|
|
@@ -30530,7 +30319,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30530
30319
|
icon?: string | null | undefined;
|
|
30531
30320
|
iconUrl?: string | null | undefined;
|
|
30532
30321
|
};
|
|
30533
|
-
discountType?: string | null | undefined;
|
|
30534
30322
|
} & {
|
|
30535
30323
|
maxFeePerGas: string;
|
|
30536
30324
|
maxPriorityFeePerGas: string;
|
|
@@ -30739,7 +30527,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30739
30527
|
icon?: string | null | undefined;
|
|
30740
30528
|
iconUrl?: string | null | undefined;
|
|
30741
30529
|
};
|
|
30742
|
-
discountType?: string | null | undefined;
|
|
30743
30530
|
};
|
|
30744
30531
|
txFee?: ({
|
|
30745
30532
|
amount: string;
|
|
@@ -30753,7 +30540,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
30753
30540
|
icon?: string | null | undefined;
|
|
30754
30541
|
iconUrl?: string | null | undefined;
|
|
30755
30542
|
};
|
|
30756
|
-
discountType?: string | null | undefined;
|
|
30757
30543
|
} & {
|
|
30758
30544
|
maxFeePerGas: string;
|
|
30759
30545
|
maxPriorityFeePerGas: string;
|
|
@@ -31009,7 +30795,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31009
30795
|
icon?: string | null | undefined;
|
|
31010
30796
|
iconUrl?: string | null | undefined;
|
|
31011
30797
|
};
|
|
31012
|
-
discountType?: string | null | undefined;
|
|
31013
30798
|
};
|
|
31014
30799
|
txFee?: ({
|
|
31015
30800
|
amount: string;
|
|
@@ -31023,7 +30808,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31023
30808
|
icon?: string | null | undefined;
|
|
31024
30809
|
iconUrl?: string | null | undefined;
|
|
31025
30810
|
};
|
|
31026
|
-
discountType?: string | null | undefined;
|
|
31027
30811
|
} & {
|
|
31028
30812
|
maxFeePerGas: string;
|
|
31029
30813
|
maxPriorityFeePerGas: string;
|
|
@@ -31329,7 +31113,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31329
31113
|
icon?: string | null | undefined;
|
|
31330
31114
|
iconUrl?: string | null | undefined;
|
|
31331
31115
|
};
|
|
31332
|
-
discountType?: string | null | undefined;
|
|
31333
31116
|
};
|
|
31334
31117
|
txFee?: ({
|
|
31335
31118
|
amount: string;
|
|
@@ -31343,7 +31126,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31343
31126
|
icon?: string | null | undefined;
|
|
31344
31127
|
iconUrl?: string | null | undefined;
|
|
31345
31128
|
};
|
|
31346
|
-
discountType?: string | null | undefined;
|
|
31347
31129
|
} & {
|
|
31348
31130
|
maxFeePerGas: string;
|
|
31349
31131
|
maxPriorityFeePerGas: string;
|
|
@@ -31557,7 +31339,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31557
31339
|
icon?: string | null | undefined;
|
|
31558
31340
|
iconUrl?: string | null | undefined;
|
|
31559
31341
|
};
|
|
31560
|
-
discountType?: string | null | undefined;
|
|
31561
31342
|
};
|
|
31562
31343
|
txFee?: ({
|
|
31563
31344
|
amount: string;
|
|
@@ -31571,7 +31352,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31571
31352
|
icon?: string | null | undefined;
|
|
31572
31353
|
iconUrl?: string | null | undefined;
|
|
31573
31354
|
};
|
|
31574
|
-
discountType?: string | null | undefined;
|
|
31575
31355
|
} & {
|
|
31576
31356
|
maxFeePerGas: string;
|
|
31577
31357
|
maxPriorityFeePerGas: string;
|
|
@@ -31876,7 +31656,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31876
31656
|
icon?: string | null | undefined;
|
|
31877
31657
|
iconUrl?: string | null | undefined;
|
|
31878
31658
|
};
|
|
31879
|
-
discountType?: string | null | undefined;
|
|
31880
31659
|
};
|
|
31881
31660
|
txFee?: ({
|
|
31882
31661
|
amount: string;
|
|
@@ -31890,7 +31669,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
31890
31669
|
icon?: string | null | undefined;
|
|
31891
31670
|
iconUrl?: string | null | undefined;
|
|
31892
31671
|
};
|
|
31893
|
-
discountType?: string | null | undefined;
|
|
31894
31672
|
} & {
|
|
31895
31673
|
maxFeePerGas: string;
|
|
31896
31674
|
maxPriorityFeePerGas: string;
|
|
@@ -32100,7 +31878,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32100
31878
|
icon?: string | null | undefined;
|
|
32101
31879
|
iconUrl?: string | null | undefined;
|
|
32102
31880
|
};
|
|
32103
|
-
discountType?: string | null | undefined;
|
|
32104
31881
|
};
|
|
32105
31882
|
txFee?: ({
|
|
32106
31883
|
amount: string;
|
|
@@ -32114,7 +31891,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32114
31891
|
icon?: string | null | undefined;
|
|
32115
31892
|
iconUrl?: string | null | undefined;
|
|
32116
31893
|
};
|
|
32117
|
-
discountType?: string | null | undefined;
|
|
32118
31894
|
} & {
|
|
32119
31895
|
maxFeePerGas: string;
|
|
32120
31896
|
maxPriorityFeePerGas: string;
|
|
@@ -32419,7 +32195,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32419
32195
|
icon?: string | null | undefined;
|
|
32420
32196
|
iconUrl?: string | null | undefined;
|
|
32421
32197
|
};
|
|
32422
|
-
discountType?: string | null | undefined;
|
|
32423
32198
|
};
|
|
32424
32199
|
txFee?: ({
|
|
32425
32200
|
amount: string;
|
|
@@ -32433,7 +32208,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32433
32208
|
icon?: string | null | undefined;
|
|
32434
32209
|
iconUrl?: string | null | undefined;
|
|
32435
32210
|
};
|
|
32436
|
-
discountType?: string | null | undefined;
|
|
32437
32211
|
} & {
|
|
32438
32212
|
maxFeePerGas: string;
|
|
32439
32213
|
maxPriorityFeePerGas: string;
|
|
@@ -32697,7 +32471,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32697
32471
|
icon?: string | null | undefined;
|
|
32698
32472
|
iconUrl?: string | null | undefined;
|
|
32699
32473
|
};
|
|
32700
|
-
discountType?: string | null | undefined;
|
|
32701
32474
|
};
|
|
32702
32475
|
txFee?: ({
|
|
32703
32476
|
amount: string;
|
|
@@ -32711,7 +32484,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32711
32484
|
icon?: string | null | undefined;
|
|
32712
32485
|
iconUrl?: string | null | undefined;
|
|
32713
32486
|
};
|
|
32714
|
-
discountType?: string | null | undefined;
|
|
32715
32487
|
} & {
|
|
32716
32488
|
maxFeePerGas: string;
|
|
32717
32489
|
maxPriorityFeePerGas: string;
|
|
@@ -32921,7 +32693,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32921
32693
|
icon?: string | null | undefined;
|
|
32922
32694
|
iconUrl?: string | null | undefined;
|
|
32923
32695
|
};
|
|
32924
|
-
discountType?: string | null | undefined;
|
|
32925
32696
|
};
|
|
32926
32697
|
txFee?: ({
|
|
32927
32698
|
amount: string;
|
|
@@ -32935,7 +32706,6 @@ export declare const selectBatchSellQuotes: ((state: BridgeControllerState & {
|
|
|
32935
32706
|
icon?: string | null | undefined;
|
|
32936
32707
|
iconUrl?: string | null | undefined;
|
|
32937
32708
|
};
|
|
32938
|
-
discountType?: string | null | undefined;
|
|
32939
32709
|
} & {
|
|
32940
32710
|
maxFeePerGas: string;
|
|
32941
32711
|
maxPriorityFeePerGas: string;
|