@metamask/bridge-controller 52.0.0 → 53.1.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 +29 -1
- package/dist/bridge-controller.cjs +5 -4
- package/dist/bridge-controller.cjs.map +1 -1
- package/dist/bridge-controller.d.cts +1 -1
- package/dist/bridge-controller.d.cts.map +1 -1
- package/dist/bridge-controller.d.mts +1 -1
- package/dist/bridge-controller.d.mts.map +1 -1
- package/dist/bridge-controller.mjs +6 -5
- package/dist/bridge-controller.mjs.map +1 -1
- package/dist/constants/bridge.cjs +1 -0
- package/dist/constants/bridge.cjs.map +1 -1
- package/dist/constants/bridge.d.cts +1 -1
- package/dist/constants/bridge.d.cts.map +1 -1
- package/dist/constants/bridge.d.mts +1 -1
- package/dist/constants/bridge.d.mts.map +1 -1
- package/dist/constants/bridge.mjs +1 -0
- package/dist/constants/bridge.mjs.map +1 -1
- package/dist/constants/chains.cjs +4 -1
- package/dist/constants/chains.cjs.map +1 -1
- package/dist/constants/chains.d.cts +3 -0
- package/dist/constants/chains.d.cts.map +1 -1
- package/dist/constants/chains.d.mts +3 -0
- package/dist/constants/chains.d.mts.map +1 -1
- package/dist/constants/chains.mjs +3 -0
- package/dist/constants/chains.mjs.map +1 -1
- package/dist/constants/tokens.cjs +10 -0
- package/dist/constants/tokens.cjs.map +1 -1
- package/dist/constants/tokens.d.cts +7 -0
- package/dist/constants/tokens.d.cts.map +1 -1
- package/dist/constants/tokens.d.mts +7 -0
- package/dist/constants/tokens.d.mts.map +1 -1
- package/dist/constants/tokens.mjs +10 -0
- package/dist/constants/tokens.mjs.map +1 -1
- package/dist/selectors.cjs +1 -1
- package/dist/selectors.cjs.map +1 -1
- package/dist/selectors.d.cts +346 -244
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +346 -244
- package/dist/selectors.d.mts.map +1 -1
- package/dist/selectors.mjs +2 -2
- package/dist/selectors.mjs.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +3 -2
- package/dist/types.d.cts.map +1 -1
- package/dist/types.d.mts +3 -2
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs.map +1 -1
- package/dist/utils/bridge.cjs +5 -1
- package/dist/utils/bridge.cjs.map +1 -1
- package/dist/utils/bridge.d.cts +10 -1
- package/dist/utils/bridge.d.cts.map +1 -1
- package/dist/utils/bridge.d.mts +10 -1
- package/dist/utils/bridge.d.mts.map +1 -1
- package/dist/utils/bridge.mjs +3 -0
- package/dist/utils/bridge.mjs.map +1 -1
- package/dist/utils/feature-flags.cjs +24 -1
- package/dist/utils/feature-flags.cjs.map +1 -1
- package/dist/utils/feature-flags.d.cts +12 -1
- package/dist/utils/feature-flags.d.cts.map +1 -1
- package/dist/utils/feature-flags.d.mts +12 -1
- package/dist/utils/feature-flags.d.mts.map +1 -1
- package/dist/utils/feature-flags.mjs +22 -0
- package/dist/utils/feature-flags.mjs.map +1 -1
- package/dist/utils/fetch-server-events.cjs +61 -0
- package/dist/utils/fetch-server-events.cjs.map +1 -0
- package/dist/utils/fetch-server-events.d.cts +17 -0
- package/dist/utils/fetch-server-events.d.cts.map +1 -0
- package/dist/utils/fetch-server-events.d.mts +17 -0
- package/dist/utils/fetch-server-events.d.mts.map +1 -0
- package/dist/utils/fetch-server-events.mjs +57 -0
- package/dist/utils/fetch-server-events.mjs.map +1 -0
- package/dist/utils/fetch.cjs +14 -24
- 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 +15 -25
- package/dist/utils/fetch.mjs.map +1 -1
- package/dist/utils/quote-fees.cjs.map +1 -1
- package/dist/utils/quote-fees.mjs.map +1 -1
- package/dist/utils/quote.cjs +2 -1
- package/dist/utils/quote.cjs.map +1 -1
- package/dist/utils/quote.d.cts +3 -3
- package/dist/utils/quote.d.cts.map +1 -1
- package/dist/utils/quote.d.mts +3 -3
- package/dist/utils/quote.d.mts.map +1 -1
- package/dist/utils/quote.mjs +2 -1
- package/dist/utils/quote.mjs.map +1 -1
- package/dist/utils/validators.cjs +11 -13
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +20 -977
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +20 -977
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +10 -11
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +5 -6
package/dist/selectors.d.mts
CHANGED
|
@@ -81,7 +81,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
|
|
|
81
81
|
standard: Record<string, string>;
|
|
82
82
|
other: Record<string, string>;
|
|
83
83
|
} | undefined> | undefined;
|
|
84
|
-
|
|
84
|
+
sse?: {
|
|
85
|
+
enabled: boolean;
|
|
86
|
+
minimumVersion: string;
|
|
87
|
+
} | undefined;
|
|
85
88
|
}) & {
|
|
86
89
|
clearCache: () => void;
|
|
87
90
|
resultsCount: () => number;
|
|
@@ -120,7 +123,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
|
|
|
120
123
|
standard: Record<string, string>;
|
|
121
124
|
other: Record<string, string>;
|
|
122
125
|
} | undefined> | undefined;
|
|
123
|
-
|
|
126
|
+
sse?: {
|
|
127
|
+
enabled: boolean;
|
|
128
|
+
minimumVersion: string;
|
|
129
|
+
} | undefined;
|
|
124
130
|
};
|
|
125
131
|
memoizedResultFunc: ((resultFuncArgs_0: any) => {
|
|
126
132
|
support: boolean;
|
|
@@ -155,7 +161,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
|
|
|
155
161
|
standard: Record<string, string>;
|
|
156
162
|
other: Record<string, string>;
|
|
157
163
|
} | undefined> | undefined;
|
|
158
|
-
|
|
164
|
+
sse?: {
|
|
165
|
+
enabled: boolean;
|
|
166
|
+
minimumVersion: string;
|
|
167
|
+
} | undefined;
|
|
159
168
|
}) & {
|
|
160
169
|
clearCache: () => void;
|
|
161
170
|
resultsCount: () => number;
|
|
@@ -194,7 +203,10 @@ export declare const selectBridgeFeatureFlags: ((state: RemoteFeatureFlagControl
|
|
|
194
203
|
standard: Record<string, string>;
|
|
195
204
|
other: Record<string, string>;
|
|
196
205
|
} | undefined> | undefined;
|
|
197
|
-
|
|
206
|
+
sse?: {
|
|
207
|
+
enabled: boolean;
|
|
208
|
+
minimumVersion: string;
|
|
209
|
+
} | undefined;
|
|
198
210
|
};
|
|
199
211
|
dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
|
|
200
212
|
recomputations: () => number;
|
|
@@ -279,7 +291,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
279
291
|
standard: Record<string, string>;
|
|
280
292
|
other: Record<string, string>;
|
|
281
293
|
} | undefined> | undefined;
|
|
282
|
-
|
|
294
|
+
sse?: {
|
|
295
|
+
enabled: boolean;
|
|
296
|
+
minimumVersion: string;
|
|
297
|
+
} | undefined;
|
|
283
298
|
}, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean;
|
|
284
299
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
285
300
|
support: boolean;
|
|
@@ -314,7 +329,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
314
329
|
standard: Record<string, string>;
|
|
315
330
|
other: Record<string, string>;
|
|
316
331
|
} | undefined> | undefined;
|
|
317
|
-
|
|
332
|
+
sse?: {
|
|
333
|
+
enabled: boolean;
|
|
334
|
+
minimumVersion: string;
|
|
335
|
+
} | undefined;
|
|
318
336
|
}, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean) & {
|
|
319
337
|
clearCache: () => void;
|
|
320
338
|
resultsCount: () => number;
|
|
@@ -354,7 +372,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
354
372
|
standard: Record<string, string>;
|
|
355
373
|
other: Record<string, string>;
|
|
356
374
|
} | undefined> | undefined;
|
|
357
|
-
|
|
375
|
+
sse?: {
|
|
376
|
+
enabled: boolean;
|
|
377
|
+
minimumVersion: string;
|
|
378
|
+
} | undefined;
|
|
358
379
|
}) & {
|
|
359
380
|
clearCache: () => void;
|
|
360
381
|
resultsCount: () => number;
|
|
@@ -393,7 +414,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
393
414
|
standard: Record<string, string>;
|
|
394
415
|
other: Record<string, string>;
|
|
395
416
|
} | undefined> | undefined;
|
|
396
|
-
|
|
417
|
+
sse?: {
|
|
418
|
+
enabled: boolean;
|
|
419
|
+
minimumVersion: string;
|
|
420
|
+
} | undefined;
|
|
397
421
|
};
|
|
398
422
|
memoizedResultFunc: ((resultFuncArgs_0: any) => {
|
|
399
423
|
support: boolean;
|
|
@@ -428,7 +452,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
428
452
|
standard: Record<string, string>;
|
|
429
453
|
other: Record<string, string>;
|
|
430
454
|
} | undefined> | undefined;
|
|
431
|
-
|
|
455
|
+
sse?: {
|
|
456
|
+
enabled: boolean;
|
|
457
|
+
minimumVersion: string;
|
|
458
|
+
} | undefined;
|
|
432
459
|
}) & {
|
|
433
460
|
clearCache: () => void;
|
|
434
461
|
resultsCount: () => number;
|
|
@@ -467,7 +494,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
467
494
|
standard: Record<string, string>;
|
|
468
495
|
other: Record<string, string>;
|
|
469
496
|
} | undefined> | undefined;
|
|
470
|
-
|
|
497
|
+
sse?: {
|
|
498
|
+
enabled: boolean;
|
|
499
|
+
minimumVersion: string;
|
|
500
|
+
} | undefined;
|
|
471
501
|
};
|
|
472
502
|
dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
|
|
473
503
|
recomputations: () => number;
|
|
@@ -527,7 +557,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
527
557
|
standard: Record<string, string>;
|
|
528
558
|
other: Record<string, string>;
|
|
529
559
|
} | undefined> | undefined;
|
|
530
|
-
|
|
560
|
+
sse?: {
|
|
561
|
+
enabled: boolean;
|
|
562
|
+
minimumVersion: string;
|
|
563
|
+
} | undefined;
|
|
531
564
|
}, resultFuncArgs_1: string | number | undefined) => number;
|
|
532
565
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
533
566
|
support: boolean;
|
|
@@ -562,7 +595,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
562
595
|
standard: Record<string, string>;
|
|
563
596
|
other: Record<string, string>;
|
|
564
597
|
} | undefined> | undefined;
|
|
565
|
-
|
|
598
|
+
sse?: {
|
|
599
|
+
enabled: boolean;
|
|
600
|
+
minimumVersion: string;
|
|
601
|
+
} | undefined;
|
|
566
602
|
}, resultFuncArgs_1: string | number | undefined) => number) & {
|
|
567
603
|
clearCache: () => void;
|
|
568
604
|
resultsCount: () => number;
|
|
@@ -602,7 +638,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
602
638
|
standard: Record<string, string>;
|
|
603
639
|
other: Record<string, string>;
|
|
604
640
|
} | undefined> | undefined;
|
|
605
|
-
|
|
641
|
+
sse?: {
|
|
642
|
+
enabled: boolean;
|
|
643
|
+
minimumVersion: string;
|
|
644
|
+
} | undefined;
|
|
606
645
|
}) & {
|
|
607
646
|
clearCache: () => void;
|
|
608
647
|
resultsCount: () => number;
|
|
@@ -641,7 +680,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
641
680
|
standard: Record<string, string>;
|
|
642
681
|
other: Record<string, string>;
|
|
643
682
|
} | undefined> | undefined;
|
|
644
|
-
|
|
683
|
+
sse?: {
|
|
684
|
+
enabled: boolean;
|
|
685
|
+
minimumVersion: string;
|
|
686
|
+
} | undefined;
|
|
645
687
|
};
|
|
646
688
|
memoizedResultFunc: ((resultFuncArgs_0: any) => {
|
|
647
689
|
support: boolean;
|
|
@@ -676,7 +718,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
676
718
|
standard: Record<string, string>;
|
|
677
719
|
other: Record<string, string>;
|
|
678
720
|
} | undefined> | undefined;
|
|
679
|
-
|
|
721
|
+
sse?: {
|
|
722
|
+
enabled: boolean;
|
|
723
|
+
minimumVersion: string;
|
|
724
|
+
} | undefined;
|
|
680
725
|
}) & {
|
|
681
726
|
clearCache: () => void;
|
|
682
727
|
resultsCount: () => number;
|
|
@@ -715,7 +760,10 @@ export declare const selectIsQuoteExpired: ((state: RemoteFeatureFlagControllerS
|
|
|
715
760
|
standard: Record<string, string>;
|
|
716
761
|
other: Record<string, string>;
|
|
717
762
|
} | undefined> | undefined;
|
|
718
|
-
|
|
763
|
+
sse?: {
|
|
764
|
+
enabled: boolean;
|
|
765
|
+
minimumVersion: string;
|
|
766
|
+
} | undefined;
|
|
719
767
|
};
|
|
720
768
|
dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
|
|
721
769
|
recomputations: () => number;
|
|
@@ -923,7 +971,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
923
971
|
effectiveGas?: number | undefined;
|
|
924
972
|
} | undefined;
|
|
925
973
|
} & {
|
|
926
|
-
trade: {
|
|
974
|
+
trade: string | {
|
|
927
975
|
data: string;
|
|
928
976
|
value: string;
|
|
929
977
|
to: string;
|
|
@@ -931,6 +979,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
931
979
|
gasLimit: number | null;
|
|
932
980
|
chainId: number;
|
|
933
981
|
effectiveGas?: number | undefined;
|
|
982
|
+
} | {
|
|
983
|
+
unsignedPsbtBase64: string;
|
|
984
|
+
inputsToSign: {}[] | null;
|
|
934
985
|
};
|
|
935
986
|
approval?: {
|
|
936
987
|
data: string;
|
|
@@ -1100,7 +1151,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1100
1151
|
effectiveGas?: number | undefined;
|
|
1101
1152
|
} | undefined;
|
|
1102
1153
|
} & {
|
|
1103
|
-
trade: {
|
|
1154
|
+
trade: string | {
|
|
1104
1155
|
data: string;
|
|
1105
1156
|
value: string;
|
|
1106
1157
|
to: string;
|
|
@@ -1108,6 +1159,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1108
1159
|
gasLimit: number | null;
|
|
1109
1160
|
chainId: number;
|
|
1110
1161
|
effectiveGas?: number | undefined;
|
|
1162
|
+
} | {
|
|
1163
|
+
unsignedPsbtBase64: string;
|
|
1164
|
+
inputsToSign: {}[] | null;
|
|
1111
1165
|
};
|
|
1112
1166
|
approval?: {
|
|
1113
1167
|
data: string;
|
|
@@ -1277,7 +1331,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1277
1331
|
effectiveGas?: number | undefined;
|
|
1278
1332
|
} | undefined;
|
|
1279
1333
|
} & {
|
|
1280
|
-
trade: {
|
|
1334
|
+
trade: string | {
|
|
1281
1335
|
data: string;
|
|
1282
1336
|
value: string;
|
|
1283
1337
|
to: string;
|
|
@@ -1285,6 +1339,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1285
1339
|
gasLimit: number | null;
|
|
1286
1340
|
chainId: number;
|
|
1287
1341
|
effectiveGas?: number | undefined;
|
|
1342
|
+
} | {
|
|
1343
|
+
unsignedPsbtBase64: string;
|
|
1344
|
+
inputsToSign: {}[] | null;
|
|
1288
1345
|
};
|
|
1289
1346
|
approval?: {
|
|
1290
1347
|
data: string;
|
|
@@ -1465,7 +1522,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1465
1522
|
effectiveGas?: number | undefined;
|
|
1466
1523
|
} | undefined;
|
|
1467
1524
|
} & {
|
|
1468
|
-
trade: {
|
|
1525
|
+
trade: string | {
|
|
1469
1526
|
data: string;
|
|
1470
1527
|
value: string;
|
|
1471
1528
|
to: string;
|
|
@@ -1473,6 +1530,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1473
1530
|
gasLimit: number | null;
|
|
1474
1531
|
chainId: number;
|
|
1475
1532
|
effectiveGas?: number | undefined;
|
|
1533
|
+
} | {
|
|
1534
|
+
unsignedPsbtBase64: string;
|
|
1535
|
+
inputsToSign: {}[] | null;
|
|
1476
1536
|
};
|
|
1477
1537
|
approval?: {
|
|
1478
1538
|
data: string;
|
|
@@ -1641,7 +1701,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1641
1701
|
effectiveGas?: number | undefined;
|
|
1642
1702
|
} | undefined;
|
|
1643
1703
|
} & {
|
|
1644
|
-
trade: {
|
|
1704
|
+
trade: string | {
|
|
1645
1705
|
data: string;
|
|
1646
1706
|
value: string;
|
|
1647
1707
|
to: string;
|
|
@@ -1649,6 +1709,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1649
1709
|
gasLimit: number | null;
|
|
1650
1710
|
chainId: number;
|
|
1651
1711
|
effectiveGas?: number | undefined;
|
|
1712
|
+
} | {
|
|
1713
|
+
unsignedPsbtBase64: string;
|
|
1714
|
+
inputsToSign: {}[] | null;
|
|
1652
1715
|
};
|
|
1653
1716
|
approval?: {
|
|
1654
1717
|
data: string;
|
|
@@ -1817,7 +1880,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1817
1880
|
effectiveGas?: number | undefined;
|
|
1818
1881
|
} | undefined;
|
|
1819
1882
|
} & {
|
|
1820
|
-
trade: {
|
|
1883
|
+
trade: string | {
|
|
1821
1884
|
data: string;
|
|
1822
1885
|
value: string;
|
|
1823
1886
|
to: string;
|
|
@@ -1825,6 +1888,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1825
1888
|
gasLimit: number | null;
|
|
1826
1889
|
chainId: number;
|
|
1827
1890
|
effectiveGas?: number | undefined;
|
|
1891
|
+
} | {
|
|
1892
|
+
unsignedPsbtBase64: string;
|
|
1893
|
+
inputsToSign: {}[] | null;
|
|
1828
1894
|
};
|
|
1829
1895
|
approval?: {
|
|
1830
1896
|
data: string;
|
|
@@ -1994,7 +2060,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1994
2060
|
effectiveGas?: number | undefined;
|
|
1995
2061
|
} | undefined;
|
|
1996
2062
|
} & {
|
|
1997
|
-
trade: {
|
|
2063
|
+
trade: string | {
|
|
1998
2064
|
data: string;
|
|
1999
2065
|
value: string;
|
|
2000
2066
|
to: string;
|
|
@@ -2002,6 +2068,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2002
2068
|
gasLimit: number | null;
|
|
2003
2069
|
chainId: number;
|
|
2004
2070
|
effectiveGas?: number | undefined;
|
|
2071
|
+
} | {
|
|
2072
|
+
unsignedPsbtBase64: string;
|
|
2073
|
+
inputsToSign: {}[] | null;
|
|
2005
2074
|
};
|
|
2006
2075
|
approval?: {
|
|
2007
2076
|
data: string;
|
|
@@ -2171,7 +2240,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2171
2240
|
effectiveGas?: number | undefined;
|
|
2172
2241
|
} | undefined;
|
|
2173
2242
|
} & {
|
|
2174
|
-
trade: {
|
|
2243
|
+
trade: string | {
|
|
2175
2244
|
data: string;
|
|
2176
2245
|
value: string;
|
|
2177
2246
|
to: string;
|
|
@@ -2179,6 +2248,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2179
2248
|
gasLimit: number | null;
|
|
2180
2249
|
chainId: number;
|
|
2181
2250
|
effectiveGas?: number | undefined;
|
|
2251
|
+
} | {
|
|
2252
|
+
unsignedPsbtBase64: string;
|
|
2253
|
+
inputsToSign: {}[] | null;
|
|
2182
2254
|
};
|
|
2183
2255
|
approval?: {
|
|
2184
2256
|
data: string;
|
|
@@ -2348,7 +2420,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2348
2420
|
effectiveGas?: number | undefined;
|
|
2349
2421
|
} | undefined;
|
|
2350
2422
|
} & {
|
|
2351
|
-
trade: {
|
|
2423
|
+
trade: string | {
|
|
2352
2424
|
data: string;
|
|
2353
2425
|
value: string;
|
|
2354
2426
|
to: string;
|
|
@@ -2356,6 +2428,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2356
2428
|
gasLimit: number | null;
|
|
2357
2429
|
chainId: number;
|
|
2358
2430
|
effectiveGas?: number | undefined;
|
|
2431
|
+
} | {
|
|
2432
|
+
unsignedPsbtBase64: string;
|
|
2433
|
+
inputsToSign: {}[] | null;
|
|
2359
2434
|
};
|
|
2360
2435
|
approval?: {
|
|
2361
2436
|
data: string;
|
|
@@ -2532,7 +2607,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2532
2607
|
effectiveGas?: number | undefined;
|
|
2533
2608
|
} | undefined;
|
|
2534
2609
|
} & {
|
|
2535
|
-
trade: {
|
|
2610
|
+
trade: string | {
|
|
2536
2611
|
data: string;
|
|
2537
2612
|
value: string;
|
|
2538
2613
|
to: string;
|
|
@@ -2540,6 +2615,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2540
2615
|
gasLimit: number | null;
|
|
2541
2616
|
chainId: number;
|
|
2542
2617
|
effectiveGas?: number | undefined;
|
|
2618
|
+
} | {
|
|
2619
|
+
unsignedPsbtBase64: string;
|
|
2620
|
+
inputsToSign: {}[] | null;
|
|
2543
2621
|
};
|
|
2544
2622
|
approval?: {
|
|
2545
2623
|
data: string;
|
|
@@ -2708,7 +2786,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2708
2786
|
effectiveGas?: number | undefined;
|
|
2709
2787
|
} | undefined;
|
|
2710
2788
|
} & {
|
|
2711
|
-
trade: {
|
|
2789
|
+
trade: string | {
|
|
2712
2790
|
data: string;
|
|
2713
2791
|
value: string;
|
|
2714
2792
|
to: string;
|
|
@@ -2716,6 +2794,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2716
2794
|
gasLimit: number | null;
|
|
2717
2795
|
chainId: number;
|
|
2718
2796
|
effectiveGas?: number | undefined;
|
|
2797
|
+
} | {
|
|
2798
|
+
unsignedPsbtBase64: string;
|
|
2799
|
+
inputsToSign: {}[] | null;
|
|
2719
2800
|
};
|
|
2720
2801
|
approval?: {
|
|
2721
2802
|
data: string;
|
|
@@ -2884,7 +2965,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2884
2965
|
effectiveGas?: number | undefined;
|
|
2885
2966
|
} | undefined;
|
|
2886
2967
|
} & {
|
|
2887
|
-
trade: {
|
|
2968
|
+
trade: string | {
|
|
2888
2969
|
data: string;
|
|
2889
2970
|
value: string;
|
|
2890
2971
|
to: string;
|
|
@@ -2892,6 +2973,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2892
2973
|
gasLimit: number | null;
|
|
2893
2974
|
chainId: number;
|
|
2894
2975
|
effectiveGas?: number | undefined;
|
|
2976
|
+
} | {
|
|
2977
|
+
unsignedPsbtBase64: string;
|
|
2978
|
+
inputsToSign: {}[] | null;
|
|
2895
2979
|
};
|
|
2896
2980
|
approval?: {
|
|
2897
2981
|
data: string;
|
|
@@ -3061,7 +3145,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3061
3145
|
effectiveGas?: number | undefined;
|
|
3062
3146
|
} | undefined;
|
|
3063
3147
|
} & {
|
|
3064
|
-
trade: {
|
|
3148
|
+
trade: string | {
|
|
3065
3149
|
data: string;
|
|
3066
3150
|
value: string;
|
|
3067
3151
|
to: string;
|
|
@@ -3069,6 +3153,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3069
3153
|
gasLimit: number | null;
|
|
3070
3154
|
chainId: number;
|
|
3071
3155
|
effectiveGas?: number | undefined;
|
|
3156
|
+
} | {
|
|
3157
|
+
unsignedPsbtBase64: string;
|
|
3158
|
+
inputsToSign: {}[] | null;
|
|
3072
3159
|
};
|
|
3073
3160
|
approval?: {
|
|
3074
3161
|
data: string;
|
|
@@ -3238,7 +3325,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3238
3325
|
effectiveGas?: number | undefined;
|
|
3239
3326
|
} | undefined;
|
|
3240
3327
|
} & {
|
|
3241
|
-
trade: {
|
|
3328
|
+
trade: string | {
|
|
3242
3329
|
data: string;
|
|
3243
3330
|
value: string;
|
|
3244
3331
|
to: string;
|
|
@@ -3246,6 +3333,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3246
3333
|
gasLimit: number | null;
|
|
3247
3334
|
chainId: number;
|
|
3248
3335
|
effectiveGas?: number | undefined;
|
|
3336
|
+
} | {
|
|
3337
|
+
unsignedPsbtBase64: string;
|
|
3338
|
+
inputsToSign: {}[] | null;
|
|
3249
3339
|
};
|
|
3250
3340
|
approval?: {
|
|
3251
3341
|
data: string;
|
|
@@ -3415,7 +3505,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3415
3505
|
effectiveGas?: number | undefined;
|
|
3416
3506
|
} | undefined;
|
|
3417
3507
|
} & {
|
|
3418
|
-
trade: {
|
|
3508
|
+
trade: string | {
|
|
3419
3509
|
data: string;
|
|
3420
3510
|
value: string;
|
|
3421
3511
|
to: string;
|
|
@@ -3423,6 +3513,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3423
3513
|
gasLimit: number | null;
|
|
3424
3514
|
chainId: number;
|
|
3425
3515
|
effectiveGas?: number | undefined;
|
|
3516
|
+
} | {
|
|
3517
|
+
unsignedPsbtBase64: string;
|
|
3518
|
+
inputsToSign: {}[] | null;
|
|
3426
3519
|
};
|
|
3427
3520
|
approval?: {
|
|
3428
3521
|
data: string;
|
|
@@ -3604,7 +3697,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3604
3697
|
effectiveGas?: number | undefined;
|
|
3605
3698
|
} | undefined;
|
|
3606
3699
|
} & {
|
|
3607
|
-
trade: {
|
|
3700
|
+
trade: string | {
|
|
3608
3701
|
data: string;
|
|
3609
3702
|
value: string;
|
|
3610
3703
|
to: string;
|
|
@@ -3612,6 +3705,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3612
3705
|
gasLimit: number | null;
|
|
3613
3706
|
chainId: number;
|
|
3614
3707
|
effectiveGas?: number | undefined;
|
|
3708
|
+
} | {
|
|
3709
|
+
unsignedPsbtBase64: string;
|
|
3710
|
+
inputsToSign: {}[] | null;
|
|
3615
3711
|
};
|
|
3616
3712
|
approval?: {
|
|
3617
3713
|
data: string;
|
|
@@ -3781,7 +3877,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3781
3877
|
effectiveGas?: number | undefined;
|
|
3782
3878
|
} | undefined;
|
|
3783
3879
|
} & {
|
|
3784
|
-
trade: {
|
|
3880
|
+
trade: string | {
|
|
3785
3881
|
data: string;
|
|
3786
3882
|
value: string;
|
|
3787
3883
|
to: string;
|
|
@@ -3789,6 +3885,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3789
3885
|
gasLimit: number | null;
|
|
3790
3886
|
chainId: number;
|
|
3791
3887
|
effectiveGas?: number | undefined;
|
|
3888
|
+
} | {
|
|
3889
|
+
unsignedPsbtBase64: string;
|
|
3890
|
+
inputsToSign: {}[] | null;
|
|
3792
3891
|
};
|
|
3793
3892
|
approval?: {
|
|
3794
3893
|
data: string;
|
|
@@ -3958,7 +4057,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3958
4057
|
effectiveGas?: number | undefined;
|
|
3959
4058
|
} | undefined;
|
|
3960
4059
|
} & {
|
|
3961
|
-
trade: {
|
|
4060
|
+
trade: string | {
|
|
3962
4061
|
data: string;
|
|
3963
4062
|
value: string;
|
|
3964
4063
|
to: string;
|
|
@@ -3966,6 +4065,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3966
4065
|
gasLimit: number | null;
|
|
3967
4066
|
chainId: number;
|
|
3968
4067
|
effectiveGas?: number | undefined;
|
|
4068
|
+
} | {
|
|
4069
|
+
unsignedPsbtBase64: string;
|
|
4070
|
+
inputsToSign: {}[] | null;
|
|
3969
4071
|
};
|
|
3970
4072
|
approval?: {
|
|
3971
4073
|
data: string;
|
|
@@ -4146,7 +4248,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4146
4248
|
effectiveGas?: number | undefined;
|
|
4147
4249
|
} | undefined;
|
|
4148
4250
|
} & {
|
|
4149
|
-
trade: {
|
|
4251
|
+
trade: string | {
|
|
4150
4252
|
data: string;
|
|
4151
4253
|
value: string;
|
|
4152
4254
|
to: string;
|
|
@@ -4154,6 +4256,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4154
4256
|
gasLimit: number | null;
|
|
4155
4257
|
chainId: number;
|
|
4156
4258
|
effectiveGas?: number | undefined;
|
|
4259
|
+
} | {
|
|
4260
|
+
unsignedPsbtBase64: string;
|
|
4261
|
+
inputsToSign: {}[] | null;
|
|
4157
4262
|
};
|
|
4158
4263
|
approval?: {
|
|
4159
4264
|
data: string;
|
|
@@ -4345,7 +4450,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4345
4450
|
} | undefined;
|
|
4346
4451
|
};
|
|
4347
4452
|
estimatedProcessingTimeInSeconds: number;
|
|
4348
|
-
trade:
|
|
4453
|
+
trade: string | {
|
|
4349
4454
|
data: string;
|
|
4350
4455
|
value: string;
|
|
4351
4456
|
to: string;
|
|
@@ -4356,14 +4461,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4356
4461
|
} | {
|
|
4357
4462
|
unsignedPsbtBase64: string;
|
|
4358
4463
|
inputsToSign: {}[] | null;
|
|
4359
|
-
}) & {
|
|
4360
|
-
data: string;
|
|
4361
|
-
value: string;
|
|
4362
|
-
to: string;
|
|
4363
|
-
from: string;
|
|
4364
|
-
gasLimit: number | null;
|
|
4365
|
-
chainId: number;
|
|
4366
|
-
effectiveGas?: number | undefined;
|
|
4367
4464
|
};
|
|
4368
4465
|
approval?: {
|
|
4369
4466
|
data: string;
|
|
@@ -4534,7 +4631,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4534
4631
|
effectiveGas?: number | undefined;
|
|
4535
4632
|
} | undefined;
|
|
4536
4633
|
} & {
|
|
4537
|
-
trade: {
|
|
4634
|
+
trade: string | {
|
|
4538
4635
|
data: string;
|
|
4539
4636
|
value: string;
|
|
4540
4637
|
to: string;
|
|
@@ -4542,6 +4639,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4542
4639
|
gasLimit: number | null;
|
|
4543
4640
|
chainId: number;
|
|
4544
4641
|
effectiveGas?: number | undefined;
|
|
4642
|
+
} | {
|
|
4643
|
+
unsignedPsbtBase64: string;
|
|
4644
|
+
inputsToSign: {}[] | null;
|
|
4545
4645
|
};
|
|
4546
4646
|
approval?: {
|
|
4547
4647
|
data: string;
|
|
@@ -4729,7 +4829,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4729
4829
|
} | undefined;
|
|
4730
4830
|
};
|
|
4731
4831
|
estimatedProcessingTimeInSeconds: number;
|
|
4732
|
-
trade:
|
|
4832
|
+
trade: string | {
|
|
4733
4833
|
data: string;
|
|
4734
4834
|
value: string;
|
|
4735
4835
|
to: string;
|
|
@@ -4740,14 +4840,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4740
4840
|
} | {
|
|
4741
4841
|
unsignedPsbtBase64: string;
|
|
4742
4842
|
inputsToSign: {}[] | null;
|
|
4743
|
-
}) & {
|
|
4744
|
-
data: string;
|
|
4745
|
-
value: string;
|
|
4746
|
-
to: string;
|
|
4747
|
-
from: string;
|
|
4748
|
-
gasLimit: number | null;
|
|
4749
|
-
chainId: number;
|
|
4750
|
-
effectiveGas?: number | undefined;
|
|
4751
4843
|
};
|
|
4752
4844
|
approval?: {
|
|
4753
4845
|
data: string;
|
|
@@ -4918,7 +5010,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4918
5010
|
effectiveGas?: number | undefined;
|
|
4919
5011
|
} | undefined;
|
|
4920
5012
|
} & {
|
|
4921
|
-
trade: {
|
|
5013
|
+
trade: string | {
|
|
4922
5014
|
data: string;
|
|
4923
5015
|
value: string;
|
|
4924
5016
|
to: string;
|
|
@@ -4926,6 +5018,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4926
5018
|
gasLimit: number | null;
|
|
4927
5019
|
chainId: number;
|
|
4928
5020
|
effectiveGas?: number | undefined;
|
|
5021
|
+
} | {
|
|
5022
|
+
unsignedPsbtBase64: string;
|
|
5023
|
+
inputsToSign: {}[] | null;
|
|
4929
5024
|
};
|
|
4930
5025
|
approval?: {
|
|
4931
5026
|
data: string;
|
|
@@ -5099,7 +5194,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5099
5194
|
effectiveGas?: number | undefined;
|
|
5100
5195
|
} | undefined;
|
|
5101
5196
|
} & {
|
|
5102
|
-
trade: {
|
|
5197
|
+
trade: string | {
|
|
5103
5198
|
data: string;
|
|
5104
5199
|
value: string;
|
|
5105
5200
|
to: string;
|
|
@@ -5107,6 +5202,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5107
5202
|
gasLimit: number | null;
|
|
5108
5203
|
chainId: number;
|
|
5109
5204
|
effectiveGas?: number | undefined;
|
|
5205
|
+
} | {
|
|
5206
|
+
unsignedPsbtBase64: string;
|
|
5207
|
+
inputsToSign: {}[] | null;
|
|
5110
5208
|
};
|
|
5111
5209
|
approval?: {
|
|
5112
5210
|
data: string;
|
|
@@ -5298,7 +5396,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5298
5396
|
} | undefined;
|
|
5299
5397
|
};
|
|
5300
5398
|
estimatedProcessingTimeInSeconds: number;
|
|
5301
|
-
trade:
|
|
5399
|
+
trade: string | {
|
|
5302
5400
|
data: string;
|
|
5303
5401
|
value: string;
|
|
5304
5402
|
to: string;
|
|
@@ -5309,14 +5407,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5309
5407
|
} | {
|
|
5310
5408
|
unsignedPsbtBase64: string;
|
|
5311
5409
|
inputsToSign: {}[] | null;
|
|
5312
|
-
}) & {
|
|
5313
|
-
data: string;
|
|
5314
|
-
value: string;
|
|
5315
|
-
to: string;
|
|
5316
|
-
from: string;
|
|
5317
|
-
gasLimit: number | null;
|
|
5318
|
-
chainId: number;
|
|
5319
|
-
effectiveGas?: number | undefined;
|
|
5320
5410
|
};
|
|
5321
5411
|
approval?: {
|
|
5322
5412
|
data: string;
|
|
@@ -5492,7 +5582,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5492
5582
|
effectiveGas?: number | undefined;
|
|
5493
5583
|
} | undefined;
|
|
5494
5584
|
} & {
|
|
5495
|
-
trade: {
|
|
5585
|
+
trade: string | {
|
|
5496
5586
|
data: string;
|
|
5497
5587
|
value: string;
|
|
5498
5588
|
to: string;
|
|
@@ -5500,6 +5590,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5500
5590
|
gasLimit: number | null;
|
|
5501
5591
|
chainId: number;
|
|
5502
5592
|
effectiveGas?: number | undefined;
|
|
5593
|
+
} | {
|
|
5594
|
+
unsignedPsbtBase64: string;
|
|
5595
|
+
inputsToSign: {}[] | null;
|
|
5503
5596
|
};
|
|
5504
5597
|
approval?: {
|
|
5505
5598
|
data: string;
|
|
@@ -5690,7 +5783,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5690
5783
|
} | undefined;
|
|
5691
5784
|
};
|
|
5692
5785
|
estimatedProcessingTimeInSeconds: number;
|
|
5693
|
-
trade:
|
|
5786
|
+
trade: string | {
|
|
5694
5787
|
data: string;
|
|
5695
5788
|
value: string;
|
|
5696
5789
|
to: string;
|
|
@@ -5701,14 +5794,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5701
5794
|
} | {
|
|
5702
5795
|
unsignedPsbtBase64: string;
|
|
5703
5796
|
inputsToSign: {}[] | null;
|
|
5704
|
-
}) & {
|
|
5705
|
-
data: string;
|
|
5706
|
-
value: string;
|
|
5707
|
-
to: string;
|
|
5708
|
-
from: string;
|
|
5709
|
-
gasLimit: number | null;
|
|
5710
|
-
chainId: number;
|
|
5711
|
-
effectiveGas?: number | undefined;
|
|
5712
5797
|
};
|
|
5713
5798
|
approval?: {
|
|
5714
5799
|
data: string;
|
|
@@ -5880,7 +5965,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5880
5965
|
effectiveGas?: number | undefined;
|
|
5881
5966
|
} | undefined;
|
|
5882
5967
|
} & {
|
|
5883
|
-
trade: {
|
|
5968
|
+
trade: string | {
|
|
5884
5969
|
data: string;
|
|
5885
5970
|
value: string;
|
|
5886
5971
|
to: string;
|
|
@@ -5888,6 +5973,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5888
5973
|
gasLimit: number | null;
|
|
5889
5974
|
chainId: number;
|
|
5890
5975
|
effectiveGas?: number | undefined;
|
|
5976
|
+
} | {
|
|
5977
|
+
unsignedPsbtBase64: string;
|
|
5978
|
+
inputsToSign: {}[] | null;
|
|
5891
5979
|
};
|
|
5892
5980
|
approval?: {
|
|
5893
5981
|
data: string;
|
|
@@ -6078,7 +6166,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6078
6166
|
} | undefined;
|
|
6079
6167
|
};
|
|
6080
6168
|
estimatedProcessingTimeInSeconds: number;
|
|
6081
|
-
trade:
|
|
6169
|
+
trade: string | {
|
|
6082
6170
|
data: string;
|
|
6083
6171
|
value: string;
|
|
6084
6172
|
to: string;
|
|
@@ -6089,14 +6177,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6089
6177
|
} | {
|
|
6090
6178
|
unsignedPsbtBase64: string;
|
|
6091
6179
|
inputsToSign: {}[] | null;
|
|
6092
|
-
}) & {
|
|
6093
|
-
data: string;
|
|
6094
|
-
value: string;
|
|
6095
|
-
to: string;
|
|
6096
|
-
from: string;
|
|
6097
|
-
gasLimit: number | null;
|
|
6098
|
-
chainId: number;
|
|
6099
|
-
effectiveGas?: number | undefined;
|
|
6100
6180
|
};
|
|
6101
6181
|
approval?: {
|
|
6102
6182
|
data: string;
|
|
@@ -6290,7 +6370,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6290
6370
|
} | undefined;
|
|
6291
6371
|
};
|
|
6292
6372
|
estimatedProcessingTimeInSeconds: number;
|
|
6293
|
-
trade:
|
|
6373
|
+
trade: string | {
|
|
6294
6374
|
data: string;
|
|
6295
6375
|
value: string;
|
|
6296
6376
|
to: string;
|
|
@@ -6301,14 +6381,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6301
6381
|
} | {
|
|
6302
6382
|
unsignedPsbtBase64: string;
|
|
6303
6383
|
inputsToSign: {}[] | null;
|
|
6304
|
-
}) & {
|
|
6305
|
-
data: string;
|
|
6306
|
-
value: string;
|
|
6307
|
-
to: string;
|
|
6308
|
-
from: string;
|
|
6309
|
-
gasLimit: number | null;
|
|
6310
|
-
chainId: number;
|
|
6311
|
-
effectiveGas?: number | undefined;
|
|
6312
6384
|
};
|
|
6313
6385
|
approval?: {
|
|
6314
6386
|
data: string;
|
|
@@ -6480,7 +6552,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6480
6552
|
effectiveGas?: number | undefined;
|
|
6481
6553
|
} | undefined;
|
|
6482
6554
|
} & {
|
|
6483
|
-
trade: {
|
|
6555
|
+
trade: string | {
|
|
6484
6556
|
data: string;
|
|
6485
6557
|
value: string;
|
|
6486
6558
|
to: string;
|
|
@@ -6488,6 +6560,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6488
6560
|
gasLimit: number | null;
|
|
6489
6561
|
chainId: number;
|
|
6490
6562
|
effectiveGas?: number | undefined;
|
|
6563
|
+
} | {
|
|
6564
|
+
unsignedPsbtBase64: string;
|
|
6565
|
+
inputsToSign: {}[] | null;
|
|
6491
6566
|
};
|
|
6492
6567
|
approval?: {
|
|
6493
6568
|
data: string;
|
|
@@ -6788,7 +6863,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6788
6863
|
effectiveGas?: number | undefined;
|
|
6789
6864
|
} | undefined;
|
|
6790
6865
|
} & {
|
|
6791
|
-
trade: {
|
|
6866
|
+
trade: string | {
|
|
6792
6867
|
data: string;
|
|
6793
6868
|
value: string;
|
|
6794
6869
|
to: string;
|
|
@@ -6796,6 +6871,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6796
6871
|
gasLimit: number | null;
|
|
6797
6872
|
chainId: number;
|
|
6798
6873
|
effectiveGas?: number | undefined;
|
|
6874
|
+
} | {
|
|
6875
|
+
unsignedPsbtBase64: string;
|
|
6876
|
+
inputsToSign: {}[] | null;
|
|
6799
6877
|
};
|
|
6800
6878
|
approval?: {
|
|
6801
6879
|
data: string;
|
|
@@ -6969,7 +7047,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6969
7047
|
effectiveGas?: number | undefined;
|
|
6970
7048
|
} | undefined;
|
|
6971
7049
|
} & {
|
|
6972
|
-
trade: {
|
|
7050
|
+
trade: string | {
|
|
6973
7051
|
data: string;
|
|
6974
7052
|
value: string;
|
|
6975
7053
|
to: string;
|
|
@@ -6977,6 +7055,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6977
7055
|
gasLimit: number | null;
|
|
6978
7056
|
chainId: number;
|
|
6979
7057
|
effectiveGas?: number | undefined;
|
|
7058
|
+
} | {
|
|
7059
|
+
unsignedPsbtBase64: string;
|
|
7060
|
+
inputsToSign: {}[] | null;
|
|
6980
7061
|
};
|
|
6981
7062
|
approval?: {
|
|
6982
7063
|
data: string;
|
|
@@ -7145,7 +7226,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7145
7226
|
effectiveGas?: number | undefined;
|
|
7146
7227
|
} | undefined;
|
|
7147
7228
|
} & {
|
|
7148
|
-
trade: {
|
|
7229
|
+
trade: string | {
|
|
7149
7230
|
data: string;
|
|
7150
7231
|
value: string;
|
|
7151
7232
|
to: string;
|
|
@@ -7153,6 +7234,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7153
7234
|
gasLimit: number | null;
|
|
7154
7235
|
chainId: number;
|
|
7155
7236
|
effectiveGas?: number | undefined;
|
|
7237
|
+
} | {
|
|
7238
|
+
unsignedPsbtBase64: string;
|
|
7239
|
+
inputsToSign: {}[] | null;
|
|
7156
7240
|
};
|
|
7157
7241
|
approval?: {
|
|
7158
7242
|
data: string;
|
|
@@ -7322,7 +7406,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7322
7406
|
effectiveGas?: number | undefined;
|
|
7323
7407
|
} | undefined;
|
|
7324
7408
|
} & {
|
|
7325
|
-
trade: {
|
|
7409
|
+
trade: string | {
|
|
7326
7410
|
data: string;
|
|
7327
7411
|
value: string;
|
|
7328
7412
|
to: string;
|
|
@@ -7330,6 +7414,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7330
7414
|
gasLimit: number | null;
|
|
7331
7415
|
chainId: number;
|
|
7332
7416
|
effectiveGas?: number | undefined;
|
|
7417
|
+
} | {
|
|
7418
|
+
unsignedPsbtBase64: string;
|
|
7419
|
+
inputsToSign: {}[] | null;
|
|
7333
7420
|
};
|
|
7334
7421
|
approval?: {
|
|
7335
7422
|
data: string;
|
|
@@ -7498,7 +7585,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7498
7585
|
effectiveGas?: number | undefined;
|
|
7499
7586
|
} | undefined;
|
|
7500
7587
|
} & {
|
|
7501
|
-
trade: {
|
|
7588
|
+
trade: string | {
|
|
7502
7589
|
data: string;
|
|
7503
7590
|
value: string;
|
|
7504
7591
|
to: string;
|
|
@@ -7506,6 +7593,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7506
7593
|
gasLimit: number | null;
|
|
7507
7594
|
chainId: number;
|
|
7508
7595
|
effectiveGas?: number | undefined;
|
|
7596
|
+
} | {
|
|
7597
|
+
unsignedPsbtBase64: string;
|
|
7598
|
+
inputsToSign: {}[] | null;
|
|
7509
7599
|
};
|
|
7510
7600
|
approval?: {
|
|
7511
7601
|
data: string;
|
|
@@ -7679,7 +7769,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7679
7769
|
effectiveGas?: number | undefined;
|
|
7680
7770
|
} | undefined;
|
|
7681
7771
|
} & {
|
|
7682
|
-
trade: {
|
|
7772
|
+
trade: string | {
|
|
7683
7773
|
data: string;
|
|
7684
7774
|
value: string;
|
|
7685
7775
|
to: string;
|
|
@@ -7687,6 +7777,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7687
7777
|
gasLimit: number | null;
|
|
7688
7778
|
chainId: number;
|
|
7689
7779
|
effectiveGas?: number | undefined;
|
|
7780
|
+
} | {
|
|
7781
|
+
unsignedPsbtBase64: string;
|
|
7782
|
+
inputsToSign: {}[] | null;
|
|
7690
7783
|
};
|
|
7691
7784
|
approval?: {
|
|
7692
7785
|
data: string;
|
|
@@ -7860,7 +7953,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7860
7953
|
effectiveGas?: number | undefined;
|
|
7861
7954
|
} | undefined;
|
|
7862
7955
|
} & {
|
|
7863
|
-
trade: {
|
|
7956
|
+
trade: string | {
|
|
7864
7957
|
data: string;
|
|
7865
7958
|
value: string;
|
|
7866
7959
|
to: string;
|
|
@@ -7868,6 +7961,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7868
7961
|
gasLimit: number | null;
|
|
7869
7962
|
chainId: number;
|
|
7870
7963
|
effectiveGas?: number | undefined;
|
|
7964
|
+
} | {
|
|
7965
|
+
unsignedPsbtBase64: string;
|
|
7966
|
+
inputsToSign: {}[] | null;
|
|
7871
7967
|
};
|
|
7872
7968
|
approval?: {
|
|
7873
7969
|
data: string;
|
|
@@ -8059,7 +8155,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8059
8155
|
} | undefined;
|
|
8060
8156
|
};
|
|
8061
8157
|
estimatedProcessingTimeInSeconds: number;
|
|
8062
|
-
trade:
|
|
8158
|
+
trade: string | {
|
|
8063
8159
|
data: string;
|
|
8064
8160
|
value: string;
|
|
8065
8161
|
to: string;
|
|
@@ -8070,14 +8166,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8070
8166
|
} | {
|
|
8071
8167
|
unsignedPsbtBase64: string;
|
|
8072
8168
|
inputsToSign: {}[] | null;
|
|
8073
|
-
}) & {
|
|
8074
|
-
data: string;
|
|
8075
|
-
value: string;
|
|
8076
|
-
to: string;
|
|
8077
|
-
from: string;
|
|
8078
|
-
gasLimit: number | null;
|
|
8079
|
-
chainId: number;
|
|
8080
|
-
effectiveGas?: number | undefined;
|
|
8081
8169
|
};
|
|
8082
8170
|
approval?: {
|
|
8083
8171
|
data: string;
|
|
@@ -8248,7 +8336,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8248
8336
|
effectiveGas?: number | undefined;
|
|
8249
8337
|
} | undefined;
|
|
8250
8338
|
} & {
|
|
8251
|
-
trade: {
|
|
8339
|
+
trade: string | {
|
|
8252
8340
|
data: string;
|
|
8253
8341
|
value: string;
|
|
8254
8342
|
to: string;
|
|
@@ -8256,6 +8344,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8256
8344
|
gasLimit: number | null;
|
|
8257
8345
|
chainId: number;
|
|
8258
8346
|
effectiveGas?: number | undefined;
|
|
8347
|
+
} | {
|
|
8348
|
+
unsignedPsbtBase64: string;
|
|
8349
|
+
inputsToSign: {}[] | null;
|
|
8259
8350
|
};
|
|
8260
8351
|
approval?: {
|
|
8261
8352
|
data: string;
|
|
@@ -8443,7 +8534,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8443
8534
|
} | undefined;
|
|
8444
8535
|
};
|
|
8445
8536
|
estimatedProcessingTimeInSeconds: number;
|
|
8446
|
-
trade:
|
|
8537
|
+
trade: string | {
|
|
8447
8538
|
data: string;
|
|
8448
8539
|
value: string;
|
|
8449
8540
|
to: string;
|
|
@@ -8454,14 +8545,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8454
8545
|
} | {
|
|
8455
8546
|
unsignedPsbtBase64: string;
|
|
8456
8547
|
inputsToSign: {}[] | null;
|
|
8457
|
-
}) & {
|
|
8458
|
-
data: string;
|
|
8459
|
-
value: string;
|
|
8460
|
-
to: string;
|
|
8461
|
-
from: string;
|
|
8462
|
-
gasLimit: number | null;
|
|
8463
|
-
chainId: number;
|
|
8464
|
-
effectiveGas?: number | undefined;
|
|
8465
8548
|
};
|
|
8466
8549
|
approval?: {
|
|
8467
8550
|
data: string;
|
|
@@ -8632,7 +8715,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8632
8715
|
effectiveGas?: number | undefined;
|
|
8633
8716
|
} | undefined;
|
|
8634
8717
|
} & {
|
|
8635
|
-
trade: {
|
|
8718
|
+
trade: string | {
|
|
8636
8719
|
data: string;
|
|
8637
8720
|
value: string;
|
|
8638
8721
|
to: string;
|
|
@@ -8640,6 +8723,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8640
8723
|
gasLimit: number | null;
|
|
8641
8724
|
chainId: number;
|
|
8642
8725
|
effectiveGas?: number | undefined;
|
|
8726
|
+
} | {
|
|
8727
|
+
unsignedPsbtBase64: string;
|
|
8728
|
+
inputsToSign: {}[] | null;
|
|
8643
8729
|
};
|
|
8644
8730
|
approval?: {
|
|
8645
8731
|
data: string;
|
|
@@ -8813,7 +8899,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8813
8899
|
effectiveGas?: number | undefined;
|
|
8814
8900
|
} | undefined;
|
|
8815
8901
|
} & {
|
|
8816
|
-
trade: {
|
|
8902
|
+
trade: string | {
|
|
8817
8903
|
data: string;
|
|
8818
8904
|
value: string;
|
|
8819
8905
|
to: string;
|
|
@@ -8821,6 +8907,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8821
8907
|
gasLimit: number | null;
|
|
8822
8908
|
chainId: number;
|
|
8823
8909
|
effectiveGas?: number | undefined;
|
|
8910
|
+
} | {
|
|
8911
|
+
unsignedPsbtBase64: string;
|
|
8912
|
+
inputsToSign: {}[] | null;
|
|
8824
8913
|
};
|
|
8825
8914
|
approval?: {
|
|
8826
8915
|
data: string;
|
|
@@ -9012,7 +9101,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9012
9101
|
} | undefined;
|
|
9013
9102
|
};
|
|
9014
9103
|
estimatedProcessingTimeInSeconds: number;
|
|
9015
|
-
trade:
|
|
9104
|
+
trade: string | {
|
|
9016
9105
|
data: string;
|
|
9017
9106
|
value: string;
|
|
9018
9107
|
to: string;
|
|
@@ -9023,14 +9112,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9023
9112
|
} | {
|
|
9024
9113
|
unsignedPsbtBase64: string;
|
|
9025
9114
|
inputsToSign: {}[] | null;
|
|
9026
|
-
}) & {
|
|
9027
|
-
data: string;
|
|
9028
|
-
value: string;
|
|
9029
|
-
to: string;
|
|
9030
|
-
from: string;
|
|
9031
|
-
gasLimit: number | null;
|
|
9032
|
-
chainId: number;
|
|
9033
|
-
effectiveGas?: number | undefined;
|
|
9034
9115
|
};
|
|
9035
9116
|
approval?: {
|
|
9036
9117
|
data: string;
|
|
@@ -9206,7 +9287,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9206
9287
|
effectiveGas?: number | undefined;
|
|
9207
9288
|
} | undefined;
|
|
9208
9289
|
} & {
|
|
9209
|
-
trade: {
|
|
9290
|
+
trade: string | {
|
|
9210
9291
|
data: string;
|
|
9211
9292
|
value: string;
|
|
9212
9293
|
to: string;
|
|
@@ -9214,6 +9295,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9214
9295
|
gasLimit: number | null;
|
|
9215
9296
|
chainId: number;
|
|
9216
9297
|
effectiveGas?: number | undefined;
|
|
9298
|
+
} | {
|
|
9299
|
+
unsignedPsbtBase64: string;
|
|
9300
|
+
inputsToSign: {}[] | null;
|
|
9217
9301
|
};
|
|
9218
9302
|
approval?: {
|
|
9219
9303
|
data: string;
|
|
@@ -9404,7 +9488,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9404
9488
|
} | undefined;
|
|
9405
9489
|
};
|
|
9406
9490
|
estimatedProcessingTimeInSeconds: number;
|
|
9407
|
-
trade:
|
|
9491
|
+
trade: string | {
|
|
9408
9492
|
data: string;
|
|
9409
9493
|
value: string;
|
|
9410
9494
|
to: string;
|
|
@@ -9415,14 +9499,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9415
9499
|
} | {
|
|
9416
9500
|
unsignedPsbtBase64: string;
|
|
9417
9501
|
inputsToSign: {}[] | null;
|
|
9418
|
-
}) & {
|
|
9419
|
-
data: string;
|
|
9420
|
-
value: string;
|
|
9421
|
-
to: string;
|
|
9422
|
-
from: string;
|
|
9423
|
-
gasLimit: number | null;
|
|
9424
|
-
chainId: number;
|
|
9425
|
-
effectiveGas?: number | undefined;
|
|
9426
9502
|
};
|
|
9427
9503
|
approval?: {
|
|
9428
9504
|
data: string;
|
|
@@ -9594,7 +9670,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9594
9670
|
effectiveGas?: number | undefined;
|
|
9595
9671
|
} | undefined;
|
|
9596
9672
|
} & {
|
|
9597
|
-
trade: {
|
|
9673
|
+
trade: string | {
|
|
9598
9674
|
data: string;
|
|
9599
9675
|
value: string;
|
|
9600
9676
|
to: string;
|
|
@@ -9602,6 +9678,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9602
9678
|
gasLimit: number | null;
|
|
9603
9679
|
chainId: number;
|
|
9604
9680
|
effectiveGas?: number | undefined;
|
|
9681
|
+
} | {
|
|
9682
|
+
unsignedPsbtBase64: string;
|
|
9683
|
+
inputsToSign: {}[] | null;
|
|
9605
9684
|
};
|
|
9606
9685
|
approval?: {
|
|
9607
9686
|
data: string;
|
|
@@ -9792,7 +9871,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9792
9871
|
} | undefined;
|
|
9793
9872
|
};
|
|
9794
9873
|
estimatedProcessingTimeInSeconds: number;
|
|
9795
|
-
trade:
|
|
9874
|
+
trade: string | {
|
|
9796
9875
|
data: string;
|
|
9797
9876
|
value: string;
|
|
9798
9877
|
to: string;
|
|
@@ -9803,14 +9882,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9803
9882
|
} | {
|
|
9804
9883
|
unsignedPsbtBase64: string;
|
|
9805
9884
|
inputsToSign: {}[] | null;
|
|
9806
|
-
}) & {
|
|
9807
|
-
data: string;
|
|
9808
|
-
value: string;
|
|
9809
|
-
to: string;
|
|
9810
|
-
from: string;
|
|
9811
|
-
gasLimit: number | null;
|
|
9812
|
-
chainId: number;
|
|
9813
|
-
effectiveGas?: number | undefined;
|
|
9814
9885
|
};
|
|
9815
9886
|
approval?: {
|
|
9816
9887
|
data: string;
|
|
@@ -10004,7 +10075,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10004
10075
|
} | undefined;
|
|
10005
10076
|
};
|
|
10006
10077
|
estimatedProcessingTimeInSeconds: number;
|
|
10007
|
-
trade:
|
|
10078
|
+
trade: string | {
|
|
10008
10079
|
data: string;
|
|
10009
10080
|
value: string;
|
|
10010
10081
|
to: string;
|
|
@@ -10015,14 +10086,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10015
10086
|
} | {
|
|
10016
10087
|
unsignedPsbtBase64: string;
|
|
10017
10088
|
inputsToSign: {}[] | null;
|
|
10018
|
-
}) & {
|
|
10019
|
-
data: string;
|
|
10020
|
-
value: string;
|
|
10021
|
-
to: string;
|
|
10022
|
-
from: string;
|
|
10023
|
-
gasLimit: number | null;
|
|
10024
|
-
chainId: number;
|
|
10025
|
-
effectiveGas?: number | undefined;
|
|
10026
10089
|
};
|
|
10027
10090
|
approval?: {
|
|
10028
10091
|
data: string;
|
|
@@ -10194,7 +10257,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10194
10257
|
effectiveGas?: number | undefined;
|
|
10195
10258
|
} | undefined;
|
|
10196
10259
|
} & {
|
|
10197
|
-
trade: {
|
|
10260
|
+
trade: string | {
|
|
10198
10261
|
data: string;
|
|
10199
10262
|
value: string;
|
|
10200
10263
|
to: string;
|
|
@@ -10202,6 +10265,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10202
10265
|
gasLimit: number | null;
|
|
10203
10266
|
chainId: number;
|
|
10204
10267
|
effectiveGas?: number | undefined;
|
|
10268
|
+
} | {
|
|
10269
|
+
unsignedPsbtBase64: string;
|
|
10270
|
+
inputsToSign: {}[] | null;
|
|
10205
10271
|
};
|
|
10206
10272
|
approval?: {
|
|
10207
10273
|
data: string;
|
|
@@ -10510,7 +10576,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10510
10576
|
effectiveGas?: number | undefined;
|
|
10511
10577
|
} | undefined;
|
|
10512
10578
|
} & {
|
|
10513
|
-
trade: {
|
|
10579
|
+
trade: string | {
|
|
10514
10580
|
data: string;
|
|
10515
10581
|
value: string;
|
|
10516
10582
|
to: string;
|
|
@@ -10518,6 +10584,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10518
10584
|
gasLimit: number | null;
|
|
10519
10585
|
chainId: number;
|
|
10520
10586
|
effectiveGas?: number | undefined;
|
|
10587
|
+
} | {
|
|
10588
|
+
unsignedPsbtBase64: string;
|
|
10589
|
+
inputsToSign: {}[] | null;
|
|
10521
10590
|
};
|
|
10522
10591
|
approval?: {
|
|
10523
10592
|
data: string;
|
|
@@ -10691,7 +10760,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10691
10760
|
effectiveGas?: number | undefined;
|
|
10692
10761
|
} | undefined;
|
|
10693
10762
|
} & {
|
|
10694
|
-
trade: {
|
|
10763
|
+
trade: string | {
|
|
10695
10764
|
data: string;
|
|
10696
10765
|
value: string;
|
|
10697
10766
|
to: string;
|
|
@@ -10699,6 +10768,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10699
10768
|
gasLimit: number | null;
|
|
10700
10769
|
chainId: number;
|
|
10701
10770
|
effectiveGas?: number | undefined;
|
|
10771
|
+
} | {
|
|
10772
|
+
unsignedPsbtBase64: string;
|
|
10773
|
+
inputsToSign: {}[] | null;
|
|
10702
10774
|
};
|
|
10703
10775
|
approval?: {
|
|
10704
10776
|
data: string;
|
|
@@ -10867,7 +10939,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10867
10939
|
effectiveGas?: number | undefined;
|
|
10868
10940
|
} | undefined;
|
|
10869
10941
|
} & {
|
|
10870
|
-
trade: {
|
|
10942
|
+
trade: string | {
|
|
10871
10943
|
data: string;
|
|
10872
10944
|
value: string;
|
|
10873
10945
|
to: string;
|
|
@@ -10875,6 +10947,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10875
10947
|
gasLimit: number | null;
|
|
10876
10948
|
chainId: number;
|
|
10877
10949
|
effectiveGas?: number | undefined;
|
|
10950
|
+
} | {
|
|
10951
|
+
unsignedPsbtBase64: string;
|
|
10952
|
+
inputsToSign: {}[] | null;
|
|
10878
10953
|
};
|
|
10879
10954
|
approval?: {
|
|
10880
10955
|
data: string;
|
|
@@ -11043,7 +11118,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11043
11118
|
effectiveGas?: number | undefined;
|
|
11044
11119
|
} | undefined;
|
|
11045
11120
|
} & {
|
|
11046
|
-
trade: {
|
|
11121
|
+
trade: string | {
|
|
11047
11122
|
data: string;
|
|
11048
11123
|
value: string;
|
|
11049
11124
|
to: string;
|
|
@@ -11051,6 +11126,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11051
11126
|
gasLimit: number | null;
|
|
11052
11127
|
chainId: number;
|
|
11053
11128
|
effectiveGas?: number | undefined;
|
|
11129
|
+
} | {
|
|
11130
|
+
unsignedPsbtBase64: string;
|
|
11131
|
+
inputsToSign: {}[] | null;
|
|
11054
11132
|
};
|
|
11055
11133
|
approval?: {
|
|
11056
11134
|
data: string;
|
|
@@ -11220,7 +11298,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11220
11298
|
effectiveGas?: number | undefined;
|
|
11221
11299
|
} | undefined;
|
|
11222
11300
|
} & {
|
|
11223
|
-
trade: {
|
|
11301
|
+
trade: string | {
|
|
11224
11302
|
data: string;
|
|
11225
11303
|
value: string;
|
|
11226
11304
|
to: string;
|
|
@@ -11228,6 +11306,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11228
11306
|
gasLimit: number | null;
|
|
11229
11307
|
chainId: number;
|
|
11230
11308
|
effectiveGas?: number | undefined;
|
|
11309
|
+
} | {
|
|
11310
|
+
unsignedPsbtBase64: string;
|
|
11311
|
+
inputsToSign: {}[] | null;
|
|
11231
11312
|
};
|
|
11232
11313
|
approval?: {
|
|
11233
11314
|
data: string;
|
|
@@ -11396,7 +11477,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11396
11477
|
effectiveGas?: number | undefined;
|
|
11397
11478
|
} | undefined;
|
|
11398
11479
|
} & {
|
|
11399
|
-
trade: {
|
|
11480
|
+
trade: string | {
|
|
11400
11481
|
data: string;
|
|
11401
11482
|
value: string;
|
|
11402
11483
|
to: string;
|
|
@@ -11404,6 +11485,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11404
11485
|
gasLimit: number | null;
|
|
11405
11486
|
chainId: number;
|
|
11406
11487
|
effectiveGas?: number | undefined;
|
|
11488
|
+
} | {
|
|
11489
|
+
unsignedPsbtBase64: string;
|
|
11490
|
+
inputsToSign: {}[] | null;
|
|
11407
11491
|
};
|
|
11408
11492
|
approval?: {
|
|
11409
11493
|
data: string;
|
|
@@ -11572,7 +11656,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11572
11656
|
effectiveGas?: number | undefined;
|
|
11573
11657
|
} | undefined;
|
|
11574
11658
|
} & {
|
|
11575
|
-
trade: {
|
|
11659
|
+
trade: string | {
|
|
11576
11660
|
data: string;
|
|
11577
11661
|
value: string;
|
|
11578
11662
|
to: string;
|
|
@@ -11580,6 +11664,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11580
11664
|
gasLimit: number | null;
|
|
11581
11665
|
chainId: number;
|
|
11582
11666
|
effectiveGas?: number | undefined;
|
|
11667
|
+
} | {
|
|
11668
|
+
unsignedPsbtBase64: string;
|
|
11669
|
+
inputsToSign: {}[] | null;
|
|
11583
11670
|
};
|
|
11584
11671
|
approval?: {
|
|
11585
11672
|
data: string;
|
|
@@ -11753,7 +11840,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11753
11840
|
effectiveGas?: number | undefined;
|
|
11754
11841
|
} | undefined;
|
|
11755
11842
|
} & {
|
|
11756
|
-
trade: {
|
|
11843
|
+
trade: string | {
|
|
11757
11844
|
data: string;
|
|
11758
11845
|
value: string;
|
|
11759
11846
|
to: string;
|
|
@@ -11761,6 +11848,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11761
11848
|
gasLimit: number | null;
|
|
11762
11849
|
chainId: number;
|
|
11763
11850
|
effectiveGas?: number | undefined;
|
|
11851
|
+
} | {
|
|
11852
|
+
unsignedPsbtBase64: string;
|
|
11853
|
+
inputsToSign: {}[] | null;
|
|
11764
11854
|
};
|
|
11765
11855
|
approval?: {
|
|
11766
11856
|
data: string;
|
|
@@ -11934,7 +12024,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11934
12024
|
effectiveGas?: number | undefined;
|
|
11935
12025
|
} | undefined;
|
|
11936
12026
|
} & {
|
|
11937
|
-
trade: {
|
|
12027
|
+
trade: string | {
|
|
11938
12028
|
data: string;
|
|
11939
12029
|
value: string;
|
|
11940
12030
|
to: string;
|
|
@@ -11942,6 +12032,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11942
12032
|
gasLimit: number | null;
|
|
11943
12033
|
chainId: number;
|
|
11944
12034
|
effectiveGas?: number | undefined;
|
|
12035
|
+
} | {
|
|
12036
|
+
unsignedPsbtBase64: string;
|
|
12037
|
+
inputsToSign: {}[] | null;
|
|
11945
12038
|
};
|
|
11946
12039
|
approval?: {
|
|
11947
12040
|
data: string;
|
|
@@ -12115,7 +12208,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12115
12208
|
effectiveGas?: number | undefined;
|
|
12116
12209
|
} | undefined;
|
|
12117
12210
|
} & {
|
|
12118
|
-
trade: {
|
|
12211
|
+
trade: string | {
|
|
12119
12212
|
data: string;
|
|
12120
12213
|
value: string;
|
|
12121
12214
|
to: string;
|
|
@@ -12123,6 +12216,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12123
12216
|
gasLimit: number | null;
|
|
12124
12217
|
chainId: number;
|
|
12125
12218
|
effectiveGas?: number | undefined;
|
|
12219
|
+
} | {
|
|
12220
|
+
unsignedPsbtBase64: string;
|
|
12221
|
+
inputsToSign: {}[] | null;
|
|
12126
12222
|
};
|
|
12127
12223
|
approval?: {
|
|
12128
12224
|
data: string;
|
|
@@ -12291,7 +12387,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12291
12387
|
effectiveGas?: number | undefined;
|
|
12292
12388
|
} | undefined;
|
|
12293
12389
|
} & {
|
|
12294
|
-
trade: {
|
|
12390
|
+
trade: string | {
|
|
12295
12391
|
data: string;
|
|
12296
12392
|
value: string;
|
|
12297
12393
|
to: string;
|
|
@@ -12299,6 +12395,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12299
12395
|
gasLimit: number | null;
|
|
12300
12396
|
chainId: number;
|
|
12301
12397
|
effectiveGas?: number | undefined;
|
|
12398
|
+
} | {
|
|
12399
|
+
unsignedPsbtBase64: string;
|
|
12400
|
+
inputsToSign: {}[] | null;
|
|
12302
12401
|
};
|
|
12303
12402
|
approval?: {
|
|
12304
12403
|
data: string;
|
|
@@ -12468,7 +12567,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12468
12567
|
effectiveGas?: number | undefined;
|
|
12469
12568
|
} | undefined;
|
|
12470
12569
|
} & {
|
|
12471
|
-
trade: {
|
|
12570
|
+
trade: string | {
|
|
12472
12571
|
data: string;
|
|
12473
12572
|
value: string;
|
|
12474
12573
|
to: string;
|
|
@@ -12476,6 +12575,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12476
12575
|
gasLimit: number | null;
|
|
12477
12576
|
chainId: number;
|
|
12478
12577
|
effectiveGas?: number | undefined;
|
|
12578
|
+
} | {
|
|
12579
|
+
unsignedPsbtBase64: string;
|
|
12580
|
+
inputsToSign: {}[] | null;
|
|
12479
12581
|
};
|
|
12480
12582
|
approval?: {
|
|
12481
12583
|
data: string;
|
|
@@ -12644,7 +12746,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12644
12746
|
effectiveGas?: number | undefined;
|
|
12645
12747
|
} | undefined;
|
|
12646
12748
|
} & {
|
|
12647
|
-
trade: {
|
|
12749
|
+
trade: string | {
|
|
12648
12750
|
data: string;
|
|
12649
12751
|
value: string;
|
|
12650
12752
|
to: string;
|
|
@@ -12652,6 +12754,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12652
12754
|
gasLimit: number | null;
|
|
12653
12755
|
chainId: number;
|
|
12654
12756
|
effectiveGas?: number | undefined;
|
|
12757
|
+
} | {
|
|
12758
|
+
unsignedPsbtBase64: string;
|
|
12759
|
+
inputsToSign: {}[] | null;
|
|
12655
12760
|
};
|
|
12656
12761
|
approval?: {
|
|
12657
12762
|
data: string;
|
|
@@ -12825,7 +12930,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12825
12930
|
effectiveGas?: number | undefined;
|
|
12826
12931
|
} | undefined;
|
|
12827
12932
|
} & {
|
|
12828
|
-
trade: {
|
|
12933
|
+
trade: string | {
|
|
12829
12934
|
data: string;
|
|
12830
12935
|
value: string;
|
|
12831
12936
|
to: string;
|
|
@@ -12833,6 +12938,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12833
12938
|
gasLimit: number | null;
|
|
12834
12939
|
chainId: number;
|
|
12835
12940
|
effectiveGas?: number | undefined;
|
|
12941
|
+
} | {
|
|
12942
|
+
unsignedPsbtBase64: string;
|
|
12943
|
+
inputsToSign: {}[] | null;
|
|
12836
12944
|
};
|
|
12837
12945
|
approval?: {
|
|
12838
12946
|
data: string;
|
|
@@ -13006,7 +13114,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13006
13114
|
effectiveGas?: number | undefined;
|
|
13007
13115
|
} | undefined;
|
|
13008
13116
|
} & {
|
|
13009
|
-
trade: {
|
|
13117
|
+
trade: string | {
|
|
13010
13118
|
data: string;
|
|
13011
13119
|
value: string;
|
|
13012
13120
|
to: string;
|
|
@@ -13014,6 +13122,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13014
13122
|
gasLimit: number | null;
|
|
13015
13123
|
chainId: number;
|
|
13016
13124
|
effectiveGas?: number | undefined;
|
|
13125
|
+
} | {
|
|
13126
|
+
unsignedPsbtBase64: string;
|
|
13127
|
+
inputsToSign: {}[] | null;
|
|
13017
13128
|
};
|
|
13018
13129
|
approval?: {
|
|
13019
13130
|
data: string;
|
|
@@ -13205,7 +13316,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13205
13316
|
} | undefined;
|
|
13206
13317
|
};
|
|
13207
13318
|
estimatedProcessingTimeInSeconds: number;
|
|
13208
|
-
trade:
|
|
13319
|
+
trade: string | {
|
|
13209
13320
|
data: string;
|
|
13210
13321
|
value: string;
|
|
13211
13322
|
to: string;
|
|
@@ -13216,14 +13327,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13216
13327
|
} | {
|
|
13217
13328
|
unsignedPsbtBase64: string;
|
|
13218
13329
|
inputsToSign: {}[] | null;
|
|
13219
|
-
}) & {
|
|
13220
|
-
data: string;
|
|
13221
|
-
value: string;
|
|
13222
|
-
to: string;
|
|
13223
|
-
from: string;
|
|
13224
|
-
gasLimit: number | null;
|
|
13225
|
-
chainId: number;
|
|
13226
|
-
effectiveGas?: number | undefined;
|
|
13227
13330
|
};
|
|
13228
13331
|
approval?: {
|
|
13229
13332
|
data: string;
|
|
@@ -13394,7 +13497,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13394
13497
|
effectiveGas?: number | undefined;
|
|
13395
13498
|
} | undefined;
|
|
13396
13499
|
} & {
|
|
13397
|
-
trade: {
|
|
13500
|
+
trade: string | {
|
|
13398
13501
|
data: string;
|
|
13399
13502
|
value: string;
|
|
13400
13503
|
to: string;
|
|
@@ -13402,6 +13505,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13402
13505
|
gasLimit: number | null;
|
|
13403
13506
|
chainId: number;
|
|
13404
13507
|
effectiveGas?: number | undefined;
|
|
13508
|
+
} | {
|
|
13509
|
+
unsignedPsbtBase64: string;
|
|
13510
|
+
inputsToSign: {}[] | null;
|
|
13405
13511
|
};
|
|
13406
13512
|
approval?: {
|
|
13407
13513
|
data: string;
|
|
@@ -13589,7 +13695,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13589
13695
|
} | undefined;
|
|
13590
13696
|
};
|
|
13591
13697
|
estimatedProcessingTimeInSeconds: number;
|
|
13592
|
-
trade:
|
|
13698
|
+
trade: string | {
|
|
13593
13699
|
data: string;
|
|
13594
13700
|
value: string;
|
|
13595
13701
|
to: string;
|
|
@@ -13600,14 +13706,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13600
13706
|
} | {
|
|
13601
13707
|
unsignedPsbtBase64: string;
|
|
13602
13708
|
inputsToSign: {}[] | null;
|
|
13603
|
-
}) & {
|
|
13604
|
-
data: string;
|
|
13605
|
-
value: string;
|
|
13606
|
-
to: string;
|
|
13607
|
-
from: string;
|
|
13608
|
-
gasLimit: number | null;
|
|
13609
|
-
chainId: number;
|
|
13610
|
-
effectiveGas?: number | undefined;
|
|
13611
13709
|
};
|
|
13612
13710
|
approval?: {
|
|
13613
13711
|
data: string;
|
|
@@ -13778,7 +13876,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13778
13876
|
effectiveGas?: number | undefined;
|
|
13779
13877
|
} | undefined;
|
|
13780
13878
|
} & {
|
|
13781
|
-
trade: {
|
|
13879
|
+
trade: string | {
|
|
13782
13880
|
data: string;
|
|
13783
13881
|
value: string;
|
|
13784
13882
|
to: string;
|
|
@@ -13786,6 +13884,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13786
13884
|
gasLimit: number | null;
|
|
13787
13885
|
chainId: number;
|
|
13788
13886
|
effectiveGas?: number | undefined;
|
|
13887
|
+
} | {
|
|
13888
|
+
unsignedPsbtBase64: string;
|
|
13889
|
+
inputsToSign: {}[] | null;
|
|
13789
13890
|
};
|
|
13790
13891
|
approval?: {
|
|
13791
13892
|
data: string;
|
|
@@ -13959,7 +14060,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13959
14060
|
effectiveGas?: number | undefined;
|
|
13960
14061
|
} | undefined;
|
|
13961
14062
|
} & {
|
|
13962
|
-
trade: {
|
|
14063
|
+
trade: string | {
|
|
13963
14064
|
data: string;
|
|
13964
14065
|
value: string;
|
|
13965
14066
|
to: string;
|
|
@@ -13967,6 +14068,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13967
14068
|
gasLimit: number | null;
|
|
13968
14069
|
chainId: number;
|
|
13969
14070
|
effectiveGas?: number | undefined;
|
|
14071
|
+
} | {
|
|
14072
|
+
unsignedPsbtBase64: string;
|
|
14073
|
+
inputsToSign: {}[] | null;
|
|
13970
14074
|
};
|
|
13971
14075
|
approval?: {
|
|
13972
14076
|
data: string;
|
|
@@ -14158,7 +14262,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14158
14262
|
} | undefined;
|
|
14159
14263
|
};
|
|
14160
14264
|
estimatedProcessingTimeInSeconds: number;
|
|
14161
|
-
trade:
|
|
14265
|
+
trade: string | {
|
|
14162
14266
|
data: string;
|
|
14163
14267
|
value: string;
|
|
14164
14268
|
to: string;
|
|
@@ -14169,14 +14273,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14169
14273
|
} | {
|
|
14170
14274
|
unsignedPsbtBase64: string;
|
|
14171
14275
|
inputsToSign: {}[] | null;
|
|
14172
|
-
}) & {
|
|
14173
|
-
data: string;
|
|
14174
|
-
value: string;
|
|
14175
|
-
to: string;
|
|
14176
|
-
from: string;
|
|
14177
|
-
gasLimit: number | null;
|
|
14178
|
-
chainId: number;
|
|
14179
|
-
effectiveGas?: number | undefined;
|
|
14180
14276
|
};
|
|
14181
14277
|
approval?: {
|
|
14182
14278
|
data: string;
|
|
@@ -14352,7 +14448,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14352
14448
|
effectiveGas?: number | undefined;
|
|
14353
14449
|
} | undefined;
|
|
14354
14450
|
} & {
|
|
14355
|
-
trade: {
|
|
14451
|
+
trade: string | {
|
|
14356
14452
|
data: string;
|
|
14357
14453
|
value: string;
|
|
14358
14454
|
to: string;
|
|
@@ -14360,6 +14456,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14360
14456
|
gasLimit: number | null;
|
|
14361
14457
|
chainId: number;
|
|
14362
14458
|
effectiveGas?: number | undefined;
|
|
14459
|
+
} | {
|
|
14460
|
+
unsignedPsbtBase64: string;
|
|
14461
|
+
inputsToSign: {}[] | null;
|
|
14363
14462
|
};
|
|
14364
14463
|
approval?: {
|
|
14365
14464
|
data: string;
|
|
@@ -14550,7 +14649,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14550
14649
|
} | undefined;
|
|
14551
14650
|
};
|
|
14552
14651
|
estimatedProcessingTimeInSeconds: number;
|
|
14553
|
-
trade:
|
|
14652
|
+
trade: string | {
|
|
14554
14653
|
data: string;
|
|
14555
14654
|
value: string;
|
|
14556
14655
|
to: string;
|
|
@@ -14561,14 +14660,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14561
14660
|
} | {
|
|
14562
14661
|
unsignedPsbtBase64: string;
|
|
14563
14662
|
inputsToSign: {}[] | null;
|
|
14564
|
-
}) & {
|
|
14565
|
-
data: string;
|
|
14566
|
-
value: string;
|
|
14567
|
-
to: string;
|
|
14568
|
-
from: string;
|
|
14569
|
-
gasLimit: number | null;
|
|
14570
|
-
chainId: number;
|
|
14571
|
-
effectiveGas?: number | undefined;
|
|
14572
14663
|
};
|
|
14573
14664
|
approval?: {
|
|
14574
14665
|
data: string;
|
|
@@ -14740,7 +14831,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14740
14831
|
effectiveGas?: number | undefined;
|
|
14741
14832
|
} | undefined;
|
|
14742
14833
|
} & {
|
|
14743
|
-
trade: {
|
|
14834
|
+
trade: string | {
|
|
14744
14835
|
data: string;
|
|
14745
14836
|
value: string;
|
|
14746
14837
|
to: string;
|
|
@@ -14748,6 +14839,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14748
14839
|
gasLimit: number | null;
|
|
14749
14840
|
chainId: number;
|
|
14750
14841
|
effectiveGas?: number | undefined;
|
|
14842
|
+
} | {
|
|
14843
|
+
unsignedPsbtBase64: string;
|
|
14844
|
+
inputsToSign: {}[] | null;
|
|
14751
14845
|
};
|
|
14752
14846
|
approval?: {
|
|
14753
14847
|
data: string;
|
|
@@ -14938,7 +15032,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14938
15032
|
} | undefined;
|
|
14939
15033
|
};
|
|
14940
15034
|
estimatedProcessingTimeInSeconds: number;
|
|
14941
|
-
trade:
|
|
15035
|
+
trade: string | {
|
|
14942
15036
|
data: string;
|
|
14943
15037
|
value: string;
|
|
14944
15038
|
to: string;
|
|
@@ -14949,14 +15043,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14949
15043
|
} | {
|
|
14950
15044
|
unsignedPsbtBase64: string;
|
|
14951
15045
|
inputsToSign: {}[] | null;
|
|
14952
|
-
}) & {
|
|
14953
|
-
data: string;
|
|
14954
|
-
value: string;
|
|
14955
|
-
to: string;
|
|
14956
|
-
from: string;
|
|
14957
|
-
gasLimit: number | null;
|
|
14958
|
-
chainId: number;
|
|
14959
|
-
effectiveGas?: number | undefined;
|
|
14960
15046
|
};
|
|
14961
15047
|
approval?: {
|
|
14962
15048
|
data: string;
|
|
@@ -15150,7 +15236,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15150
15236
|
} | undefined;
|
|
15151
15237
|
};
|
|
15152
15238
|
estimatedProcessingTimeInSeconds: number;
|
|
15153
|
-
trade:
|
|
15239
|
+
trade: string | {
|
|
15154
15240
|
data: string;
|
|
15155
15241
|
value: string;
|
|
15156
15242
|
to: string;
|
|
@@ -15161,14 +15247,6 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15161
15247
|
} | {
|
|
15162
15248
|
unsignedPsbtBase64: string;
|
|
15163
15249
|
inputsToSign: {}[] | null;
|
|
15164
|
-
}) & {
|
|
15165
|
-
data: string;
|
|
15166
|
-
value: string;
|
|
15167
|
-
to: string;
|
|
15168
|
-
from: string;
|
|
15169
|
-
gasLimit: number | null;
|
|
15170
|
-
chainId: number;
|
|
15171
|
-
effectiveGas?: number | undefined;
|
|
15172
15250
|
};
|
|
15173
15251
|
approval?: {
|
|
15174
15252
|
data: string;
|
|
@@ -15340,7 +15418,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15340
15418
|
effectiveGas?: number | undefined;
|
|
15341
15419
|
} | undefined;
|
|
15342
15420
|
} & {
|
|
15343
|
-
trade: {
|
|
15421
|
+
trade: string | {
|
|
15344
15422
|
data: string;
|
|
15345
15423
|
value: string;
|
|
15346
15424
|
to: string;
|
|
@@ -15348,6 +15426,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15348
15426
|
gasLimit: number | null;
|
|
15349
15427
|
chainId: number;
|
|
15350
15428
|
effectiveGas?: number | undefined;
|
|
15429
|
+
} | {
|
|
15430
|
+
unsignedPsbtBase64: string;
|
|
15431
|
+
inputsToSign: {}[] | null;
|
|
15351
15432
|
};
|
|
15352
15433
|
approval?: {
|
|
15353
15434
|
data: string;
|
|
@@ -15652,7 +15733,7 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15652
15733
|
effectiveGas?: number | undefined;
|
|
15653
15734
|
} | undefined;
|
|
15654
15735
|
} & {
|
|
15655
|
-
trade: {
|
|
15736
|
+
trade: string | {
|
|
15656
15737
|
data: string;
|
|
15657
15738
|
value: string;
|
|
15658
15739
|
to: string;
|
|
@@ -15660,6 +15741,9 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15660
15741
|
gasLimit: number | null;
|
|
15661
15742
|
chainId: number;
|
|
15662
15743
|
effectiveGas?: number | undefined;
|
|
15744
|
+
} | {
|
|
15745
|
+
unsignedPsbtBase64: string;
|
|
15746
|
+
inputsToSign: {}[] | null;
|
|
15663
15747
|
};
|
|
15664
15748
|
approval?: {
|
|
15665
15749
|
data: string;
|
|
@@ -15721,7 +15805,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15721
15805
|
standard: Record<string, string>;
|
|
15722
15806
|
other: Record<string, string>;
|
|
15723
15807
|
} | undefined> | undefined;
|
|
15724
|
-
|
|
15808
|
+
sse?: {
|
|
15809
|
+
enabled: boolean;
|
|
15810
|
+
minimumVersion: string;
|
|
15811
|
+
} | undefined;
|
|
15725
15812
|
}, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean;
|
|
15726
15813
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
15727
15814
|
support: boolean;
|
|
@@ -15756,7 +15843,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15756
15843
|
standard: Record<string, string>;
|
|
15757
15844
|
other: Record<string, string>;
|
|
15758
15845
|
} | undefined> | undefined;
|
|
15759
|
-
|
|
15846
|
+
sse?: {
|
|
15847
|
+
enabled: boolean;
|
|
15848
|
+
minimumVersion: string;
|
|
15849
|
+
} | undefined;
|
|
15760
15850
|
}, resultFuncArgs_1: boolean | undefined, resultFuncArgs_2: number) => boolean) & {
|
|
15761
15851
|
clearCache: () => void;
|
|
15762
15852
|
resultsCount: () => number;
|
|
@@ -15796,7 +15886,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15796
15886
|
standard: Record<string, string>;
|
|
15797
15887
|
other: Record<string, string>;
|
|
15798
15888
|
} | undefined> | undefined;
|
|
15799
|
-
|
|
15889
|
+
sse?: {
|
|
15890
|
+
enabled: boolean;
|
|
15891
|
+
minimumVersion: string;
|
|
15892
|
+
} | undefined;
|
|
15800
15893
|
}) & {
|
|
15801
15894
|
clearCache: () => void;
|
|
15802
15895
|
resultsCount: () => number;
|
|
@@ -15835,7 +15928,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15835
15928
|
standard: Record<string, string>;
|
|
15836
15929
|
other: Record<string, string>;
|
|
15837
15930
|
} | undefined> | undefined;
|
|
15838
|
-
|
|
15931
|
+
sse?: {
|
|
15932
|
+
enabled: boolean;
|
|
15933
|
+
minimumVersion: string;
|
|
15934
|
+
} | undefined;
|
|
15839
15935
|
};
|
|
15840
15936
|
memoizedResultFunc: ((resultFuncArgs_0: any) => {
|
|
15841
15937
|
support: boolean;
|
|
@@ -15870,7 +15966,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15870
15966
|
standard: Record<string, string>;
|
|
15871
15967
|
other: Record<string, string>;
|
|
15872
15968
|
} | undefined> | undefined;
|
|
15873
|
-
|
|
15969
|
+
sse?: {
|
|
15970
|
+
enabled: boolean;
|
|
15971
|
+
minimumVersion: string;
|
|
15972
|
+
} | undefined;
|
|
15874
15973
|
}) & {
|
|
15875
15974
|
clearCache: () => void;
|
|
15876
15975
|
resultsCount: () => number;
|
|
@@ -15909,7 +16008,10 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15909
16008
|
standard: Record<string, string>;
|
|
15910
16009
|
other: Record<string, string>;
|
|
15911
16010
|
} | undefined> | undefined;
|
|
15912
|
-
|
|
16011
|
+
sse?: {
|
|
16012
|
+
enabled: boolean;
|
|
16013
|
+
minimumVersion: string;
|
|
16014
|
+
} | undefined;
|
|
15913
16015
|
};
|
|
15914
16016
|
dependencies: [(state: RemoteFeatureFlagControllerState) => unknown];
|
|
15915
16017
|
recomputations: () => number;
|