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