@metamask/bridge-controller 49.0.0 → 50.0.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 +19 -1
- package/dist/selectors.d.cts +78 -78
- package/dist/selectors.d.mts +78 -78
- package/dist/utils/validators.d.cts +7 -7
- package/dist/utils/validators.d.mts +7 -7
- package/package.json +13 -13
package/dist/selectors.d.cts
CHANGED
|
@@ -752,6 +752,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
752
752
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => {
|
|
753
753
|
sortedQuotes: ({
|
|
754
754
|
quote: {
|
|
755
|
+
requestId: string;
|
|
755
756
|
srcChainId: number;
|
|
756
757
|
destChainId: number;
|
|
757
758
|
srcAsset: {
|
|
@@ -774,7 +775,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
774
775
|
iconUrl?: string | null | undefined;
|
|
775
776
|
icon?: string | null | undefined;
|
|
776
777
|
};
|
|
777
|
-
requestId: string;
|
|
778
778
|
srcTokenAmount: string;
|
|
779
779
|
destTokenAmount: string;
|
|
780
780
|
minDestTokenAmount: string;
|
|
@@ -929,6 +929,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
929
929
|
} & QuoteMetadata)[];
|
|
930
930
|
recommendedQuote: ({
|
|
931
931
|
quote: {
|
|
932
|
+
requestId: string;
|
|
932
933
|
srcChainId: number;
|
|
933
934
|
destChainId: number;
|
|
934
935
|
srcAsset: {
|
|
@@ -951,7 +952,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
951
952
|
iconUrl?: string | null | undefined;
|
|
952
953
|
icon?: string | null | undefined;
|
|
953
954
|
};
|
|
954
|
-
requestId: string;
|
|
955
955
|
srcTokenAmount: string;
|
|
956
956
|
destTokenAmount: string;
|
|
957
957
|
minDestTokenAmount: string;
|
|
@@ -1106,6 +1106,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1106
1106
|
} & QuoteMetadata) | null;
|
|
1107
1107
|
activeQuote: ({
|
|
1108
1108
|
quote: {
|
|
1109
|
+
requestId: string;
|
|
1109
1110
|
srcChainId: number;
|
|
1110
1111
|
destChainId: number;
|
|
1111
1112
|
srcAsset: {
|
|
@@ -1128,7 +1129,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1128
1129
|
iconUrl?: string | null | undefined;
|
|
1129
1130
|
icon?: string | null | undefined;
|
|
1130
1131
|
};
|
|
1131
|
-
requestId: string;
|
|
1132
1132
|
srcTokenAmount: string;
|
|
1133
1133
|
destTokenAmount: string;
|
|
1134
1134
|
minDestTokenAmount: string;
|
|
@@ -1294,6 +1294,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1294
1294
|
} & {
|
|
1295
1295
|
resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: number, resultFuncArgs_2: ({
|
|
1296
1296
|
quote: {
|
|
1297
|
+
requestId: string;
|
|
1297
1298
|
srcChainId: number;
|
|
1298
1299
|
destChainId: number;
|
|
1299
1300
|
srcAsset: {
|
|
@@ -1316,7 +1317,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1316
1317
|
iconUrl?: string | null | undefined;
|
|
1317
1318
|
icon?: string | null | undefined;
|
|
1318
1319
|
};
|
|
1319
|
-
requestId: string;
|
|
1320
1320
|
srcTokenAmount: string;
|
|
1321
1321
|
destTokenAmount: string;
|
|
1322
1322
|
minDestTokenAmount: string;
|
|
@@ -1470,6 +1470,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1470
1470
|
featureId?: import(".").FeatureId | undefined;
|
|
1471
1471
|
} & QuoteMetadata)[], resultFuncArgs_3: ({
|
|
1472
1472
|
quote: {
|
|
1473
|
+
requestId: string;
|
|
1473
1474
|
srcChainId: number;
|
|
1474
1475
|
destChainId: number;
|
|
1475
1476
|
srcAsset: {
|
|
@@ -1492,7 +1493,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1492
1493
|
iconUrl?: string | null | undefined;
|
|
1493
1494
|
icon?: string | null | undefined;
|
|
1494
1495
|
};
|
|
1495
|
-
requestId: string;
|
|
1496
1496
|
srcTokenAmount: string;
|
|
1497
1497
|
destTokenAmount: string;
|
|
1498
1498
|
minDestTokenAmount: string;
|
|
@@ -1646,6 +1646,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1646
1646
|
featureId?: import(".").FeatureId | undefined;
|
|
1647
1647
|
} & QuoteMetadata) | null, resultFuncArgs_4: ({
|
|
1648
1648
|
quote: {
|
|
1649
|
+
requestId: string;
|
|
1649
1650
|
srcChainId: number;
|
|
1650
1651
|
destChainId: number;
|
|
1651
1652
|
srcAsset: {
|
|
@@ -1668,7 +1669,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1668
1669
|
iconUrl?: string | null | undefined;
|
|
1669
1670
|
icon?: string | null | undefined;
|
|
1670
1671
|
};
|
|
1671
|
-
requestId: string;
|
|
1672
1672
|
srcTokenAmount: string;
|
|
1673
1673
|
destTokenAmount: string;
|
|
1674
1674
|
minDestTokenAmount: string;
|
|
@@ -1823,6 +1823,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1823
1823
|
} & QuoteMetadata) | null, resultFuncArgs_5: number | null, resultFuncArgs_6: boolean, resultFuncArgs_7: number | null, resultFuncArgs_8: boolean) => {
|
|
1824
1824
|
sortedQuotes: ({
|
|
1825
1825
|
quote: {
|
|
1826
|
+
requestId: string;
|
|
1826
1827
|
srcChainId: number;
|
|
1827
1828
|
destChainId: number;
|
|
1828
1829
|
srcAsset: {
|
|
@@ -1845,7 +1846,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1845
1846
|
iconUrl?: string | null | undefined;
|
|
1846
1847
|
icon?: string | null | undefined;
|
|
1847
1848
|
};
|
|
1848
|
-
requestId: string;
|
|
1849
1849
|
srcTokenAmount: string;
|
|
1850
1850
|
destTokenAmount: string;
|
|
1851
1851
|
minDestTokenAmount: string;
|
|
@@ -2000,6 +2000,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2000
2000
|
} & QuoteMetadata)[];
|
|
2001
2001
|
recommendedQuote: ({
|
|
2002
2002
|
quote: {
|
|
2003
|
+
requestId: string;
|
|
2003
2004
|
srcChainId: number;
|
|
2004
2005
|
destChainId: number;
|
|
2005
2006
|
srcAsset: {
|
|
@@ -2022,7 +2023,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2022
2023
|
iconUrl?: string | null | undefined;
|
|
2023
2024
|
icon?: string | null | undefined;
|
|
2024
2025
|
};
|
|
2025
|
-
requestId: string;
|
|
2026
2026
|
srcTokenAmount: string;
|
|
2027
2027
|
destTokenAmount: string;
|
|
2028
2028
|
minDestTokenAmount: string;
|
|
@@ -2177,6 +2177,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2177
2177
|
} & QuoteMetadata) | null;
|
|
2178
2178
|
activeQuote: ({
|
|
2179
2179
|
quote: {
|
|
2180
|
+
requestId: string;
|
|
2180
2181
|
srcChainId: number;
|
|
2181
2182
|
destChainId: number;
|
|
2182
2183
|
srcAsset: {
|
|
@@ -2199,7 +2200,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2199
2200
|
iconUrl?: string | null | undefined;
|
|
2200
2201
|
icon?: string | null | undefined;
|
|
2201
2202
|
};
|
|
2202
|
-
requestId: string;
|
|
2203
2203
|
srcTokenAmount: string;
|
|
2204
2204
|
destTokenAmount: string;
|
|
2205
2205
|
minDestTokenAmount: string;
|
|
@@ -2361,6 +2361,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2361
2361
|
};
|
|
2362
2362
|
memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: number, resultFuncArgs_2: ({
|
|
2363
2363
|
quote: {
|
|
2364
|
+
requestId: string;
|
|
2364
2365
|
srcChainId: number;
|
|
2365
2366
|
destChainId: number;
|
|
2366
2367
|
srcAsset: {
|
|
@@ -2383,7 +2384,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2383
2384
|
iconUrl?: string | null | undefined;
|
|
2384
2385
|
icon?: string | null | undefined;
|
|
2385
2386
|
};
|
|
2386
|
-
requestId: string;
|
|
2387
2387
|
srcTokenAmount: string;
|
|
2388
2388
|
destTokenAmount: string;
|
|
2389
2389
|
minDestTokenAmount: string;
|
|
@@ -2537,6 +2537,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2537
2537
|
featureId?: import(".").FeatureId | undefined;
|
|
2538
2538
|
} & QuoteMetadata)[], resultFuncArgs_3: ({
|
|
2539
2539
|
quote: {
|
|
2540
|
+
requestId: string;
|
|
2540
2541
|
srcChainId: number;
|
|
2541
2542
|
destChainId: number;
|
|
2542
2543
|
srcAsset: {
|
|
@@ -2559,7 +2560,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2559
2560
|
iconUrl?: string | null | undefined;
|
|
2560
2561
|
icon?: string | null | undefined;
|
|
2561
2562
|
};
|
|
2562
|
-
requestId: string;
|
|
2563
2563
|
srcTokenAmount: string;
|
|
2564
2564
|
destTokenAmount: string;
|
|
2565
2565
|
minDestTokenAmount: string;
|
|
@@ -2713,6 +2713,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2713
2713
|
featureId?: import(".").FeatureId | undefined;
|
|
2714
2714
|
} & QuoteMetadata) | null, resultFuncArgs_4: ({
|
|
2715
2715
|
quote: {
|
|
2716
|
+
requestId: string;
|
|
2716
2717
|
srcChainId: number;
|
|
2717
2718
|
destChainId: number;
|
|
2718
2719
|
srcAsset: {
|
|
@@ -2735,7 +2736,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2735
2736
|
iconUrl?: string | null | undefined;
|
|
2736
2737
|
icon?: string | null | undefined;
|
|
2737
2738
|
};
|
|
2738
|
-
requestId: string;
|
|
2739
2739
|
srcTokenAmount: string;
|
|
2740
2740
|
destTokenAmount: string;
|
|
2741
2741
|
minDestTokenAmount: string;
|
|
@@ -2890,6 +2890,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2890
2890
|
} & QuoteMetadata) | null, resultFuncArgs_5: number | null, resultFuncArgs_6: boolean, resultFuncArgs_7: number | null, resultFuncArgs_8: boolean) => {
|
|
2891
2891
|
sortedQuotes: ({
|
|
2892
2892
|
quote: {
|
|
2893
|
+
requestId: string;
|
|
2893
2894
|
srcChainId: number;
|
|
2894
2895
|
destChainId: number;
|
|
2895
2896
|
srcAsset: {
|
|
@@ -2912,7 +2913,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2912
2913
|
iconUrl?: string | null | undefined;
|
|
2913
2914
|
icon?: string | null | undefined;
|
|
2914
2915
|
};
|
|
2915
|
-
requestId: string;
|
|
2916
2916
|
srcTokenAmount: string;
|
|
2917
2917
|
destTokenAmount: string;
|
|
2918
2918
|
minDestTokenAmount: string;
|
|
@@ -3067,6 +3067,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3067
3067
|
} & QuoteMetadata)[];
|
|
3068
3068
|
recommendedQuote: ({
|
|
3069
3069
|
quote: {
|
|
3070
|
+
requestId: string;
|
|
3070
3071
|
srcChainId: number;
|
|
3071
3072
|
destChainId: number;
|
|
3072
3073
|
srcAsset: {
|
|
@@ -3089,7 +3090,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3089
3090
|
iconUrl?: string | null | undefined;
|
|
3090
3091
|
icon?: string | null | undefined;
|
|
3091
3092
|
};
|
|
3092
|
-
requestId: string;
|
|
3093
3093
|
srcTokenAmount: string;
|
|
3094
3094
|
destTokenAmount: string;
|
|
3095
3095
|
minDestTokenAmount: string;
|
|
@@ -3244,6 +3244,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3244
3244
|
} & QuoteMetadata) | null;
|
|
3245
3245
|
activeQuote: ({
|
|
3246
3246
|
quote: {
|
|
3247
|
+
requestId: string;
|
|
3247
3248
|
srcChainId: number;
|
|
3248
3249
|
destChainId: number;
|
|
3249
3250
|
srcAsset: {
|
|
@@ -3266,7 +3267,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3266
3267
|
iconUrl?: string | null | undefined;
|
|
3267
3268
|
icon?: string | null | undefined;
|
|
3268
3269
|
};
|
|
3269
|
-
requestId: string;
|
|
3270
3270
|
srcTokenAmount: string;
|
|
3271
3271
|
destTokenAmount: string;
|
|
3272
3272
|
minDestTokenAmount: string;
|
|
@@ -3433,6 +3433,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3433
3433
|
lastResult: () => {
|
|
3434
3434
|
sortedQuotes: ({
|
|
3435
3435
|
quote: {
|
|
3436
|
+
requestId: string;
|
|
3436
3437
|
srcChainId: number;
|
|
3437
3438
|
destChainId: number;
|
|
3438
3439
|
srcAsset: {
|
|
@@ -3455,7 +3456,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3455
3456
|
iconUrl?: string | null | undefined;
|
|
3456
3457
|
icon?: string | null | undefined;
|
|
3457
3458
|
};
|
|
3458
|
-
requestId: string;
|
|
3459
3459
|
srcTokenAmount: string;
|
|
3460
3460
|
destTokenAmount: string;
|
|
3461
3461
|
minDestTokenAmount: string;
|
|
@@ -3610,6 +3610,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3610
3610
|
} & QuoteMetadata)[];
|
|
3611
3611
|
recommendedQuote: ({
|
|
3612
3612
|
quote: {
|
|
3613
|
+
requestId: string;
|
|
3613
3614
|
srcChainId: number;
|
|
3614
3615
|
destChainId: number;
|
|
3615
3616
|
srcAsset: {
|
|
@@ -3632,7 +3633,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3632
3633
|
iconUrl?: string | null | undefined;
|
|
3633
3634
|
icon?: string | null | undefined;
|
|
3634
3635
|
};
|
|
3635
|
-
requestId: string;
|
|
3636
3636
|
srcTokenAmount: string;
|
|
3637
3637
|
destTokenAmount: string;
|
|
3638
3638
|
minDestTokenAmount: string;
|
|
@@ -3787,6 +3787,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3787
3787
|
} & QuoteMetadata) | null;
|
|
3788
3788
|
activeQuote: ({
|
|
3789
3789
|
quote: {
|
|
3790
|
+
requestId: string;
|
|
3790
3791
|
srcChainId: number;
|
|
3791
3792
|
destChainId: number;
|
|
3792
3793
|
srcAsset: {
|
|
@@ -3809,7 +3810,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3809
3810
|
iconUrl?: string | null | undefined;
|
|
3810
3811
|
icon?: string | null | undefined;
|
|
3811
3812
|
};
|
|
3812
|
-
requestId: string;
|
|
3813
3813
|
srcTokenAmount: string;
|
|
3814
3814
|
destTokenAmount: string;
|
|
3815
3815
|
minDestTokenAmount: string;
|
|
@@ -3975,6 +3975,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3975
3975
|
participateInMetaMetrics: boolean;
|
|
3976
3976
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
3977
3977
|
quote: {
|
|
3978
|
+
requestId: string;
|
|
3978
3979
|
srcChainId: number;
|
|
3979
3980
|
destChainId: number;
|
|
3980
3981
|
srcAsset: {
|
|
@@ -3997,7 +3998,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3997
3998
|
iconUrl?: string | null | undefined;
|
|
3998
3999
|
icon?: string | null | undefined;
|
|
3999
4000
|
};
|
|
4000
|
-
requestId: string;
|
|
4001
4001
|
srcTokenAmount: string;
|
|
4002
4002
|
destTokenAmount: string;
|
|
4003
4003
|
minDestTokenAmount: string;
|
|
@@ -4196,6 +4196,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4196
4196
|
usd: string | null;
|
|
4197
4197
|
} | null;
|
|
4198
4198
|
quote: {
|
|
4199
|
+
requestId: string;
|
|
4199
4200
|
srcChainId: number;
|
|
4200
4201
|
destChainId: number;
|
|
4201
4202
|
srcAsset: {
|
|
@@ -4218,7 +4219,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4218
4219
|
iconUrl?: string | null | undefined;
|
|
4219
4220
|
icon?: string | null | undefined;
|
|
4220
4221
|
};
|
|
4221
|
-
requestId: string;
|
|
4222
4222
|
srcTokenAmount: string;
|
|
4223
4223
|
destTokenAmount: string;
|
|
4224
4224
|
minDestTokenAmount: string;
|
|
@@ -4363,6 +4363,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4363
4363
|
nonEvmFeesInNative?: string | undefined;
|
|
4364
4364
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
4365
4365
|
quote: {
|
|
4366
|
+
requestId: string;
|
|
4366
4367
|
srcChainId: number;
|
|
4367
4368
|
destChainId: number;
|
|
4368
4369
|
srcAsset: {
|
|
@@ -4385,7 +4386,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4385
4386
|
iconUrl?: string | null | undefined;
|
|
4386
4387
|
icon?: string | null | undefined;
|
|
4387
4388
|
};
|
|
4388
|
-
requestId: string;
|
|
4389
4389
|
srcTokenAmount: string;
|
|
4390
4390
|
destTokenAmount: string;
|
|
4391
4391
|
minDestTokenAmount: string;
|
|
@@ -4580,6 +4580,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4580
4580
|
usd: string | null;
|
|
4581
4581
|
} | null;
|
|
4582
4582
|
quote: {
|
|
4583
|
+
requestId: string;
|
|
4583
4584
|
srcChainId: number;
|
|
4584
4585
|
destChainId: number;
|
|
4585
4586
|
srcAsset: {
|
|
@@ -4602,7 +4603,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4602
4603
|
iconUrl?: string | null | undefined;
|
|
4603
4604
|
icon?: string | null | undefined;
|
|
4604
4605
|
};
|
|
4605
|
-
requestId: string;
|
|
4606
4606
|
srcTokenAmount: string;
|
|
4607
4607
|
destTokenAmount: string;
|
|
4608
4608
|
minDestTokenAmount: string;
|
|
@@ -4747,6 +4747,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4747
4747
|
nonEvmFeesInNative?: string | undefined;
|
|
4748
4748
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
4749
4749
|
quote: {
|
|
4750
|
+
requestId: string;
|
|
4750
4751
|
srcChainId: number;
|
|
4751
4752
|
destChainId: number;
|
|
4752
4753
|
srcAsset: {
|
|
@@ -4769,7 +4770,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4769
4770
|
iconUrl?: string | null | undefined;
|
|
4770
4771
|
icon?: string | null | undefined;
|
|
4771
4772
|
};
|
|
4772
|
-
requestId: string;
|
|
4773
4773
|
srcTokenAmount: string;
|
|
4774
4774
|
destTokenAmount: string;
|
|
4775
4775
|
minDestTokenAmount: string;
|
|
@@ -4928,6 +4928,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4928
4928
|
};
|
|
4929
4929
|
lastResult: () => ({
|
|
4930
4930
|
quote: {
|
|
4931
|
+
requestId: string;
|
|
4931
4932
|
srcChainId: number;
|
|
4932
4933
|
destChainId: number;
|
|
4933
4934
|
srcAsset: {
|
|
@@ -4950,7 +4951,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4950
4951
|
iconUrl?: string | null | undefined;
|
|
4951
4952
|
icon?: string | null | undefined;
|
|
4952
4953
|
};
|
|
4953
|
-
requestId: string;
|
|
4954
4954
|
srcTokenAmount: string;
|
|
4955
4955
|
destTokenAmount: string;
|
|
4956
4956
|
minDestTokenAmount: string;
|
|
@@ -5149,6 +5149,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5149
5149
|
usd: string | null;
|
|
5150
5150
|
} | null;
|
|
5151
5151
|
quote: {
|
|
5152
|
+
requestId: string;
|
|
5152
5153
|
srcChainId: number;
|
|
5153
5154
|
destChainId: number;
|
|
5154
5155
|
srcAsset: {
|
|
@@ -5171,7 +5172,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5171
5172
|
iconUrl?: string | null | undefined;
|
|
5172
5173
|
icon?: string | null | undefined;
|
|
5173
5174
|
};
|
|
5174
|
-
requestId: string;
|
|
5175
5175
|
srcTokenAmount: string;
|
|
5176
5176
|
destTokenAmount: string;
|
|
5177
5177
|
minDestTokenAmount: string;
|
|
@@ -5321,6 +5321,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5321
5321
|
} & {
|
|
5322
5322
|
resultFunc: (resultFuncArgs_0: ({
|
|
5323
5323
|
quote: {
|
|
5324
|
+
requestId: string;
|
|
5324
5325
|
srcChainId: number;
|
|
5325
5326
|
destChainId: number;
|
|
5326
5327
|
srcAsset: {
|
|
@@ -5343,7 +5344,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5343
5344
|
iconUrl?: string | null | undefined;
|
|
5344
5345
|
icon?: string | null | undefined;
|
|
5345
5346
|
};
|
|
5346
|
-
requestId: string;
|
|
5347
5347
|
srcTokenAmount: string;
|
|
5348
5348
|
destTokenAmount: string;
|
|
5349
5349
|
minDestTokenAmount: string;
|
|
@@ -5541,6 +5541,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5541
5541
|
usd: string | null;
|
|
5542
5542
|
} | null;
|
|
5543
5543
|
quote: {
|
|
5544
|
+
requestId: string;
|
|
5544
5545
|
srcChainId: number;
|
|
5545
5546
|
destChainId: number;
|
|
5546
5547
|
srcAsset: {
|
|
@@ -5563,7 +5564,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5563
5564
|
iconUrl?: string | null | undefined;
|
|
5564
5565
|
icon?: string | null | undefined;
|
|
5565
5566
|
};
|
|
5566
|
-
requestId: string;
|
|
5567
5567
|
srcTokenAmount: string;
|
|
5568
5568
|
destTokenAmount: string;
|
|
5569
5569
|
minDestTokenAmount: string;
|
|
@@ -5709,6 +5709,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5709
5709
|
}[];
|
|
5710
5710
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
5711
5711
|
quote: {
|
|
5712
|
+
requestId: string;
|
|
5712
5713
|
srcChainId: number;
|
|
5713
5714
|
destChainId: number;
|
|
5714
5715
|
srcAsset: {
|
|
@@ -5731,7 +5732,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5731
5732
|
iconUrl?: string | null | undefined;
|
|
5732
5733
|
icon?: string | null | undefined;
|
|
5733
5734
|
};
|
|
5734
|
-
requestId: string;
|
|
5735
5735
|
srcTokenAmount: string;
|
|
5736
5736
|
destTokenAmount: string;
|
|
5737
5737
|
minDestTokenAmount: string;
|
|
@@ -5929,6 +5929,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5929
5929
|
usd: string | null;
|
|
5930
5930
|
} | null;
|
|
5931
5931
|
quote: {
|
|
5932
|
+
requestId: string;
|
|
5932
5933
|
srcChainId: number;
|
|
5933
5934
|
destChainId: number;
|
|
5934
5935
|
srcAsset: {
|
|
@@ -5951,7 +5952,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5951
5952
|
iconUrl?: string | null | undefined;
|
|
5952
5953
|
icon?: string | null | undefined;
|
|
5953
5954
|
};
|
|
5954
|
-
requestId: string;
|
|
5955
5955
|
srcTokenAmount: string;
|
|
5956
5956
|
destTokenAmount: string;
|
|
5957
5957
|
minDestTokenAmount: string;
|
|
@@ -6141,6 +6141,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6141
6141
|
usd: string | null;
|
|
6142
6142
|
} | null;
|
|
6143
6143
|
quote: {
|
|
6144
|
+
requestId: string;
|
|
6144
6145
|
srcChainId: number;
|
|
6145
6146
|
destChainId: number;
|
|
6146
6147
|
srcAsset: {
|
|
@@ -6163,7 +6164,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6163
6164
|
iconUrl?: string | null | undefined;
|
|
6164
6165
|
icon?: string | null | undefined;
|
|
6165
6166
|
};
|
|
6166
|
-
requestId: string;
|
|
6167
6167
|
srcTokenAmount: string;
|
|
6168
6168
|
destTokenAmount: string;
|
|
6169
6169
|
minDestTokenAmount: string;
|
|
@@ -6309,6 +6309,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6309
6309
|
}[];
|
|
6310
6310
|
dependencies: [({ quotes }: BridgeAppState) => ({
|
|
6311
6311
|
quote: {
|
|
6312
|
+
requestId: string;
|
|
6312
6313
|
srcChainId: number;
|
|
6313
6314
|
destChainId: number;
|
|
6314
6315
|
srcAsset: {
|
|
@@ -6331,7 +6332,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6331
6332
|
iconUrl?: string | null | undefined;
|
|
6332
6333
|
icon?: string | null | undefined;
|
|
6333
6334
|
};
|
|
6334
|
-
requestId: string;
|
|
6335
6335
|
srcTokenAmount: string;
|
|
6336
6336
|
destTokenAmount: string;
|
|
6337
6337
|
minDestTokenAmount: string;
|
|
@@ -6617,6 +6617,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6617
6617
|
participateInMetaMetrics: boolean;
|
|
6618
6618
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
6619
6619
|
quote: {
|
|
6620
|
+
requestId: string;
|
|
6620
6621
|
srcChainId: number;
|
|
6621
6622
|
destChainId: number;
|
|
6622
6623
|
srcAsset: {
|
|
@@ -6639,7 +6640,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6639
6640
|
iconUrl?: string | null | undefined;
|
|
6640
6641
|
icon?: string | null | undefined;
|
|
6641
6642
|
};
|
|
6642
|
-
requestId: string;
|
|
6643
6643
|
srcTokenAmount: string;
|
|
6644
6644
|
destTokenAmount: string;
|
|
6645
6645
|
minDestTokenAmount: string;
|
|
@@ -6798,6 +6798,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6798
6798
|
} & {
|
|
6799
6799
|
resultFunc: (resultFuncArgs_0: ({
|
|
6800
6800
|
quote: {
|
|
6801
|
+
requestId: string;
|
|
6801
6802
|
srcChainId: number;
|
|
6802
6803
|
destChainId: number;
|
|
6803
6804
|
srcAsset: {
|
|
@@ -6820,7 +6821,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6820
6821
|
iconUrl?: string | null | undefined;
|
|
6821
6822
|
icon?: string | null | undefined;
|
|
6822
6823
|
};
|
|
6823
|
-
requestId: string;
|
|
6824
6824
|
srcTokenAmount: string;
|
|
6825
6825
|
destTokenAmount: string;
|
|
6826
6826
|
minDestTokenAmount: string;
|
|
@@ -6974,6 +6974,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6974
6974
|
featureId?: import(".").FeatureId | undefined;
|
|
6975
6975
|
} & QuoteMetadata)[]) => ({
|
|
6976
6976
|
quote: {
|
|
6977
|
+
requestId: string;
|
|
6977
6978
|
srcChainId: number;
|
|
6978
6979
|
destChainId: number;
|
|
6979
6980
|
srcAsset: {
|
|
@@ -6996,7 +6997,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6996
6997
|
iconUrl?: string | null | undefined;
|
|
6997
6998
|
icon?: string | null | undefined;
|
|
6998
6999
|
};
|
|
6999
|
-
requestId: string;
|
|
7000
7000
|
srcTokenAmount: string;
|
|
7001
7001
|
destTokenAmount: string;
|
|
7002
7002
|
minDestTokenAmount: string;
|
|
@@ -7151,6 +7151,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7151
7151
|
} & QuoteMetadata) | null;
|
|
7152
7152
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
7153
7153
|
quote: {
|
|
7154
|
+
requestId: string;
|
|
7154
7155
|
srcChainId: number;
|
|
7155
7156
|
destChainId: number;
|
|
7156
7157
|
srcAsset: {
|
|
@@ -7173,7 +7174,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7173
7174
|
iconUrl?: string | null | undefined;
|
|
7174
7175
|
icon?: string | null | undefined;
|
|
7175
7176
|
};
|
|
7176
|
-
requestId: string;
|
|
7177
7177
|
srcTokenAmount: string;
|
|
7178
7178
|
destTokenAmount: string;
|
|
7179
7179
|
minDestTokenAmount: string;
|
|
@@ -7327,6 +7327,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7327
7327
|
featureId?: import(".").FeatureId | undefined;
|
|
7328
7328
|
} & QuoteMetadata)[]) => ({
|
|
7329
7329
|
quote: {
|
|
7330
|
+
requestId: string;
|
|
7330
7331
|
srcChainId: number;
|
|
7331
7332
|
destChainId: number;
|
|
7332
7333
|
srcAsset: {
|
|
@@ -7349,7 +7350,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7349
7350
|
iconUrl?: string | null | undefined;
|
|
7350
7351
|
icon?: string | null | undefined;
|
|
7351
7352
|
};
|
|
7352
|
-
requestId: string;
|
|
7353
7353
|
srcTokenAmount: string;
|
|
7354
7354
|
destTokenAmount: string;
|
|
7355
7355
|
minDestTokenAmount: string;
|
|
@@ -7508,6 +7508,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7508
7508
|
};
|
|
7509
7509
|
lastResult: () => ({
|
|
7510
7510
|
quote: {
|
|
7511
|
+
requestId: string;
|
|
7511
7512
|
srcChainId: number;
|
|
7512
7513
|
destChainId: number;
|
|
7513
7514
|
srcAsset: {
|
|
@@ -7530,7 +7531,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7530
7531
|
iconUrl?: string | null | undefined;
|
|
7531
7532
|
icon?: string | null | undefined;
|
|
7532
7533
|
};
|
|
7533
|
-
requestId: string;
|
|
7534
7534
|
srcTokenAmount: string;
|
|
7535
7535
|
destTokenAmount: string;
|
|
7536
7536
|
minDestTokenAmount: string;
|
|
@@ -7689,6 +7689,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7689
7689
|
participateInMetaMetrics: boolean;
|
|
7690
7690
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
7691
7691
|
quote: {
|
|
7692
|
+
requestId: string;
|
|
7692
7693
|
srcChainId: number;
|
|
7693
7694
|
destChainId: number;
|
|
7694
7695
|
srcAsset: {
|
|
@@ -7711,7 +7712,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7711
7712
|
iconUrl?: string | null | undefined;
|
|
7712
7713
|
icon?: string | null | undefined;
|
|
7713
7714
|
};
|
|
7714
|
-
requestId: string;
|
|
7715
7715
|
srcTokenAmount: string;
|
|
7716
7716
|
destTokenAmount: string;
|
|
7717
7717
|
minDestTokenAmount: string;
|
|
@@ -7910,6 +7910,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7910
7910
|
usd: string | null;
|
|
7911
7911
|
} | null;
|
|
7912
7912
|
quote: {
|
|
7913
|
+
requestId: string;
|
|
7913
7914
|
srcChainId: number;
|
|
7914
7915
|
destChainId: number;
|
|
7915
7916
|
srcAsset: {
|
|
@@ -7932,7 +7933,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7932
7933
|
iconUrl?: string | null | undefined;
|
|
7933
7934
|
icon?: string | null | undefined;
|
|
7934
7935
|
};
|
|
7935
|
-
requestId: string;
|
|
7936
7936
|
srcTokenAmount: string;
|
|
7937
7937
|
destTokenAmount: string;
|
|
7938
7938
|
minDestTokenAmount: string;
|
|
@@ -8077,6 +8077,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8077
8077
|
nonEvmFeesInNative?: string | undefined;
|
|
8078
8078
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
8079
8079
|
quote: {
|
|
8080
|
+
requestId: string;
|
|
8080
8081
|
srcChainId: number;
|
|
8081
8082
|
destChainId: number;
|
|
8082
8083
|
srcAsset: {
|
|
@@ -8099,7 +8100,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8099
8100
|
iconUrl?: string | null | undefined;
|
|
8100
8101
|
icon?: string | null | undefined;
|
|
8101
8102
|
};
|
|
8102
|
-
requestId: string;
|
|
8103
8103
|
srcTokenAmount: string;
|
|
8104
8104
|
destTokenAmount: string;
|
|
8105
8105
|
minDestTokenAmount: string;
|
|
@@ -8294,6 +8294,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8294
8294
|
usd: string | null;
|
|
8295
8295
|
} | null;
|
|
8296
8296
|
quote: {
|
|
8297
|
+
requestId: string;
|
|
8297
8298
|
srcChainId: number;
|
|
8298
8299
|
destChainId: number;
|
|
8299
8300
|
srcAsset: {
|
|
@@ -8316,7 +8317,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8316
8317
|
iconUrl?: string | null | undefined;
|
|
8317
8318
|
icon?: string | null | undefined;
|
|
8318
8319
|
};
|
|
8319
|
-
requestId: string;
|
|
8320
8320
|
srcTokenAmount: string;
|
|
8321
8321
|
destTokenAmount: string;
|
|
8322
8322
|
minDestTokenAmount: string;
|
|
@@ -8461,6 +8461,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8461
8461
|
nonEvmFeesInNative?: string | undefined;
|
|
8462
8462
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
8463
8463
|
quote: {
|
|
8464
|
+
requestId: string;
|
|
8464
8465
|
srcChainId: number;
|
|
8465
8466
|
destChainId: number;
|
|
8466
8467
|
srcAsset: {
|
|
@@ -8483,7 +8484,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8483
8484
|
iconUrl?: string | null | undefined;
|
|
8484
8485
|
icon?: string | null | undefined;
|
|
8485
8486
|
};
|
|
8486
|
-
requestId: string;
|
|
8487
8487
|
srcTokenAmount: string;
|
|
8488
8488
|
destTokenAmount: string;
|
|
8489
8489
|
minDestTokenAmount: string;
|
|
@@ -8642,6 +8642,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8642
8642
|
};
|
|
8643
8643
|
lastResult: () => ({
|
|
8644
8644
|
quote: {
|
|
8645
|
+
requestId: string;
|
|
8645
8646
|
srcChainId: number;
|
|
8646
8647
|
destChainId: number;
|
|
8647
8648
|
srcAsset: {
|
|
@@ -8664,7 +8665,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8664
8665
|
iconUrl?: string | null | undefined;
|
|
8665
8666
|
icon?: string | null | undefined;
|
|
8666
8667
|
};
|
|
8667
|
-
requestId: string;
|
|
8668
8668
|
srcTokenAmount: string;
|
|
8669
8669
|
destTokenAmount: string;
|
|
8670
8670
|
minDestTokenAmount: string;
|
|
@@ -8863,6 +8863,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8863
8863
|
usd: string | null;
|
|
8864
8864
|
} | null;
|
|
8865
8865
|
quote: {
|
|
8866
|
+
requestId: string;
|
|
8866
8867
|
srcChainId: number;
|
|
8867
8868
|
destChainId: number;
|
|
8868
8869
|
srcAsset: {
|
|
@@ -8885,7 +8886,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8885
8886
|
iconUrl?: string | null | undefined;
|
|
8886
8887
|
icon?: string | null | undefined;
|
|
8887
8888
|
};
|
|
8888
|
-
requestId: string;
|
|
8889
8889
|
srcTokenAmount: string;
|
|
8890
8890
|
destTokenAmount: string;
|
|
8891
8891
|
minDestTokenAmount: string;
|
|
@@ -9035,6 +9035,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9035
9035
|
} & {
|
|
9036
9036
|
resultFunc: (resultFuncArgs_0: ({
|
|
9037
9037
|
quote: {
|
|
9038
|
+
requestId: string;
|
|
9038
9039
|
srcChainId: number;
|
|
9039
9040
|
destChainId: number;
|
|
9040
9041
|
srcAsset: {
|
|
@@ -9057,7 +9058,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9057
9058
|
iconUrl?: string | null | undefined;
|
|
9058
9059
|
icon?: string | null | undefined;
|
|
9059
9060
|
};
|
|
9060
|
-
requestId: string;
|
|
9061
9061
|
srcTokenAmount: string;
|
|
9062
9062
|
destTokenAmount: string;
|
|
9063
9063
|
minDestTokenAmount: string;
|
|
@@ -9255,6 +9255,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9255
9255
|
usd: string | null;
|
|
9256
9256
|
} | null;
|
|
9257
9257
|
quote: {
|
|
9258
|
+
requestId: string;
|
|
9258
9259
|
srcChainId: number;
|
|
9259
9260
|
destChainId: number;
|
|
9260
9261
|
srcAsset: {
|
|
@@ -9277,7 +9278,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9277
9278
|
iconUrl?: string | null | undefined;
|
|
9278
9279
|
icon?: string | null | undefined;
|
|
9279
9280
|
};
|
|
9280
|
-
requestId: string;
|
|
9281
9281
|
srcTokenAmount: string;
|
|
9282
9282
|
destTokenAmount: string;
|
|
9283
9283
|
minDestTokenAmount: string;
|
|
@@ -9423,6 +9423,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9423
9423
|
}[];
|
|
9424
9424
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
9425
9425
|
quote: {
|
|
9426
|
+
requestId: string;
|
|
9426
9427
|
srcChainId: number;
|
|
9427
9428
|
destChainId: number;
|
|
9428
9429
|
srcAsset: {
|
|
@@ -9445,7 +9446,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9445
9446
|
iconUrl?: string | null | undefined;
|
|
9446
9447
|
icon?: string | null | undefined;
|
|
9447
9448
|
};
|
|
9448
|
-
requestId: string;
|
|
9449
9449
|
srcTokenAmount: string;
|
|
9450
9450
|
destTokenAmount: string;
|
|
9451
9451
|
minDestTokenAmount: string;
|
|
@@ -9643,6 +9643,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9643
9643
|
usd: string | null;
|
|
9644
9644
|
} | null;
|
|
9645
9645
|
quote: {
|
|
9646
|
+
requestId: string;
|
|
9646
9647
|
srcChainId: number;
|
|
9647
9648
|
destChainId: number;
|
|
9648
9649
|
srcAsset: {
|
|
@@ -9665,7 +9666,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9665
9666
|
iconUrl?: string | null | undefined;
|
|
9666
9667
|
icon?: string | null | undefined;
|
|
9667
9668
|
};
|
|
9668
|
-
requestId: string;
|
|
9669
9669
|
srcTokenAmount: string;
|
|
9670
9670
|
destTokenAmount: string;
|
|
9671
9671
|
minDestTokenAmount: string;
|
|
@@ -9855,6 +9855,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9855
9855
|
usd: string | null;
|
|
9856
9856
|
} | null;
|
|
9857
9857
|
quote: {
|
|
9858
|
+
requestId: string;
|
|
9858
9859
|
srcChainId: number;
|
|
9859
9860
|
destChainId: number;
|
|
9860
9861
|
srcAsset: {
|
|
@@ -9877,7 +9878,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9877
9878
|
iconUrl?: string | null | undefined;
|
|
9878
9879
|
icon?: string | null | undefined;
|
|
9879
9880
|
};
|
|
9880
|
-
requestId: string;
|
|
9881
9881
|
srcTokenAmount: string;
|
|
9882
9882
|
destTokenAmount: string;
|
|
9883
9883
|
minDestTokenAmount: string;
|
|
@@ -10023,6 +10023,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10023
10023
|
}[];
|
|
10024
10024
|
dependencies: [({ quotes }: BridgeAppState) => ({
|
|
10025
10025
|
quote: {
|
|
10026
|
+
requestId: string;
|
|
10026
10027
|
srcChainId: number;
|
|
10027
10028
|
destChainId: number;
|
|
10028
10029
|
srcAsset: {
|
|
@@ -10045,7 +10046,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10045
10046
|
iconUrl?: string | null | undefined;
|
|
10046
10047
|
icon?: string | null | undefined;
|
|
10047
10048
|
};
|
|
10048
|
-
requestId: string;
|
|
10049
10049
|
srcTokenAmount: string;
|
|
10050
10050
|
destTokenAmount: string;
|
|
10051
10051
|
minDestTokenAmount: string;
|
|
@@ -10339,6 +10339,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10339
10339
|
participateInMetaMetrics: boolean;
|
|
10340
10340
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
10341
10341
|
quote: {
|
|
10342
|
+
requestId: string;
|
|
10342
10343
|
srcChainId: number;
|
|
10343
10344
|
destChainId: number;
|
|
10344
10345
|
srcAsset: {
|
|
@@ -10361,7 +10362,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10361
10362
|
iconUrl?: string | null | undefined;
|
|
10362
10363
|
icon?: string | null | undefined;
|
|
10363
10364
|
};
|
|
10364
|
-
requestId: string;
|
|
10365
10365
|
srcTokenAmount: string;
|
|
10366
10366
|
destTokenAmount: string;
|
|
10367
10367
|
minDestTokenAmount: string;
|
|
@@ -10520,6 +10520,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10520
10520
|
} & {
|
|
10521
10521
|
resultFunc: (resultFuncArgs_0: ({
|
|
10522
10522
|
quote: {
|
|
10523
|
+
requestId: string;
|
|
10523
10524
|
srcChainId: number;
|
|
10524
10525
|
destChainId: number;
|
|
10525
10526
|
srcAsset: {
|
|
@@ -10542,7 +10543,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10542
10543
|
iconUrl?: string | null | undefined;
|
|
10543
10544
|
icon?: string | null | undefined;
|
|
10544
10545
|
};
|
|
10545
|
-
requestId: string;
|
|
10546
10546
|
srcTokenAmount: string;
|
|
10547
10547
|
destTokenAmount: string;
|
|
10548
10548
|
minDestTokenAmount: string;
|
|
@@ -10696,6 +10696,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10696
10696
|
featureId?: import(".").FeatureId | undefined;
|
|
10697
10697
|
} & QuoteMetadata) | null, resultFuncArgs_1: ({
|
|
10698
10698
|
quote: {
|
|
10699
|
+
requestId: string;
|
|
10699
10700
|
srcChainId: number;
|
|
10700
10701
|
destChainId: number;
|
|
10701
10702
|
srcAsset: {
|
|
@@ -10718,7 +10719,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10718
10719
|
iconUrl?: string | null | undefined;
|
|
10719
10720
|
icon?: string | null | undefined;
|
|
10720
10721
|
};
|
|
10721
|
-
requestId: string;
|
|
10722
10722
|
srcTokenAmount: string;
|
|
10723
10723
|
destTokenAmount: string;
|
|
10724
10724
|
minDestTokenAmount: string;
|
|
@@ -10872,6 +10872,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10872
10872
|
featureId?: import(".").FeatureId | undefined;
|
|
10873
10873
|
} & QuoteMetadata) | null) => ({
|
|
10874
10874
|
quote: {
|
|
10875
|
+
requestId: string;
|
|
10875
10876
|
srcChainId: number;
|
|
10876
10877
|
destChainId: number;
|
|
10877
10878
|
srcAsset: {
|
|
@@ -10894,7 +10895,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10894
10895
|
iconUrl?: string | null | undefined;
|
|
10895
10896
|
icon?: string | null | undefined;
|
|
10896
10897
|
};
|
|
10897
|
-
requestId: string;
|
|
10898
10898
|
srcTokenAmount: string;
|
|
10899
10899
|
destTokenAmount: string;
|
|
10900
10900
|
minDestTokenAmount: string;
|
|
@@ -11049,6 +11049,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11049
11049
|
} & QuoteMetadata) | null;
|
|
11050
11050
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
11051
11051
|
quote: {
|
|
11052
|
+
requestId: string;
|
|
11052
11053
|
srcChainId: number;
|
|
11053
11054
|
destChainId: number;
|
|
11054
11055
|
srcAsset: {
|
|
@@ -11071,7 +11072,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11071
11072
|
iconUrl?: string | null | undefined;
|
|
11072
11073
|
icon?: string | null | undefined;
|
|
11073
11074
|
};
|
|
11074
|
-
requestId: string;
|
|
11075
11075
|
srcTokenAmount: string;
|
|
11076
11076
|
destTokenAmount: string;
|
|
11077
11077
|
minDestTokenAmount: string;
|
|
@@ -11225,6 +11225,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11225
11225
|
featureId?: import(".").FeatureId | undefined;
|
|
11226
11226
|
} & QuoteMetadata) | null, resultFuncArgs_1: ({
|
|
11227
11227
|
quote: {
|
|
11228
|
+
requestId: string;
|
|
11228
11229
|
srcChainId: number;
|
|
11229
11230
|
destChainId: number;
|
|
11230
11231
|
srcAsset: {
|
|
@@ -11247,7 +11248,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11247
11248
|
iconUrl?: string | null | undefined;
|
|
11248
11249
|
icon?: string | null | undefined;
|
|
11249
11250
|
};
|
|
11250
|
-
requestId: string;
|
|
11251
11251
|
srcTokenAmount: string;
|
|
11252
11252
|
destTokenAmount: string;
|
|
11253
11253
|
minDestTokenAmount: string;
|
|
@@ -11401,6 +11401,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11401
11401
|
featureId?: import(".").FeatureId | undefined;
|
|
11402
11402
|
} & QuoteMetadata) | null) => ({
|
|
11403
11403
|
quote: {
|
|
11404
|
+
requestId: string;
|
|
11404
11405
|
srcChainId: number;
|
|
11405
11406
|
destChainId: number;
|
|
11406
11407
|
srcAsset: {
|
|
@@ -11423,7 +11424,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11423
11424
|
iconUrl?: string | null | undefined;
|
|
11424
11425
|
icon?: string | null | undefined;
|
|
11425
11426
|
};
|
|
11426
|
-
requestId: string;
|
|
11427
11427
|
srcTokenAmount: string;
|
|
11428
11428
|
destTokenAmount: string;
|
|
11429
11429
|
minDestTokenAmount: string;
|
|
@@ -11582,6 +11582,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11582
11582
|
};
|
|
11583
11583
|
lastResult: () => ({
|
|
11584
11584
|
quote: {
|
|
11585
|
+
requestId: string;
|
|
11585
11586
|
srcChainId: number;
|
|
11586
11587
|
destChainId: number;
|
|
11587
11588
|
srcAsset: {
|
|
@@ -11604,7 +11605,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11604
11605
|
iconUrl?: string | null | undefined;
|
|
11605
11606
|
icon?: string | null | undefined;
|
|
11606
11607
|
};
|
|
11607
|
-
requestId: string;
|
|
11608
11608
|
srcTokenAmount: string;
|
|
11609
11609
|
destTokenAmount: string;
|
|
11610
11610
|
minDestTokenAmount: string;
|
|
@@ -11763,6 +11763,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11763
11763
|
participateInMetaMetrics: boolean;
|
|
11764
11764
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
11765
11765
|
quote: {
|
|
11766
|
+
requestId: string;
|
|
11766
11767
|
srcChainId: number;
|
|
11767
11768
|
destChainId: number;
|
|
11768
11769
|
srcAsset: {
|
|
@@ -11785,7 +11786,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11785
11786
|
iconUrl?: string | null | undefined;
|
|
11786
11787
|
icon?: string | null | undefined;
|
|
11787
11788
|
};
|
|
11788
|
-
requestId: string;
|
|
11789
11789
|
srcTokenAmount: string;
|
|
11790
11790
|
destTokenAmount: string;
|
|
11791
11791
|
minDestTokenAmount: string;
|
|
@@ -11944,6 +11944,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11944
11944
|
} & {
|
|
11945
11945
|
resultFunc: (resultFuncArgs_0: ({
|
|
11946
11946
|
quote: {
|
|
11947
|
+
requestId: string;
|
|
11947
11948
|
srcChainId: number;
|
|
11948
11949
|
destChainId: number;
|
|
11949
11950
|
srcAsset: {
|
|
@@ -11966,7 +11967,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11966
11967
|
iconUrl?: string | null | undefined;
|
|
11967
11968
|
icon?: string | null | undefined;
|
|
11968
11969
|
};
|
|
11969
|
-
requestId: string;
|
|
11970
11970
|
srcTokenAmount: string;
|
|
11971
11971
|
destTokenAmount: string;
|
|
11972
11972
|
minDestTokenAmount: string;
|
|
@@ -12120,6 +12120,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12120
12120
|
featureId?: import(".").FeatureId | undefined;
|
|
12121
12121
|
} & QuoteMetadata)[]) => ({
|
|
12122
12122
|
quote: {
|
|
12123
|
+
requestId: string;
|
|
12123
12124
|
srcChainId: number;
|
|
12124
12125
|
destChainId: number;
|
|
12125
12126
|
srcAsset: {
|
|
@@ -12142,7 +12143,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12142
12143
|
iconUrl?: string | null | undefined;
|
|
12143
12144
|
icon?: string | null | undefined;
|
|
12144
12145
|
};
|
|
12145
|
-
requestId: string;
|
|
12146
12146
|
srcTokenAmount: string;
|
|
12147
12147
|
destTokenAmount: string;
|
|
12148
12148
|
minDestTokenAmount: string;
|
|
@@ -12297,6 +12297,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12297
12297
|
} & QuoteMetadata) | null;
|
|
12298
12298
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
12299
12299
|
quote: {
|
|
12300
|
+
requestId: string;
|
|
12300
12301
|
srcChainId: number;
|
|
12301
12302
|
destChainId: number;
|
|
12302
12303
|
srcAsset: {
|
|
@@ -12319,7 +12320,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12319
12320
|
iconUrl?: string | null | undefined;
|
|
12320
12321
|
icon?: string | null | undefined;
|
|
12321
12322
|
};
|
|
12322
|
-
requestId: string;
|
|
12323
12323
|
srcTokenAmount: string;
|
|
12324
12324
|
destTokenAmount: string;
|
|
12325
12325
|
minDestTokenAmount: string;
|
|
@@ -12473,6 +12473,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12473
12473
|
featureId?: import(".").FeatureId | undefined;
|
|
12474
12474
|
} & QuoteMetadata)[]) => ({
|
|
12475
12475
|
quote: {
|
|
12476
|
+
requestId: string;
|
|
12476
12477
|
srcChainId: number;
|
|
12477
12478
|
destChainId: number;
|
|
12478
12479
|
srcAsset: {
|
|
@@ -12495,7 +12496,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12495
12496
|
iconUrl?: string | null | undefined;
|
|
12496
12497
|
icon?: string | null | undefined;
|
|
12497
12498
|
};
|
|
12498
|
-
requestId: string;
|
|
12499
12499
|
srcTokenAmount: string;
|
|
12500
12500
|
destTokenAmount: string;
|
|
12501
12501
|
minDestTokenAmount: string;
|
|
@@ -12654,6 +12654,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12654
12654
|
};
|
|
12655
12655
|
lastResult: () => ({
|
|
12656
12656
|
quote: {
|
|
12657
|
+
requestId: string;
|
|
12657
12658
|
srcChainId: number;
|
|
12658
12659
|
destChainId: number;
|
|
12659
12660
|
srcAsset: {
|
|
@@ -12676,7 +12677,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12676
12677
|
iconUrl?: string | null | undefined;
|
|
12677
12678
|
icon?: string | null | undefined;
|
|
12678
12679
|
};
|
|
12679
|
-
requestId: string;
|
|
12680
12680
|
srcTokenAmount: string;
|
|
12681
12681
|
destTokenAmount: string;
|
|
12682
12682
|
minDestTokenAmount: string;
|
|
@@ -12835,6 +12835,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12835
12835
|
participateInMetaMetrics: boolean;
|
|
12836
12836
|
} & RemoteFeatureFlagControllerState, params_0: BridgeQuotesClientParams) => ({
|
|
12837
12837
|
quote: {
|
|
12838
|
+
requestId: string;
|
|
12838
12839
|
srcChainId: number;
|
|
12839
12840
|
destChainId: number;
|
|
12840
12841
|
srcAsset: {
|
|
@@ -12857,7 +12858,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12857
12858
|
iconUrl?: string | null | undefined;
|
|
12858
12859
|
icon?: string | null | undefined;
|
|
12859
12860
|
};
|
|
12860
|
-
requestId: string;
|
|
12861
12861
|
srcTokenAmount: string;
|
|
12862
12862
|
destTokenAmount: string;
|
|
12863
12863
|
minDestTokenAmount: string;
|
|
@@ -13056,6 +13056,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13056
13056
|
usd: string | null;
|
|
13057
13057
|
} | null;
|
|
13058
13058
|
quote: {
|
|
13059
|
+
requestId: string;
|
|
13059
13060
|
srcChainId: number;
|
|
13060
13061
|
destChainId: number;
|
|
13061
13062
|
srcAsset: {
|
|
@@ -13078,7 +13079,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13078
13079
|
iconUrl?: string | null | undefined;
|
|
13079
13080
|
icon?: string | null | undefined;
|
|
13080
13081
|
};
|
|
13081
|
-
requestId: string;
|
|
13082
13082
|
srcTokenAmount: string;
|
|
13083
13083
|
destTokenAmount: string;
|
|
13084
13084
|
minDestTokenAmount: string;
|
|
@@ -13223,6 +13223,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13223
13223
|
nonEvmFeesInNative?: string | undefined;
|
|
13224
13224
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
13225
13225
|
quote: {
|
|
13226
|
+
requestId: string;
|
|
13226
13227
|
srcChainId: number;
|
|
13227
13228
|
destChainId: number;
|
|
13228
13229
|
srcAsset: {
|
|
@@ -13245,7 +13246,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13245
13246
|
iconUrl?: string | null | undefined;
|
|
13246
13247
|
icon?: string | null | undefined;
|
|
13247
13248
|
};
|
|
13248
|
-
requestId: string;
|
|
13249
13249
|
srcTokenAmount: string;
|
|
13250
13250
|
destTokenAmount: string;
|
|
13251
13251
|
minDestTokenAmount: string;
|
|
@@ -13440,6 +13440,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13440
13440
|
usd: string | null;
|
|
13441
13441
|
} | null;
|
|
13442
13442
|
quote: {
|
|
13443
|
+
requestId: string;
|
|
13443
13444
|
srcChainId: number;
|
|
13444
13445
|
destChainId: number;
|
|
13445
13446
|
srcAsset: {
|
|
@@ -13462,7 +13463,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13462
13463
|
iconUrl?: string | null | undefined;
|
|
13463
13464
|
icon?: string | null | undefined;
|
|
13464
13465
|
};
|
|
13465
|
-
requestId: string;
|
|
13466
13466
|
srcTokenAmount: string;
|
|
13467
13467
|
destTokenAmount: string;
|
|
13468
13468
|
minDestTokenAmount: string;
|
|
@@ -13607,6 +13607,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13607
13607
|
nonEvmFeesInNative?: string | undefined;
|
|
13608
13608
|
}[], resultFuncArgs_1: SortOrder) => ({
|
|
13609
13609
|
quote: {
|
|
13610
|
+
requestId: string;
|
|
13610
13611
|
srcChainId: number;
|
|
13611
13612
|
destChainId: number;
|
|
13612
13613
|
srcAsset: {
|
|
@@ -13629,7 +13630,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13629
13630
|
iconUrl?: string | null | undefined;
|
|
13630
13631
|
icon?: string | null | undefined;
|
|
13631
13632
|
};
|
|
13632
|
-
requestId: string;
|
|
13633
13633
|
srcTokenAmount: string;
|
|
13634
13634
|
destTokenAmount: string;
|
|
13635
13635
|
minDestTokenAmount: string;
|
|
@@ -13788,6 +13788,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13788
13788
|
};
|
|
13789
13789
|
lastResult: () => ({
|
|
13790
13790
|
quote: {
|
|
13791
|
+
requestId: string;
|
|
13791
13792
|
srcChainId: number;
|
|
13792
13793
|
destChainId: number;
|
|
13793
13794
|
srcAsset: {
|
|
@@ -13810,7 +13811,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13810
13811
|
iconUrl?: string | null | undefined;
|
|
13811
13812
|
icon?: string | null | undefined;
|
|
13812
13813
|
};
|
|
13813
|
-
requestId: string;
|
|
13814
13814
|
srcTokenAmount: string;
|
|
13815
13815
|
destTokenAmount: string;
|
|
13816
13816
|
minDestTokenAmount: string;
|
|
@@ -14009,6 +14009,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14009
14009
|
usd: string | null;
|
|
14010
14010
|
} | null;
|
|
14011
14011
|
quote: {
|
|
14012
|
+
requestId: string;
|
|
14012
14013
|
srcChainId: number;
|
|
14013
14014
|
destChainId: number;
|
|
14014
14015
|
srcAsset: {
|
|
@@ -14031,7 +14032,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14031
14032
|
iconUrl?: string | null | undefined;
|
|
14032
14033
|
icon?: string | null | undefined;
|
|
14033
14034
|
};
|
|
14034
|
-
requestId: string;
|
|
14035
14035
|
srcTokenAmount: string;
|
|
14036
14036
|
destTokenAmount: string;
|
|
14037
14037
|
minDestTokenAmount: string;
|
|
@@ -14181,6 +14181,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14181
14181
|
} & {
|
|
14182
14182
|
resultFunc: (resultFuncArgs_0: ({
|
|
14183
14183
|
quote: {
|
|
14184
|
+
requestId: string;
|
|
14184
14185
|
srcChainId: number;
|
|
14185
14186
|
destChainId: number;
|
|
14186
14187
|
srcAsset: {
|
|
@@ -14203,7 +14204,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14203
14204
|
iconUrl?: string | null | undefined;
|
|
14204
14205
|
icon?: string | null | undefined;
|
|
14205
14206
|
};
|
|
14206
|
-
requestId: string;
|
|
14207
14207
|
srcTokenAmount: string;
|
|
14208
14208
|
destTokenAmount: string;
|
|
14209
14209
|
minDestTokenAmount: string;
|
|
@@ -14401,6 +14401,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14401
14401
|
usd: string | null;
|
|
14402
14402
|
} | null;
|
|
14403
14403
|
quote: {
|
|
14404
|
+
requestId: string;
|
|
14404
14405
|
srcChainId: number;
|
|
14405
14406
|
destChainId: number;
|
|
14406
14407
|
srcAsset: {
|
|
@@ -14423,7 +14424,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14423
14424
|
iconUrl?: string | null | undefined;
|
|
14424
14425
|
icon?: string | null | undefined;
|
|
14425
14426
|
};
|
|
14426
|
-
requestId: string;
|
|
14427
14427
|
srcTokenAmount: string;
|
|
14428
14428
|
destTokenAmount: string;
|
|
14429
14429
|
minDestTokenAmount: string;
|
|
@@ -14569,6 +14569,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14569
14569
|
}[];
|
|
14570
14570
|
memoizedResultFunc: ((resultFuncArgs_0: ({
|
|
14571
14571
|
quote: {
|
|
14572
|
+
requestId: string;
|
|
14572
14573
|
srcChainId: number;
|
|
14573
14574
|
destChainId: number;
|
|
14574
14575
|
srcAsset: {
|
|
@@ -14591,7 +14592,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14591
14592
|
iconUrl?: string | null | undefined;
|
|
14592
14593
|
icon?: string | null | undefined;
|
|
14593
14594
|
};
|
|
14594
|
-
requestId: string;
|
|
14595
14595
|
srcTokenAmount: string;
|
|
14596
14596
|
destTokenAmount: string;
|
|
14597
14597
|
minDestTokenAmount: string;
|
|
@@ -14789,6 +14789,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14789
14789
|
usd: string | null;
|
|
14790
14790
|
} | null;
|
|
14791
14791
|
quote: {
|
|
14792
|
+
requestId: string;
|
|
14792
14793
|
srcChainId: number;
|
|
14793
14794
|
destChainId: number;
|
|
14794
14795
|
srcAsset: {
|
|
@@ -14811,7 +14812,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14811
14812
|
iconUrl?: string | null | undefined;
|
|
14812
14813
|
icon?: string | null | undefined;
|
|
14813
14814
|
};
|
|
14814
|
-
requestId: string;
|
|
14815
14815
|
srcTokenAmount: string;
|
|
14816
14816
|
destTokenAmount: string;
|
|
14817
14817
|
minDestTokenAmount: string;
|
|
@@ -15001,6 +15001,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15001
15001
|
usd: string | null;
|
|
15002
15002
|
} | null;
|
|
15003
15003
|
quote: {
|
|
15004
|
+
requestId: string;
|
|
15004
15005
|
srcChainId: number;
|
|
15005
15006
|
destChainId: number;
|
|
15006
15007
|
srcAsset: {
|
|
@@ -15023,7 +15024,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15023
15024
|
iconUrl?: string | null | undefined;
|
|
15024
15025
|
icon?: string | null | undefined;
|
|
15025
15026
|
};
|
|
15026
|
-
requestId: string;
|
|
15027
15027
|
srcTokenAmount: string;
|
|
15028
15028
|
destTokenAmount: string;
|
|
15029
15029
|
minDestTokenAmount: string;
|
|
@@ -15169,6 +15169,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15169
15169
|
}[];
|
|
15170
15170
|
dependencies: [({ quotes }: BridgeAppState) => ({
|
|
15171
15171
|
quote: {
|
|
15172
|
+
requestId: string;
|
|
15172
15173
|
srcChainId: number;
|
|
15173
15174
|
destChainId: number;
|
|
15174
15175
|
srcAsset: {
|
|
@@ -15191,7 +15192,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15191
15192
|
iconUrl?: string | null | undefined;
|
|
15192
15193
|
icon?: string | null | undefined;
|
|
15193
15194
|
};
|
|
15194
|
-
requestId: string;
|
|
15195
15195
|
srcTokenAmount: string;
|
|
15196
15196
|
destTokenAmount: string;
|
|
15197
15197
|
minDestTokenAmount: string;
|
|
@@ -15481,6 +15481,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15481
15481
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
15482
15482
|
}, (_: BridgeAppState, { selectedQuote }: BridgeQuotesClientParams) => ({
|
|
15483
15483
|
quote: {
|
|
15484
|
+
requestId: string;
|
|
15484
15485
|
srcChainId: number;
|
|
15485
15486
|
destChainId: number;
|
|
15486
15487
|
srcAsset: {
|
|
@@ -15503,7 +15504,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15503
15504
|
iconUrl?: string | null | undefined;
|
|
15504
15505
|
icon?: string | null | undefined;
|
|
15505
15506
|
};
|
|
15506
|
-
requestId: string;
|
|
15507
15507
|
srcTokenAmount: string;
|
|
15508
15508
|
destTokenAmount: string;
|
|
15509
15509
|
minDestTokenAmount: string;
|