@metamask/bridge-controller 64.0.0 → 64.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 +23 -1
- package/dist/bridge-controller.cjs.map +1 -1
- package/dist/bridge-controller.d.cts +2 -2
- package/dist/bridge-controller.d.cts.map +1 -1
- package/dist/bridge-controller.d.mts +2 -2
- package/dist/bridge-controller.d.mts.map +1 -1
- package/dist/bridge-controller.mjs.map +1 -1
- package/dist/selectors.cjs +11 -2
- package/dist/selectors.cjs.map +1 -1
- package/dist/selectors.d.cts +474 -18
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +474 -18
- package/dist/selectors.d.mts.map +1 -1
- package/dist/selectors.mjs +11 -2
- package/dist/selectors.mjs.map +1 -1
- package/dist/utils/assets.cjs.map +1 -1
- package/dist/utils/assets.d.cts.map +1 -1
- package/dist/utils/assets.d.mts.map +1 -1
- package/dist/utils/assets.mjs.map +1 -1
- package/dist/utils/bridge.cjs.map +1 -1
- package/dist/utils/bridge.d.cts +1 -2
- package/dist/utils/bridge.d.cts.map +1 -1
- package/dist/utils/bridge.d.mts +1 -2
- package/dist/utils/bridge.d.mts.map +1 -1
- package/dist/utils/bridge.mjs.map +1 -1
- package/dist/utils/caip-formatters.cjs.map +1 -1
- package/dist/utils/caip-formatters.d.cts +1 -2
- package/dist/utils/caip-formatters.d.cts.map +1 -1
- package/dist/utils/caip-formatters.d.mts +1 -2
- package/dist/utils/caip-formatters.d.mts.map +1 -1
- package/dist/utils/caip-formatters.mjs.map +1 -1
- package/dist/utils/fetch.cjs.map +1 -1
- package/dist/utils/fetch.d.cts.map +1 -1
- package/dist/utils/fetch.d.mts.map +1 -1
- package/dist/utils/fetch.mjs.map +1 -1
- package/dist/utils/metrics/properties.cjs.map +1 -1
- package/dist/utils/metrics/properties.d.cts +1 -2
- package/dist/utils/metrics/properties.d.cts.map +1 -1
- package/dist/utils/metrics/properties.d.mts +1 -2
- package/dist/utils/metrics/properties.d.mts.map +1 -1
- package/dist/utils/metrics/properties.mjs.map +1 -1
- package/dist/utils/quote-fees.cjs +1 -0
- package/dist/utils/quote-fees.cjs.map +1 -1
- package/dist/utils/quote-fees.d.cts.map +1 -1
- package/dist/utils/quote-fees.d.mts.map +1 -1
- package/dist/utils/quote-fees.mjs +1 -0
- package/dist/utils/quote-fees.mjs.map +1 -1
- package/dist/utils/quote.cjs +7 -11
- package/dist/utils/quote.cjs.map +1 -1
- package/dist/utils/quote.d.cts +4 -5
- package/dist/utils/quote.d.cts.map +1 -1
- package/dist/utils/quote.d.mts +4 -5
- package/dist/utils/quote.d.mts.map +1 -1
- package/dist/utils/quote.mjs +7 -11
- package/dist/utils/quote.mjs.map +1 -1
- package/dist/utils/trade-utils.d.cts +1 -0
- package/dist/utils/trade-utils.d.cts.map +1 -1
- package/dist/utils/trade-utils.d.mts +1 -0
- package/dist/utils/trade-utils.d.mts.map +1 -1
- package/dist/utils/validators.cjs +1 -0
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +9 -0
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +9 -0
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +1 -0
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +4 -4
package/dist/selectors.d.mts
CHANGED
|
@@ -968,6 +968,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
968
968
|
contract?: {
|
|
969
969
|
type?: string | undefined;
|
|
970
970
|
}[] | undefined;
|
|
971
|
+
fee_limit?: number | undefined;
|
|
971
972
|
} | null | undefined;
|
|
972
973
|
};
|
|
973
974
|
approval?: {
|
|
@@ -985,6 +986,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
985
986
|
contract?: {
|
|
986
987
|
type?: string | undefined;
|
|
987
988
|
}[] | undefined;
|
|
989
|
+
fee_limit?: number | undefined;
|
|
988
990
|
} | null | undefined;
|
|
989
991
|
} | undefined;
|
|
990
992
|
} & {
|
|
@@ -1006,6 +1008,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1006
1008
|
contract?: {
|
|
1007
1009
|
type?: string | undefined;
|
|
1008
1010
|
}[] | undefined;
|
|
1011
|
+
fee_limit?: number | undefined;
|
|
1009
1012
|
} | null | undefined;
|
|
1010
1013
|
};
|
|
1011
1014
|
approval?: {
|
|
@@ -1023,6 +1026,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1023
1026
|
contract?: {
|
|
1024
1027
|
type?: string | undefined;
|
|
1025
1028
|
}[] | undefined;
|
|
1029
|
+
fee_limit?: number | undefined;
|
|
1026
1030
|
} | null | undefined;
|
|
1027
1031
|
} | undefined;
|
|
1028
1032
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -1190,6 +1194,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1190
1194
|
contract?: {
|
|
1191
1195
|
type?: string | undefined;
|
|
1192
1196
|
}[] | undefined;
|
|
1197
|
+
fee_limit?: number | undefined;
|
|
1193
1198
|
} | null | undefined;
|
|
1194
1199
|
};
|
|
1195
1200
|
approval?: {
|
|
@@ -1207,6 +1212,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1207
1212
|
contract?: {
|
|
1208
1213
|
type?: string | undefined;
|
|
1209
1214
|
}[] | undefined;
|
|
1215
|
+
fee_limit?: number | undefined;
|
|
1210
1216
|
} | null | undefined;
|
|
1211
1217
|
} | undefined;
|
|
1212
1218
|
} & {
|
|
@@ -1228,6 +1234,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1228
1234
|
contract?: {
|
|
1229
1235
|
type?: string | undefined;
|
|
1230
1236
|
}[] | undefined;
|
|
1237
|
+
fee_limit?: number | undefined;
|
|
1231
1238
|
} | null | undefined;
|
|
1232
1239
|
};
|
|
1233
1240
|
approval?: {
|
|
@@ -1245,6 +1252,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1245
1252
|
contract?: {
|
|
1246
1253
|
type?: string | undefined;
|
|
1247
1254
|
}[] | undefined;
|
|
1255
|
+
fee_limit?: number | undefined;
|
|
1248
1256
|
} | null | undefined;
|
|
1249
1257
|
} | undefined;
|
|
1250
1258
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -1412,6 +1420,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1412
1420
|
contract?: {
|
|
1413
1421
|
type?: string | undefined;
|
|
1414
1422
|
}[] | undefined;
|
|
1423
|
+
fee_limit?: number | undefined;
|
|
1415
1424
|
} | null | undefined;
|
|
1416
1425
|
};
|
|
1417
1426
|
approval?: {
|
|
@@ -1429,6 +1438,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1429
1438
|
contract?: {
|
|
1430
1439
|
type?: string | undefined;
|
|
1431
1440
|
}[] | undefined;
|
|
1441
|
+
fee_limit?: number | undefined;
|
|
1432
1442
|
} | null | undefined;
|
|
1433
1443
|
} | undefined;
|
|
1434
1444
|
} & {
|
|
@@ -1450,6 +1460,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1450
1460
|
contract?: {
|
|
1451
1461
|
type?: string | undefined;
|
|
1452
1462
|
}[] | undefined;
|
|
1463
|
+
fee_limit?: number | undefined;
|
|
1453
1464
|
} | null | undefined;
|
|
1454
1465
|
};
|
|
1455
1466
|
approval?: {
|
|
@@ -1467,6 +1478,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1467
1478
|
contract?: {
|
|
1468
1479
|
type?: string | undefined;
|
|
1469
1480
|
}[] | undefined;
|
|
1481
|
+
fee_limit?: number | undefined;
|
|
1470
1482
|
} | null | undefined;
|
|
1471
1483
|
} | undefined;
|
|
1472
1484
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -1645,6 +1657,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1645
1657
|
contract?: {
|
|
1646
1658
|
type?: string | undefined;
|
|
1647
1659
|
}[] | undefined;
|
|
1660
|
+
fee_limit?: number | undefined;
|
|
1648
1661
|
} | null | undefined;
|
|
1649
1662
|
};
|
|
1650
1663
|
approval?: {
|
|
@@ -1662,6 +1675,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1662
1675
|
contract?: {
|
|
1663
1676
|
type?: string | undefined;
|
|
1664
1677
|
}[] | undefined;
|
|
1678
|
+
fee_limit?: number | undefined;
|
|
1665
1679
|
} | null | undefined;
|
|
1666
1680
|
} | undefined;
|
|
1667
1681
|
} & {
|
|
@@ -1683,6 +1697,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1683
1697
|
contract?: {
|
|
1684
1698
|
type?: string | undefined;
|
|
1685
1699
|
}[] | undefined;
|
|
1700
|
+
fee_limit?: number | undefined;
|
|
1686
1701
|
} | null | undefined;
|
|
1687
1702
|
};
|
|
1688
1703
|
approval?: {
|
|
@@ -1700,6 +1715,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1700
1715
|
contract?: {
|
|
1701
1716
|
type?: string | undefined;
|
|
1702
1717
|
}[] | undefined;
|
|
1718
|
+
fee_limit?: number | undefined;
|
|
1703
1719
|
} | null | undefined;
|
|
1704
1720
|
} | undefined;
|
|
1705
1721
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -1866,6 +1882,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1866
1882
|
contract?: {
|
|
1867
1883
|
type?: string | undefined;
|
|
1868
1884
|
}[] | undefined;
|
|
1885
|
+
fee_limit?: number | undefined;
|
|
1869
1886
|
} | null | undefined;
|
|
1870
1887
|
};
|
|
1871
1888
|
approval?: {
|
|
@@ -1883,6 +1900,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1883
1900
|
contract?: {
|
|
1884
1901
|
type?: string | undefined;
|
|
1885
1902
|
}[] | undefined;
|
|
1903
|
+
fee_limit?: number | undefined;
|
|
1886
1904
|
} | null | undefined;
|
|
1887
1905
|
} | undefined;
|
|
1888
1906
|
} & {
|
|
@@ -1904,6 +1922,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1904
1922
|
contract?: {
|
|
1905
1923
|
type?: string | undefined;
|
|
1906
1924
|
}[] | undefined;
|
|
1925
|
+
fee_limit?: number | undefined;
|
|
1907
1926
|
} | null | undefined;
|
|
1908
1927
|
};
|
|
1909
1928
|
approval?: {
|
|
@@ -1921,6 +1940,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1921
1940
|
contract?: {
|
|
1922
1941
|
type?: string | undefined;
|
|
1923
1942
|
}[] | undefined;
|
|
1943
|
+
fee_limit?: number | undefined;
|
|
1924
1944
|
} | null | undefined;
|
|
1925
1945
|
} | undefined;
|
|
1926
1946
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -2087,6 +2107,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2087
2107
|
contract?: {
|
|
2088
2108
|
type?: string | undefined;
|
|
2089
2109
|
}[] | undefined;
|
|
2110
|
+
fee_limit?: number | undefined;
|
|
2090
2111
|
} | null | undefined;
|
|
2091
2112
|
};
|
|
2092
2113
|
approval?: {
|
|
@@ -2104,6 +2125,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2104
2125
|
contract?: {
|
|
2105
2126
|
type?: string | undefined;
|
|
2106
2127
|
}[] | undefined;
|
|
2128
|
+
fee_limit?: number | undefined;
|
|
2107
2129
|
} | null | undefined;
|
|
2108
2130
|
} | undefined;
|
|
2109
2131
|
} & {
|
|
@@ -2125,6 +2147,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2125
2147
|
contract?: {
|
|
2126
2148
|
type?: string | undefined;
|
|
2127
2149
|
}[] | undefined;
|
|
2150
|
+
fee_limit?: number | undefined;
|
|
2128
2151
|
} | null | undefined;
|
|
2129
2152
|
};
|
|
2130
2153
|
approval?: {
|
|
@@ -2142,6 +2165,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2142
2165
|
contract?: {
|
|
2143
2166
|
type?: string | undefined;
|
|
2144
2167
|
}[] | undefined;
|
|
2168
|
+
fee_limit?: number | undefined;
|
|
2145
2169
|
} | null | undefined;
|
|
2146
2170
|
} | undefined;
|
|
2147
2171
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -2309,6 +2333,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2309
2333
|
contract?: {
|
|
2310
2334
|
type?: string | undefined;
|
|
2311
2335
|
}[] | undefined;
|
|
2336
|
+
fee_limit?: number | undefined;
|
|
2312
2337
|
} | null | undefined;
|
|
2313
2338
|
};
|
|
2314
2339
|
approval?: {
|
|
@@ -2326,6 +2351,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2326
2351
|
contract?: {
|
|
2327
2352
|
type?: string | undefined;
|
|
2328
2353
|
}[] | undefined;
|
|
2354
|
+
fee_limit?: number | undefined;
|
|
2329
2355
|
} | null | undefined;
|
|
2330
2356
|
} | undefined;
|
|
2331
2357
|
} & {
|
|
@@ -2347,6 +2373,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2347
2373
|
contract?: {
|
|
2348
2374
|
type?: string | undefined;
|
|
2349
2375
|
}[] | undefined;
|
|
2376
|
+
fee_limit?: number | undefined;
|
|
2350
2377
|
} | null | undefined;
|
|
2351
2378
|
};
|
|
2352
2379
|
approval?: {
|
|
@@ -2364,6 +2391,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2364
2391
|
contract?: {
|
|
2365
2392
|
type?: string | undefined;
|
|
2366
2393
|
}[] | undefined;
|
|
2394
|
+
fee_limit?: number | undefined;
|
|
2367
2395
|
} | null | undefined;
|
|
2368
2396
|
} | undefined;
|
|
2369
2397
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -2531,6 +2559,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2531
2559
|
contract?: {
|
|
2532
2560
|
type?: string | undefined;
|
|
2533
2561
|
}[] | undefined;
|
|
2562
|
+
fee_limit?: number | undefined;
|
|
2534
2563
|
} | null | undefined;
|
|
2535
2564
|
};
|
|
2536
2565
|
approval?: {
|
|
@@ -2548,6 +2577,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2548
2577
|
contract?: {
|
|
2549
2578
|
type?: string | undefined;
|
|
2550
2579
|
}[] | undefined;
|
|
2580
|
+
fee_limit?: number | undefined;
|
|
2551
2581
|
} | null | undefined;
|
|
2552
2582
|
} | undefined;
|
|
2553
2583
|
} & {
|
|
@@ -2569,6 +2599,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2569
2599
|
contract?: {
|
|
2570
2600
|
type?: string | undefined;
|
|
2571
2601
|
}[] | undefined;
|
|
2602
|
+
fee_limit?: number | undefined;
|
|
2572
2603
|
} | null | undefined;
|
|
2573
2604
|
};
|
|
2574
2605
|
approval?: {
|
|
@@ -2586,6 +2617,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2586
2617
|
contract?: {
|
|
2587
2618
|
type?: string | undefined;
|
|
2588
2619
|
}[] | undefined;
|
|
2620
|
+
fee_limit?: number | undefined;
|
|
2589
2621
|
} | null | undefined;
|
|
2590
2622
|
} | undefined;
|
|
2591
2623
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -2753,6 +2785,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2753
2785
|
contract?: {
|
|
2754
2786
|
type?: string | undefined;
|
|
2755
2787
|
}[] | undefined;
|
|
2788
|
+
fee_limit?: number | undefined;
|
|
2756
2789
|
} | null | undefined;
|
|
2757
2790
|
};
|
|
2758
2791
|
approval?: {
|
|
@@ -2770,6 +2803,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2770
2803
|
contract?: {
|
|
2771
2804
|
type?: string | undefined;
|
|
2772
2805
|
}[] | undefined;
|
|
2806
|
+
fee_limit?: number | undefined;
|
|
2773
2807
|
} | null | undefined;
|
|
2774
2808
|
} | undefined;
|
|
2775
2809
|
} & {
|
|
@@ -2791,6 +2825,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2791
2825
|
contract?: {
|
|
2792
2826
|
type?: string | undefined;
|
|
2793
2827
|
}[] | undefined;
|
|
2828
|
+
fee_limit?: number | undefined;
|
|
2794
2829
|
} | null | undefined;
|
|
2795
2830
|
};
|
|
2796
2831
|
approval?: {
|
|
@@ -2808,6 +2843,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2808
2843
|
contract?: {
|
|
2809
2844
|
type?: string | undefined;
|
|
2810
2845
|
}[] | undefined;
|
|
2846
|
+
fee_limit?: number | undefined;
|
|
2811
2847
|
} | null | undefined;
|
|
2812
2848
|
} | undefined;
|
|
2813
2849
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -2982,6 +3018,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2982
3018
|
contract?: {
|
|
2983
3019
|
type?: string | undefined;
|
|
2984
3020
|
}[] | undefined;
|
|
3021
|
+
fee_limit?: number | undefined;
|
|
2985
3022
|
} | null | undefined;
|
|
2986
3023
|
};
|
|
2987
3024
|
approval?: {
|
|
@@ -2999,6 +3036,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2999
3036
|
contract?: {
|
|
3000
3037
|
type?: string | undefined;
|
|
3001
3038
|
}[] | undefined;
|
|
3039
|
+
fee_limit?: number | undefined;
|
|
3002
3040
|
} | null | undefined;
|
|
3003
3041
|
} | undefined;
|
|
3004
3042
|
} & {
|
|
@@ -3020,6 +3058,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3020
3058
|
contract?: {
|
|
3021
3059
|
type?: string | undefined;
|
|
3022
3060
|
}[] | undefined;
|
|
3061
|
+
fee_limit?: number | undefined;
|
|
3023
3062
|
} | null | undefined;
|
|
3024
3063
|
};
|
|
3025
3064
|
approval?: {
|
|
@@ -3037,6 +3076,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3037
3076
|
contract?: {
|
|
3038
3077
|
type?: string | undefined;
|
|
3039
3078
|
}[] | undefined;
|
|
3079
|
+
fee_limit?: number | undefined;
|
|
3040
3080
|
} | null | undefined;
|
|
3041
3081
|
} | undefined;
|
|
3042
3082
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -3203,6 +3243,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3203
3243
|
contract?: {
|
|
3204
3244
|
type?: string | undefined;
|
|
3205
3245
|
}[] | undefined;
|
|
3246
|
+
fee_limit?: number | undefined;
|
|
3206
3247
|
} | null | undefined;
|
|
3207
3248
|
};
|
|
3208
3249
|
approval?: {
|
|
@@ -3220,6 +3261,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3220
3261
|
contract?: {
|
|
3221
3262
|
type?: string | undefined;
|
|
3222
3263
|
}[] | undefined;
|
|
3264
|
+
fee_limit?: number | undefined;
|
|
3223
3265
|
} | null | undefined;
|
|
3224
3266
|
} | undefined;
|
|
3225
3267
|
} & {
|
|
@@ -3241,6 +3283,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3241
3283
|
contract?: {
|
|
3242
3284
|
type?: string | undefined;
|
|
3243
3285
|
}[] | undefined;
|
|
3286
|
+
fee_limit?: number | undefined;
|
|
3244
3287
|
} | null | undefined;
|
|
3245
3288
|
};
|
|
3246
3289
|
approval?: {
|
|
@@ -3258,6 +3301,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3258
3301
|
contract?: {
|
|
3259
3302
|
type?: string | undefined;
|
|
3260
3303
|
}[] | undefined;
|
|
3304
|
+
fee_limit?: number | undefined;
|
|
3261
3305
|
} | null | undefined;
|
|
3262
3306
|
} | undefined;
|
|
3263
3307
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -3424,6 +3468,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3424
3468
|
contract?: {
|
|
3425
3469
|
type?: string | undefined;
|
|
3426
3470
|
}[] | undefined;
|
|
3471
|
+
fee_limit?: number | undefined;
|
|
3427
3472
|
} | null | undefined;
|
|
3428
3473
|
};
|
|
3429
3474
|
approval?: {
|
|
@@ -3441,6 +3486,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3441
3486
|
contract?: {
|
|
3442
3487
|
type?: string | undefined;
|
|
3443
3488
|
}[] | undefined;
|
|
3489
|
+
fee_limit?: number | undefined;
|
|
3444
3490
|
} | null | undefined;
|
|
3445
3491
|
} | undefined;
|
|
3446
3492
|
} & {
|
|
@@ -3462,6 +3508,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3462
3508
|
contract?: {
|
|
3463
3509
|
type?: string | undefined;
|
|
3464
3510
|
}[] | undefined;
|
|
3511
|
+
fee_limit?: number | undefined;
|
|
3465
3512
|
} | null | undefined;
|
|
3466
3513
|
};
|
|
3467
3514
|
approval?: {
|
|
@@ -3479,6 +3526,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3479
3526
|
contract?: {
|
|
3480
3527
|
type?: string | undefined;
|
|
3481
3528
|
}[] | undefined;
|
|
3529
|
+
fee_limit?: number | undefined;
|
|
3482
3530
|
} | null | undefined;
|
|
3483
3531
|
} | undefined;
|
|
3484
3532
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -3646,6 +3694,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3646
3694
|
contract?: {
|
|
3647
3695
|
type?: string | undefined;
|
|
3648
3696
|
}[] | undefined;
|
|
3697
|
+
fee_limit?: number | undefined;
|
|
3649
3698
|
} | null | undefined;
|
|
3650
3699
|
};
|
|
3651
3700
|
approval?: {
|
|
@@ -3663,6 +3712,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3663
3712
|
contract?: {
|
|
3664
3713
|
type?: string | undefined;
|
|
3665
3714
|
}[] | undefined;
|
|
3715
|
+
fee_limit?: number | undefined;
|
|
3666
3716
|
} | null | undefined;
|
|
3667
3717
|
} | undefined;
|
|
3668
3718
|
} & {
|
|
@@ -3684,6 +3734,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3684
3734
|
contract?: {
|
|
3685
3735
|
type?: string | undefined;
|
|
3686
3736
|
}[] | undefined;
|
|
3737
|
+
fee_limit?: number | undefined;
|
|
3687
3738
|
} | null | undefined;
|
|
3688
3739
|
};
|
|
3689
3740
|
approval?: {
|
|
@@ -3701,6 +3752,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3701
3752
|
contract?: {
|
|
3702
3753
|
type?: string | undefined;
|
|
3703
3754
|
}[] | undefined;
|
|
3755
|
+
fee_limit?: number | undefined;
|
|
3704
3756
|
} | null | undefined;
|
|
3705
3757
|
} | undefined;
|
|
3706
3758
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -3868,6 +3920,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3868
3920
|
contract?: {
|
|
3869
3921
|
type?: string | undefined;
|
|
3870
3922
|
}[] | undefined;
|
|
3923
|
+
fee_limit?: number | undefined;
|
|
3871
3924
|
} | null | undefined;
|
|
3872
3925
|
};
|
|
3873
3926
|
approval?: {
|
|
@@ -3885,6 +3938,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3885
3938
|
contract?: {
|
|
3886
3939
|
type?: string | undefined;
|
|
3887
3940
|
}[] | undefined;
|
|
3941
|
+
fee_limit?: number | undefined;
|
|
3888
3942
|
} | null | undefined;
|
|
3889
3943
|
} | undefined;
|
|
3890
3944
|
} & {
|
|
@@ -3906,6 +3960,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3906
3960
|
contract?: {
|
|
3907
3961
|
type?: string | undefined;
|
|
3908
3962
|
}[] | undefined;
|
|
3963
|
+
fee_limit?: number | undefined;
|
|
3909
3964
|
} | null | undefined;
|
|
3910
3965
|
};
|
|
3911
3966
|
approval?: {
|
|
@@ -3923,6 +3978,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3923
3978
|
contract?: {
|
|
3924
3979
|
type?: string | undefined;
|
|
3925
3980
|
}[] | undefined;
|
|
3981
|
+
fee_limit?: number | undefined;
|
|
3926
3982
|
} | null | undefined;
|
|
3927
3983
|
} | undefined;
|
|
3928
3984
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -4090,6 +4146,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4090
4146
|
contract?: {
|
|
4091
4147
|
type?: string | undefined;
|
|
4092
4148
|
}[] | undefined;
|
|
4149
|
+
fee_limit?: number | undefined;
|
|
4093
4150
|
} | null | undefined;
|
|
4094
4151
|
};
|
|
4095
4152
|
approval?: {
|
|
@@ -4107,6 +4164,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4107
4164
|
contract?: {
|
|
4108
4165
|
type?: string | undefined;
|
|
4109
4166
|
}[] | undefined;
|
|
4167
|
+
fee_limit?: number | undefined;
|
|
4110
4168
|
} | null | undefined;
|
|
4111
4169
|
} | undefined;
|
|
4112
4170
|
} & {
|
|
@@ -4128,6 +4186,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4128
4186
|
contract?: {
|
|
4129
4187
|
type?: string | undefined;
|
|
4130
4188
|
}[] | undefined;
|
|
4189
|
+
fee_limit?: number | undefined;
|
|
4131
4190
|
} | null | undefined;
|
|
4132
4191
|
};
|
|
4133
4192
|
approval?: {
|
|
@@ -4145,6 +4204,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4145
4204
|
contract?: {
|
|
4146
4205
|
type?: string | undefined;
|
|
4147
4206
|
}[] | undefined;
|
|
4207
|
+
fee_limit?: number | undefined;
|
|
4148
4208
|
} | null | undefined;
|
|
4149
4209
|
} | undefined;
|
|
4150
4210
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -4324,6 +4384,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4324
4384
|
contract?: {
|
|
4325
4385
|
type?: string | undefined;
|
|
4326
4386
|
}[] | undefined;
|
|
4387
|
+
fee_limit?: number | undefined;
|
|
4327
4388
|
} | null | undefined;
|
|
4328
4389
|
};
|
|
4329
4390
|
approval?: {
|
|
@@ -4341,6 +4402,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4341
4402
|
contract?: {
|
|
4342
4403
|
type?: string | undefined;
|
|
4343
4404
|
}[] | undefined;
|
|
4405
|
+
fee_limit?: number | undefined;
|
|
4344
4406
|
} | null | undefined;
|
|
4345
4407
|
} | undefined;
|
|
4346
4408
|
} & {
|
|
@@ -4362,6 +4424,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4362
4424
|
contract?: {
|
|
4363
4425
|
type?: string | undefined;
|
|
4364
4426
|
}[] | undefined;
|
|
4427
|
+
fee_limit?: number | undefined;
|
|
4365
4428
|
} | null | undefined;
|
|
4366
4429
|
};
|
|
4367
4430
|
approval?: {
|
|
@@ -4379,6 +4442,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4379
4442
|
contract?: {
|
|
4380
4443
|
type?: string | undefined;
|
|
4381
4444
|
}[] | undefined;
|
|
4445
|
+
fee_limit?: number | undefined;
|
|
4382
4446
|
} | null | undefined;
|
|
4383
4447
|
} | undefined;
|
|
4384
4448
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -4546,6 +4610,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4546
4610
|
contract?: {
|
|
4547
4611
|
type?: string | undefined;
|
|
4548
4612
|
}[] | undefined;
|
|
4613
|
+
fee_limit?: number | undefined;
|
|
4549
4614
|
} | null | undefined;
|
|
4550
4615
|
};
|
|
4551
4616
|
approval?: {
|
|
@@ -4563,6 +4628,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4563
4628
|
contract?: {
|
|
4564
4629
|
type?: string | undefined;
|
|
4565
4630
|
}[] | undefined;
|
|
4631
|
+
fee_limit?: number | undefined;
|
|
4566
4632
|
} | null | undefined;
|
|
4567
4633
|
} | undefined;
|
|
4568
4634
|
} & {
|
|
@@ -4584,6 +4650,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4584
4650
|
contract?: {
|
|
4585
4651
|
type?: string | undefined;
|
|
4586
4652
|
}[] | undefined;
|
|
4653
|
+
fee_limit?: number | undefined;
|
|
4587
4654
|
} | null | undefined;
|
|
4588
4655
|
};
|
|
4589
4656
|
approval?: {
|
|
@@ -4601,6 +4668,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4601
4668
|
contract?: {
|
|
4602
4669
|
type?: string | undefined;
|
|
4603
4670
|
}[] | undefined;
|
|
4671
|
+
fee_limit?: number | undefined;
|
|
4604
4672
|
} | null | undefined;
|
|
4605
4673
|
} | undefined;
|
|
4606
4674
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -4768,6 +4836,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4768
4836
|
contract?: {
|
|
4769
4837
|
type?: string | undefined;
|
|
4770
4838
|
}[] | undefined;
|
|
4839
|
+
fee_limit?: number | undefined;
|
|
4771
4840
|
} | null | undefined;
|
|
4772
4841
|
};
|
|
4773
4842
|
approval?: {
|
|
@@ -4785,6 +4854,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4785
4854
|
contract?: {
|
|
4786
4855
|
type?: string | undefined;
|
|
4787
4856
|
}[] | undefined;
|
|
4857
|
+
fee_limit?: number | undefined;
|
|
4788
4858
|
} | null | undefined;
|
|
4789
4859
|
} | undefined;
|
|
4790
4860
|
} & {
|
|
@@ -4806,6 +4876,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4806
4876
|
contract?: {
|
|
4807
4877
|
type?: string | undefined;
|
|
4808
4878
|
}[] | undefined;
|
|
4879
|
+
fee_limit?: number | undefined;
|
|
4809
4880
|
} | null | undefined;
|
|
4810
4881
|
};
|
|
4811
4882
|
approval?: {
|
|
@@ -4823,6 +4894,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4823
4894
|
contract?: {
|
|
4824
4895
|
type?: string | undefined;
|
|
4825
4896
|
}[] | undefined;
|
|
4897
|
+
fee_limit?: number | undefined;
|
|
4826
4898
|
} | null | undefined;
|
|
4827
4899
|
} | undefined;
|
|
4828
4900
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -5001,6 +5073,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5001
5073
|
contract?: {
|
|
5002
5074
|
type?: string | undefined;
|
|
5003
5075
|
}[] | undefined;
|
|
5076
|
+
fee_limit?: number | undefined;
|
|
5004
5077
|
} | null | undefined;
|
|
5005
5078
|
};
|
|
5006
5079
|
approval?: {
|
|
@@ -5018,6 +5091,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5018
5091
|
contract?: {
|
|
5019
5092
|
type?: string | undefined;
|
|
5020
5093
|
}[] | undefined;
|
|
5094
|
+
fee_limit?: number | undefined;
|
|
5021
5095
|
} | null | undefined;
|
|
5022
5096
|
} | undefined;
|
|
5023
5097
|
} & {
|
|
@@ -5039,6 +5113,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5039
5113
|
contract?: {
|
|
5040
5114
|
type?: string | undefined;
|
|
5041
5115
|
}[] | undefined;
|
|
5116
|
+
fee_limit?: number | undefined;
|
|
5042
5117
|
} | null | undefined;
|
|
5043
5118
|
};
|
|
5044
5119
|
approval?: {
|
|
@@ -5056,6 +5131,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5056
5131
|
contract?: {
|
|
5057
5132
|
type?: string | undefined;
|
|
5058
5133
|
}[] | undefined;
|
|
5134
|
+
fee_limit?: number | undefined;
|
|
5059
5135
|
} | null | undefined;
|
|
5060
5136
|
} | undefined;
|
|
5061
5137
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -5090,6 +5166,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5090
5166
|
usd: string | null;
|
|
5091
5167
|
};
|
|
5092
5168
|
swapRate: string;
|
|
5169
|
+
/**
|
|
5170
|
+
This is the amount required to submit the transactions
|
|
5171
|
+
Includes the relayer fee or other native fees
|
|
5172
|
+
Should be used for balance checks and tx submission.
|
|
5173
|
+
*/
|
|
5093
5174
|
totalNetworkFee: {
|
|
5094
5175
|
amount: string;
|
|
5095
5176
|
valueInCurrency: string | null;
|
|
@@ -5100,6 +5181,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5100
5181
|
valueInCurrency: string | null;
|
|
5101
5182
|
usd: string | null;
|
|
5102
5183
|
};
|
|
5184
|
+
/**
|
|
5185
|
+
This contains gas fee estimates for the bridge transaction
|
|
5186
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
5187
|
+
Should only be used for display purposes.
|
|
5188
|
+
*/
|
|
5103
5189
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
5104
5190
|
adjustedReturn: {
|
|
5105
5191
|
valueInCurrency: string | null;
|
|
@@ -5267,6 +5353,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5267
5353
|
contract?: {
|
|
5268
5354
|
type?: string | undefined;
|
|
5269
5355
|
}[] | undefined;
|
|
5356
|
+
fee_limit?: number | undefined;
|
|
5270
5357
|
} | null | undefined;
|
|
5271
5358
|
};
|
|
5272
5359
|
approval?: {
|
|
@@ -5284,6 +5371,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5284
5371
|
contract?: {
|
|
5285
5372
|
type?: string | undefined;
|
|
5286
5373
|
}[] | undefined;
|
|
5374
|
+
fee_limit?: number | undefined;
|
|
5287
5375
|
} | null | undefined;
|
|
5288
5376
|
} | undefined;
|
|
5289
5377
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -5452,6 +5540,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5452
5540
|
contract?: {
|
|
5453
5541
|
type?: string | undefined;
|
|
5454
5542
|
}[] | undefined;
|
|
5543
|
+
fee_limit?: number | undefined;
|
|
5455
5544
|
} | null | undefined;
|
|
5456
5545
|
};
|
|
5457
5546
|
approval?: {
|
|
@@ -5469,6 +5558,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5469
5558
|
contract?: {
|
|
5470
5559
|
type?: string | undefined;
|
|
5471
5560
|
}[] | undefined;
|
|
5561
|
+
fee_limit?: number | undefined;
|
|
5472
5562
|
} | null | undefined;
|
|
5473
5563
|
} | undefined;
|
|
5474
5564
|
} & {
|
|
@@ -5490,6 +5580,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5490
5580
|
contract?: {
|
|
5491
5581
|
type?: string | undefined;
|
|
5492
5582
|
}[] | undefined;
|
|
5583
|
+
fee_limit?: number | undefined;
|
|
5493
5584
|
} | null | undefined;
|
|
5494
5585
|
};
|
|
5495
5586
|
approval?: {
|
|
@@ -5507,6 +5598,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5507
5598
|
contract?: {
|
|
5508
5599
|
type?: string | undefined;
|
|
5509
5600
|
}[] | undefined;
|
|
5601
|
+
fee_limit?: number | undefined;
|
|
5510
5602
|
} | null | undefined;
|
|
5511
5603
|
} | undefined;
|
|
5512
5604
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -5537,6 +5629,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5537
5629
|
usd: string | null;
|
|
5538
5630
|
};
|
|
5539
5631
|
swapRate: string;
|
|
5632
|
+
/**
|
|
5633
|
+
This is the amount required to submit the transactions
|
|
5634
|
+
Includes the relayer fee or other native fees
|
|
5635
|
+
Should be used for balance checks and tx submission.
|
|
5636
|
+
*/
|
|
5540
5637
|
totalNetworkFee: {
|
|
5541
5638
|
amount: string;
|
|
5542
5639
|
valueInCurrency: string | null;
|
|
@@ -5547,6 +5644,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5547
5644
|
valueInCurrency: string | null;
|
|
5548
5645
|
usd: string | null;
|
|
5549
5646
|
};
|
|
5647
|
+
/**
|
|
5648
|
+
This contains gas fee estimates for the bridge transaction
|
|
5649
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
5650
|
+
Should only be used for display purposes.
|
|
5651
|
+
*/
|
|
5550
5652
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
5551
5653
|
adjustedReturn: {
|
|
5552
5654
|
valueInCurrency: string | null;
|
|
@@ -5714,6 +5816,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5714
5816
|
contract?: {
|
|
5715
5817
|
type?: string | undefined;
|
|
5716
5818
|
}[] | undefined;
|
|
5819
|
+
fee_limit?: number | undefined;
|
|
5717
5820
|
} | null | undefined;
|
|
5718
5821
|
};
|
|
5719
5822
|
approval?: {
|
|
@@ -5731,6 +5834,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5731
5834
|
contract?: {
|
|
5732
5835
|
type?: string | undefined;
|
|
5733
5836
|
}[] | undefined;
|
|
5837
|
+
fee_limit?: number | undefined;
|
|
5734
5838
|
} | null | undefined;
|
|
5735
5839
|
} | undefined;
|
|
5736
5840
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -5899,6 +6003,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5899
6003
|
contract?: {
|
|
5900
6004
|
type?: string | undefined;
|
|
5901
6005
|
}[] | undefined;
|
|
6006
|
+
fee_limit?: number | undefined;
|
|
5902
6007
|
} | null | undefined;
|
|
5903
6008
|
};
|
|
5904
6009
|
approval?: {
|
|
@@ -5916,6 +6021,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5916
6021
|
contract?: {
|
|
5917
6022
|
type?: string | undefined;
|
|
5918
6023
|
}[] | undefined;
|
|
6024
|
+
fee_limit?: number | undefined;
|
|
5919
6025
|
} | null | undefined;
|
|
5920
6026
|
} | undefined;
|
|
5921
6027
|
} & {
|
|
@@ -5937,6 +6043,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5937
6043
|
contract?: {
|
|
5938
6044
|
type?: string | undefined;
|
|
5939
6045
|
}[] | undefined;
|
|
6046
|
+
fee_limit?: number | undefined;
|
|
5940
6047
|
} | null | undefined;
|
|
5941
6048
|
};
|
|
5942
6049
|
approval?: {
|
|
@@ -5954,6 +6061,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5954
6061
|
contract?: {
|
|
5955
6062
|
type?: string | undefined;
|
|
5956
6063
|
}[] | undefined;
|
|
6064
|
+
fee_limit?: number | undefined;
|
|
5957
6065
|
} | null | undefined;
|
|
5958
6066
|
} | undefined;
|
|
5959
6067
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -6125,6 +6233,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6125
6233
|
contract?: {
|
|
6126
6234
|
type?: string | undefined;
|
|
6127
6235
|
}[] | undefined;
|
|
6236
|
+
fee_limit?: number | undefined;
|
|
6128
6237
|
} | null | undefined;
|
|
6129
6238
|
};
|
|
6130
6239
|
approval?: {
|
|
@@ -6142,6 +6251,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6142
6251
|
contract?: {
|
|
6143
6252
|
type?: string | undefined;
|
|
6144
6253
|
}[] | undefined;
|
|
6254
|
+
fee_limit?: number | undefined;
|
|
6145
6255
|
} | null | undefined;
|
|
6146
6256
|
} | undefined;
|
|
6147
6257
|
} & {
|
|
@@ -6163,6 +6273,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6163
6273
|
contract?: {
|
|
6164
6274
|
type?: string | undefined;
|
|
6165
6275
|
}[] | undefined;
|
|
6276
|
+
fee_limit?: number | undefined;
|
|
6166
6277
|
} | null | undefined;
|
|
6167
6278
|
};
|
|
6168
6279
|
approval?: {
|
|
@@ -6180,6 +6291,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6180
6291
|
contract?: {
|
|
6181
6292
|
type?: string | undefined;
|
|
6182
6293
|
}[] | undefined;
|
|
6294
|
+
fee_limit?: number | undefined;
|
|
6183
6295
|
} | null | undefined;
|
|
6184
6296
|
} | undefined;
|
|
6185
6297
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -6214,6 +6326,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6214
6326
|
usd: string | null;
|
|
6215
6327
|
};
|
|
6216
6328
|
swapRate: string;
|
|
6329
|
+
/**
|
|
6330
|
+
This is the amount required to submit the transactions
|
|
6331
|
+
Includes the relayer fee or other native fees
|
|
6332
|
+
Should be used for balance checks and tx submission.
|
|
6333
|
+
*/
|
|
6217
6334
|
totalNetworkFee: {
|
|
6218
6335
|
amount: string;
|
|
6219
6336
|
valueInCurrency: string | null;
|
|
@@ -6224,6 +6341,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6224
6341
|
valueInCurrency: string | null;
|
|
6225
6342
|
usd: string | null;
|
|
6226
6343
|
};
|
|
6344
|
+
/**
|
|
6345
|
+
This contains gas fee estimates for the bridge transaction
|
|
6346
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
6347
|
+
Should only be used for display purposes.
|
|
6348
|
+
*/
|
|
6227
6349
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
6228
6350
|
adjustedReturn: {
|
|
6229
6351
|
valueInCurrency: string | null;
|
|
@@ -6391,6 +6513,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6391
6513
|
contract?: {
|
|
6392
6514
|
type?: string | undefined;
|
|
6393
6515
|
}[] | undefined;
|
|
6516
|
+
fee_limit?: number | undefined;
|
|
6394
6517
|
} | null | undefined;
|
|
6395
6518
|
};
|
|
6396
6519
|
approval?: {
|
|
@@ -6408,6 +6531,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6408
6531
|
contract?: {
|
|
6409
6532
|
type?: string | undefined;
|
|
6410
6533
|
}[] | undefined;
|
|
6534
|
+
fee_limit?: number | undefined;
|
|
6411
6535
|
} | null | undefined;
|
|
6412
6536
|
} | undefined;
|
|
6413
6537
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -6581,6 +6705,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6581
6705
|
contract?: {
|
|
6582
6706
|
type?: string | undefined;
|
|
6583
6707
|
}[] | undefined;
|
|
6708
|
+
fee_limit?: number | undefined;
|
|
6584
6709
|
} | null | undefined;
|
|
6585
6710
|
};
|
|
6586
6711
|
approval?: {
|
|
@@ -6598,6 +6723,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6598
6723
|
contract?: {
|
|
6599
6724
|
type?: string | undefined;
|
|
6600
6725
|
}[] | undefined;
|
|
6726
|
+
fee_limit?: number | undefined;
|
|
6601
6727
|
} | null | undefined;
|
|
6602
6728
|
} | undefined;
|
|
6603
6729
|
} & {
|
|
@@ -6619,6 +6745,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6619
6745
|
contract?: {
|
|
6620
6746
|
type?: string | undefined;
|
|
6621
6747
|
}[] | undefined;
|
|
6748
|
+
fee_limit?: number | undefined;
|
|
6622
6749
|
} | null | undefined;
|
|
6623
6750
|
};
|
|
6624
6751
|
approval?: {
|
|
@@ -6636,6 +6763,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6636
6763
|
contract?: {
|
|
6637
6764
|
type?: string | undefined;
|
|
6638
6765
|
}[] | undefined;
|
|
6766
|
+
fee_limit?: number | undefined;
|
|
6639
6767
|
} | null | undefined;
|
|
6640
6768
|
} | undefined;
|
|
6641
6769
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -6650,7 +6778,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6650
6778
|
} | undefined;
|
|
6651
6779
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
6652
6780
|
estimatedBaseFeeInDecGwei: string;
|
|
6653
|
-
|
|
6781
|
+
feePerGasInDecGwei: string;
|
|
6654
6782
|
maxFeePerGasInDecGwei: string;
|
|
6655
6783
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
6656
6784
|
sentAmount: {
|
|
@@ -6669,6 +6797,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6669
6797
|
usd: string | null;
|
|
6670
6798
|
};
|
|
6671
6799
|
swapRate: string;
|
|
6800
|
+
/**
|
|
6801
|
+
This is the amount required to submit the transactions
|
|
6802
|
+
Includes the relayer fee or other native fees
|
|
6803
|
+
Should be used for balance checks and tx submission.
|
|
6804
|
+
*/
|
|
6672
6805
|
totalNetworkFee: {
|
|
6673
6806
|
amount: string;
|
|
6674
6807
|
valueInCurrency: string | null;
|
|
@@ -6679,6 +6812,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6679
6812
|
valueInCurrency: string | null;
|
|
6680
6813
|
usd: string | null;
|
|
6681
6814
|
};
|
|
6815
|
+
/**
|
|
6816
|
+
This contains gas fee estimates for the bridge transaction
|
|
6817
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
6818
|
+
Should only be used for display purposes.
|
|
6819
|
+
*/
|
|
6682
6820
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
6683
6821
|
adjustedReturn: {
|
|
6684
6822
|
valueInCurrency: string | null;
|
|
@@ -6846,6 +6984,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6846
6984
|
contract?: {
|
|
6847
6985
|
type?: string | undefined;
|
|
6848
6986
|
}[] | undefined;
|
|
6987
|
+
fee_limit?: number | undefined;
|
|
6849
6988
|
} | null | undefined;
|
|
6850
6989
|
};
|
|
6851
6990
|
approval?: {
|
|
@@ -6863,6 +7002,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6863
7002
|
contract?: {
|
|
6864
7003
|
type?: string | undefined;
|
|
6865
7004
|
}[] | undefined;
|
|
7005
|
+
fee_limit?: number | undefined;
|
|
6866
7006
|
} | null | undefined;
|
|
6867
7007
|
} | undefined;
|
|
6868
7008
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -7032,6 +7172,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7032
7172
|
contract?: {
|
|
7033
7173
|
type?: string | undefined;
|
|
7034
7174
|
}[] | undefined;
|
|
7175
|
+
fee_limit?: number | undefined;
|
|
7035
7176
|
} | null | undefined;
|
|
7036
7177
|
};
|
|
7037
7178
|
approval?: {
|
|
@@ -7049,6 +7190,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7049
7190
|
contract?: {
|
|
7050
7191
|
type?: string | undefined;
|
|
7051
7192
|
}[] | undefined;
|
|
7193
|
+
fee_limit?: number | undefined;
|
|
7052
7194
|
} | null | undefined;
|
|
7053
7195
|
} | undefined;
|
|
7054
7196
|
} & {
|
|
@@ -7070,6 +7212,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7070
7212
|
contract?: {
|
|
7071
7213
|
type?: string | undefined;
|
|
7072
7214
|
}[] | undefined;
|
|
7215
|
+
fee_limit?: number | undefined;
|
|
7073
7216
|
} | null | undefined;
|
|
7074
7217
|
};
|
|
7075
7218
|
approval?: {
|
|
@@ -7087,6 +7230,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7087
7230
|
contract?: {
|
|
7088
7231
|
type?: string | undefined;
|
|
7089
7232
|
}[] | undefined;
|
|
7233
|
+
fee_limit?: number | undefined;
|
|
7090
7234
|
} | null | undefined;
|
|
7091
7235
|
} | undefined;
|
|
7092
7236
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -7101,7 +7245,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7101
7245
|
} | undefined;
|
|
7102
7246
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
7103
7247
|
estimatedBaseFeeInDecGwei: string;
|
|
7104
|
-
|
|
7248
|
+
feePerGasInDecGwei: string;
|
|
7105
7249
|
maxFeePerGasInDecGwei: string;
|
|
7106
7250
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
7107
7251
|
sentAmount: {
|
|
@@ -7120,6 +7264,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7120
7264
|
usd: string | null;
|
|
7121
7265
|
};
|
|
7122
7266
|
swapRate: string;
|
|
7267
|
+
/**
|
|
7268
|
+
This is the amount required to submit the transactions
|
|
7269
|
+
Includes the relayer fee or other native fees
|
|
7270
|
+
Should be used for balance checks and tx submission.
|
|
7271
|
+
*/
|
|
7123
7272
|
totalNetworkFee: {
|
|
7124
7273
|
amount: string;
|
|
7125
7274
|
valueInCurrency: string | null;
|
|
@@ -7130,6 +7279,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7130
7279
|
valueInCurrency: string | null;
|
|
7131
7280
|
usd: string | null;
|
|
7132
7281
|
};
|
|
7282
|
+
/**
|
|
7283
|
+
This contains gas fee estimates for the bridge transaction
|
|
7284
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
7285
|
+
Should only be used for display purposes.
|
|
7286
|
+
*/
|
|
7133
7287
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
7134
7288
|
adjustedReturn: {
|
|
7135
7289
|
valueInCurrency: string | null;
|
|
@@ -7297,6 +7451,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7297
7451
|
contract?: {
|
|
7298
7452
|
type?: string | undefined;
|
|
7299
7453
|
}[] | undefined;
|
|
7454
|
+
fee_limit?: number | undefined;
|
|
7300
7455
|
} | null | undefined;
|
|
7301
7456
|
};
|
|
7302
7457
|
approval?: {
|
|
@@ -7314,6 +7469,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7314
7469
|
contract?: {
|
|
7315
7470
|
type?: string | undefined;
|
|
7316
7471
|
}[] | undefined;
|
|
7472
|
+
fee_limit?: number | undefined;
|
|
7317
7473
|
} | null | undefined;
|
|
7318
7474
|
} | undefined;
|
|
7319
7475
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -7350,6 +7506,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7350
7506
|
usd: string | null;
|
|
7351
7507
|
};
|
|
7352
7508
|
swapRate: string;
|
|
7509
|
+
/**
|
|
7510
|
+
This is the amount required to submit the transactions
|
|
7511
|
+
Includes the relayer fee or other native fees
|
|
7512
|
+
Should be used for balance checks and tx submission.
|
|
7513
|
+
*/
|
|
7353
7514
|
totalNetworkFee: {
|
|
7354
7515
|
amount: string;
|
|
7355
7516
|
valueInCurrency: string | null;
|
|
@@ -7360,6 +7521,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7360
7521
|
valueInCurrency: string | null;
|
|
7361
7522
|
usd: string | null;
|
|
7362
7523
|
};
|
|
7524
|
+
/**
|
|
7525
|
+
This contains gas fee estimates for the bridge transaction
|
|
7526
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
7527
|
+
Should only be used for display purposes.
|
|
7528
|
+
*/
|
|
7363
7529
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
7364
7530
|
adjustedReturn: {
|
|
7365
7531
|
valueInCurrency: string | null;
|
|
@@ -7527,6 +7693,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7527
7693
|
contract?: {
|
|
7528
7694
|
type?: string | undefined;
|
|
7529
7695
|
}[] | undefined;
|
|
7696
|
+
fee_limit?: number | undefined;
|
|
7530
7697
|
} | null | undefined;
|
|
7531
7698
|
};
|
|
7532
7699
|
approval?: {
|
|
@@ -7544,6 +7711,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7544
7711
|
contract?: {
|
|
7545
7712
|
type?: string | undefined;
|
|
7546
7713
|
}[] | undefined;
|
|
7714
|
+
fee_limit?: number | undefined;
|
|
7547
7715
|
} | null | undefined;
|
|
7548
7716
|
} | undefined;
|
|
7549
7717
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -7713,6 +7881,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7713
7881
|
contract?: {
|
|
7714
7882
|
type?: string | undefined;
|
|
7715
7883
|
}[] | undefined;
|
|
7884
|
+
fee_limit?: number | undefined;
|
|
7716
7885
|
} | null | undefined;
|
|
7717
7886
|
};
|
|
7718
7887
|
approval?: {
|
|
@@ -7730,6 +7899,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7730
7899
|
contract?: {
|
|
7731
7900
|
type?: string | undefined;
|
|
7732
7901
|
}[] | undefined;
|
|
7902
|
+
fee_limit?: number | undefined;
|
|
7733
7903
|
} | null | undefined;
|
|
7734
7904
|
} | undefined;
|
|
7735
7905
|
} & {
|
|
@@ -7751,6 +7921,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7751
7921
|
contract?: {
|
|
7752
7922
|
type?: string | undefined;
|
|
7753
7923
|
}[] | undefined;
|
|
7924
|
+
fee_limit?: number | undefined;
|
|
7754
7925
|
} | null | undefined;
|
|
7755
7926
|
};
|
|
7756
7927
|
approval?: {
|
|
@@ -7768,6 +7939,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7768
7939
|
contract?: {
|
|
7769
7940
|
type?: string | undefined;
|
|
7770
7941
|
}[] | undefined;
|
|
7942
|
+
fee_limit?: number | undefined;
|
|
7771
7943
|
} | null | undefined;
|
|
7772
7944
|
} | undefined;
|
|
7773
7945
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -7786,7 +7958,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7786
7958
|
participateInMetaMetrics: boolean;
|
|
7787
7959
|
} & RemoteFeatureFlagControllerState) => {
|
|
7788
7960
|
estimatedBaseFeeInDecGwei: string;
|
|
7789
|
-
|
|
7961
|
+
feePerGasInDecGwei: string;
|
|
7790
7962
|
maxFeePerGasInDecGwei: string;
|
|
7791
7963
|
}) & {
|
|
7792
7964
|
clearCache: () => void;
|
|
@@ -7795,12 +7967,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7795
7967
|
} & {
|
|
7796
7968
|
resultFunc: (resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
7797
7969
|
estimatedBaseFeeInDecGwei: string;
|
|
7798
|
-
|
|
7970
|
+
feePerGasInDecGwei: string;
|
|
7799
7971
|
maxFeePerGasInDecGwei: string;
|
|
7800
7972
|
};
|
|
7801
7973
|
memoizedResultFunc: ((resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
7802
7974
|
estimatedBaseFeeInDecGwei: string;
|
|
7803
|
-
|
|
7975
|
+
feePerGasInDecGwei: string;
|
|
7804
7976
|
maxFeePerGasInDecGwei: string;
|
|
7805
7977
|
}) & {
|
|
7806
7978
|
clearCache: () => void;
|
|
@@ -7809,7 +7981,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7809
7981
|
};
|
|
7810
7982
|
lastResult: () => {
|
|
7811
7983
|
estimatedBaseFeeInDecGwei: string;
|
|
7812
|
-
|
|
7984
|
+
feePerGasInDecGwei: string;
|
|
7813
7985
|
maxFeePerGasInDecGwei: string;
|
|
7814
7986
|
};
|
|
7815
7987
|
dependencies: [({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string];
|
|
@@ -8066,6 +8238,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8066
8238
|
contract?: {
|
|
8067
8239
|
type?: string | undefined;
|
|
8068
8240
|
}[] | undefined;
|
|
8241
|
+
fee_limit?: number | undefined;
|
|
8069
8242
|
} | null | undefined;
|
|
8070
8243
|
};
|
|
8071
8244
|
approval?: {
|
|
@@ -8083,6 +8256,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8083
8256
|
contract?: {
|
|
8084
8257
|
type?: string | undefined;
|
|
8085
8258
|
}[] | undefined;
|
|
8259
|
+
fee_limit?: number | undefined;
|
|
8086
8260
|
} | null | undefined;
|
|
8087
8261
|
} | undefined;
|
|
8088
8262
|
} & {
|
|
@@ -8104,6 +8278,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8104
8278
|
contract?: {
|
|
8105
8279
|
type?: string | undefined;
|
|
8106
8280
|
}[] | undefined;
|
|
8281
|
+
fee_limit?: number | undefined;
|
|
8107
8282
|
} | null | undefined;
|
|
8108
8283
|
};
|
|
8109
8284
|
approval?: {
|
|
@@ -8121,6 +8296,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8121
8296
|
contract?: {
|
|
8122
8297
|
type?: string | undefined;
|
|
8123
8298
|
}[] | undefined;
|
|
8299
|
+
fee_limit?: number | undefined;
|
|
8124
8300
|
} | null | undefined;
|
|
8125
8301
|
} | undefined;
|
|
8126
8302
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -8292,6 +8468,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8292
8468
|
contract?: {
|
|
8293
8469
|
type?: string | undefined;
|
|
8294
8470
|
}[] | undefined;
|
|
8471
|
+
fee_limit?: number | undefined;
|
|
8295
8472
|
} | null | undefined;
|
|
8296
8473
|
};
|
|
8297
8474
|
approval?: {
|
|
@@ -8309,6 +8486,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8309
8486
|
contract?: {
|
|
8310
8487
|
type?: string | undefined;
|
|
8311
8488
|
}[] | undefined;
|
|
8489
|
+
fee_limit?: number | undefined;
|
|
8312
8490
|
} | null | undefined;
|
|
8313
8491
|
} | undefined;
|
|
8314
8492
|
} & {
|
|
@@ -8330,6 +8508,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8330
8508
|
contract?: {
|
|
8331
8509
|
type?: string | undefined;
|
|
8332
8510
|
}[] | undefined;
|
|
8511
|
+
fee_limit?: number | undefined;
|
|
8333
8512
|
} | null | undefined;
|
|
8334
8513
|
};
|
|
8335
8514
|
approval?: {
|
|
@@ -8347,6 +8526,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8347
8526
|
contract?: {
|
|
8348
8527
|
type?: string | undefined;
|
|
8349
8528
|
}[] | undefined;
|
|
8529
|
+
fee_limit?: number | undefined;
|
|
8350
8530
|
} | null | undefined;
|
|
8351
8531
|
} | undefined;
|
|
8352
8532
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -8513,6 +8693,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8513
8693
|
contract?: {
|
|
8514
8694
|
type?: string | undefined;
|
|
8515
8695
|
}[] | undefined;
|
|
8696
|
+
fee_limit?: number | undefined;
|
|
8516
8697
|
} | null | undefined;
|
|
8517
8698
|
};
|
|
8518
8699
|
approval?: {
|
|
@@ -8530,6 +8711,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8530
8711
|
contract?: {
|
|
8531
8712
|
type?: string | undefined;
|
|
8532
8713
|
}[] | undefined;
|
|
8714
|
+
fee_limit?: number | undefined;
|
|
8533
8715
|
} | null | undefined;
|
|
8534
8716
|
} | undefined;
|
|
8535
8717
|
} & {
|
|
@@ -8551,6 +8733,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8551
8733
|
contract?: {
|
|
8552
8734
|
type?: string | undefined;
|
|
8553
8735
|
}[] | undefined;
|
|
8736
|
+
fee_limit?: number | undefined;
|
|
8554
8737
|
} | null | undefined;
|
|
8555
8738
|
};
|
|
8556
8739
|
approval?: {
|
|
@@ -8568,6 +8751,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8568
8751
|
contract?: {
|
|
8569
8752
|
type?: string | undefined;
|
|
8570
8753
|
}[] | undefined;
|
|
8754
|
+
fee_limit?: number | undefined;
|
|
8571
8755
|
} | null | undefined;
|
|
8572
8756
|
} | undefined;
|
|
8573
8757
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -8735,6 +8919,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8735
8919
|
contract?: {
|
|
8736
8920
|
type?: string | undefined;
|
|
8737
8921
|
}[] | undefined;
|
|
8922
|
+
fee_limit?: number | undefined;
|
|
8738
8923
|
} | null | undefined;
|
|
8739
8924
|
};
|
|
8740
8925
|
approval?: {
|
|
@@ -8752,6 +8937,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8752
8937
|
contract?: {
|
|
8753
8938
|
type?: string | undefined;
|
|
8754
8939
|
}[] | undefined;
|
|
8940
|
+
fee_limit?: number | undefined;
|
|
8755
8941
|
} | null | undefined;
|
|
8756
8942
|
} | undefined;
|
|
8757
8943
|
} & {
|
|
@@ -8773,6 +8959,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8773
8959
|
contract?: {
|
|
8774
8960
|
type?: string | undefined;
|
|
8775
8961
|
}[] | undefined;
|
|
8962
|
+
fee_limit?: number | undefined;
|
|
8776
8963
|
} | null | undefined;
|
|
8777
8964
|
};
|
|
8778
8965
|
approval?: {
|
|
@@ -8790,6 +8977,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8790
8977
|
contract?: {
|
|
8791
8978
|
type?: string | undefined;
|
|
8792
8979
|
}[] | undefined;
|
|
8980
|
+
fee_limit?: number | undefined;
|
|
8793
8981
|
} | null | undefined;
|
|
8794
8982
|
} | undefined;
|
|
8795
8983
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -8956,6 +9144,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8956
9144
|
contract?: {
|
|
8957
9145
|
type?: string | undefined;
|
|
8958
9146
|
}[] | undefined;
|
|
9147
|
+
fee_limit?: number | undefined;
|
|
8959
9148
|
} | null | undefined;
|
|
8960
9149
|
};
|
|
8961
9150
|
approval?: {
|
|
@@ -8973,6 +9162,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8973
9162
|
contract?: {
|
|
8974
9163
|
type?: string | undefined;
|
|
8975
9164
|
}[] | undefined;
|
|
9165
|
+
fee_limit?: number | undefined;
|
|
8976
9166
|
} | null | undefined;
|
|
8977
9167
|
} | undefined;
|
|
8978
9168
|
} & {
|
|
@@ -8994,6 +9184,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8994
9184
|
contract?: {
|
|
8995
9185
|
type?: string | undefined;
|
|
8996
9186
|
}[] | undefined;
|
|
9187
|
+
fee_limit?: number | undefined;
|
|
8997
9188
|
} | null | undefined;
|
|
8998
9189
|
};
|
|
8999
9190
|
approval?: {
|
|
@@ -9011,6 +9202,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9011
9202
|
contract?: {
|
|
9012
9203
|
type?: string | undefined;
|
|
9013
9204
|
}[] | undefined;
|
|
9205
|
+
fee_limit?: number | undefined;
|
|
9014
9206
|
} | null | undefined;
|
|
9015
9207
|
} | undefined;
|
|
9016
9208
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -9182,6 +9374,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9182
9374
|
contract?: {
|
|
9183
9375
|
type?: string | undefined;
|
|
9184
9376
|
}[] | undefined;
|
|
9377
|
+
fee_limit?: number | undefined;
|
|
9185
9378
|
} | null | undefined;
|
|
9186
9379
|
};
|
|
9187
9380
|
approval?: {
|
|
@@ -9199,6 +9392,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9199
9392
|
contract?: {
|
|
9200
9393
|
type?: string | undefined;
|
|
9201
9394
|
}[] | undefined;
|
|
9395
|
+
fee_limit?: number | undefined;
|
|
9202
9396
|
} | null | undefined;
|
|
9203
9397
|
} | undefined;
|
|
9204
9398
|
} & {
|
|
@@ -9220,6 +9414,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9220
9414
|
contract?: {
|
|
9221
9415
|
type?: string | undefined;
|
|
9222
9416
|
}[] | undefined;
|
|
9417
|
+
fee_limit?: number | undefined;
|
|
9223
9418
|
} | null | undefined;
|
|
9224
9419
|
};
|
|
9225
9420
|
approval?: {
|
|
@@ -9237,6 +9432,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9237
9432
|
contract?: {
|
|
9238
9433
|
type?: string | undefined;
|
|
9239
9434
|
}[] | undefined;
|
|
9435
|
+
fee_limit?: number | undefined;
|
|
9240
9436
|
} | null | undefined;
|
|
9241
9437
|
} | undefined;
|
|
9242
9438
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -9408,6 +9604,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9408
9604
|
contract?: {
|
|
9409
9605
|
type?: string | undefined;
|
|
9410
9606
|
}[] | undefined;
|
|
9607
|
+
fee_limit?: number | undefined;
|
|
9411
9608
|
} | null | undefined;
|
|
9412
9609
|
};
|
|
9413
9610
|
approval?: {
|
|
@@ -9425,6 +9622,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9425
9622
|
contract?: {
|
|
9426
9623
|
type?: string | undefined;
|
|
9427
9624
|
}[] | undefined;
|
|
9625
|
+
fee_limit?: number | undefined;
|
|
9428
9626
|
} | null | undefined;
|
|
9429
9627
|
} | undefined;
|
|
9430
9628
|
} & {
|
|
@@ -9446,6 +9644,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9446
9644
|
contract?: {
|
|
9447
9645
|
type?: string | undefined;
|
|
9448
9646
|
}[] | undefined;
|
|
9647
|
+
fee_limit?: number | undefined;
|
|
9449
9648
|
} | null | undefined;
|
|
9450
9649
|
};
|
|
9451
9650
|
approval?: {
|
|
@@ -9463,6 +9662,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9463
9662
|
contract?: {
|
|
9464
9663
|
type?: string | undefined;
|
|
9465
9664
|
}[] | undefined;
|
|
9665
|
+
fee_limit?: number | undefined;
|
|
9466
9666
|
} | null | undefined;
|
|
9467
9667
|
} | undefined;
|
|
9468
9668
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -9497,6 +9697,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9497
9697
|
usd: string | null;
|
|
9498
9698
|
};
|
|
9499
9699
|
swapRate: string;
|
|
9700
|
+
/**
|
|
9701
|
+
This is the amount required to submit the transactions
|
|
9702
|
+
Includes the relayer fee or other native fees
|
|
9703
|
+
Should be used for balance checks and tx submission.
|
|
9704
|
+
*/
|
|
9500
9705
|
totalNetworkFee: {
|
|
9501
9706
|
amount: string;
|
|
9502
9707
|
valueInCurrency: string | null;
|
|
@@ -9507,6 +9712,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9507
9712
|
valueInCurrency: string | null;
|
|
9508
9713
|
usd: string | null;
|
|
9509
9714
|
};
|
|
9715
|
+
/**
|
|
9716
|
+
This contains gas fee estimates for the bridge transaction
|
|
9717
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
9718
|
+
Should only be used for display purposes.
|
|
9719
|
+
*/
|
|
9510
9720
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
9511
9721
|
adjustedReturn: {
|
|
9512
9722
|
valueInCurrency: string | null;
|
|
@@ -9674,6 +9884,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9674
9884
|
contract?: {
|
|
9675
9885
|
type?: string | undefined;
|
|
9676
9886
|
}[] | undefined;
|
|
9887
|
+
fee_limit?: number | undefined;
|
|
9677
9888
|
} | null | undefined;
|
|
9678
9889
|
};
|
|
9679
9890
|
approval?: {
|
|
@@ -9691,6 +9902,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9691
9902
|
contract?: {
|
|
9692
9903
|
type?: string | undefined;
|
|
9693
9904
|
}[] | undefined;
|
|
9905
|
+
fee_limit?: number | undefined;
|
|
9694
9906
|
} | null | undefined;
|
|
9695
9907
|
} | undefined;
|
|
9696
9908
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -9859,6 +10071,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9859
10071
|
contract?: {
|
|
9860
10072
|
type?: string | undefined;
|
|
9861
10073
|
}[] | undefined;
|
|
10074
|
+
fee_limit?: number | undefined;
|
|
9862
10075
|
} | null | undefined;
|
|
9863
10076
|
};
|
|
9864
10077
|
approval?: {
|
|
@@ -9876,6 +10089,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9876
10089
|
contract?: {
|
|
9877
10090
|
type?: string | undefined;
|
|
9878
10091
|
}[] | undefined;
|
|
10092
|
+
fee_limit?: number | undefined;
|
|
9879
10093
|
} | null | undefined;
|
|
9880
10094
|
} | undefined;
|
|
9881
10095
|
} & {
|
|
@@ -9897,6 +10111,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9897
10111
|
contract?: {
|
|
9898
10112
|
type?: string | undefined;
|
|
9899
10113
|
}[] | undefined;
|
|
10114
|
+
fee_limit?: number | undefined;
|
|
9900
10115
|
} | null | undefined;
|
|
9901
10116
|
};
|
|
9902
10117
|
approval?: {
|
|
@@ -9914,6 +10129,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9914
10129
|
contract?: {
|
|
9915
10130
|
type?: string | undefined;
|
|
9916
10131
|
}[] | undefined;
|
|
10132
|
+
fee_limit?: number | undefined;
|
|
9917
10133
|
} | null | undefined;
|
|
9918
10134
|
} | undefined;
|
|
9919
10135
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -9944,6 +10160,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9944
10160
|
usd: string | null;
|
|
9945
10161
|
};
|
|
9946
10162
|
swapRate: string;
|
|
10163
|
+
/**
|
|
10164
|
+
This is the amount required to submit the transactions
|
|
10165
|
+
Includes the relayer fee or other native fees
|
|
10166
|
+
Should be used for balance checks and tx submission.
|
|
10167
|
+
*/
|
|
9947
10168
|
totalNetworkFee: {
|
|
9948
10169
|
amount: string;
|
|
9949
10170
|
valueInCurrency: string | null;
|
|
@@ -9954,6 +10175,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9954
10175
|
valueInCurrency: string | null;
|
|
9955
10176
|
usd: string | null;
|
|
9956
10177
|
};
|
|
10178
|
+
/**
|
|
10179
|
+
This contains gas fee estimates for the bridge transaction
|
|
10180
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
10181
|
+
Should only be used for display purposes.
|
|
10182
|
+
*/
|
|
9957
10183
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
9958
10184
|
adjustedReturn: {
|
|
9959
10185
|
valueInCurrency: string | null;
|
|
@@ -10121,6 +10347,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10121
10347
|
contract?: {
|
|
10122
10348
|
type?: string | undefined;
|
|
10123
10349
|
}[] | undefined;
|
|
10350
|
+
fee_limit?: number | undefined;
|
|
10124
10351
|
} | null | undefined;
|
|
10125
10352
|
};
|
|
10126
10353
|
approval?: {
|
|
@@ -10138,6 +10365,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10138
10365
|
contract?: {
|
|
10139
10366
|
type?: string | undefined;
|
|
10140
10367
|
}[] | undefined;
|
|
10368
|
+
fee_limit?: number | undefined;
|
|
10141
10369
|
} | null | undefined;
|
|
10142
10370
|
} | undefined;
|
|
10143
10371
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -10306,6 +10534,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10306
10534
|
contract?: {
|
|
10307
10535
|
type?: string | undefined;
|
|
10308
10536
|
}[] | undefined;
|
|
10537
|
+
fee_limit?: number | undefined;
|
|
10309
10538
|
} | null | undefined;
|
|
10310
10539
|
};
|
|
10311
10540
|
approval?: {
|
|
@@ -10323,6 +10552,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10323
10552
|
contract?: {
|
|
10324
10553
|
type?: string | undefined;
|
|
10325
10554
|
}[] | undefined;
|
|
10555
|
+
fee_limit?: number | undefined;
|
|
10326
10556
|
} | null | undefined;
|
|
10327
10557
|
} | undefined;
|
|
10328
10558
|
} & {
|
|
@@ -10344,6 +10574,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10344
10574
|
contract?: {
|
|
10345
10575
|
type?: string | undefined;
|
|
10346
10576
|
}[] | undefined;
|
|
10577
|
+
fee_limit?: number | undefined;
|
|
10347
10578
|
} | null | undefined;
|
|
10348
10579
|
};
|
|
10349
10580
|
approval?: {
|
|
@@ -10361,6 +10592,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10361
10592
|
contract?: {
|
|
10362
10593
|
type?: string | undefined;
|
|
10363
10594
|
}[] | undefined;
|
|
10595
|
+
fee_limit?: number | undefined;
|
|
10364
10596
|
} | null | undefined;
|
|
10365
10597
|
} | undefined;
|
|
10366
10598
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -10532,6 +10764,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10532
10764
|
contract?: {
|
|
10533
10765
|
type?: string | undefined;
|
|
10534
10766
|
}[] | undefined;
|
|
10767
|
+
fee_limit?: number | undefined;
|
|
10535
10768
|
} | null | undefined;
|
|
10536
10769
|
};
|
|
10537
10770
|
approval?: {
|
|
@@ -10549,6 +10782,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10549
10782
|
contract?: {
|
|
10550
10783
|
type?: string | undefined;
|
|
10551
10784
|
}[] | undefined;
|
|
10785
|
+
fee_limit?: number | undefined;
|
|
10552
10786
|
} | null | undefined;
|
|
10553
10787
|
} | undefined;
|
|
10554
10788
|
} & {
|
|
@@ -10570,6 +10804,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10570
10804
|
contract?: {
|
|
10571
10805
|
type?: string | undefined;
|
|
10572
10806
|
}[] | undefined;
|
|
10807
|
+
fee_limit?: number | undefined;
|
|
10573
10808
|
} | null | undefined;
|
|
10574
10809
|
};
|
|
10575
10810
|
approval?: {
|
|
@@ -10587,6 +10822,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10587
10822
|
contract?: {
|
|
10588
10823
|
type?: string | undefined;
|
|
10589
10824
|
}[] | undefined;
|
|
10825
|
+
fee_limit?: number | undefined;
|
|
10590
10826
|
} | null | undefined;
|
|
10591
10827
|
} | undefined;
|
|
10592
10828
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -10621,6 +10857,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10621
10857
|
usd: string | null;
|
|
10622
10858
|
};
|
|
10623
10859
|
swapRate: string;
|
|
10860
|
+
/**
|
|
10861
|
+
This is the amount required to submit the transactions
|
|
10862
|
+
Includes the relayer fee or other native fees
|
|
10863
|
+
Should be used for balance checks and tx submission.
|
|
10864
|
+
*/
|
|
10624
10865
|
totalNetworkFee: {
|
|
10625
10866
|
amount: string;
|
|
10626
10867
|
valueInCurrency: string | null;
|
|
@@ -10631,6 +10872,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10631
10872
|
valueInCurrency: string | null;
|
|
10632
10873
|
usd: string | null;
|
|
10633
10874
|
};
|
|
10875
|
+
/**
|
|
10876
|
+
This contains gas fee estimates for the bridge transaction
|
|
10877
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
10878
|
+
Should only be used for display purposes.
|
|
10879
|
+
*/
|
|
10634
10880
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
10635
10881
|
adjustedReturn: {
|
|
10636
10882
|
valueInCurrency: string | null;
|
|
@@ -10798,6 +11044,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10798
11044
|
contract?: {
|
|
10799
11045
|
type?: string | undefined;
|
|
10800
11046
|
}[] | undefined;
|
|
11047
|
+
fee_limit?: number | undefined;
|
|
10801
11048
|
} | null | undefined;
|
|
10802
11049
|
};
|
|
10803
11050
|
approval?: {
|
|
@@ -10815,6 +11062,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10815
11062
|
contract?: {
|
|
10816
11063
|
type?: string | undefined;
|
|
10817
11064
|
}[] | undefined;
|
|
11065
|
+
fee_limit?: number | undefined;
|
|
10818
11066
|
} | null | undefined;
|
|
10819
11067
|
} | undefined;
|
|
10820
11068
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -10988,6 +11236,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10988
11236
|
contract?: {
|
|
10989
11237
|
type?: string | undefined;
|
|
10990
11238
|
}[] | undefined;
|
|
11239
|
+
fee_limit?: number | undefined;
|
|
10991
11240
|
} | null | undefined;
|
|
10992
11241
|
};
|
|
10993
11242
|
approval?: {
|
|
@@ -11005,6 +11254,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11005
11254
|
contract?: {
|
|
11006
11255
|
type?: string | undefined;
|
|
11007
11256
|
}[] | undefined;
|
|
11257
|
+
fee_limit?: number | undefined;
|
|
11008
11258
|
} | null | undefined;
|
|
11009
11259
|
} | undefined;
|
|
11010
11260
|
} & {
|
|
@@ -11026,6 +11276,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11026
11276
|
contract?: {
|
|
11027
11277
|
type?: string | undefined;
|
|
11028
11278
|
}[] | undefined;
|
|
11279
|
+
fee_limit?: number | undefined;
|
|
11029
11280
|
} | null | undefined;
|
|
11030
11281
|
};
|
|
11031
11282
|
approval?: {
|
|
@@ -11043,6 +11294,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11043
11294
|
contract?: {
|
|
11044
11295
|
type?: string | undefined;
|
|
11045
11296
|
}[] | undefined;
|
|
11297
|
+
fee_limit?: number | undefined;
|
|
11046
11298
|
} | null | undefined;
|
|
11047
11299
|
} | undefined;
|
|
11048
11300
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -11057,7 +11309,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11057
11309
|
} | undefined;
|
|
11058
11310
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
11059
11311
|
estimatedBaseFeeInDecGwei: string;
|
|
11060
|
-
|
|
11312
|
+
feePerGasInDecGwei: string;
|
|
11061
11313
|
maxFeePerGasInDecGwei: string;
|
|
11062
11314
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
11063
11315
|
sentAmount: {
|
|
@@ -11076,6 +11328,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11076
11328
|
usd: string | null;
|
|
11077
11329
|
};
|
|
11078
11330
|
swapRate: string;
|
|
11331
|
+
/**
|
|
11332
|
+
This is the amount required to submit the transactions
|
|
11333
|
+
Includes the relayer fee or other native fees
|
|
11334
|
+
Should be used for balance checks and tx submission.
|
|
11335
|
+
*/
|
|
11079
11336
|
totalNetworkFee: {
|
|
11080
11337
|
amount: string;
|
|
11081
11338
|
valueInCurrency: string | null;
|
|
@@ -11086,6 +11343,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11086
11343
|
valueInCurrency: string | null;
|
|
11087
11344
|
usd: string | null;
|
|
11088
11345
|
};
|
|
11346
|
+
/**
|
|
11347
|
+
This contains gas fee estimates for the bridge transaction
|
|
11348
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
11349
|
+
Should only be used for display purposes.
|
|
11350
|
+
*/
|
|
11089
11351
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
11090
11352
|
adjustedReturn: {
|
|
11091
11353
|
valueInCurrency: string | null;
|
|
@@ -11253,6 +11515,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11253
11515
|
contract?: {
|
|
11254
11516
|
type?: string | undefined;
|
|
11255
11517
|
}[] | undefined;
|
|
11518
|
+
fee_limit?: number | undefined;
|
|
11256
11519
|
} | null | undefined;
|
|
11257
11520
|
};
|
|
11258
11521
|
approval?: {
|
|
@@ -11270,6 +11533,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11270
11533
|
contract?: {
|
|
11271
11534
|
type?: string | undefined;
|
|
11272
11535
|
}[] | undefined;
|
|
11536
|
+
fee_limit?: number | undefined;
|
|
11273
11537
|
} | null | undefined;
|
|
11274
11538
|
} | undefined;
|
|
11275
11539
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -11439,6 +11703,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11439
11703
|
contract?: {
|
|
11440
11704
|
type?: string | undefined;
|
|
11441
11705
|
}[] | undefined;
|
|
11706
|
+
fee_limit?: number | undefined;
|
|
11442
11707
|
} | null | undefined;
|
|
11443
11708
|
};
|
|
11444
11709
|
approval?: {
|
|
@@ -11456,6 +11721,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11456
11721
|
contract?: {
|
|
11457
11722
|
type?: string | undefined;
|
|
11458
11723
|
}[] | undefined;
|
|
11724
|
+
fee_limit?: number | undefined;
|
|
11459
11725
|
} | null | undefined;
|
|
11460
11726
|
} | undefined;
|
|
11461
11727
|
} & {
|
|
@@ -11477,6 +11743,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11477
11743
|
contract?: {
|
|
11478
11744
|
type?: string | undefined;
|
|
11479
11745
|
}[] | undefined;
|
|
11746
|
+
fee_limit?: number | undefined;
|
|
11480
11747
|
} | null | undefined;
|
|
11481
11748
|
};
|
|
11482
11749
|
approval?: {
|
|
@@ -11494,6 +11761,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11494
11761
|
contract?: {
|
|
11495
11762
|
type?: string | undefined;
|
|
11496
11763
|
}[] | undefined;
|
|
11764
|
+
fee_limit?: number | undefined;
|
|
11497
11765
|
} | null | undefined;
|
|
11498
11766
|
} | undefined;
|
|
11499
11767
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -11508,7 +11776,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11508
11776
|
} | undefined;
|
|
11509
11777
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
11510
11778
|
estimatedBaseFeeInDecGwei: string;
|
|
11511
|
-
|
|
11779
|
+
feePerGasInDecGwei: string;
|
|
11512
11780
|
maxFeePerGasInDecGwei: string;
|
|
11513
11781
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
11514
11782
|
sentAmount: {
|
|
@@ -11527,6 +11795,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11527
11795
|
usd: string | null;
|
|
11528
11796
|
};
|
|
11529
11797
|
swapRate: string;
|
|
11798
|
+
/**
|
|
11799
|
+
This is the amount required to submit the transactions
|
|
11800
|
+
Includes the relayer fee or other native fees
|
|
11801
|
+
Should be used for balance checks and tx submission.
|
|
11802
|
+
*/
|
|
11530
11803
|
totalNetworkFee: {
|
|
11531
11804
|
amount: string;
|
|
11532
11805
|
valueInCurrency: string | null;
|
|
@@ -11537,6 +11810,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11537
11810
|
valueInCurrency: string | null;
|
|
11538
11811
|
usd: string | null;
|
|
11539
11812
|
};
|
|
11813
|
+
/**
|
|
11814
|
+
This contains gas fee estimates for the bridge transaction
|
|
11815
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
11816
|
+
Should only be used for display purposes.
|
|
11817
|
+
*/
|
|
11540
11818
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
11541
11819
|
adjustedReturn: {
|
|
11542
11820
|
valueInCurrency: string | null;
|
|
@@ -11704,6 +11982,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11704
11982
|
contract?: {
|
|
11705
11983
|
type?: string | undefined;
|
|
11706
11984
|
}[] | undefined;
|
|
11985
|
+
fee_limit?: number | undefined;
|
|
11707
11986
|
} | null | undefined;
|
|
11708
11987
|
};
|
|
11709
11988
|
approval?: {
|
|
@@ -11721,6 +12000,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11721
12000
|
contract?: {
|
|
11722
12001
|
type?: string | undefined;
|
|
11723
12002
|
}[] | undefined;
|
|
12003
|
+
fee_limit?: number | undefined;
|
|
11724
12004
|
} | null | undefined;
|
|
11725
12005
|
} | undefined;
|
|
11726
12006
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -11757,6 +12037,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11757
12037
|
usd: string | null;
|
|
11758
12038
|
};
|
|
11759
12039
|
swapRate: string;
|
|
12040
|
+
/**
|
|
12041
|
+
This is the amount required to submit the transactions
|
|
12042
|
+
Includes the relayer fee or other native fees
|
|
12043
|
+
Should be used for balance checks and tx submission.
|
|
12044
|
+
*/
|
|
11760
12045
|
totalNetworkFee: {
|
|
11761
12046
|
amount: string;
|
|
11762
12047
|
valueInCurrency: string | null;
|
|
@@ -11767,6 +12052,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11767
12052
|
valueInCurrency: string | null;
|
|
11768
12053
|
usd: string | null;
|
|
11769
12054
|
};
|
|
12055
|
+
/**
|
|
12056
|
+
This contains gas fee estimates for the bridge transaction
|
|
12057
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
12058
|
+
Should only be used for display purposes.
|
|
12059
|
+
*/
|
|
11770
12060
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
11771
12061
|
adjustedReturn: {
|
|
11772
12062
|
valueInCurrency: string | null;
|
|
@@ -11934,6 +12224,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11934
12224
|
contract?: {
|
|
11935
12225
|
type?: string | undefined;
|
|
11936
12226
|
}[] | undefined;
|
|
12227
|
+
fee_limit?: number | undefined;
|
|
11937
12228
|
} | null | undefined;
|
|
11938
12229
|
};
|
|
11939
12230
|
approval?: {
|
|
@@ -11951,6 +12242,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11951
12242
|
contract?: {
|
|
11952
12243
|
type?: string | undefined;
|
|
11953
12244
|
}[] | undefined;
|
|
12245
|
+
fee_limit?: number | undefined;
|
|
11954
12246
|
} | null | undefined;
|
|
11955
12247
|
} | undefined;
|
|
11956
12248
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -12120,6 +12412,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12120
12412
|
contract?: {
|
|
12121
12413
|
type?: string | undefined;
|
|
12122
12414
|
}[] | undefined;
|
|
12415
|
+
fee_limit?: number | undefined;
|
|
12123
12416
|
} | null | undefined;
|
|
12124
12417
|
};
|
|
12125
12418
|
approval?: {
|
|
@@ -12137,6 +12430,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12137
12430
|
contract?: {
|
|
12138
12431
|
type?: string | undefined;
|
|
12139
12432
|
}[] | undefined;
|
|
12433
|
+
fee_limit?: number | undefined;
|
|
12140
12434
|
} | null | undefined;
|
|
12141
12435
|
} | undefined;
|
|
12142
12436
|
} & {
|
|
@@ -12158,6 +12452,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12158
12452
|
contract?: {
|
|
12159
12453
|
type?: string | undefined;
|
|
12160
12454
|
}[] | undefined;
|
|
12455
|
+
fee_limit?: number | undefined;
|
|
12161
12456
|
} | null | undefined;
|
|
12162
12457
|
};
|
|
12163
12458
|
approval?: {
|
|
@@ -12175,6 +12470,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12175
12470
|
contract?: {
|
|
12176
12471
|
type?: string | undefined;
|
|
12177
12472
|
}[] | undefined;
|
|
12473
|
+
fee_limit?: number | undefined;
|
|
12178
12474
|
} | null | undefined;
|
|
12179
12475
|
} | undefined;
|
|
12180
12476
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -12193,7 +12489,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12193
12489
|
participateInMetaMetrics: boolean;
|
|
12194
12490
|
} & RemoteFeatureFlagControllerState) => {
|
|
12195
12491
|
estimatedBaseFeeInDecGwei: string;
|
|
12196
|
-
|
|
12492
|
+
feePerGasInDecGwei: string;
|
|
12197
12493
|
maxFeePerGasInDecGwei: string;
|
|
12198
12494
|
}) & {
|
|
12199
12495
|
clearCache: () => void;
|
|
@@ -12202,12 +12498,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12202
12498
|
} & {
|
|
12203
12499
|
resultFunc: (resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
12204
12500
|
estimatedBaseFeeInDecGwei: string;
|
|
12205
|
-
|
|
12501
|
+
feePerGasInDecGwei: string;
|
|
12206
12502
|
maxFeePerGasInDecGwei: string;
|
|
12207
12503
|
};
|
|
12208
12504
|
memoizedResultFunc: ((resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
12209
12505
|
estimatedBaseFeeInDecGwei: string;
|
|
12210
|
-
|
|
12506
|
+
feePerGasInDecGwei: string;
|
|
12211
12507
|
maxFeePerGasInDecGwei: string;
|
|
12212
12508
|
}) & {
|
|
12213
12509
|
clearCache: () => void;
|
|
@@ -12216,7 +12512,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12216
12512
|
};
|
|
12217
12513
|
lastResult: () => {
|
|
12218
12514
|
estimatedBaseFeeInDecGwei: string;
|
|
12219
|
-
|
|
12515
|
+
feePerGasInDecGwei: string;
|
|
12220
12516
|
maxFeePerGasInDecGwei: string;
|
|
12221
12517
|
};
|
|
12222
12518
|
dependencies: [({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string];
|
|
@@ -12481,6 +12777,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12481
12777
|
contract?: {
|
|
12482
12778
|
type?: string | undefined;
|
|
12483
12779
|
}[] | undefined;
|
|
12780
|
+
fee_limit?: number | undefined;
|
|
12484
12781
|
} | null | undefined;
|
|
12485
12782
|
};
|
|
12486
12783
|
approval?: {
|
|
@@ -12498,6 +12795,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12498
12795
|
contract?: {
|
|
12499
12796
|
type?: string | undefined;
|
|
12500
12797
|
}[] | undefined;
|
|
12798
|
+
fee_limit?: number | undefined;
|
|
12501
12799
|
} | null | undefined;
|
|
12502
12800
|
} | undefined;
|
|
12503
12801
|
} & {
|
|
@@ -12519,6 +12817,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12519
12817
|
contract?: {
|
|
12520
12818
|
type?: string | undefined;
|
|
12521
12819
|
}[] | undefined;
|
|
12820
|
+
fee_limit?: number | undefined;
|
|
12522
12821
|
} | null | undefined;
|
|
12523
12822
|
};
|
|
12524
12823
|
approval?: {
|
|
@@ -12536,6 +12835,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12536
12835
|
contract?: {
|
|
12537
12836
|
type?: string | undefined;
|
|
12538
12837
|
}[] | undefined;
|
|
12838
|
+
fee_limit?: number | undefined;
|
|
12539
12839
|
} | null | undefined;
|
|
12540
12840
|
} | undefined;
|
|
12541
12841
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -12707,6 +13007,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12707
13007
|
contract?: {
|
|
12708
13008
|
type?: string | undefined;
|
|
12709
13009
|
}[] | undefined;
|
|
13010
|
+
fee_limit?: number | undefined;
|
|
12710
13011
|
} | null | undefined;
|
|
12711
13012
|
};
|
|
12712
13013
|
approval?: {
|
|
@@ -12724,6 +13025,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12724
13025
|
contract?: {
|
|
12725
13026
|
type?: string | undefined;
|
|
12726
13027
|
}[] | undefined;
|
|
13028
|
+
fee_limit?: number | undefined;
|
|
12727
13029
|
} | null | undefined;
|
|
12728
13030
|
} | undefined;
|
|
12729
13031
|
} & {
|
|
@@ -12745,6 +13047,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12745
13047
|
contract?: {
|
|
12746
13048
|
type?: string | undefined;
|
|
12747
13049
|
}[] | undefined;
|
|
13050
|
+
fee_limit?: number | undefined;
|
|
12748
13051
|
} | null | undefined;
|
|
12749
13052
|
};
|
|
12750
13053
|
approval?: {
|
|
@@ -12762,6 +13065,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12762
13065
|
contract?: {
|
|
12763
13066
|
type?: string | undefined;
|
|
12764
13067
|
}[] | undefined;
|
|
13068
|
+
fee_limit?: number | undefined;
|
|
12765
13069
|
} | null | undefined;
|
|
12766
13070
|
} | undefined;
|
|
12767
13071
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -12928,6 +13232,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12928
13232
|
contract?: {
|
|
12929
13233
|
type?: string | undefined;
|
|
12930
13234
|
}[] | undefined;
|
|
13235
|
+
fee_limit?: number | undefined;
|
|
12931
13236
|
} | null | undefined;
|
|
12932
13237
|
};
|
|
12933
13238
|
approval?: {
|
|
@@ -12945,6 +13250,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12945
13250
|
contract?: {
|
|
12946
13251
|
type?: string | undefined;
|
|
12947
13252
|
}[] | undefined;
|
|
13253
|
+
fee_limit?: number | undefined;
|
|
12948
13254
|
} | null | undefined;
|
|
12949
13255
|
} | undefined;
|
|
12950
13256
|
} & {
|
|
@@ -12966,6 +13272,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12966
13272
|
contract?: {
|
|
12967
13273
|
type?: string | undefined;
|
|
12968
13274
|
}[] | undefined;
|
|
13275
|
+
fee_limit?: number | undefined;
|
|
12969
13276
|
} | null | undefined;
|
|
12970
13277
|
};
|
|
12971
13278
|
approval?: {
|
|
@@ -12983,6 +13290,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12983
13290
|
contract?: {
|
|
12984
13291
|
type?: string | undefined;
|
|
12985
13292
|
}[] | undefined;
|
|
13293
|
+
fee_limit?: number | undefined;
|
|
12986
13294
|
} | null | undefined;
|
|
12987
13295
|
} | undefined;
|
|
12988
13296
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -13149,6 +13457,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13149
13457
|
contract?: {
|
|
13150
13458
|
type?: string | undefined;
|
|
13151
13459
|
}[] | undefined;
|
|
13460
|
+
fee_limit?: number | undefined;
|
|
13152
13461
|
} | null | undefined;
|
|
13153
13462
|
};
|
|
13154
13463
|
approval?: {
|
|
@@ -13166,6 +13475,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13166
13475
|
contract?: {
|
|
13167
13476
|
type?: string | undefined;
|
|
13168
13477
|
}[] | undefined;
|
|
13478
|
+
fee_limit?: number | undefined;
|
|
13169
13479
|
} | null | undefined;
|
|
13170
13480
|
} | undefined;
|
|
13171
13481
|
} & {
|
|
@@ -13187,6 +13497,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13187
13497
|
contract?: {
|
|
13188
13498
|
type?: string | undefined;
|
|
13189
13499
|
}[] | undefined;
|
|
13500
|
+
fee_limit?: number | undefined;
|
|
13190
13501
|
} | null | undefined;
|
|
13191
13502
|
};
|
|
13192
13503
|
approval?: {
|
|
@@ -13204,6 +13515,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13204
13515
|
contract?: {
|
|
13205
13516
|
type?: string | undefined;
|
|
13206
13517
|
}[] | undefined;
|
|
13518
|
+
fee_limit?: number | undefined;
|
|
13207
13519
|
} | null | undefined;
|
|
13208
13520
|
} | undefined;
|
|
13209
13521
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -13371,6 +13683,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13371
13683
|
contract?: {
|
|
13372
13684
|
type?: string | undefined;
|
|
13373
13685
|
}[] | undefined;
|
|
13686
|
+
fee_limit?: number | undefined;
|
|
13374
13687
|
} | null | undefined;
|
|
13375
13688
|
};
|
|
13376
13689
|
approval?: {
|
|
@@ -13388,6 +13701,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13388
13701
|
contract?: {
|
|
13389
13702
|
type?: string | undefined;
|
|
13390
13703
|
}[] | undefined;
|
|
13704
|
+
fee_limit?: number | undefined;
|
|
13391
13705
|
} | null | undefined;
|
|
13392
13706
|
} | undefined;
|
|
13393
13707
|
} & {
|
|
@@ -13409,6 +13723,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13409
13723
|
contract?: {
|
|
13410
13724
|
type?: string | undefined;
|
|
13411
13725
|
}[] | undefined;
|
|
13726
|
+
fee_limit?: number | undefined;
|
|
13412
13727
|
} | null | undefined;
|
|
13413
13728
|
};
|
|
13414
13729
|
approval?: {
|
|
@@ -13426,6 +13741,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13426
13741
|
contract?: {
|
|
13427
13742
|
type?: string | undefined;
|
|
13428
13743
|
}[] | undefined;
|
|
13744
|
+
fee_limit?: number | undefined;
|
|
13429
13745
|
} | null | undefined;
|
|
13430
13746
|
} | undefined;
|
|
13431
13747
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -13592,6 +13908,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13592
13908
|
contract?: {
|
|
13593
13909
|
type?: string | undefined;
|
|
13594
13910
|
}[] | undefined;
|
|
13911
|
+
fee_limit?: number | undefined;
|
|
13595
13912
|
} | null | undefined;
|
|
13596
13913
|
};
|
|
13597
13914
|
approval?: {
|
|
@@ -13609,6 +13926,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13609
13926
|
contract?: {
|
|
13610
13927
|
type?: string | undefined;
|
|
13611
13928
|
}[] | undefined;
|
|
13929
|
+
fee_limit?: number | undefined;
|
|
13612
13930
|
} | null | undefined;
|
|
13613
13931
|
} | undefined;
|
|
13614
13932
|
} & {
|
|
@@ -13630,6 +13948,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13630
13948
|
contract?: {
|
|
13631
13949
|
type?: string | undefined;
|
|
13632
13950
|
}[] | undefined;
|
|
13951
|
+
fee_limit?: number | undefined;
|
|
13633
13952
|
} | null | undefined;
|
|
13634
13953
|
};
|
|
13635
13954
|
approval?: {
|
|
@@ -13647,6 +13966,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13647
13966
|
contract?: {
|
|
13648
13967
|
type?: string | undefined;
|
|
13649
13968
|
}[] | undefined;
|
|
13969
|
+
fee_limit?: number | undefined;
|
|
13650
13970
|
} | null | undefined;
|
|
13651
13971
|
} | undefined;
|
|
13652
13972
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -13813,6 +14133,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13813
14133
|
contract?: {
|
|
13814
14134
|
type?: string | undefined;
|
|
13815
14135
|
}[] | undefined;
|
|
14136
|
+
fee_limit?: number | undefined;
|
|
13816
14137
|
} | null | undefined;
|
|
13817
14138
|
};
|
|
13818
14139
|
approval?: {
|
|
@@ -13830,6 +14151,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13830
14151
|
contract?: {
|
|
13831
14152
|
type?: string | undefined;
|
|
13832
14153
|
}[] | undefined;
|
|
14154
|
+
fee_limit?: number | undefined;
|
|
13833
14155
|
} | null | undefined;
|
|
13834
14156
|
} | undefined;
|
|
13835
14157
|
} & {
|
|
@@ -13851,6 +14173,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13851
14173
|
contract?: {
|
|
13852
14174
|
type?: string | undefined;
|
|
13853
14175
|
}[] | undefined;
|
|
14176
|
+
fee_limit?: number | undefined;
|
|
13854
14177
|
} | null | undefined;
|
|
13855
14178
|
};
|
|
13856
14179
|
approval?: {
|
|
@@ -13868,6 +14191,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13868
14191
|
contract?: {
|
|
13869
14192
|
type?: string | undefined;
|
|
13870
14193
|
}[] | undefined;
|
|
14194
|
+
fee_limit?: number | undefined;
|
|
13871
14195
|
} | null | undefined;
|
|
13872
14196
|
} | undefined;
|
|
13873
14197
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -14039,6 +14363,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14039
14363
|
contract?: {
|
|
14040
14364
|
type?: string | undefined;
|
|
14041
14365
|
}[] | undefined;
|
|
14366
|
+
fee_limit?: number | undefined;
|
|
14042
14367
|
} | null | undefined;
|
|
14043
14368
|
};
|
|
14044
14369
|
approval?: {
|
|
@@ -14056,6 +14381,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14056
14381
|
contract?: {
|
|
14057
14382
|
type?: string | undefined;
|
|
14058
14383
|
}[] | undefined;
|
|
14384
|
+
fee_limit?: number | undefined;
|
|
14059
14385
|
} | null | undefined;
|
|
14060
14386
|
} | undefined;
|
|
14061
14387
|
} & {
|
|
@@ -14077,6 +14403,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14077
14403
|
contract?: {
|
|
14078
14404
|
type?: string | undefined;
|
|
14079
14405
|
}[] | undefined;
|
|
14406
|
+
fee_limit?: number | undefined;
|
|
14080
14407
|
} | null | undefined;
|
|
14081
14408
|
};
|
|
14082
14409
|
approval?: {
|
|
@@ -14094,6 +14421,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14094
14421
|
contract?: {
|
|
14095
14422
|
type?: string | undefined;
|
|
14096
14423
|
}[] | undefined;
|
|
14424
|
+
fee_limit?: number | undefined;
|
|
14097
14425
|
} | null | undefined;
|
|
14098
14426
|
} | undefined;
|
|
14099
14427
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -14265,6 +14593,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14265
14593
|
contract?: {
|
|
14266
14594
|
type?: string | undefined;
|
|
14267
14595
|
}[] | undefined;
|
|
14596
|
+
fee_limit?: number | undefined;
|
|
14268
14597
|
} | null | undefined;
|
|
14269
14598
|
};
|
|
14270
14599
|
approval?: {
|
|
@@ -14282,6 +14611,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14282
14611
|
contract?: {
|
|
14283
14612
|
type?: string | undefined;
|
|
14284
14613
|
}[] | undefined;
|
|
14614
|
+
fee_limit?: number | undefined;
|
|
14285
14615
|
} | null | undefined;
|
|
14286
14616
|
} | undefined;
|
|
14287
14617
|
} & {
|
|
@@ -14303,6 +14633,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14303
14633
|
contract?: {
|
|
14304
14634
|
type?: string | undefined;
|
|
14305
14635
|
}[] | undefined;
|
|
14636
|
+
fee_limit?: number | undefined;
|
|
14306
14637
|
} | null | undefined;
|
|
14307
14638
|
};
|
|
14308
14639
|
approval?: {
|
|
@@ -14320,6 +14651,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14320
14651
|
contract?: {
|
|
14321
14652
|
type?: string | undefined;
|
|
14322
14653
|
}[] | undefined;
|
|
14654
|
+
fee_limit?: number | undefined;
|
|
14323
14655
|
} | null | undefined;
|
|
14324
14656
|
} | undefined;
|
|
14325
14657
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -14491,6 +14823,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14491
14823
|
contract?: {
|
|
14492
14824
|
type?: string | undefined;
|
|
14493
14825
|
}[] | undefined;
|
|
14826
|
+
fee_limit?: number | undefined;
|
|
14494
14827
|
} | null | undefined;
|
|
14495
14828
|
};
|
|
14496
14829
|
approval?: {
|
|
@@ -14508,6 +14841,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14508
14841
|
contract?: {
|
|
14509
14842
|
type?: string | undefined;
|
|
14510
14843
|
}[] | undefined;
|
|
14844
|
+
fee_limit?: number | undefined;
|
|
14511
14845
|
} | null | undefined;
|
|
14512
14846
|
} | undefined;
|
|
14513
14847
|
} & {
|
|
@@ -14529,6 +14863,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14529
14863
|
contract?: {
|
|
14530
14864
|
type?: string | undefined;
|
|
14531
14865
|
}[] | undefined;
|
|
14866
|
+
fee_limit?: number | undefined;
|
|
14532
14867
|
} | null | undefined;
|
|
14533
14868
|
};
|
|
14534
14869
|
approval?: {
|
|
@@ -14546,6 +14881,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14546
14881
|
contract?: {
|
|
14547
14882
|
type?: string | undefined;
|
|
14548
14883
|
}[] | undefined;
|
|
14884
|
+
fee_limit?: number | undefined;
|
|
14549
14885
|
} | null | undefined;
|
|
14550
14886
|
} | undefined;
|
|
14551
14887
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -14712,6 +15048,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14712
15048
|
contract?: {
|
|
14713
15049
|
type?: string | undefined;
|
|
14714
15050
|
}[] | undefined;
|
|
15051
|
+
fee_limit?: number | undefined;
|
|
14715
15052
|
} | null | undefined;
|
|
14716
15053
|
};
|
|
14717
15054
|
approval?: {
|
|
@@ -14729,6 +15066,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14729
15066
|
contract?: {
|
|
14730
15067
|
type?: string | undefined;
|
|
14731
15068
|
}[] | undefined;
|
|
15069
|
+
fee_limit?: number | undefined;
|
|
14732
15070
|
} | null | undefined;
|
|
14733
15071
|
} | undefined;
|
|
14734
15072
|
} & {
|
|
@@ -14750,6 +15088,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14750
15088
|
contract?: {
|
|
14751
15089
|
type?: string | undefined;
|
|
14752
15090
|
}[] | undefined;
|
|
15091
|
+
fee_limit?: number | undefined;
|
|
14753
15092
|
} | null | undefined;
|
|
14754
15093
|
};
|
|
14755
15094
|
approval?: {
|
|
@@ -14767,6 +15106,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14767
15106
|
contract?: {
|
|
14768
15107
|
type?: string | undefined;
|
|
14769
15108
|
}[] | undefined;
|
|
15109
|
+
fee_limit?: number | undefined;
|
|
14770
15110
|
} | null | undefined;
|
|
14771
15111
|
} | undefined;
|
|
14772
15112
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -14934,6 +15274,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14934
15274
|
contract?: {
|
|
14935
15275
|
type?: string | undefined;
|
|
14936
15276
|
}[] | undefined;
|
|
15277
|
+
fee_limit?: number | undefined;
|
|
14937
15278
|
} | null | undefined;
|
|
14938
15279
|
};
|
|
14939
15280
|
approval?: {
|
|
@@ -14951,6 +15292,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14951
15292
|
contract?: {
|
|
14952
15293
|
type?: string | undefined;
|
|
14953
15294
|
}[] | undefined;
|
|
15295
|
+
fee_limit?: number | undefined;
|
|
14954
15296
|
} | null | undefined;
|
|
14955
15297
|
} | undefined;
|
|
14956
15298
|
} & {
|
|
@@ -14972,6 +15314,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14972
15314
|
contract?: {
|
|
14973
15315
|
type?: string | undefined;
|
|
14974
15316
|
}[] | undefined;
|
|
15317
|
+
fee_limit?: number | undefined;
|
|
14975
15318
|
} | null | undefined;
|
|
14976
15319
|
};
|
|
14977
15320
|
approval?: {
|
|
@@ -14989,6 +15332,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14989
15332
|
contract?: {
|
|
14990
15333
|
type?: string | undefined;
|
|
14991
15334
|
}[] | undefined;
|
|
15335
|
+
fee_limit?: number | undefined;
|
|
14992
15336
|
} | null | undefined;
|
|
14993
15337
|
} | undefined;
|
|
14994
15338
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -15155,6 +15499,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15155
15499
|
contract?: {
|
|
15156
15500
|
type?: string | undefined;
|
|
15157
15501
|
}[] | undefined;
|
|
15502
|
+
fee_limit?: number | undefined;
|
|
15158
15503
|
} | null | undefined;
|
|
15159
15504
|
};
|
|
15160
15505
|
approval?: {
|
|
@@ -15172,6 +15517,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15172
15517
|
contract?: {
|
|
15173
15518
|
type?: string | undefined;
|
|
15174
15519
|
}[] | undefined;
|
|
15520
|
+
fee_limit?: number | undefined;
|
|
15175
15521
|
} | null | undefined;
|
|
15176
15522
|
} | undefined;
|
|
15177
15523
|
} & {
|
|
@@ -15193,6 +15539,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15193
15539
|
contract?: {
|
|
15194
15540
|
type?: string | undefined;
|
|
15195
15541
|
}[] | undefined;
|
|
15542
|
+
fee_limit?: number | undefined;
|
|
15196
15543
|
} | null | undefined;
|
|
15197
15544
|
};
|
|
15198
15545
|
approval?: {
|
|
@@ -15210,6 +15557,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15210
15557
|
contract?: {
|
|
15211
15558
|
type?: string | undefined;
|
|
15212
15559
|
}[] | undefined;
|
|
15560
|
+
fee_limit?: number | undefined;
|
|
15213
15561
|
} | null | undefined;
|
|
15214
15562
|
} | undefined;
|
|
15215
15563
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -15381,6 +15729,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15381
15729
|
contract?: {
|
|
15382
15730
|
type?: string | undefined;
|
|
15383
15731
|
}[] | undefined;
|
|
15732
|
+
fee_limit?: number | undefined;
|
|
15384
15733
|
} | null | undefined;
|
|
15385
15734
|
};
|
|
15386
15735
|
approval?: {
|
|
@@ -15398,6 +15747,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15398
15747
|
contract?: {
|
|
15399
15748
|
type?: string | undefined;
|
|
15400
15749
|
}[] | undefined;
|
|
15750
|
+
fee_limit?: number | undefined;
|
|
15401
15751
|
} | null | undefined;
|
|
15402
15752
|
} | undefined;
|
|
15403
15753
|
} & {
|
|
@@ -15419,6 +15769,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15419
15769
|
contract?: {
|
|
15420
15770
|
type?: string | undefined;
|
|
15421
15771
|
}[] | undefined;
|
|
15772
|
+
fee_limit?: number | undefined;
|
|
15422
15773
|
} | null | undefined;
|
|
15423
15774
|
};
|
|
15424
15775
|
approval?: {
|
|
@@ -15436,6 +15787,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15436
15787
|
contract?: {
|
|
15437
15788
|
type?: string | undefined;
|
|
15438
15789
|
}[] | undefined;
|
|
15790
|
+
fee_limit?: number | undefined;
|
|
15439
15791
|
} | null | undefined;
|
|
15440
15792
|
} | undefined;
|
|
15441
15793
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -15607,6 +15959,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15607
15959
|
contract?: {
|
|
15608
15960
|
type?: string | undefined;
|
|
15609
15961
|
}[] | undefined;
|
|
15962
|
+
fee_limit?: number | undefined;
|
|
15610
15963
|
} | null | undefined;
|
|
15611
15964
|
};
|
|
15612
15965
|
approval?: {
|
|
@@ -15624,6 +15977,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15624
15977
|
contract?: {
|
|
15625
15978
|
type?: string | undefined;
|
|
15626
15979
|
}[] | undefined;
|
|
15980
|
+
fee_limit?: number | undefined;
|
|
15627
15981
|
} | null | undefined;
|
|
15628
15982
|
} | undefined;
|
|
15629
15983
|
} & {
|
|
@@ -15645,6 +15999,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15645
15999
|
contract?: {
|
|
15646
16000
|
type?: string | undefined;
|
|
15647
16001
|
}[] | undefined;
|
|
16002
|
+
fee_limit?: number | undefined;
|
|
15648
16003
|
} | null | undefined;
|
|
15649
16004
|
};
|
|
15650
16005
|
approval?: {
|
|
@@ -15662,6 +16017,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15662
16017
|
contract?: {
|
|
15663
16018
|
type?: string | undefined;
|
|
15664
16019
|
}[] | undefined;
|
|
16020
|
+
fee_limit?: number | undefined;
|
|
15665
16021
|
} | null | undefined;
|
|
15666
16022
|
} | undefined;
|
|
15667
16023
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -15696,6 +16052,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15696
16052
|
usd: string | null;
|
|
15697
16053
|
};
|
|
15698
16054
|
swapRate: string;
|
|
16055
|
+
/**
|
|
16056
|
+
This is the amount required to submit the transactions
|
|
16057
|
+
Includes the relayer fee or other native fees
|
|
16058
|
+
Should be used for balance checks and tx submission.
|
|
16059
|
+
*/
|
|
15699
16060
|
totalNetworkFee: {
|
|
15700
16061
|
amount: string;
|
|
15701
16062
|
valueInCurrency: string | null;
|
|
@@ -15706,6 +16067,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15706
16067
|
valueInCurrency: string | null;
|
|
15707
16068
|
usd: string | null;
|
|
15708
16069
|
};
|
|
16070
|
+
/**
|
|
16071
|
+
This contains gas fee estimates for the bridge transaction
|
|
16072
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
16073
|
+
Should only be used for display purposes.
|
|
16074
|
+
*/
|
|
15709
16075
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
15710
16076
|
adjustedReturn: {
|
|
15711
16077
|
valueInCurrency: string | null;
|
|
@@ -15873,6 +16239,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15873
16239
|
contract?: {
|
|
15874
16240
|
type?: string | undefined;
|
|
15875
16241
|
}[] | undefined;
|
|
16242
|
+
fee_limit?: number | undefined;
|
|
15876
16243
|
} | null | undefined;
|
|
15877
16244
|
};
|
|
15878
16245
|
approval?: {
|
|
@@ -15890,6 +16257,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15890
16257
|
contract?: {
|
|
15891
16258
|
type?: string | undefined;
|
|
15892
16259
|
}[] | undefined;
|
|
16260
|
+
fee_limit?: number | undefined;
|
|
15893
16261
|
} | null | undefined;
|
|
15894
16262
|
} | undefined;
|
|
15895
16263
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -16058,6 +16426,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16058
16426
|
contract?: {
|
|
16059
16427
|
type?: string | undefined;
|
|
16060
16428
|
}[] | undefined;
|
|
16429
|
+
fee_limit?: number | undefined;
|
|
16061
16430
|
} | null | undefined;
|
|
16062
16431
|
};
|
|
16063
16432
|
approval?: {
|
|
@@ -16075,6 +16444,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16075
16444
|
contract?: {
|
|
16076
16445
|
type?: string | undefined;
|
|
16077
16446
|
}[] | undefined;
|
|
16447
|
+
fee_limit?: number | undefined;
|
|
16078
16448
|
} | null | undefined;
|
|
16079
16449
|
} | undefined;
|
|
16080
16450
|
} & {
|
|
@@ -16096,6 +16466,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16096
16466
|
contract?: {
|
|
16097
16467
|
type?: string | undefined;
|
|
16098
16468
|
}[] | undefined;
|
|
16469
|
+
fee_limit?: number | undefined;
|
|
16099
16470
|
} | null | undefined;
|
|
16100
16471
|
};
|
|
16101
16472
|
approval?: {
|
|
@@ -16113,6 +16484,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16113
16484
|
contract?: {
|
|
16114
16485
|
type?: string | undefined;
|
|
16115
16486
|
}[] | undefined;
|
|
16487
|
+
fee_limit?: number | undefined;
|
|
16116
16488
|
} | null | undefined;
|
|
16117
16489
|
} | undefined;
|
|
16118
16490
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -16143,6 +16515,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16143
16515
|
usd: string | null;
|
|
16144
16516
|
};
|
|
16145
16517
|
swapRate: string;
|
|
16518
|
+
/**
|
|
16519
|
+
This is the amount required to submit the transactions
|
|
16520
|
+
Includes the relayer fee or other native fees
|
|
16521
|
+
Should be used for balance checks and tx submission.
|
|
16522
|
+
*/
|
|
16146
16523
|
totalNetworkFee: {
|
|
16147
16524
|
amount: string;
|
|
16148
16525
|
valueInCurrency: string | null;
|
|
@@ -16153,6 +16530,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16153
16530
|
valueInCurrency: string | null;
|
|
16154
16531
|
usd: string | null;
|
|
16155
16532
|
};
|
|
16533
|
+
/**
|
|
16534
|
+
This contains gas fee estimates for the bridge transaction
|
|
16535
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
16536
|
+
Should only be used for display purposes.
|
|
16537
|
+
*/
|
|
16156
16538
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
16157
16539
|
adjustedReturn: {
|
|
16158
16540
|
valueInCurrency: string | null;
|
|
@@ -16320,6 +16702,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16320
16702
|
contract?: {
|
|
16321
16703
|
type?: string | undefined;
|
|
16322
16704
|
}[] | undefined;
|
|
16705
|
+
fee_limit?: number | undefined;
|
|
16323
16706
|
} | null | undefined;
|
|
16324
16707
|
};
|
|
16325
16708
|
approval?: {
|
|
@@ -16337,6 +16720,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16337
16720
|
contract?: {
|
|
16338
16721
|
type?: string | undefined;
|
|
16339
16722
|
}[] | undefined;
|
|
16723
|
+
fee_limit?: number | undefined;
|
|
16340
16724
|
} | null | undefined;
|
|
16341
16725
|
} | undefined;
|
|
16342
16726
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -16505,6 +16889,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16505
16889
|
contract?: {
|
|
16506
16890
|
type?: string | undefined;
|
|
16507
16891
|
}[] | undefined;
|
|
16892
|
+
fee_limit?: number | undefined;
|
|
16508
16893
|
} | null | undefined;
|
|
16509
16894
|
};
|
|
16510
16895
|
approval?: {
|
|
@@ -16522,6 +16907,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16522
16907
|
contract?: {
|
|
16523
16908
|
type?: string | undefined;
|
|
16524
16909
|
}[] | undefined;
|
|
16910
|
+
fee_limit?: number | undefined;
|
|
16525
16911
|
} | null | undefined;
|
|
16526
16912
|
} | undefined;
|
|
16527
16913
|
} & {
|
|
@@ -16543,6 +16929,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16543
16929
|
contract?: {
|
|
16544
16930
|
type?: string | undefined;
|
|
16545
16931
|
}[] | undefined;
|
|
16932
|
+
fee_limit?: number | undefined;
|
|
16546
16933
|
} | null | undefined;
|
|
16547
16934
|
};
|
|
16548
16935
|
approval?: {
|
|
@@ -16560,6 +16947,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16560
16947
|
contract?: {
|
|
16561
16948
|
type?: string | undefined;
|
|
16562
16949
|
}[] | undefined;
|
|
16950
|
+
fee_limit?: number | undefined;
|
|
16563
16951
|
} | null | undefined;
|
|
16564
16952
|
} | undefined;
|
|
16565
16953
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -16731,6 +17119,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16731
17119
|
contract?: {
|
|
16732
17120
|
type?: string | undefined;
|
|
16733
17121
|
}[] | undefined;
|
|
17122
|
+
fee_limit?: number | undefined;
|
|
16734
17123
|
} | null | undefined;
|
|
16735
17124
|
};
|
|
16736
17125
|
approval?: {
|
|
@@ -16748,6 +17137,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16748
17137
|
contract?: {
|
|
16749
17138
|
type?: string | undefined;
|
|
16750
17139
|
}[] | undefined;
|
|
17140
|
+
fee_limit?: number | undefined;
|
|
16751
17141
|
} | null | undefined;
|
|
16752
17142
|
} | undefined;
|
|
16753
17143
|
} & {
|
|
@@ -16769,6 +17159,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16769
17159
|
contract?: {
|
|
16770
17160
|
type?: string | undefined;
|
|
16771
17161
|
}[] | undefined;
|
|
17162
|
+
fee_limit?: number | undefined;
|
|
16772
17163
|
} | null | undefined;
|
|
16773
17164
|
};
|
|
16774
17165
|
approval?: {
|
|
@@ -16786,6 +17177,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16786
17177
|
contract?: {
|
|
16787
17178
|
type?: string | undefined;
|
|
16788
17179
|
}[] | undefined;
|
|
17180
|
+
fee_limit?: number | undefined;
|
|
16789
17181
|
} | null | undefined;
|
|
16790
17182
|
} | undefined;
|
|
16791
17183
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -16820,6 +17212,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16820
17212
|
usd: string | null;
|
|
16821
17213
|
};
|
|
16822
17214
|
swapRate: string;
|
|
17215
|
+
/**
|
|
17216
|
+
This is the amount required to submit the transactions
|
|
17217
|
+
Includes the relayer fee or other native fees
|
|
17218
|
+
Should be used for balance checks and tx submission.
|
|
17219
|
+
*/
|
|
16823
17220
|
totalNetworkFee: {
|
|
16824
17221
|
amount: string;
|
|
16825
17222
|
valueInCurrency: string | null;
|
|
@@ -16830,6 +17227,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16830
17227
|
valueInCurrency: string | null;
|
|
16831
17228
|
usd: string | null;
|
|
16832
17229
|
};
|
|
17230
|
+
/**
|
|
17231
|
+
This contains gas fee estimates for the bridge transaction
|
|
17232
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
17233
|
+
Should only be used for display purposes.
|
|
17234
|
+
*/
|
|
16833
17235
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
16834
17236
|
adjustedReturn: {
|
|
16835
17237
|
valueInCurrency: string | null;
|
|
@@ -16997,6 +17399,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16997
17399
|
contract?: {
|
|
16998
17400
|
type?: string | undefined;
|
|
16999
17401
|
}[] | undefined;
|
|
17402
|
+
fee_limit?: number | undefined;
|
|
17000
17403
|
} | null | undefined;
|
|
17001
17404
|
};
|
|
17002
17405
|
approval?: {
|
|
@@ -17014,6 +17417,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17014
17417
|
contract?: {
|
|
17015
17418
|
type?: string | undefined;
|
|
17016
17419
|
}[] | undefined;
|
|
17420
|
+
fee_limit?: number | undefined;
|
|
17017
17421
|
} | null | undefined;
|
|
17018
17422
|
} | undefined;
|
|
17019
17423
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -17187,6 +17591,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17187
17591
|
contract?: {
|
|
17188
17592
|
type?: string | undefined;
|
|
17189
17593
|
}[] | undefined;
|
|
17594
|
+
fee_limit?: number | undefined;
|
|
17190
17595
|
} | null | undefined;
|
|
17191
17596
|
};
|
|
17192
17597
|
approval?: {
|
|
@@ -17204,6 +17609,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17204
17609
|
contract?: {
|
|
17205
17610
|
type?: string | undefined;
|
|
17206
17611
|
}[] | undefined;
|
|
17612
|
+
fee_limit?: number | undefined;
|
|
17207
17613
|
} | null | undefined;
|
|
17208
17614
|
} | undefined;
|
|
17209
17615
|
} & {
|
|
@@ -17225,6 +17631,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17225
17631
|
contract?: {
|
|
17226
17632
|
type?: string | undefined;
|
|
17227
17633
|
}[] | undefined;
|
|
17634
|
+
fee_limit?: number | undefined;
|
|
17228
17635
|
} | null | undefined;
|
|
17229
17636
|
};
|
|
17230
17637
|
approval?: {
|
|
@@ -17242,6 +17649,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17242
17649
|
contract?: {
|
|
17243
17650
|
type?: string | undefined;
|
|
17244
17651
|
}[] | undefined;
|
|
17652
|
+
fee_limit?: number | undefined;
|
|
17245
17653
|
} | null | undefined;
|
|
17246
17654
|
} | undefined;
|
|
17247
17655
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -17256,7 +17664,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17256
17664
|
} | undefined;
|
|
17257
17665
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
17258
17666
|
estimatedBaseFeeInDecGwei: string;
|
|
17259
|
-
|
|
17667
|
+
feePerGasInDecGwei: string;
|
|
17260
17668
|
maxFeePerGasInDecGwei: string;
|
|
17261
17669
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
17262
17670
|
sentAmount: {
|
|
@@ -17275,6 +17683,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17275
17683
|
usd: string | null;
|
|
17276
17684
|
};
|
|
17277
17685
|
swapRate: string;
|
|
17686
|
+
/**
|
|
17687
|
+
This is the amount required to submit the transactions
|
|
17688
|
+
Includes the relayer fee or other native fees
|
|
17689
|
+
Should be used for balance checks and tx submission.
|
|
17690
|
+
*/
|
|
17278
17691
|
totalNetworkFee: {
|
|
17279
17692
|
amount: string;
|
|
17280
17693
|
valueInCurrency: string | null;
|
|
@@ -17285,6 +17698,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17285
17698
|
valueInCurrency: string | null;
|
|
17286
17699
|
usd: string | null;
|
|
17287
17700
|
};
|
|
17701
|
+
/**
|
|
17702
|
+
This contains gas fee estimates for the bridge transaction
|
|
17703
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
17704
|
+
Should only be used for display purposes.
|
|
17705
|
+
*/
|
|
17288
17706
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
17289
17707
|
adjustedReturn: {
|
|
17290
17708
|
valueInCurrency: string | null;
|
|
@@ -17452,6 +17870,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17452
17870
|
contract?: {
|
|
17453
17871
|
type?: string | undefined;
|
|
17454
17872
|
}[] | undefined;
|
|
17873
|
+
fee_limit?: number | undefined;
|
|
17455
17874
|
} | null | undefined;
|
|
17456
17875
|
};
|
|
17457
17876
|
approval?: {
|
|
@@ -17469,6 +17888,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17469
17888
|
contract?: {
|
|
17470
17889
|
type?: string | undefined;
|
|
17471
17890
|
}[] | undefined;
|
|
17891
|
+
fee_limit?: number | undefined;
|
|
17472
17892
|
} | null | undefined;
|
|
17473
17893
|
} | undefined;
|
|
17474
17894
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -17638,6 +18058,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17638
18058
|
contract?: {
|
|
17639
18059
|
type?: string | undefined;
|
|
17640
18060
|
}[] | undefined;
|
|
18061
|
+
fee_limit?: number | undefined;
|
|
17641
18062
|
} | null | undefined;
|
|
17642
18063
|
};
|
|
17643
18064
|
approval?: {
|
|
@@ -17655,6 +18076,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17655
18076
|
contract?: {
|
|
17656
18077
|
type?: string | undefined;
|
|
17657
18078
|
}[] | undefined;
|
|
18079
|
+
fee_limit?: number | undefined;
|
|
17658
18080
|
} | null | undefined;
|
|
17659
18081
|
} | undefined;
|
|
17660
18082
|
} & {
|
|
@@ -17676,6 +18098,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17676
18098
|
contract?: {
|
|
17677
18099
|
type?: string | undefined;
|
|
17678
18100
|
}[] | undefined;
|
|
18101
|
+
fee_limit?: number | undefined;
|
|
17679
18102
|
} | null | undefined;
|
|
17680
18103
|
};
|
|
17681
18104
|
approval?: {
|
|
@@ -17693,6 +18116,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17693
18116
|
contract?: {
|
|
17694
18117
|
type?: string | undefined;
|
|
17695
18118
|
}[] | undefined;
|
|
18119
|
+
fee_limit?: number | undefined;
|
|
17696
18120
|
} | null | undefined;
|
|
17697
18121
|
} | undefined;
|
|
17698
18122
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -17707,7 +18131,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17707
18131
|
} | undefined;
|
|
17708
18132
|
} & import("./types.mjs").L1GasFees & import("./types.mjs").NonEvmFees)[], resultFuncArgs_1: {
|
|
17709
18133
|
estimatedBaseFeeInDecGwei: string;
|
|
17710
|
-
|
|
18134
|
+
feePerGasInDecGwei: string;
|
|
17711
18135
|
maxFeePerGasInDecGwei: string;
|
|
17712
18136
|
}, resultFuncArgs_2: ExchangeRate, resultFuncArgs_3: ExchangeRate, resultFuncArgs_4: ExchangeRate) => {
|
|
17713
18137
|
sentAmount: {
|
|
@@ -17726,6 +18150,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17726
18150
|
usd: string | null;
|
|
17727
18151
|
};
|
|
17728
18152
|
swapRate: string;
|
|
18153
|
+
/**
|
|
18154
|
+
This is the amount required to submit the transactions
|
|
18155
|
+
Includes the relayer fee or other native fees
|
|
18156
|
+
Should be used for balance checks and tx submission.
|
|
18157
|
+
*/
|
|
17729
18158
|
totalNetworkFee: {
|
|
17730
18159
|
amount: string;
|
|
17731
18160
|
valueInCurrency: string | null;
|
|
@@ -17736,6 +18165,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17736
18165
|
valueInCurrency: string | null;
|
|
17737
18166
|
usd: string | null;
|
|
17738
18167
|
};
|
|
18168
|
+
/**
|
|
18169
|
+
This contains gas fee estimates for the bridge transaction
|
|
18170
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
18171
|
+
Should only be used for display purposes.
|
|
18172
|
+
*/
|
|
17739
18173
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
17740
18174
|
adjustedReturn: {
|
|
17741
18175
|
valueInCurrency: string | null;
|
|
@@ -17903,6 +18337,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17903
18337
|
contract?: {
|
|
17904
18338
|
type?: string | undefined;
|
|
17905
18339
|
}[] | undefined;
|
|
18340
|
+
fee_limit?: number | undefined;
|
|
17906
18341
|
} | null | undefined;
|
|
17907
18342
|
};
|
|
17908
18343
|
approval?: {
|
|
@@ -17920,6 +18355,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17920
18355
|
contract?: {
|
|
17921
18356
|
type?: string | undefined;
|
|
17922
18357
|
}[] | undefined;
|
|
18358
|
+
fee_limit?: number | undefined;
|
|
17923
18359
|
} | null | undefined;
|
|
17924
18360
|
} | undefined;
|
|
17925
18361
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -17956,6 +18392,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17956
18392
|
usd: string | null;
|
|
17957
18393
|
};
|
|
17958
18394
|
swapRate: string;
|
|
18395
|
+
/**
|
|
18396
|
+
This is the amount required to submit the transactions
|
|
18397
|
+
Includes the relayer fee or other native fees
|
|
18398
|
+
Should be used for balance checks and tx submission.
|
|
18399
|
+
*/
|
|
17959
18400
|
totalNetworkFee: {
|
|
17960
18401
|
amount: string;
|
|
17961
18402
|
valueInCurrency: string | null;
|
|
@@ -17966,6 +18407,11 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17966
18407
|
valueInCurrency: string | null;
|
|
17967
18408
|
usd: string | null;
|
|
17968
18409
|
};
|
|
18410
|
+
/**
|
|
18411
|
+
This contains gas fee estimates for the bridge transaction
|
|
18412
|
+
Does not include the relayer fee (if needed), just the gasLimit and effectiveGas returned by the bridge API
|
|
18413
|
+
Should only be used for display purposes.
|
|
18414
|
+
*/
|
|
17969
18415
|
gasFee: Record<"effective" | "total" | "max", import("./types.mjs").TokenAmountValues>;
|
|
17970
18416
|
adjustedReturn: {
|
|
17971
18417
|
valueInCurrency: string | null;
|
|
@@ -18133,6 +18579,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18133
18579
|
contract?: {
|
|
18134
18580
|
type?: string | undefined;
|
|
18135
18581
|
}[] | undefined;
|
|
18582
|
+
fee_limit?: number | undefined;
|
|
18136
18583
|
} | null | undefined;
|
|
18137
18584
|
};
|
|
18138
18585
|
approval?: {
|
|
@@ -18150,6 +18597,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18150
18597
|
contract?: {
|
|
18151
18598
|
type?: string | undefined;
|
|
18152
18599
|
}[] | undefined;
|
|
18600
|
+
fee_limit?: number | undefined;
|
|
18153
18601
|
} | null | undefined;
|
|
18154
18602
|
} | undefined;
|
|
18155
18603
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -18319,6 +18767,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18319
18767
|
contract?: {
|
|
18320
18768
|
type?: string | undefined;
|
|
18321
18769
|
}[] | undefined;
|
|
18770
|
+
fee_limit?: number | undefined;
|
|
18322
18771
|
} | null | undefined;
|
|
18323
18772
|
};
|
|
18324
18773
|
approval?: {
|
|
@@ -18336,6 +18785,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18336
18785
|
contract?: {
|
|
18337
18786
|
type?: string | undefined;
|
|
18338
18787
|
}[] | undefined;
|
|
18788
|
+
fee_limit?: number | undefined;
|
|
18339
18789
|
} | null | undefined;
|
|
18340
18790
|
} | undefined;
|
|
18341
18791
|
} & {
|
|
@@ -18357,6 +18807,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18357
18807
|
contract?: {
|
|
18358
18808
|
type?: string | undefined;
|
|
18359
18809
|
}[] | undefined;
|
|
18810
|
+
fee_limit?: number | undefined;
|
|
18360
18811
|
} | null | undefined;
|
|
18361
18812
|
};
|
|
18362
18813
|
approval?: {
|
|
@@ -18374,6 +18825,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18374
18825
|
contract?: {
|
|
18375
18826
|
type?: string | undefined;
|
|
18376
18827
|
}[] | undefined;
|
|
18828
|
+
fee_limit?: number | undefined;
|
|
18377
18829
|
} | null | undefined;
|
|
18378
18830
|
} | undefined;
|
|
18379
18831
|
featureId?: import(".").FeatureId | undefined;
|
|
@@ -18392,7 +18844,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18392
18844
|
participateInMetaMetrics: boolean;
|
|
18393
18845
|
} & RemoteFeatureFlagControllerState) => {
|
|
18394
18846
|
estimatedBaseFeeInDecGwei: string;
|
|
18395
|
-
|
|
18847
|
+
feePerGasInDecGwei: string;
|
|
18396
18848
|
maxFeePerGasInDecGwei: string;
|
|
18397
18849
|
}) & {
|
|
18398
18850
|
clearCache: () => void;
|
|
@@ -18401,12 +18853,12 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18401
18853
|
} & {
|
|
18402
18854
|
resultFunc: (resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
18403
18855
|
estimatedBaseFeeInDecGwei: string;
|
|
18404
|
-
|
|
18856
|
+
feePerGasInDecGwei: string;
|
|
18405
18857
|
maxFeePerGasInDecGwei: string;
|
|
18406
18858
|
};
|
|
18407
18859
|
memoizedResultFunc: ((resultFuncArgs_0: string, resultFuncArgs_1: string, resultFuncArgs_2: string) => {
|
|
18408
18860
|
estimatedBaseFeeInDecGwei: string;
|
|
18409
|
-
|
|
18861
|
+
feePerGasInDecGwei: string;
|
|
18410
18862
|
maxFeePerGasInDecGwei: string;
|
|
18411
18863
|
}) & {
|
|
18412
18864
|
clearCache: () => void;
|
|
@@ -18415,7 +18867,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18415
18867
|
};
|
|
18416
18868
|
lastResult: () => {
|
|
18417
18869
|
estimatedBaseFeeInDecGwei: string;
|
|
18418
|
-
|
|
18870
|
+
feePerGasInDecGwei: string;
|
|
18419
18871
|
maxFeePerGasInDecGwei: string;
|
|
18420
18872
|
};
|
|
18421
18873
|
dependencies: [({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string, ({ gasFeeEstimates }: BridgeAppState) => string];
|
|
@@ -18676,6 +19128,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18676
19128
|
contract?: {
|
|
18677
19129
|
type?: string | undefined;
|
|
18678
19130
|
}[] | undefined;
|
|
19131
|
+
fee_limit?: number | undefined;
|
|
18679
19132
|
} | null | undefined;
|
|
18680
19133
|
};
|
|
18681
19134
|
approval?: {
|
|
@@ -18693,6 +19146,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18693
19146
|
contract?: {
|
|
18694
19147
|
type?: string | undefined;
|
|
18695
19148
|
}[] | undefined;
|
|
19149
|
+
fee_limit?: number | undefined;
|
|
18696
19150
|
} | null | undefined;
|
|
18697
19151
|
} | undefined;
|
|
18698
19152
|
} & {
|
|
@@ -18714,6 +19168,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18714
19168
|
contract?: {
|
|
18715
19169
|
type?: string | undefined;
|
|
18716
19170
|
}[] | undefined;
|
|
19171
|
+
fee_limit?: number | undefined;
|
|
18717
19172
|
} | null | undefined;
|
|
18718
19173
|
};
|
|
18719
19174
|
approval?: {
|
|
@@ -18731,6 +19186,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18731
19186
|
contract?: {
|
|
18732
19187
|
type?: string | undefined;
|
|
18733
19188
|
}[] | undefined;
|
|
19189
|
+
fee_limit?: number | undefined;
|
|
18734
19190
|
} | null | undefined;
|
|
18735
19191
|
} | undefined;
|
|
18736
19192
|
featureId?: import(".").FeatureId | undefined;
|