@metamask/bridge-controller 41.1.0 → 41.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/dist/selectors.cjs +3 -1
- package/dist/selectors.cjs.map +1 -1
- package/dist/selectors.d.cts +168 -0
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +168 -0
- package/dist/selectors.d.mts.map +1 -1
- package/dist/selectors.mjs +3 -1
- package/dist/selectors.mjs.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +4 -0
- package/dist/types.d.cts.map +1 -1
- package/dist/types.d.mts +4 -0
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs.map +1 -1
- package/dist/utils/quote.cjs +1 -1
- package/dist/utils/quote.cjs.map +1 -1
- package/dist/utils/quote.d.cts +2 -2
- package/dist/utils/quote.d.cts.map +1 -1
- package/dist/utils/quote.d.mts +2 -2
- package/dist/utils/quote.d.mts.map +1 -1
- package/dist/utils/quote.mjs +1 -1
- package/dist/utils/quote.mjs.map +1 -1
- package/dist/utils/validators.cjs +4 -0
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +12 -0
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +12 -0
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +4 -0
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +2 -2
package/dist/selectors.d.cts
CHANGED
|
@@ -600,6 +600,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
600
600
|
requestId: string;
|
|
601
601
|
srcTokenAmount: string;
|
|
602
602
|
destTokenAmount: string;
|
|
603
|
+
minDestTokenAmount: string;
|
|
603
604
|
feeData: {
|
|
604
605
|
metabridge: {
|
|
605
606
|
amount: string;
|
|
@@ -771,6 +772,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
771
772
|
requestId: string;
|
|
772
773
|
srcTokenAmount: string;
|
|
773
774
|
destTokenAmount: string;
|
|
775
|
+
minDestTokenAmount: string;
|
|
774
776
|
feeData: {
|
|
775
777
|
metabridge: {
|
|
776
778
|
amount: string;
|
|
@@ -942,6 +944,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
942
944
|
requestId: string;
|
|
943
945
|
srcTokenAmount: string;
|
|
944
946
|
destTokenAmount: string;
|
|
947
|
+
minDestTokenAmount: string;
|
|
945
948
|
feeData: {
|
|
946
949
|
metabridge: {
|
|
947
950
|
amount: string;
|
|
@@ -1124,6 +1127,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1124
1127
|
requestId: string;
|
|
1125
1128
|
srcTokenAmount: string;
|
|
1126
1129
|
destTokenAmount: string;
|
|
1130
|
+
minDestTokenAmount: string;
|
|
1127
1131
|
feeData: {
|
|
1128
1132
|
metabridge: {
|
|
1129
1133
|
amount: string;
|
|
@@ -1294,6 +1298,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1294
1298
|
requestId: string;
|
|
1295
1299
|
srcTokenAmount: string;
|
|
1296
1300
|
destTokenAmount: string;
|
|
1301
|
+
minDestTokenAmount: string;
|
|
1297
1302
|
feeData: {
|
|
1298
1303
|
metabridge: {
|
|
1299
1304
|
amount: string;
|
|
@@ -1464,6 +1469,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1464
1469
|
requestId: string;
|
|
1465
1470
|
srcTokenAmount: string;
|
|
1466
1471
|
destTokenAmount: string;
|
|
1472
|
+
minDestTokenAmount: string;
|
|
1467
1473
|
feeData: {
|
|
1468
1474
|
metabridge: {
|
|
1469
1475
|
amount: string;
|
|
@@ -1635,6 +1641,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1635
1641
|
requestId: string;
|
|
1636
1642
|
srcTokenAmount: string;
|
|
1637
1643
|
destTokenAmount: string;
|
|
1644
|
+
minDestTokenAmount: string;
|
|
1638
1645
|
feeData: {
|
|
1639
1646
|
metabridge: {
|
|
1640
1647
|
amount: string;
|
|
@@ -1806,6 +1813,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1806
1813
|
requestId: string;
|
|
1807
1814
|
srcTokenAmount: string;
|
|
1808
1815
|
destTokenAmount: string;
|
|
1816
|
+
minDestTokenAmount: string;
|
|
1809
1817
|
feeData: {
|
|
1810
1818
|
metabridge: {
|
|
1811
1819
|
amount: string;
|
|
@@ -1977,6 +1985,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1977
1985
|
requestId: string;
|
|
1978
1986
|
srcTokenAmount: string;
|
|
1979
1987
|
destTokenAmount: string;
|
|
1988
|
+
minDestTokenAmount: string;
|
|
1980
1989
|
feeData: {
|
|
1981
1990
|
metabridge: {
|
|
1982
1991
|
amount: string;
|
|
@@ -2155,6 +2164,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2155
2164
|
requestId: string;
|
|
2156
2165
|
srcTokenAmount: string;
|
|
2157
2166
|
destTokenAmount: string;
|
|
2167
|
+
minDestTokenAmount: string;
|
|
2158
2168
|
feeData: {
|
|
2159
2169
|
metabridge: {
|
|
2160
2170
|
amount: string;
|
|
@@ -2325,6 +2335,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2325
2335
|
requestId: string;
|
|
2326
2336
|
srcTokenAmount: string;
|
|
2327
2337
|
destTokenAmount: string;
|
|
2338
|
+
minDestTokenAmount: string;
|
|
2328
2339
|
feeData: {
|
|
2329
2340
|
metabridge: {
|
|
2330
2341
|
amount: string;
|
|
@@ -2495,6 +2506,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2495
2506
|
requestId: string;
|
|
2496
2507
|
srcTokenAmount: string;
|
|
2497
2508
|
destTokenAmount: string;
|
|
2509
|
+
minDestTokenAmount: string;
|
|
2498
2510
|
feeData: {
|
|
2499
2511
|
metabridge: {
|
|
2500
2512
|
amount: string;
|
|
@@ -2666,6 +2678,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2666
2678
|
requestId: string;
|
|
2667
2679
|
srcTokenAmount: string;
|
|
2668
2680
|
destTokenAmount: string;
|
|
2681
|
+
minDestTokenAmount: string;
|
|
2669
2682
|
feeData: {
|
|
2670
2683
|
metabridge: {
|
|
2671
2684
|
amount: string;
|
|
@@ -2837,6 +2850,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2837
2850
|
requestId: string;
|
|
2838
2851
|
srcTokenAmount: string;
|
|
2839
2852
|
destTokenAmount: string;
|
|
2853
|
+
minDestTokenAmount: string;
|
|
2840
2854
|
feeData: {
|
|
2841
2855
|
metabridge: {
|
|
2842
2856
|
amount: string;
|
|
@@ -3008,6 +3022,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3008
3022
|
requestId: string;
|
|
3009
3023
|
srcTokenAmount: string;
|
|
3010
3024
|
destTokenAmount: string;
|
|
3025
|
+
minDestTokenAmount: string;
|
|
3011
3026
|
feeData: {
|
|
3012
3027
|
metabridge: {
|
|
3013
3028
|
amount: string;
|
|
@@ -3191,6 +3206,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3191
3206
|
requestId: string;
|
|
3192
3207
|
srcTokenAmount: string;
|
|
3193
3208
|
destTokenAmount: string;
|
|
3209
|
+
minDestTokenAmount: string;
|
|
3194
3210
|
feeData: {
|
|
3195
3211
|
metabridge: {
|
|
3196
3212
|
amount: string;
|
|
@@ -3362,6 +3378,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3362
3378
|
requestId: string;
|
|
3363
3379
|
srcTokenAmount: string;
|
|
3364
3380
|
destTokenAmount: string;
|
|
3381
|
+
minDestTokenAmount: string;
|
|
3365
3382
|
feeData: {
|
|
3366
3383
|
metabridge: {
|
|
3367
3384
|
amount: string;
|
|
@@ -3533,6 +3550,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3533
3550
|
requestId: string;
|
|
3534
3551
|
srcTokenAmount: string;
|
|
3535
3552
|
destTokenAmount: string;
|
|
3553
|
+
minDestTokenAmount: string;
|
|
3536
3554
|
feeData: {
|
|
3537
3555
|
metabridge: {
|
|
3538
3556
|
amount: string;
|
|
@@ -3715,6 +3733,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3715
3733
|
requestId: string;
|
|
3716
3734
|
srcTokenAmount: string;
|
|
3717
3735
|
destTokenAmount: string;
|
|
3736
|
+
minDestTokenAmount: string;
|
|
3718
3737
|
feeData: {
|
|
3719
3738
|
metabridge: {
|
|
3720
3739
|
amount: string;
|
|
@@ -3874,6 +3893,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3874
3893
|
valueInCurrency: string | null;
|
|
3875
3894
|
usd: string | null;
|
|
3876
3895
|
};
|
|
3896
|
+
minToTokenAmount: {
|
|
3897
|
+
amount: string;
|
|
3898
|
+
valueInCurrency: string | null;
|
|
3899
|
+
usd: string | null;
|
|
3900
|
+
};
|
|
3877
3901
|
swapRate: string;
|
|
3878
3902
|
totalNetworkFee: {
|
|
3879
3903
|
amount: string;
|
|
@@ -3925,6 +3949,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3925
3949
|
requestId: string;
|
|
3926
3950
|
srcTokenAmount: string;
|
|
3927
3951
|
destTokenAmount: string;
|
|
3952
|
+
minDestTokenAmount: string;
|
|
3928
3953
|
feeData: {
|
|
3929
3954
|
metabridge: {
|
|
3930
3955
|
amount: string;
|
|
@@ -4086,6 +4111,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4086
4111
|
requestId: string;
|
|
4087
4112
|
srcTokenAmount: string;
|
|
4088
4113
|
destTokenAmount: string;
|
|
4114
|
+
minDestTokenAmount: string;
|
|
4089
4115
|
feeData: {
|
|
4090
4116
|
metabridge: {
|
|
4091
4117
|
amount: string;
|
|
@@ -4241,6 +4267,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4241
4267
|
valueInCurrency: string | null;
|
|
4242
4268
|
usd: string | null;
|
|
4243
4269
|
};
|
|
4270
|
+
minToTokenAmount: {
|
|
4271
|
+
amount: string;
|
|
4272
|
+
valueInCurrency: string | null;
|
|
4273
|
+
usd: string | null;
|
|
4274
|
+
};
|
|
4244
4275
|
swapRate: string;
|
|
4245
4276
|
totalNetworkFee: {
|
|
4246
4277
|
amount: string;
|
|
@@ -4292,6 +4323,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4292
4323
|
requestId: string;
|
|
4293
4324
|
srcTokenAmount: string;
|
|
4294
4325
|
destTokenAmount: string;
|
|
4326
|
+
minDestTokenAmount: string;
|
|
4295
4327
|
feeData: {
|
|
4296
4328
|
metabridge: {
|
|
4297
4329
|
amount: string;
|
|
@@ -4453,6 +4485,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4453
4485
|
requestId: string;
|
|
4454
4486
|
srcTokenAmount: string;
|
|
4455
4487
|
destTokenAmount: string;
|
|
4488
|
+
minDestTokenAmount: string;
|
|
4456
4489
|
feeData: {
|
|
4457
4490
|
metabridge: {
|
|
4458
4491
|
amount: string;
|
|
@@ -4628,6 +4661,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4628
4661
|
requestId: string;
|
|
4629
4662
|
srcTokenAmount: string;
|
|
4630
4663
|
destTokenAmount: string;
|
|
4664
|
+
minDestTokenAmount: string;
|
|
4631
4665
|
feeData: {
|
|
4632
4666
|
metabridge: {
|
|
4633
4667
|
amount: string;
|
|
@@ -4787,6 +4821,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4787
4821
|
valueInCurrency: string | null;
|
|
4788
4822
|
usd: string | null;
|
|
4789
4823
|
};
|
|
4824
|
+
minToTokenAmount: {
|
|
4825
|
+
amount: string;
|
|
4826
|
+
valueInCurrency: string | null;
|
|
4827
|
+
usd: string | null;
|
|
4828
|
+
};
|
|
4790
4829
|
swapRate: string;
|
|
4791
4830
|
totalNetworkFee: {
|
|
4792
4831
|
amount: string;
|
|
@@ -4838,6 +4877,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4838
4877
|
requestId: string;
|
|
4839
4878
|
srcTokenAmount: string;
|
|
4840
4879
|
destTokenAmount: string;
|
|
4880
|
+
minDestTokenAmount: string;
|
|
4841
4881
|
feeData: {
|
|
4842
4882
|
metabridge: {
|
|
4843
4883
|
amount: string;
|
|
@@ -5004,6 +5044,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5004
5044
|
requestId: string;
|
|
5005
5045
|
srcTokenAmount: string;
|
|
5006
5046
|
destTokenAmount: string;
|
|
5047
|
+
minDestTokenAmount: string;
|
|
5007
5048
|
feeData: {
|
|
5008
5049
|
metabridge: {
|
|
5009
5050
|
amount: string;
|
|
@@ -5162,6 +5203,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5162
5203
|
valueInCurrency: string | null;
|
|
5163
5204
|
usd: string | null;
|
|
5164
5205
|
};
|
|
5206
|
+
minToTokenAmount: {
|
|
5207
|
+
amount: string;
|
|
5208
|
+
valueInCurrency: string | null;
|
|
5209
|
+
usd: string | null;
|
|
5210
|
+
};
|
|
5165
5211
|
swapRate: string;
|
|
5166
5212
|
totalNetworkFee: {
|
|
5167
5213
|
amount: string;
|
|
@@ -5213,6 +5259,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5213
5259
|
requestId: string;
|
|
5214
5260
|
srcTokenAmount: string;
|
|
5215
5261
|
destTokenAmount: string;
|
|
5262
|
+
minDestTokenAmount: string;
|
|
5216
5263
|
feeData: {
|
|
5217
5264
|
metabridge: {
|
|
5218
5265
|
amount: string;
|
|
@@ -5375,6 +5422,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5375
5422
|
requestId: string;
|
|
5376
5423
|
srcTokenAmount: string;
|
|
5377
5424
|
destTokenAmount: string;
|
|
5425
|
+
minDestTokenAmount: string;
|
|
5378
5426
|
feeData: {
|
|
5379
5427
|
metabridge: {
|
|
5380
5428
|
amount: string;
|
|
@@ -5533,6 +5581,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5533
5581
|
valueInCurrency: string | null;
|
|
5534
5582
|
usd: string | null;
|
|
5535
5583
|
};
|
|
5584
|
+
minToTokenAmount: {
|
|
5585
|
+
amount: string;
|
|
5586
|
+
valueInCurrency: string | null;
|
|
5587
|
+
usd: string | null;
|
|
5588
|
+
};
|
|
5536
5589
|
swapRate: string;
|
|
5537
5590
|
totalNetworkFee: {
|
|
5538
5591
|
amount: string;
|
|
@@ -5584,6 +5637,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5584
5637
|
requestId: string;
|
|
5585
5638
|
srcTokenAmount: string;
|
|
5586
5639
|
destTokenAmount: string;
|
|
5640
|
+
minDestTokenAmount: string;
|
|
5587
5641
|
feeData: {
|
|
5588
5642
|
metabridge: {
|
|
5589
5643
|
amount: string;
|
|
@@ -5734,6 +5788,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5734
5788
|
valueInCurrency: string | null;
|
|
5735
5789
|
usd: string | null;
|
|
5736
5790
|
};
|
|
5791
|
+
minToTokenAmount: {
|
|
5792
|
+
amount: string;
|
|
5793
|
+
valueInCurrency: string | null;
|
|
5794
|
+
usd: string | null;
|
|
5795
|
+
};
|
|
5737
5796
|
swapRate: string;
|
|
5738
5797
|
totalNetworkFee: {
|
|
5739
5798
|
amount: string;
|
|
@@ -5785,6 +5844,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5785
5844
|
requestId: string;
|
|
5786
5845
|
srcTokenAmount: string;
|
|
5787
5846
|
destTokenAmount: string;
|
|
5847
|
+
minDestTokenAmount: string;
|
|
5788
5848
|
feeData: {
|
|
5789
5849
|
metabridge: {
|
|
5790
5850
|
amount: string;
|
|
@@ -5947,6 +6007,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5947
6007
|
requestId: string;
|
|
5948
6008
|
srcTokenAmount: string;
|
|
5949
6009
|
destTokenAmount: string;
|
|
6010
|
+
minDestTokenAmount: string;
|
|
5950
6011
|
feeData: {
|
|
5951
6012
|
metabridge: {
|
|
5952
6013
|
amount: string;
|
|
@@ -6249,6 +6310,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6249
6310
|
requestId: string;
|
|
6250
6311
|
srcTokenAmount: string;
|
|
6251
6312
|
destTokenAmount: string;
|
|
6313
|
+
minDestTokenAmount: string;
|
|
6252
6314
|
feeData: {
|
|
6253
6315
|
metabridge: {
|
|
6254
6316
|
amount: string;
|
|
@@ -6424,6 +6486,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6424
6486
|
requestId: string;
|
|
6425
6487
|
srcTokenAmount: string;
|
|
6426
6488
|
destTokenAmount: string;
|
|
6489
|
+
minDestTokenAmount: string;
|
|
6427
6490
|
feeData: {
|
|
6428
6491
|
metabridge: {
|
|
6429
6492
|
amount: string;
|
|
@@ -6594,6 +6657,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6594
6657
|
requestId: string;
|
|
6595
6658
|
srcTokenAmount: string;
|
|
6596
6659
|
destTokenAmount: string;
|
|
6660
|
+
minDestTokenAmount: string;
|
|
6597
6661
|
feeData: {
|
|
6598
6662
|
metabridge: {
|
|
6599
6663
|
amount: string;
|
|
@@ -6765,6 +6829,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6765
6829
|
requestId: string;
|
|
6766
6830
|
srcTokenAmount: string;
|
|
6767
6831
|
destTokenAmount: string;
|
|
6832
|
+
minDestTokenAmount: string;
|
|
6768
6833
|
feeData: {
|
|
6769
6834
|
metabridge: {
|
|
6770
6835
|
amount: string;
|
|
@@ -6935,6 +7000,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6935
7000
|
requestId: string;
|
|
6936
7001
|
srcTokenAmount: string;
|
|
6937
7002
|
destTokenAmount: string;
|
|
7003
|
+
minDestTokenAmount: string;
|
|
6938
7004
|
feeData: {
|
|
6939
7005
|
metabridge: {
|
|
6940
7006
|
amount: string;
|
|
@@ -7110,6 +7176,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7110
7176
|
requestId: string;
|
|
7111
7177
|
srcTokenAmount: string;
|
|
7112
7178
|
destTokenAmount: string;
|
|
7179
|
+
minDestTokenAmount: string;
|
|
7113
7180
|
feeData: {
|
|
7114
7181
|
metabridge: {
|
|
7115
7182
|
amount: string;
|
|
@@ -7285,6 +7352,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7285
7352
|
requestId: string;
|
|
7286
7353
|
srcTokenAmount: string;
|
|
7287
7354
|
destTokenAmount: string;
|
|
7355
|
+
minDestTokenAmount: string;
|
|
7288
7356
|
feeData: {
|
|
7289
7357
|
metabridge: {
|
|
7290
7358
|
amount: string;
|
|
@@ -7444,6 +7512,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7444
7512
|
valueInCurrency: string | null;
|
|
7445
7513
|
usd: string | null;
|
|
7446
7514
|
};
|
|
7515
|
+
minToTokenAmount: {
|
|
7516
|
+
amount: string;
|
|
7517
|
+
valueInCurrency: string | null;
|
|
7518
|
+
usd: string | null;
|
|
7519
|
+
};
|
|
7447
7520
|
swapRate: string;
|
|
7448
7521
|
totalNetworkFee: {
|
|
7449
7522
|
amount: string;
|
|
@@ -7495,6 +7568,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7495
7568
|
requestId: string;
|
|
7496
7569
|
srcTokenAmount: string;
|
|
7497
7570
|
destTokenAmount: string;
|
|
7571
|
+
minDestTokenAmount: string;
|
|
7498
7572
|
feeData: {
|
|
7499
7573
|
metabridge: {
|
|
7500
7574
|
amount: string;
|
|
@@ -7656,6 +7730,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7656
7730
|
requestId: string;
|
|
7657
7731
|
srcTokenAmount: string;
|
|
7658
7732
|
destTokenAmount: string;
|
|
7733
|
+
minDestTokenAmount: string;
|
|
7659
7734
|
feeData: {
|
|
7660
7735
|
metabridge: {
|
|
7661
7736
|
amount: string;
|
|
@@ -7811,6 +7886,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7811
7886
|
valueInCurrency: string | null;
|
|
7812
7887
|
usd: string | null;
|
|
7813
7888
|
};
|
|
7889
|
+
minToTokenAmount: {
|
|
7890
|
+
amount: string;
|
|
7891
|
+
valueInCurrency: string | null;
|
|
7892
|
+
usd: string | null;
|
|
7893
|
+
};
|
|
7814
7894
|
swapRate: string;
|
|
7815
7895
|
totalNetworkFee: {
|
|
7816
7896
|
amount: string;
|
|
@@ -7862,6 +7942,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7862
7942
|
requestId: string;
|
|
7863
7943
|
srcTokenAmount: string;
|
|
7864
7944
|
destTokenAmount: string;
|
|
7945
|
+
minDestTokenAmount: string;
|
|
7865
7946
|
feeData: {
|
|
7866
7947
|
metabridge: {
|
|
7867
7948
|
amount: string;
|
|
@@ -8023,6 +8104,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8023
8104
|
requestId: string;
|
|
8024
8105
|
srcTokenAmount: string;
|
|
8025
8106
|
destTokenAmount: string;
|
|
8107
|
+
minDestTokenAmount: string;
|
|
8026
8108
|
feeData: {
|
|
8027
8109
|
metabridge: {
|
|
8028
8110
|
amount: string;
|
|
@@ -8198,6 +8280,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8198
8280
|
requestId: string;
|
|
8199
8281
|
srcTokenAmount: string;
|
|
8200
8282
|
destTokenAmount: string;
|
|
8283
|
+
minDestTokenAmount: string;
|
|
8201
8284
|
feeData: {
|
|
8202
8285
|
metabridge: {
|
|
8203
8286
|
amount: string;
|
|
@@ -8357,6 +8440,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8357
8440
|
valueInCurrency: string | null;
|
|
8358
8441
|
usd: string | null;
|
|
8359
8442
|
};
|
|
8443
|
+
minToTokenAmount: {
|
|
8444
|
+
amount: string;
|
|
8445
|
+
valueInCurrency: string | null;
|
|
8446
|
+
usd: string | null;
|
|
8447
|
+
};
|
|
8360
8448
|
swapRate: string;
|
|
8361
8449
|
totalNetworkFee: {
|
|
8362
8450
|
amount: string;
|
|
@@ -8408,6 +8496,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8408
8496
|
requestId: string;
|
|
8409
8497
|
srcTokenAmount: string;
|
|
8410
8498
|
destTokenAmount: string;
|
|
8499
|
+
minDestTokenAmount: string;
|
|
8411
8500
|
feeData: {
|
|
8412
8501
|
metabridge: {
|
|
8413
8502
|
amount: string;
|
|
@@ -8574,6 +8663,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8574
8663
|
requestId: string;
|
|
8575
8664
|
srcTokenAmount: string;
|
|
8576
8665
|
destTokenAmount: string;
|
|
8666
|
+
minDestTokenAmount: string;
|
|
8577
8667
|
feeData: {
|
|
8578
8668
|
metabridge: {
|
|
8579
8669
|
amount: string;
|
|
@@ -8732,6 +8822,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8732
8822
|
valueInCurrency: string | null;
|
|
8733
8823
|
usd: string | null;
|
|
8734
8824
|
};
|
|
8825
|
+
minToTokenAmount: {
|
|
8826
|
+
amount: string;
|
|
8827
|
+
valueInCurrency: string | null;
|
|
8828
|
+
usd: string | null;
|
|
8829
|
+
};
|
|
8735
8830
|
swapRate: string;
|
|
8736
8831
|
totalNetworkFee: {
|
|
8737
8832
|
amount: string;
|
|
@@ -8783,6 +8878,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8783
8878
|
requestId: string;
|
|
8784
8879
|
srcTokenAmount: string;
|
|
8785
8880
|
destTokenAmount: string;
|
|
8881
|
+
minDestTokenAmount: string;
|
|
8786
8882
|
feeData: {
|
|
8787
8883
|
metabridge: {
|
|
8788
8884
|
amount: string;
|
|
@@ -8945,6 +9041,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8945
9041
|
requestId: string;
|
|
8946
9042
|
srcTokenAmount: string;
|
|
8947
9043
|
destTokenAmount: string;
|
|
9044
|
+
minDestTokenAmount: string;
|
|
8948
9045
|
feeData: {
|
|
8949
9046
|
metabridge: {
|
|
8950
9047
|
amount: string;
|
|
@@ -9103,6 +9200,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9103
9200
|
valueInCurrency: string | null;
|
|
9104
9201
|
usd: string | null;
|
|
9105
9202
|
};
|
|
9203
|
+
minToTokenAmount: {
|
|
9204
|
+
amount: string;
|
|
9205
|
+
valueInCurrency: string | null;
|
|
9206
|
+
usd: string | null;
|
|
9207
|
+
};
|
|
9106
9208
|
swapRate: string;
|
|
9107
9209
|
totalNetworkFee: {
|
|
9108
9210
|
amount: string;
|
|
@@ -9154,6 +9256,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9154
9256
|
requestId: string;
|
|
9155
9257
|
srcTokenAmount: string;
|
|
9156
9258
|
destTokenAmount: string;
|
|
9259
|
+
minDestTokenAmount: string;
|
|
9157
9260
|
feeData: {
|
|
9158
9261
|
metabridge: {
|
|
9159
9262
|
amount: string;
|
|
@@ -9304,6 +9407,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9304
9407
|
valueInCurrency: string | null;
|
|
9305
9408
|
usd: string | null;
|
|
9306
9409
|
};
|
|
9410
|
+
minToTokenAmount: {
|
|
9411
|
+
amount: string;
|
|
9412
|
+
valueInCurrency: string | null;
|
|
9413
|
+
usd: string | null;
|
|
9414
|
+
};
|
|
9307
9415
|
swapRate: string;
|
|
9308
9416
|
totalNetworkFee: {
|
|
9309
9417
|
amount: string;
|
|
@@ -9355,6 +9463,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9355
9463
|
requestId: string;
|
|
9356
9464
|
srcTokenAmount: string;
|
|
9357
9465
|
destTokenAmount: string;
|
|
9466
|
+
minDestTokenAmount: string;
|
|
9358
9467
|
feeData: {
|
|
9359
9468
|
metabridge: {
|
|
9360
9469
|
amount: string;
|
|
@@ -9517,6 +9626,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9517
9626
|
requestId: string;
|
|
9518
9627
|
srcTokenAmount: string;
|
|
9519
9628
|
destTokenAmount: string;
|
|
9629
|
+
minDestTokenAmount: string;
|
|
9520
9630
|
feeData: {
|
|
9521
9631
|
metabridge: {
|
|
9522
9632
|
amount: string;
|
|
@@ -9827,6 +9937,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9827
9937
|
requestId: string;
|
|
9828
9938
|
srcTokenAmount: string;
|
|
9829
9939
|
destTokenAmount: string;
|
|
9940
|
+
minDestTokenAmount: string;
|
|
9830
9941
|
feeData: {
|
|
9831
9942
|
metabridge: {
|
|
9832
9943
|
amount: string;
|
|
@@ -10002,6 +10113,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10002
10113
|
requestId: string;
|
|
10003
10114
|
srcTokenAmount: string;
|
|
10004
10115
|
destTokenAmount: string;
|
|
10116
|
+
minDestTokenAmount: string;
|
|
10005
10117
|
feeData: {
|
|
10006
10118
|
metabridge: {
|
|
10007
10119
|
amount: string;
|
|
@@ -10172,6 +10284,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10172
10284
|
requestId: string;
|
|
10173
10285
|
srcTokenAmount: string;
|
|
10174
10286
|
destTokenAmount: string;
|
|
10287
|
+
minDestTokenAmount: string;
|
|
10175
10288
|
feeData: {
|
|
10176
10289
|
metabridge: {
|
|
10177
10290
|
amount: string;
|
|
@@ -10342,6 +10455,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10342
10455
|
requestId: string;
|
|
10343
10456
|
srcTokenAmount: string;
|
|
10344
10457
|
destTokenAmount: string;
|
|
10458
|
+
minDestTokenAmount: string;
|
|
10345
10459
|
feeData: {
|
|
10346
10460
|
metabridge: {
|
|
10347
10461
|
amount: string;
|
|
@@ -10513,6 +10627,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10513
10627
|
requestId: string;
|
|
10514
10628
|
srcTokenAmount: string;
|
|
10515
10629
|
destTokenAmount: string;
|
|
10630
|
+
minDestTokenAmount: string;
|
|
10516
10631
|
feeData: {
|
|
10517
10632
|
metabridge: {
|
|
10518
10633
|
amount: string;
|
|
@@ -10683,6 +10798,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10683
10798
|
requestId: string;
|
|
10684
10799
|
srcTokenAmount: string;
|
|
10685
10800
|
destTokenAmount: string;
|
|
10801
|
+
minDestTokenAmount: string;
|
|
10686
10802
|
feeData: {
|
|
10687
10803
|
metabridge: {
|
|
10688
10804
|
amount: string;
|
|
@@ -10853,6 +10969,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10853
10969
|
requestId: string;
|
|
10854
10970
|
srcTokenAmount: string;
|
|
10855
10971
|
destTokenAmount: string;
|
|
10972
|
+
minDestTokenAmount: string;
|
|
10856
10973
|
feeData: {
|
|
10857
10974
|
metabridge: {
|
|
10858
10975
|
amount: string;
|
|
@@ -11028,6 +11145,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11028
11145
|
requestId: string;
|
|
11029
11146
|
srcTokenAmount: string;
|
|
11030
11147
|
destTokenAmount: string;
|
|
11148
|
+
minDestTokenAmount: string;
|
|
11031
11149
|
feeData: {
|
|
11032
11150
|
metabridge: {
|
|
11033
11151
|
amount: string;
|
|
@@ -11203,6 +11321,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11203
11321
|
requestId: string;
|
|
11204
11322
|
srcTokenAmount: string;
|
|
11205
11323
|
destTokenAmount: string;
|
|
11324
|
+
minDestTokenAmount: string;
|
|
11206
11325
|
feeData: {
|
|
11207
11326
|
metabridge: {
|
|
11208
11327
|
amount: string;
|
|
@@ -11378,6 +11497,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11378
11497
|
requestId: string;
|
|
11379
11498
|
srcTokenAmount: string;
|
|
11380
11499
|
destTokenAmount: string;
|
|
11500
|
+
minDestTokenAmount: string;
|
|
11381
11501
|
feeData: {
|
|
11382
11502
|
metabridge: {
|
|
11383
11503
|
amount: string;
|
|
@@ -11548,6 +11668,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11548
11668
|
requestId: string;
|
|
11549
11669
|
srcTokenAmount: string;
|
|
11550
11670
|
destTokenAmount: string;
|
|
11671
|
+
minDestTokenAmount: string;
|
|
11551
11672
|
feeData: {
|
|
11552
11673
|
metabridge: {
|
|
11553
11674
|
amount: string;
|
|
@@ -11719,6 +11840,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11719
11840
|
requestId: string;
|
|
11720
11841
|
srcTokenAmount: string;
|
|
11721
11842
|
destTokenAmount: string;
|
|
11843
|
+
minDestTokenAmount: string;
|
|
11722
11844
|
feeData: {
|
|
11723
11845
|
metabridge: {
|
|
11724
11846
|
amount: string;
|
|
@@ -11889,6 +12011,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11889
12011
|
requestId: string;
|
|
11890
12012
|
srcTokenAmount: string;
|
|
11891
12013
|
destTokenAmount: string;
|
|
12014
|
+
minDestTokenAmount: string;
|
|
11892
12015
|
feeData: {
|
|
11893
12016
|
metabridge: {
|
|
11894
12017
|
amount: string;
|
|
@@ -12064,6 +12187,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12064
12187
|
requestId: string;
|
|
12065
12188
|
srcTokenAmount: string;
|
|
12066
12189
|
destTokenAmount: string;
|
|
12190
|
+
minDestTokenAmount: string;
|
|
12067
12191
|
feeData: {
|
|
12068
12192
|
metabridge: {
|
|
12069
12193
|
amount: string;
|
|
@@ -12239,6 +12363,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12239
12363
|
requestId: string;
|
|
12240
12364
|
srcTokenAmount: string;
|
|
12241
12365
|
destTokenAmount: string;
|
|
12366
|
+
minDestTokenAmount: string;
|
|
12242
12367
|
feeData: {
|
|
12243
12368
|
metabridge: {
|
|
12244
12369
|
amount: string;
|
|
@@ -12398,6 +12523,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12398
12523
|
valueInCurrency: string | null;
|
|
12399
12524
|
usd: string | null;
|
|
12400
12525
|
};
|
|
12526
|
+
minToTokenAmount: {
|
|
12527
|
+
amount: string;
|
|
12528
|
+
valueInCurrency: string | null;
|
|
12529
|
+
usd: string | null;
|
|
12530
|
+
};
|
|
12401
12531
|
swapRate: string;
|
|
12402
12532
|
totalNetworkFee: {
|
|
12403
12533
|
amount: string;
|
|
@@ -12449,6 +12579,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12449
12579
|
requestId: string;
|
|
12450
12580
|
srcTokenAmount: string;
|
|
12451
12581
|
destTokenAmount: string;
|
|
12582
|
+
minDestTokenAmount: string;
|
|
12452
12583
|
feeData: {
|
|
12453
12584
|
metabridge: {
|
|
12454
12585
|
amount: string;
|
|
@@ -12610,6 +12741,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12610
12741
|
requestId: string;
|
|
12611
12742
|
srcTokenAmount: string;
|
|
12612
12743
|
destTokenAmount: string;
|
|
12744
|
+
minDestTokenAmount: string;
|
|
12613
12745
|
feeData: {
|
|
12614
12746
|
metabridge: {
|
|
12615
12747
|
amount: string;
|
|
@@ -12765,6 +12897,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12765
12897
|
valueInCurrency: string | null;
|
|
12766
12898
|
usd: string | null;
|
|
12767
12899
|
};
|
|
12900
|
+
minToTokenAmount: {
|
|
12901
|
+
amount: string;
|
|
12902
|
+
valueInCurrency: string | null;
|
|
12903
|
+
usd: string | null;
|
|
12904
|
+
};
|
|
12768
12905
|
swapRate: string;
|
|
12769
12906
|
totalNetworkFee: {
|
|
12770
12907
|
amount: string;
|
|
@@ -12816,6 +12953,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12816
12953
|
requestId: string;
|
|
12817
12954
|
srcTokenAmount: string;
|
|
12818
12955
|
destTokenAmount: string;
|
|
12956
|
+
minDestTokenAmount: string;
|
|
12819
12957
|
feeData: {
|
|
12820
12958
|
metabridge: {
|
|
12821
12959
|
amount: string;
|
|
@@ -12977,6 +13115,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12977
13115
|
requestId: string;
|
|
12978
13116
|
srcTokenAmount: string;
|
|
12979
13117
|
destTokenAmount: string;
|
|
13118
|
+
minDestTokenAmount: string;
|
|
12980
13119
|
feeData: {
|
|
12981
13120
|
metabridge: {
|
|
12982
13121
|
amount: string;
|
|
@@ -13152,6 +13291,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13152
13291
|
requestId: string;
|
|
13153
13292
|
srcTokenAmount: string;
|
|
13154
13293
|
destTokenAmount: string;
|
|
13294
|
+
minDestTokenAmount: string;
|
|
13155
13295
|
feeData: {
|
|
13156
13296
|
metabridge: {
|
|
13157
13297
|
amount: string;
|
|
@@ -13311,6 +13451,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13311
13451
|
valueInCurrency: string | null;
|
|
13312
13452
|
usd: string | null;
|
|
13313
13453
|
};
|
|
13454
|
+
minToTokenAmount: {
|
|
13455
|
+
amount: string;
|
|
13456
|
+
valueInCurrency: string | null;
|
|
13457
|
+
usd: string | null;
|
|
13458
|
+
};
|
|
13314
13459
|
swapRate: string;
|
|
13315
13460
|
totalNetworkFee: {
|
|
13316
13461
|
amount: string;
|
|
@@ -13362,6 +13507,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13362
13507
|
requestId: string;
|
|
13363
13508
|
srcTokenAmount: string;
|
|
13364
13509
|
destTokenAmount: string;
|
|
13510
|
+
minDestTokenAmount: string;
|
|
13365
13511
|
feeData: {
|
|
13366
13512
|
metabridge: {
|
|
13367
13513
|
amount: string;
|
|
@@ -13528,6 +13674,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13528
13674
|
requestId: string;
|
|
13529
13675
|
srcTokenAmount: string;
|
|
13530
13676
|
destTokenAmount: string;
|
|
13677
|
+
minDestTokenAmount: string;
|
|
13531
13678
|
feeData: {
|
|
13532
13679
|
metabridge: {
|
|
13533
13680
|
amount: string;
|
|
@@ -13686,6 +13833,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13686
13833
|
valueInCurrency: string | null;
|
|
13687
13834
|
usd: string | null;
|
|
13688
13835
|
};
|
|
13836
|
+
minToTokenAmount: {
|
|
13837
|
+
amount: string;
|
|
13838
|
+
valueInCurrency: string | null;
|
|
13839
|
+
usd: string | null;
|
|
13840
|
+
};
|
|
13689
13841
|
swapRate: string;
|
|
13690
13842
|
totalNetworkFee: {
|
|
13691
13843
|
amount: string;
|
|
@@ -13737,6 +13889,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13737
13889
|
requestId: string;
|
|
13738
13890
|
srcTokenAmount: string;
|
|
13739
13891
|
destTokenAmount: string;
|
|
13892
|
+
minDestTokenAmount: string;
|
|
13740
13893
|
feeData: {
|
|
13741
13894
|
metabridge: {
|
|
13742
13895
|
amount: string;
|
|
@@ -13899,6 +14052,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13899
14052
|
requestId: string;
|
|
13900
14053
|
srcTokenAmount: string;
|
|
13901
14054
|
destTokenAmount: string;
|
|
14055
|
+
minDestTokenAmount: string;
|
|
13902
14056
|
feeData: {
|
|
13903
14057
|
metabridge: {
|
|
13904
14058
|
amount: string;
|
|
@@ -14057,6 +14211,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14057
14211
|
valueInCurrency: string | null;
|
|
14058
14212
|
usd: string | null;
|
|
14059
14213
|
};
|
|
14214
|
+
minToTokenAmount: {
|
|
14215
|
+
amount: string;
|
|
14216
|
+
valueInCurrency: string | null;
|
|
14217
|
+
usd: string | null;
|
|
14218
|
+
};
|
|
14060
14219
|
swapRate: string;
|
|
14061
14220
|
totalNetworkFee: {
|
|
14062
14221
|
amount: string;
|
|
@@ -14108,6 +14267,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14108
14267
|
requestId: string;
|
|
14109
14268
|
srcTokenAmount: string;
|
|
14110
14269
|
destTokenAmount: string;
|
|
14270
|
+
minDestTokenAmount: string;
|
|
14111
14271
|
feeData: {
|
|
14112
14272
|
metabridge: {
|
|
14113
14273
|
amount: string;
|
|
@@ -14258,6 +14418,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14258
14418
|
valueInCurrency: string | null;
|
|
14259
14419
|
usd: string | null;
|
|
14260
14420
|
};
|
|
14421
|
+
minToTokenAmount: {
|
|
14422
|
+
amount: string;
|
|
14423
|
+
valueInCurrency: string | null;
|
|
14424
|
+
usd: string | null;
|
|
14425
|
+
};
|
|
14261
14426
|
swapRate: string;
|
|
14262
14427
|
totalNetworkFee: {
|
|
14263
14428
|
amount: string;
|
|
@@ -14309,6 +14474,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14309
14474
|
requestId: string;
|
|
14310
14475
|
srcTokenAmount: string;
|
|
14311
14476
|
destTokenAmount: string;
|
|
14477
|
+
minDestTokenAmount: string;
|
|
14312
14478
|
feeData: {
|
|
14313
14479
|
metabridge: {
|
|
14314
14480
|
amount: string;
|
|
@@ -14471,6 +14637,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14471
14637
|
requestId: string;
|
|
14472
14638
|
srcTokenAmount: string;
|
|
14473
14639
|
destTokenAmount: string;
|
|
14640
|
+
minDestTokenAmount: string;
|
|
14474
14641
|
feeData: {
|
|
14475
14642
|
metabridge: {
|
|
14476
14643
|
amount: string;
|
|
@@ -14777,6 +14944,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14777
14944
|
requestId: string;
|
|
14778
14945
|
srcTokenAmount: string;
|
|
14779
14946
|
destTokenAmount: string;
|
|
14947
|
+
minDestTokenAmount: string;
|
|
14780
14948
|
feeData: {
|
|
14781
14949
|
metabridge: {
|
|
14782
14950
|
amount: string;
|