@metamask/bridge-controller 67.3.0 → 68.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/constants/tokens.cjs +1 -1
- package/dist/constants/tokens.cjs.map +1 -1
- package/dist/constants/tokens.mjs +1 -1
- package/dist/constants/tokens.mjs.map +1 -1
- package/dist/selectors.d.cts +702 -78
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +702 -78
- package/dist/selectors.d.mts.map +1 -1
- package/dist/utils/metrics/types.cjs.map +1 -1
- package/dist/utils/metrics/types.d.cts +2 -2
- package/dist/utils/metrics/types.d.cts.map +1 -1
- package/dist/utils/metrics/types.d.mts +2 -2
- package/dist/utils/metrics/types.d.mts.map +1 -1
- package/dist/utils/metrics/types.mjs.map +1 -1
- package/dist/utils/validators.cjs +15 -3
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +120 -13
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +120 -13
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +15 -3
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +1 -1
package/dist/selectors.d.mts
CHANGED
|
@@ -1027,8 +1027,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1027
1027
|
buyAmount?: string | undefined;
|
|
1028
1028
|
from?: string | undefined;
|
|
1029
1029
|
};
|
|
1030
|
+
typedData: {
|
|
1031
|
+
types: Record<string, {
|
|
1032
|
+
name: string;
|
|
1033
|
+
type: string;
|
|
1034
|
+
}[]>;
|
|
1035
|
+
primaryType: string;
|
|
1036
|
+
domain: Record<string, any>;
|
|
1037
|
+
message: Record<string, any>;
|
|
1038
|
+
};
|
|
1030
1039
|
settlementContract?: string | undefined;
|
|
1031
|
-
relayer?: string | undefined;
|
|
1032
1040
|
} | undefined;
|
|
1033
1041
|
gasSponsored?: boolean | undefined;
|
|
1034
1042
|
};
|
|
@@ -1272,8 +1280,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1272
1280
|
buyAmount?: string | undefined;
|
|
1273
1281
|
from?: string | undefined;
|
|
1274
1282
|
};
|
|
1283
|
+
typedData: {
|
|
1284
|
+
types: Record<string, {
|
|
1285
|
+
name: string;
|
|
1286
|
+
type: string;
|
|
1287
|
+
}[]>;
|
|
1288
|
+
primaryType: string;
|
|
1289
|
+
domain: Record<string, any>;
|
|
1290
|
+
message: Record<string, any>;
|
|
1291
|
+
};
|
|
1275
1292
|
settlementContract?: string | undefined;
|
|
1276
|
-
relayer?: string | undefined;
|
|
1277
1293
|
} | undefined;
|
|
1278
1294
|
gasSponsored?: boolean | undefined;
|
|
1279
1295
|
};
|
|
@@ -1517,8 +1533,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1517
1533
|
buyAmount?: string | undefined;
|
|
1518
1534
|
from?: string | undefined;
|
|
1519
1535
|
};
|
|
1536
|
+
typedData: {
|
|
1537
|
+
types: Record<string, {
|
|
1538
|
+
name: string;
|
|
1539
|
+
type: string;
|
|
1540
|
+
}[]>;
|
|
1541
|
+
primaryType: string;
|
|
1542
|
+
domain: Record<string, any>;
|
|
1543
|
+
message: Record<string, any>;
|
|
1544
|
+
};
|
|
1520
1545
|
settlementContract?: string | undefined;
|
|
1521
|
-
relayer?: string | undefined;
|
|
1522
1546
|
} | undefined;
|
|
1523
1547
|
gasSponsored?: boolean | undefined;
|
|
1524
1548
|
};
|
|
@@ -1773,8 +1797,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1773
1797
|
buyAmount?: string | undefined;
|
|
1774
1798
|
from?: string | undefined;
|
|
1775
1799
|
};
|
|
1800
|
+
typedData: {
|
|
1801
|
+
types: Record<string, {
|
|
1802
|
+
name: string;
|
|
1803
|
+
type: string;
|
|
1804
|
+
}[]>;
|
|
1805
|
+
primaryType: string;
|
|
1806
|
+
domain: Record<string, any>;
|
|
1807
|
+
message: Record<string, any>;
|
|
1808
|
+
};
|
|
1776
1809
|
settlementContract?: string | undefined;
|
|
1777
|
-
relayer?: string | undefined;
|
|
1778
1810
|
} | undefined;
|
|
1779
1811
|
gasSponsored?: boolean | undefined;
|
|
1780
1812
|
};
|
|
@@ -2017,8 +2049,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2017
2049
|
buyAmount?: string | undefined;
|
|
2018
2050
|
from?: string | undefined;
|
|
2019
2051
|
};
|
|
2052
|
+
typedData: {
|
|
2053
|
+
types: Record<string, {
|
|
2054
|
+
name: string;
|
|
2055
|
+
type: string;
|
|
2056
|
+
}[]>;
|
|
2057
|
+
primaryType: string;
|
|
2058
|
+
domain: Record<string, any>;
|
|
2059
|
+
message: Record<string, any>;
|
|
2060
|
+
};
|
|
2020
2061
|
settlementContract?: string | undefined;
|
|
2021
|
-
relayer?: string | undefined;
|
|
2022
2062
|
} | undefined;
|
|
2023
2063
|
gasSponsored?: boolean | undefined;
|
|
2024
2064
|
};
|
|
@@ -2261,8 +2301,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2261
2301
|
buyAmount?: string | undefined;
|
|
2262
2302
|
from?: string | undefined;
|
|
2263
2303
|
};
|
|
2304
|
+
typedData: {
|
|
2305
|
+
types: Record<string, {
|
|
2306
|
+
name: string;
|
|
2307
|
+
type: string;
|
|
2308
|
+
}[]>;
|
|
2309
|
+
primaryType: string;
|
|
2310
|
+
domain: Record<string, any>;
|
|
2311
|
+
message: Record<string, any>;
|
|
2312
|
+
};
|
|
2264
2313
|
settlementContract?: string | undefined;
|
|
2265
|
-
relayer?: string | undefined;
|
|
2266
2314
|
} | undefined;
|
|
2267
2315
|
gasSponsored?: boolean | undefined;
|
|
2268
2316
|
};
|
|
@@ -2506,8 +2554,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2506
2554
|
buyAmount?: string | undefined;
|
|
2507
2555
|
from?: string | undefined;
|
|
2508
2556
|
};
|
|
2557
|
+
typedData: {
|
|
2558
|
+
types: Record<string, {
|
|
2559
|
+
name: string;
|
|
2560
|
+
type: string;
|
|
2561
|
+
}[]>;
|
|
2562
|
+
primaryType: string;
|
|
2563
|
+
domain: Record<string, any>;
|
|
2564
|
+
message: Record<string, any>;
|
|
2565
|
+
};
|
|
2509
2566
|
settlementContract?: string | undefined;
|
|
2510
|
-
relayer?: string | undefined;
|
|
2511
2567
|
} | undefined;
|
|
2512
2568
|
gasSponsored?: boolean | undefined;
|
|
2513
2569
|
};
|
|
@@ -2751,8 +2807,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2751
2807
|
buyAmount?: string | undefined;
|
|
2752
2808
|
from?: string | undefined;
|
|
2753
2809
|
};
|
|
2810
|
+
typedData: {
|
|
2811
|
+
types: Record<string, {
|
|
2812
|
+
name: string;
|
|
2813
|
+
type: string;
|
|
2814
|
+
}[]>;
|
|
2815
|
+
primaryType: string;
|
|
2816
|
+
domain: Record<string, any>;
|
|
2817
|
+
message: Record<string, any>;
|
|
2818
|
+
};
|
|
2754
2819
|
settlementContract?: string | undefined;
|
|
2755
|
-
relayer?: string | undefined;
|
|
2756
2820
|
} | undefined;
|
|
2757
2821
|
gasSponsored?: boolean | undefined;
|
|
2758
2822
|
};
|
|
@@ -2996,8 +3060,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2996
3060
|
buyAmount?: string | undefined;
|
|
2997
3061
|
from?: string | undefined;
|
|
2998
3062
|
};
|
|
3063
|
+
typedData: {
|
|
3064
|
+
types: Record<string, {
|
|
3065
|
+
name: string;
|
|
3066
|
+
type: string;
|
|
3067
|
+
}[]>;
|
|
3068
|
+
primaryType: string;
|
|
3069
|
+
domain: Record<string, any>;
|
|
3070
|
+
message: Record<string, any>;
|
|
3071
|
+
};
|
|
2999
3072
|
settlementContract?: string | undefined;
|
|
3000
|
-
relayer?: string | undefined;
|
|
3001
3073
|
} | undefined;
|
|
3002
3074
|
gasSponsored?: boolean | undefined;
|
|
3003
3075
|
};
|
|
@@ -3248,8 +3320,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3248
3320
|
buyAmount?: string | undefined;
|
|
3249
3321
|
from?: string | undefined;
|
|
3250
3322
|
};
|
|
3323
|
+
typedData: {
|
|
3324
|
+
types: Record<string, {
|
|
3325
|
+
name: string;
|
|
3326
|
+
type: string;
|
|
3327
|
+
}[]>;
|
|
3328
|
+
primaryType: string;
|
|
3329
|
+
domain: Record<string, any>;
|
|
3330
|
+
message: Record<string, any>;
|
|
3331
|
+
};
|
|
3251
3332
|
settlementContract?: string | undefined;
|
|
3252
|
-
relayer?: string | undefined;
|
|
3253
3333
|
} | undefined;
|
|
3254
3334
|
gasSponsored?: boolean | undefined;
|
|
3255
3335
|
};
|
|
@@ -3492,8 +3572,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3492
3572
|
buyAmount?: string | undefined;
|
|
3493
3573
|
from?: string | undefined;
|
|
3494
3574
|
};
|
|
3575
|
+
typedData: {
|
|
3576
|
+
types: Record<string, {
|
|
3577
|
+
name: string;
|
|
3578
|
+
type: string;
|
|
3579
|
+
}[]>;
|
|
3580
|
+
primaryType: string;
|
|
3581
|
+
domain: Record<string, any>;
|
|
3582
|
+
message: Record<string, any>;
|
|
3583
|
+
};
|
|
3495
3584
|
settlementContract?: string | undefined;
|
|
3496
|
-
relayer?: string | undefined;
|
|
3497
3585
|
} | undefined;
|
|
3498
3586
|
gasSponsored?: boolean | undefined;
|
|
3499
3587
|
};
|
|
@@ -3736,8 +3824,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3736
3824
|
buyAmount?: string | undefined;
|
|
3737
3825
|
from?: string | undefined;
|
|
3738
3826
|
};
|
|
3827
|
+
typedData: {
|
|
3828
|
+
types: Record<string, {
|
|
3829
|
+
name: string;
|
|
3830
|
+
type: string;
|
|
3831
|
+
}[]>;
|
|
3832
|
+
primaryType: string;
|
|
3833
|
+
domain: Record<string, any>;
|
|
3834
|
+
message: Record<string, any>;
|
|
3835
|
+
};
|
|
3739
3836
|
settlementContract?: string | undefined;
|
|
3740
|
-
relayer?: string | undefined;
|
|
3741
3837
|
} | undefined;
|
|
3742
3838
|
gasSponsored?: boolean | undefined;
|
|
3743
3839
|
};
|
|
@@ -3981,8 +4077,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3981
4077
|
buyAmount?: string | undefined;
|
|
3982
4078
|
from?: string | undefined;
|
|
3983
4079
|
};
|
|
4080
|
+
typedData: {
|
|
4081
|
+
types: Record<string, {
|
|
4082
|
+
name: string;
|
|
4083
|
+
type: string;
|
|
4084
|
+
}[]>;
|
|
4085
|
+
primaryType: string;
|
|
4086
|
+
domain: Record<string, any>;
|
|
4087
|
+
message: Record<string, any>;
|
|
4088
|
+
};
|
|
3984
4089
|
settlementContract?: string | undefined;
|
|
3985
|
-
relayer?: string | undefined;
|
|
3986
4090
|
} | undefined;
|
|
3987
4091
|
gasSponsored?: boolean | undefined;
|
|
3988
4092
|
};
|
|
@@ -4226,8 +4330,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4226
4330
|
buyAmount?: string | undefined;
|
|
4227
4331
|
from?: string | undefined;
|
|
4228
4332
|
};
|
|
4333
|
+
typedData: {
|
|
4334
|
+
types: Record<string, {
|
|
4335
|
+
name: string;
|
|
4336
|
+
type: string;
|
|
4337
|
+
}[]>;
|
|
4338
|
+
primaryType: string;
|
|
4339
|
+
domain: Record<string, any>;
|
|
4340
|
+
message: Record<string, any>;
|
|
4341
|
+
};
|
|
4229
4342
|
settlementContract?: string | undefined;
|
|
4230
|
-
relayer?: string | undefined;
|
|
4231
4343
|
} | undefined;
|
|
4232
4344
|
gasSponsored?: boolean | undefined;
|
|
4233
4345
|
};
|
|
@@ -4471,8 +4583,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4471
4583
|
buyAmount?: string | undefined;
|
|
4472
4584
|
from?: string | undefined;
|
|
4473
4585
|
};
|
|
4586
|
+
typedData: {
|
|
4587
|
+
types: Record<string, {
|
|
4588
|
+
name: string;
|
|
4589
|
+
type: string;
|
|
4590
|
+
}[]>;
|
|
4591
|
+
primaryType: string;
|
|
4592
|
+
domain: Record<string, any>;
|
|
4593
|
+
message: Record<string, any>;
|
|
4594
|
+
};
|
|
4474
4595
|
settlementContract?: string | undefined;
|
|
4475
|
-
relayer?: string | undefined;
|
|
4476
4596
|
} | undefined;
|
|
4477
4597
|
gasSponsored?: boolean | undefined;
|
|
4478
4598
|
};
|
|
@@ -4728,8 +4848,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4728
4848
|
buyAmount?: string | undefined;
|
|
4729
4849
|
from?: string | undefined;
|
|
4730
4850
|
};
|
|
4851
|
+
typedData: {
|
|
4852
|
+
types: Record<string, {
|
|
4853
|
+
name: string;
|
|
4854
|
+
type: string;
|
|
4855
|
+
}[]>;
|
|
4856
|
+
primaryType: string;
|
|
4857
|
+
domain: Record<string, any>;
|
|
4858
|
+
message: Record<string, any>;
|
|
4859
|
+
};
|
|
4731
4860
|
settlementContract?: string | undefined;
|
|
4732
|
-
relayer?: string | undefined;
|
|
4733
4861
|
} | undefined;
|
|
4734
4862
|
gasSponsored?: boolean | undefined;
|
|
4735
4863
|
};
|
|
@@ -4973,8 +5101,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4973
5101
|
buyAmount?: string | undefined;
|
|
4974
5102
|
from?: string | undefined;
|
|
4975
5103
|
};
|
|
5104
|
+
typedData: {
|
|
5105
|
+
types: Record<string, {
|
|
5106
|
+
name: string;
|
|
5107
|
+
type: string;
|
|
5108
|
+
}[]>;
|
|
5109
|
+
primaryType: string;
|
|
5110
|
+
domain: Record<string, any>;
|
|
5111
|
+
message: Record<string, any>;
|
|
5112
|
+
};
|
|
4976
5113
|
settlementContract?: string | undefined;
|
|
4977
|
-
relayer?: string | undefined;
|
|
4978
5114
|
} | undefined;
|
|
4979
5115
|
gasSponsored?: boolean | undefined;
|
|
4980
5116
|
};
|
|
@@ -5218,8 +5354,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5218
5354
|
buyAmount?: string | undefined;
|
|
5219
5355
|
from?: string | undefined;
|
|
5220
5356
|
};
|
|
5357
|
+
typedData: {
|
|
5358
|
+
types: Record<string, {
|
|
5359
|
+
name: string;
|
|
5360
|
+
type: string;
|
|
5361
|
+
}[]>;
|
|
5362
|
+
primaryType: string;
|
|
5363
|
+
domain: Record<string, any>;
|
|
5364
|
+
message: Record<string, any>;
|
|
5365
|
+
};
|
|
5221
5366
|
settlementContract?: string | undefined;
|
|
5222
|
-
relayer?: string | undefined;
|
|
5223
5367
|
} | undefined;
|
|
5224
5368
|
gasSponsored?: boolean | undefined;
|
|
5225
5369
|
};
|
|
@@ -5474,8 +5618,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5474
5618
|
buyAmount?: string | undefined;
|
|
5475
5619
|
from?: string | undefined;
|
|
5476
5620
|
};
|
|
5621
|
+
typedData: {
|
|
5622
|
+
types: Record<string, {
|
|
5623
|
+
name: string;
|
|
5624
|
+
type: string;
|
|
5625
|
+
}[]>;
|
|
5626
|
+
primaryType: string;
|
|
5627
|
+
domain: Record<string, any>;
|
|
5628
|
+
message: Record<string, any>;
|
|
5629
|
+
};
|
|
5477
5630
|
settlementContract?: string | undefined;
|
|
5478
|
-
relayer?: string | undefined;
|
|
5479
5631
|
} | undefined;
|
|
5480
5632
|
gasSponsored?: boolean | undefined;
|
|
5481
5633
|
};
|
|
@@ -5777,8 +5929,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5777
5929
|
buyAmount?: string | undefined;
|
|
5778
5930
|
from?: string | undefined;
|
|
5779
5931
|
};
|
|
5932
|
+
typedData: {
|
|
5933
|
+
types: Record<string, {
|
|
5934
|
+
name: string;
|
|
5935
|
+
type: string;
|
|
5936
|
+
}[]>;
|
|
5937
|
+
primaryType: string;
|
|
5938
|
+
domain: Record<string, any>;
|
|
5939
|
+
message: Record<string, any>;
|
|
5940
|
+
};
|
|
5780
5941
|
settlementContract?: string | undefined;
|
|
5781
|
-
relayer?: string | undefined;
|
|
5782
5942
|
} | undefined;
|
|
5783
5943
|
gasSponsored?: boolean | undefined;
|
|
5784
5944
|
};
|
|
@@ -5983,8 +6143,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5983
6143
|
buyAmount?: string | undefined;
|
|
5984
6144
|
from?: string | undefined;
|
|
5985
6145
|
};
|
|
6146
|
+
typedData: {
|
|
6147
|
+
types: Record<string, {
|
|
6148
|
+
name: string;
|
|
6149
|
+
type: string;
|
|
6150
|
+
}[]>;
|
|
6151
|
+
primaryType: string;
|
|
6152
|
+
domain: Record<string, any>;
|
|
6153
|
+
message: Record<string, any>;
|
|
6154
|
+
};
|
|
5986
6155
|
settlementContract?: string | undefined;
|
|
5987
|
-
relayer?: string | undefined;
|
|
5988
6156
|
} | undefined;
|
|
5989
6157
|
gasSponsored?: boolean | undefined;
|
|
5990
6158
|
};
|
|
@@ -6282,8 +6450,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6282
6450
|
buyAmount?: string | undefined;
|
|
6283
6451
|
from?: string | undefined;
|
|
6284
6452
|
};
|
|
6453
|
+
typedData: {
|
|
6454
|
+
types: Record<string, {
|
|
6455
|
+
name: string;
|
|
6456
|
+
type: string;
|
|
6457
|
+
}[]>;
|
|
6458
|
+
primaryType: string;
|
|
6459
|
+
domain: Record<string, any>;
|
|
6460
|
+
message: Record<string, any>;
|
|
6461
|
+
};
|
|
6285
6462
|
settlementContract?: string | undefined;
|
|
6286
|
-
relayer?: string | undefined;
|
|
6287
6463
|
} | undefined;
|
|
6288
6464
|
gasSponsored?: boolean | undefined;
|
|
6289
6465
|
};
|
|
@@ -6488,8 +6664,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6488
6664
|
buyAmount?: string | undefined;
|
|
6489
6665
|
from?: string | undefined;
|
|
6490
6666
|
};
|
|
6667
|
+
typedData: {
|
|
6668
|
+
types: Record<string, {
|
|
6669
|
+
name: string;
|
|
6670
|
+
type: string;
|
|
6671
|
+
}[]>;
|
|
6672
|
+
primaryType: string;
|
|
6673
|
+
domain: Record<string, any>;
|
|
6674
|
+
message: Record<string, any>;
|
|
6675
|
+
};
|
|
6491
6676
|
settlementContract?: string | undefined;
|
|
6492
|
-
relayer?: string | undefined;
|
|
6493
6677
|
} | undefined;
|
|
6494
6678
|
gasSponsored?: boolean | undefined;
|
|
6495
6679
|
};
|
|
@@ -6737,8 +6921,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6737
6921
|
buyAmount?: string | undefined;
|
|
6738
6922
|
from?: string | undefined;
|
|
6739
6923
|
};
|
|
6924
|
+
typedData: {
|
|
6925
|
+
types: Record<string, {
|
|
6926
|
+
name: string;
|
|
6927
|
+
type: string;
|
|
6928
|
+
}[]>;
|
|
6929
|
+
primaryType: string;
|
|
6930
|
+
domain: Record<string, any>;
|
|
6931
|
+
message: Record<string, any>;
|
|
6932
|
+
};
|
|
6740
6933
|
settlementContract?: string | undefined;
|
|
6741
|
-
relayer?: string | undefined;
|
|
6742
6934
|
} | undefined;
|
|
6743
6935
|
gasSponsored?: boolean | undefined;
|
|
6744
6936
|
};
|
|
@@ -7040,8 +7232,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7040
7232
|
buyAmount?: string | undefined;
|
|
7041
7233
|
from?: string | undefined;
|
|
7042
7234
|
};
|
|
7235
|
+
typedData: {
|
|
7236
|
+
types: Record<string, {
|
|
7237
|
+
name: string;
|
|
7238
|
+
type: string;
|
|
7239
|
+
}[]>;
|
|
7240
|
+
primaryType: string;
|
|
7241
|
+
domain: Record<string, any>;
|
|
7242
|
+
message: Record<string, any>;
|
|
7243
|
+
};
|
|
7043
7244
|
settlementContract?: string | undefined;
|
|
7044
|
-
relayer?: string | undefined;
|
|
7045
7245
|
} | undefined;
|
|
7046
7246
|
gasSponsored?: boolean | undefined;
|
|
7047
7247
|
};
|
|
@@ -7251,8 +7451,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7251
7451
|
buyAmount?: string | undefined;
|
|
7252
7452
|
from?: string | undefined;
|
|
7253
7453
|
};
|
|
7454
|
+
typedData: {
|
|
7455
|
+
types: Record<string, {
|
|
7456
|
+
name: string;
|
|
7457
|
+
type: string;
|
|
7458
|
+
}[]>;
|
|
7459
|
+
primaryType: string;
|
|
7460
|
+
domain: Record<string, any>;
|
|
7461
|
+
message: Record<string, any>;
|
|
7462
|
+
};
|
|
7254
7463
|
settlementContract?: string | undefined;
|
|
7255
|
-
relayer?: string | undefined;
|
|
7256
7464
|
} | undefined;
|
|
7257
7465
|
gasSponsored?: boolean | undefined;
|
|
7258
7466
|
};
|
|
@@ -7553,8 +7761,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7553
7761
|
buyAmount?: string | undefined;
|
|
7554
7762
|
from?: string | undefined;
|
|
7555
7763
|
};
|
|
7764
|
+
typedData: {
|
|
7765
|
+
types: Record<string, {
|
|
7766
|
+
name: string;
|
|
7767
|
+
type: string;
|
|
7768
|
+
}[]>;
|
|
7769
|
+
primaryType: string;
|
|
7770
|
+
domain: Record<string, any>;
|
|
7771
|
+
message: Record<string, any>;
|
|
7772
|
+
};
|
|
7556
7773
|
settlementContract?: string | undefined;
|
|
7557
|
-
relayer?: string | undefined;
|
|
7558
7774
|
} | undefined;
|
|
7559
7775
|
gasSponsored?: boolean | undefined;
|
|
7560
7776
|
};
|
|
@@ -7760,8 +7976,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7760
7976
|
buyAmount?: string | undefined;
|
|
7761
7977
|
from?: string | undefined;
|
|
7762
7978
|
};
|
|
7979
|
+
typedData: {
|
|
7980
|
+
types: Record<string, {
|
|
7981
|
+
name: string;
|
|
7982
|
+
type: string;
|
|
7983
|
+
}[]>;
|
|
7984
|
+
primaryType: string;
|
|
7985
|
+
domain: Record<string, any>;
|
|
7986
|
+
message: Record<string, any>;
|
|
7987
|
+
};
|
|
7763
7988
|
settlementContract?: string | undefined;
|
|
7764
|
-
relayer?: string | undefined;
|
|
7765
7989
|
} | undefined;
|
|
7766
7990
|
gasSponsored?: boolean | undefined;
|
|
7767
7991
|
};
|
|
@@ -8062,8 +8286,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8062
8286
|
buyAmount?: string | undefined;
|
|
8063
8287
|
from?: string | undefined;
|
|
8064
8288
|
};
|
|
8289
|
+
typedData: {
|
|
8290
|
+
types: Record<string, {
|
|
8291
|
+
name: string;
|
|
8292
|
+
type: string;
|
|
8293
|
+
}[]>;
|
|
8294
|
+
primaryType: string;
|
|
8295
|
+
domain: Record<string, any>;
|
|
8296
|
+
message: Record<string, any>;
|
|
8297
|
+
};
|
|
8065
8298
|
settlementContract?: string | undefined;
|
|
8066
|
-
relayer?: string | undefined;
|
|
8067
8299
|
} | undefined;
|
|
8068
8300
|
gasSponsored?: boolean | undefined;
|
|
8069
8301
|
};
|
|
@@ -8327,8 +8559,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8327
8559
|
buyAmount?: string | undefined;
|
|
8328
8560
|
from?: string | undefined;
|
|
8329
8561
|
};
|
|
8562
|
+
typedData: {
|
|
8563
|
+
types: Record<string, {
|
|
8564
|
+
name: string;
|
|
8565
|
+
type: string;
|
|
8566
|
+
}[]>;
|
|
8567
|
+
primaryType: string;
|
|
8568
|
+
domain: Record<string, any>;
|
|
8569
|
+
message: Record<string, any>;
|
|
8570
|
+
};
|
|
8330
8571
|
settlementContract?: string | undefined;
|
|
8331
|
-
relayer?: string | undefined;
|
|
8332
8572
|
} | undefined;
|
|
8333
8573
|
gasSponsored?: boolean | undefined;
|
|
8334
8574
|
};
|
|
@@ -8534,8 +8774,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8534
8774
|
buyAmount?: string | undefined;
|
|
8535
8775
|
from?: string | undefined;
|
|
8536
8776
|
};
|
|
8777
|
+
typedData: {
|
|
8778
|
+
types: Record<string, {
|
|
8779
|
+
name: string;
|
|
8780
|
+
type: string;
|
|
8781
|
+
}[]>;
|
|
8782
|
+
primaryType: string;
|
|
8783
|
+
domain: Record<string, any>;
|
|
8784
|
+
message: Record<string, any>;
|
|
8785
|
+
};
|
|
8537
8786
|
settlementContract?: string | undefined;
|
|
8538
|
-
relayer?: string | undefined;
|
|
8539
8787
|
} | undefined;
|
|
8540
8788
|
gasSponsored?: boolean | undefined;
|
|
8541
8789
|
};
|
|
@@ -8910,8 +9158,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8910
9158
|
buyAmount?: string | undefined;
|
|
8911
9159
|
from?: string | undefined;
|
|
8912
9160
|
};
|
|
9161
|
+
typedData: {
|
|
9162
|
+
types: Record<string, {
|
|
9163
|
+
name: string;
|
|
9164
|
+
type: string;
|
|
9165
|
+
}[]>;
|
|
9166
|
+
primaryType: string;
|
|
9167
|
+
domain: Record<string, any>;
|
|
9168
|
+
message: Record<string, any>;
|
|
9169
|
+
};
|
|
8913
9170
|
settlementContract?: string | undefined;
|
|
8914
|
-
relayer?: string | undefined;
|
|
8915
9171
|
} | undefined;
|
|
8916
9172
|
gasSponsored?: boolean | undefined;
|
|
8917
9173
|
};
|
|
@@ -9159,8 +9415,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9159
9415
|
buyAmount?: string | undefined;
|
|
9160
9416
|
from?: string | undefined;
|
|
9161
9417
|
};
|
|
9418
|
+
typedData: {
|
|
9419
|
+
types: Record<string, {
|
|
9420
|
+
name: string;
|
|
9421
|
+
type: string;
|
|
9422
|
+
}[]>;
|
|
9423
|
+
primaryType: string;
|
|
9424
|
+
domain: Record<string, any>;
|
|
9425
|
+
message: Record<string, any>;
|
|
9426
|
+
};
|
|
9162
9427
|
settlementContract?: string | undefined;
|
|
9163
|
-
relayer?: string | undefined;
|
|
9164
9428
|
} | undefined;
|
|
9165
9429
|
gasSponsored?: boolean | undefined;
|
|
9166
9430
|
};
|
|
@@ -9403,8 +9667,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9403
9667
|
buyAmount?: string | undefined;
|
|
9404
9668
|
from?: string | undefined;
|
|
9405
9669
|
};
|
|
9670
|
+
typedData: {
|
|
9671
|
+
types: Record<string, {
|
|
9672
|
+
name: string;
|
|
9673
|
+
type: string;
|
|
9674
|
+
}[]>;
|
|
9675
|
+
primaryType: string;
|
|
9676
|
+
domain: Record<string, any>;
|
|
9677
|
+
message: Record<string, any>;
|
|
9678
|
+
};
|
|
9406
9679
|
settlementContract?: string | undefined;
|
|
9407
|
-
relayer?: string | undefined;
|
|
9408
9680
|
} | undefined;
|
|
9409
9681
|
gasSponsored?: boolean | undefined;
|
|
9410
9682
|
};
|
|
@@ -9648,8 +9920,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9648
9920
|
buyAmount?: string | undefined;
|
|
9649
9921
|
from?: string | undefined;
|
|
9650
9922
|
};
|
|
9923
|
+
typedData: {
|
|
9924
|
+
types: Record<string, {
|
|
9925
|
+
name: string;
|
|
9926
|
+
type: string;
|
|
9927
|
+
}[]>;
|
|
9928
|
+
primaryType: string;
|
|
9929
|
+
domain: Record<string, any>;
|
|
9930
|
+
message: Record<string, any>;
|
|
9931
|
+
};
|
|
9651
9932
|
settlementContract?: string | undefined;
|
|
9652
|
-
relayer?: string | undefined;
|
|
9653
9933
|
} | undefined;
|
|
9654
9934
|
gasSponsored?: boolean | undefined;
|
|
9655
9935
|
};
|
|
@@ -9892,8 +10172,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9892
10172
|
buyAmount?: string | undefined;
|
|
9893
10173
|
from?: string | undefined;
|
|
9894
10174
|
};
|
|
10175
|
+
typedData: {
|
|
10176
|
+
types: Record<string, {
|
|
10177
|
+
name: string;
|
|
10178
|
+
type: string;
|
|
10179
|
+
}[]>;
|
|
10180
|
+
primaryType: string;
|
|
10181
|
+
domain: Record<string, any>;
|
|
10182
|
+
message: Record<string, any>;
|
|
10183
|
+
};
|
|
9895
10184
|
settlementContract?: string | undefined;
|
|
9896
|
-
relayer?: string | undefined;
|
|
9897
10185
|
} | undefined;
|
|
9898
10186
|
gasSponsored?: boolean | undefined;
|
|
9899
10187
|
};
|
|
@@ -10141,8 +10429,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10141
10429
|
buyAmount?: string | undefined;
|
|
10142
10430
|
from?: string | undefined;
|
|
10143
10431
|
};
|
|
10432
|
+
typedData: {
|
|
10433
|
+
types: Record<string, {
|
|
10434
|
+
name: string;
|
|
10435
|
+
type: string;
|
|
10436
|
+
}[]>;
|
|
10437
|
+
primaryType: string;
|
|
10438
|
+
domain: Record<string, any>;
|
|
10439
|
+
message: Record<string, any>;
|
|
10440
|
+
};
|
|
10144
10441
|
settlementContract?: string | undefined;
|
|
10145
|
-
relayer?: string | undefined;
|
|
10146
10442
|
} | undefined;
|
|
10147
10443
|
gasSponsored?: boolean | undefined;
|
|
10148
10444
|
};
|
|
@@ -10390,8 +10686,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10390
10686
|
buyAmount?: string | undefined;
|
|
10391
10687
|
from?: string | undefined;
|
|
10392
10688
|
};
|
|
10689
|
+
typedData: {
|
|
10690
|
+
types: Record<string, {
|
|
10691
|
+
name: string;
|
|
10692
|
+
type: string;
|
|
10693
|
+
}[]>;
|
|
10694
|
+
primaryType: string;
|
|
10695
|
+
domain: Record<string, any>;
|
|
10696
|
+
message: Record<string, any>;
|
|
10697
|
+
};
|
|
10393
10698
|
settlementContract?: string | undefined;
|
|
10394
|
-
relayer?: string | undefined;
|
|
10395
10699
|
} | undefined;
|
|
10396
10700
|
gasSponsored?: boolean | undefined;
|
|
10397
10701
|
};
|
|
@@ -10693,8 +10997,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10693
10997
|
buyAmount?: string | undefined;
|
|
10694
10998
|
from?: string | undefined;
|
|
10695
10999
|
};
|
|
11000
|
+
typedData: {
|
|
11001
|
+
types: Record<string, {
|
|
11002
|
+
name: string;
|
|
11003
|
+
type: string;
|
|
11004
|
+
}[]>;
|
|
11005
|
+
primaryType: string;
|
|
11006
|
+
domain: Record<string, any>;
|
|
11007
|
+
message: Record<string, any>;
|
|
11008
|
+
};
|
|
10696
11009
|
settlementContract?: string | undefined;
|
|
10697
|
-
relayer?: string | undefined;
|
|
10698
11010
|
} | undefined;
|
|
10699
11011
|
gasSponsored?: boolean | undefined;
|
|
10700
11012
|
};
|
|
@@ -10899,8 +11211,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10899
11211
|
buyAmount?: string | undefined;
|
|
10900
11212
|
from?: string | undefined;
|
|
10901
11213
|
};
|
|
11214
|
+
typedData: {
|
|
11215
|
+
types: Record<string, {
|
|
11216
|
+
name: string;
|
|
11217
|
+
type: string;
|
|
11218
|
+
}[]>;
|
|
11219
|
+
primaryType: string;
|
|
11220
|
+
domain: Record<string, any>;
|
|
11221
|
+
message: Record<string, any>;
|
|
11222
|
+
};
|
|
10902
11223
|
settlementContract?: string | undefined;
|
|
10903
|
-
relayer?: string | undefined;
|
|
10904
11224
|
} | undefined;
|
|
10905
11225
|
gasSponsored?: boolean | undefined;
|
|
10906
11226
|
};
|
|
@@ -11198,8 +11518,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11198
11518
|
buyAmount?: string | undefined;
|
|
11199
11519
|
from?: string | undefined;
|
|
11200
11520
|
};
|
|
11521
|
+
typedData: {
|
|
11522
|
+
types: Record<string, {
|
|
11523
|
+
name: string;
|
|
11524
|
+
type: string;
|
|
11525
|
+
}[]>;
|
|
11526
|
+
primaryType: string;
|
|
11527
|
+
domain: Record<string, any>;
|
|
11528
|
+
message: Record<string, any>;
|
|
11529
|
+
};
|
|
11201
11530
|
settlementContract?: string | undefined;
|
|
11202
|
-
relayer?: string | undefined;
|
|
11203
11531
|
} | undefined;
|
|
11204
11532
|
gasSponsored?: boolean | undefined;
|
|
11205
11533
|
};
|
|
@@ -11404,8 +11732,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11404
11732
|
buyAmount?: string | undefined;
|
|
11405
11733
|
from?: string | undefined;
|
|
11406
11734
|
};
|
|
11735
|
+
typedData: {
|
|
11736
|
+
types: Record<string, {
|
|
11737
|
+
name: string;
|
|
11738
|
+
type: string;
|
|
11739
|
+
}[]>;
|
|
11740
|
+
primaryType: string;
|
|
11741
|
+
domain: Record<string, any>;
|
|
11742
|
+
message: Record<string, any>;
|
|
11743
|
+
};
|
|
11407
11744
|
settlementContract?: string | undefined;
|
|
11408
|
-
relayer?: string | undefined;
|
|
11409
11745
|
} | undefined;
|
|
11410
11746
|
gasSponsored?: boolean | undefined;
|
|
11411
11747
|
};
|
|
@@ -11653,8 +11989,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11653
11989
|
buyAmount?: string | undefined;
|
|
11654
11990
|
from?: string | undefined;
|
|
11655
11991
|
};
|
|
11992
|
+
typedData: {
|
|
11993
|
+
types: Record<string, {
|
|
11994
|
+
name: string;
|
|
11995
|
+
type: string;
|
|
11996
|
+
}[]>;
|
|
11997
|
+
primaryType: string;
|
|
11998
|
+
domain: Record<string, any>;
|
|
11999
|
+
message: Record<string, any>;
|
|
12000
|
+
};
|
|
11656
12001
|
settlementContract?: string | undefined;
|
|
11657
|
-
relayer?: string | undefined;
|
|
11658
12002
|
} | undefined;
|
|
11659
12003
|
gasSponsored?: boolean | undefined;
|
|
11660
12004
|
};
|
|
@@ -11956,8 +12300,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11956
12300
|
buyAmount?: string | undefined;
|
|
11957
12301
|
from?: string | undefined;
|
|
11958
12302
|
};
|
|
12303
|
+
typedData: {
|
|
12304
|
+
types: Record<string, {
|
|
12305
|
+
name: string;
|
|
12306
|
+
type: string;
|
|
12307
|
+
}[]>;
|
|
12308
|
+
primaryType: string;
|
|
12309
|
+
domain: Record<string, any>;
|
|
12310
|
+
message: Record<string, any>;
|
|
12311
|
+
};
|
|
11959
12312
|
settlementContract?: string | undefined;
|
|
11960
|
-
relayer?: string | undefined;
|
|
11961
12313
|
} | undefined;
|
|
11962
12314
|
gasSponsored?: boolean | undefined;
|
|
11963
12315
|
};
|
|
@@ -12167,8 +12519,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12167
12519
|
buyAmount?: string | undefined;
|
|
12168
12520
|
from?: string | undefined;
|
|
12169
12521
|
};
|
|
12522
|
+
typedData: {
|
|
12523
|
+
types: Record<string, {
|
|
12524
|
+
name: string;
|
|
12525
|
+
type: string;
|
|
12526
|
+
}[]>;
|
|
12527
|
+
primaryType: string;
|
|
12528
|
+
domain: Record<string, any>;
|
|
12529
|
+
message: Record<string, any>;
|
|
12530
|
+
};
|
|
12170
12531
|
settlementContract?: string | undefined;
|
|
12171
|
-
relayer?: string | undefined;
|
|
12172
12532
|
} | undefined;
|
|
12173
12533
|
gasSponsored?: boolean | undefined;
|
|
12174
12534
|
};
|
|
@@ -12469,8 +12829,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12469
12829
|
buyAmount?: string | undefined;
|
|
12470
12830
|
from?: string | undefined;
|
|
12471
12831
|
};
|
|
12832
|
+
typedData: {
|
|
12833
|
+
types: Record<string, {
|
|
12834
|
+
name: string;
|
|
12835
|
+
type: string;
|
|
12836
|
+
}[]>;
|
|
12837
|
+
primaryType: string;
|
|
12838
|
+
domain: Record<string, any>;
|
|
12839
|
+
message: Record<string, any>;
|
|
12840
|
+
};
|
|
12472
12841
|
settlementContract?: string | undefined;
|
|
12473
|
-
relayer?: string | undefined;
|
|
12474
12842
|
} | undefined;
|
|
12475
12843
|
gasSponsored?: boolean | undefined;
|
|
12476
12844
|
};
|
|
@@ -12676,8 +13044,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12676
13044
|
buyAmount?: string | undefined;
|
|
12677
13045
|
from?: string | undefined;
|
|
12678
13046
|
};
|
|
13047
|
+
typedData: {
|
|
13048
|
+
types: Record<string, {
|
|
13049
|
+
name: string;
|
|
13050
|
+
type: string;
|
|
13051
|
+
}[]>;
|
|
13052
|
+
primaryType: string;
|
|
13053
|
+
domain: Record<string, any>;
|
|
13054
|
+
message: Record<string, any>;
|
|
13055
|
+
};
|
|
12679
13056
|
settlementContract?: string | undefined;
|
|
12680
|
-
relayer?: string | undefined;
|
|
12681
13057
|
} | undefined;
|
|
12682
13058
|
gasSponsored?: boolean | undefined;
|
|
12683
13059
|
};
|
|
@@ -12978,8 +13354,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12978
13354
|
buyAmount?: string | undefined;
|
|
12979
13355
|
from?: string | undefined;
|
|
12980
13356
|
};
|
|
13357
|
+
typedData: {
|
|
13358
|
+
types: Record<string, {
|
|
13359
|
+
name: string;
|
|
13360
|
+
type: string;
|
|
13361
|
+
}[]>;
|
|
13362
|
+
primaryType: string;
|
|
13363
|
+
domain: Record<string, any>;
|
|
13364
|
+
message: Record<string, any>;
|
|
13365
|
+
};
|
|
12981
13366
|
settlementContract?: string | undefined;
|
|
12982
|
-
relayer?: string | undefined;
|
|
12983
13367
|
} | undefined;
|
|
12984
13368
|
gasSponsored?: boolean | undefined;
|
|
12985
13369
|
};
|
|
@@ -13243,8 +13627,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13243
13627
|
buyAmount?: string | undefined;
|
|
13244
13628
|
from?: string | undefined;
|
|
13245
13629
|
};
|
|
13630
|
+
typedData: {
|
|
13631
|
+
types: Record<string, {
|
|
13632
|
+
name: string;
|
|
13633
|
+
type: string;
|
|
13634
|
+
}[]>;
|
|
13635
|
+
primaryType: string;
|
|
13636
|
+
domain: Record<string, any>;
|
|
13637
|
+
message: Record<string, any>;
|
|
13638
|
+
};
|
|
13246
13639
|
settlementContract?: string | undefined;
|
|
13247
|
-
relayer?: string | undefined;
|
|
13248
13640
|
} | undefined;
|
|
13249
13641
|
gasSponsored?: boolean | undefined;
|
|
13250
13642
|
};
|
|
@@ -13450,8 +13842,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13450
13842
|
buyAmount?: string | undefined;
|
|
13451
13843
|
from?: string | undefined;
|
|
13452
13844
|
};
|
|
13845
|
+
typedData: {
|
|
13846
|
+
types: Record<string, {
|
|
13847
|
+
name: string;
|
|
13848
|
+
type: string;
|
|
13849
|
+
}[]>;
|
|
13850
|
+
primaryType: string;
|
|
13851
|
+
domain: Record<string, any>;
|
|
13852
|
+
message: Record<string, any>;
|
|
13853
|
+
};
|
|
13453
13854
|
settlementContract?: string | undefined;
|
|
13454
|
-
relayer?: string | undefined;
|
|
13455
13855
|
} | undefined;
|
|
13456
13856
|
gasSponsored?: boolean | undefined;
|
|
13457
13857
|
};
|
|
@@ -13834,8 +14234,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13834
14234
|
buyAmount?: string | undefined;
|
|
13835
14235
|
from?: string | undefined;
|
|
13836
14236
|
};
|
|
14237
|
+
typedData: {
|
|
14238
|
+
types: Record<string, {
|
|
14239
|
+
name: string;
|
|
14240
|
+
type: string;
|
|
14241
|
+
}[]>;
|
|
14242
|
+
primaryType: string;
|
|
14243
|
+
domain: Record<string, any>;
|
|
14244
|
+
message: Record<string, any>;
|
|
14245
|
+
};
|
|
13837
14246
|
settlementContract?: string | undefined;
|
|
13838
|
-
relayer?: string | undefined;
|
|
13839
14247
|
} | undefined;
|
|
13840
14248
|
gasSponsored?: boolean | undefined;
|
|
13841
14249
|
};
|
|
@@ -14083,8 +14491,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14083
14491
|
buyAmount?: string | undefined;
|
|
14084
14492
|
from?: string | undefined;
|
|
14085
14493
|
};
|
|
14494
|
+
typedData: {
|
|
14495
|
+
types: Record<string, {
|
|
14496
|
+
name: string;
|
|
14497
|
+
type: string;
|
|
14498
|
+
}[]>;
|
|
14499
|
+
primaryType: string;
|
|
14500
|
+
domain: Record<string, any>;
|
|
14501
|
+
message: Record<string, any>;
|
|
14502
|
+
};
|
|
14086
14503
|
settlementContract?: string | undefined;
|
|
14087
|
-
relayer?: string | undefined;
|
|
14088
14504
|
} | undefined;
|
|
14089
14505
|
gasSponsored?: boolean | undefined;
|
|
14090
14506
|
};
|
|
@@ -14327,8 +14743,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14327
14743
|
buyAmount?: string | undefined;
|
|
14328
14744
|
from?: string | undefined;
|
|
14329
14745
|
};
|
|
14746
|
+
typedData: {
|
|
14747
|
+
types: Record<string, {
|
|
14748
|
+
name: string;
|
|
14749
|
+
type: string;
|
|
14750
|
+
}[]>;
|
|
14751
|
+
primaryType: string;
|
|
14752
|
+
domain: Record<string, any>;
|
|
14753
|
+
message: Record<string, any>;
|
|
14754
|
+
};
|
|
14330
14755
|
settlementContract?: string | undefined;
|
|
14331
|
-
relayer?: string | undefined;
|
|
14332
14756
|
} | undefined;
|
|
14333
14757
|
gasSponsored?: boolean | undefined;
|
|
14334
14758
|
};
|
|
@@ -14571,8 +14995,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14571
14995
|
buyAmount?: string | undefined;
|
|
14572
14996
|
from?: string | undefined;
|
|
14573
14997
|
};
|
|
14998
|
+
typedData: {
|
|
14999
|
+
types: Record<string, {
|
|
15000
|
+
name: string;
|
|
15001
|
+
type: string;
|
|
15002
|
+
}[]>;
|
|
15003
|
+
primaryType: string;
|
|
15004
|
+
domain: Record<string, any>;
|
|
15005
|
+
message: Record<string, any>;
|
|
15006
|
+
};
|
|
14574
15007
|
settlementContract?: string | undefined;
|
|
14575
|
-
relayer?: string | undefined;
|
|
14576
15008
|
} | undefined;
|
|
14577
15009
|
gasSponsored?: boolean | undefined;
|
|
14578
15010
|
};
|
|
@@ -14816,8 +15248,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14816
15248
|
buyAmount?: string | undefined;
|
|
14817
15249
|
from?: string | undefined;
|
|
14818
15250
|
};
|
|
15251
|
+
typedData: {
|
|
15252
|
+
types: Record<string, {
|
|
15253
|
+
name: string;
|
|
15254
|
+
type: string;
|
|
15255
|
+
}[]>;
|
|
15256
|
+
primaryType: string;
|
|
15257
|
+
domain: Record<string, any>;
|
|
15258
|
+
message: Record<string, any>;
|
|
15259
|
+
};
|
|
14819
15260
|
settlementContract?: string | undefined;
|
|
14820
|
-
relayer?: string | undefined;
|
|
14821
15261
|
} | undefined;
|
|
14822
15262
|
gasSponsored?: boolean | undefined;
|
|
14823
15263
|
};
|
|
@@ -15060,8 +15500,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15060
15500
|
buyAmount?: string | undefined;
|
|
15061
15501
|
from?: string | undefined;
|
|
15062
15502
|
};
|
|
15503
|
+
typedData: {
|
|
15504
|
+
types: Record<string, {
|
|
15505
|
+
name: string;
|
|
15506
|
+
type: string;
|
|
15507
|
+
}[]>;
|
|
15508
|
+
primaryType: string;
|
|
15509
|
+
domain: Record<string, any>;
|
|
15510
|
+
message: Record<string, any>;
|
|
15511
|
+
};
|
|
15063
15512
|
settlementContract?: string | undefined;
|
|
15064
|
-
relayer?: string | undefined;
|
|
15065
15513
|
} | undefined;
|
|
15066
15514
|
gasSponsored?: boolean | undefined;
|
|
15067
15515
|
};
|
|
@@ -15304,8 +15752,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15304
15752
|
buyAmount?: string | undefined;
|
|
15305
15753
|
from?: string | undefined;
|
|
15306
15754
|
};
|
|
15755
|
+
typedData: {
|
|
15756
|
+
types: Record<string, {
|
|
15757
|
+
name: string;
|
|
15758
|
+
type: string;
|
|
15759
|
+
}[]>;
|
|
15760
|
+
primaryType: string;
|
|
15761
|
+
domain: Record<string, any>;
|
|
15762
|
+
message: Record<string, any>;
|
|
15763
|
+
};
|
|
15307
15764
|
settlementContract?: string | undefined;
|
|
15308
|
-
relayer?: string | undefined;
|
|
15309
15765
|
} | undefined;
|
|
15310
15766
|
gasSponsored?: boolean | undefined;
|
|
15311
15767
|
};
|
|
@@ -15553,8 +16009,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15553
16009
|
buyAmount?: string | undefined;
|
|
15554
16010
|
from?: string | undefined;
|
|
15555
16011
|
};
|
|
16012
|
+
typedData: {
|
|
16013
|
+
types: Record<string, {
|
|
16014
|
+
name: string;
|
|
16015
|
+
type: string;
|
|
16016
|
+
}[]>;
|
|
16017
|
+
primaryType: string;
|
|
16018
|
+
domain: Record<string, any>;
|
|
16019
|
+
message: Record<string, any>;
|
|
16020
|
+
};
|
|
15556
16021
|
settlementContract?: string | undefined;
|
|
15557
|
-
relayer?: string | undefined;
|
|
15558
16022
|
} | undefined;
|
|
15559
16023
|
gasSponsored?: boolean | undefined;
|
|
15560
16024
|
};
|
|
@@ -15802,8 +16266,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15802
16266
|
buyAmount?: string | undefined;
|
|
15803
16267
|
from?: string | undefined;
|
|
15804
16268
|
};
|
|
16269
|
+
typedData: {
|
|
16270
|
+
types: Record<string, {
|
|
16271
|
+
name: string;
|
|
16272
|
+
type: string;
|
|
16273
|
+
}[]>;
|
|
16274
|
+
primaryType: string;
|
|
16275
|
+
domain: Record<string, any>;
|
|
16276
|
+
message: Record<string, any>;
|
|
16277
|
+
};
|
|
15805
16278
|
settlementContract?: string | undefined;
|
|
15806
|
-
relayer?: string | undefined;
|
|
15807
16279
|
} | undefined;
|
|
15808
16280
|
gasSponsored?: boolean | undefined;
|
|
15809
16281
|
};
|
|
@@ -16051,8 +16523,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16051
16523
|
buyAmount?: string | undefined;
|
|
16052
16524
|
from?: string | undefined;
|
|
16053
16525
|
};
|
|
16526
|
+
typedData: {
|
|
16527
|
+
types: Record<string, {
|
|
16528
|
+
name: string;
|
|
16529
|
+
type: string;
|
|
16530
|
+
}[]>;
|
|
16531
|
+
primaryType: string;
|
|
16532
|
+
domain: Record<string, any>;
|
|
16533
|
+
message: Record<string, any>;
|
|
16534
|
+
};
|
|
16054
16535
|
settlementContract?: string | undefined;
|
|
16055
|
-
relayer?: string | undefined;
|
|
16056
16536
|
} | undefined;
|
|
16057
16537
|
gasSponsored?: boolean | undefined;
|
|
16058
16538
|
};
|
|
@@ -16295,8 +16775,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16295
16775
|
buyAmount?: string | undefined;
|
|
16296
16776
|
from?: string | undefined;
|
|
16297
16777
|
};
|
|
16778
|
+
typedData: {
|
|
16779
|
+
types: Record<string, {
|
|
16780
|
+
name: string;
|
|
16781
|
+
type: string;
|
|
16782
|
+
}[]>;
|
|
16783
|
+
primaryType: string;
|
|
16784
|
+
domain: Record<string, any>;
|
|
16785
|
+
message: Record<string, any>;
|
|
16786
|
+
};
|
|
16298
16787
|
settlementContract?: string | undefined;
|
|
16299
|
-
relayer?: string | undefined;
|
|
16300
16788
|
} | undefined;
|
|
16301
16789
|
gasSponsored?: boolean | undefined;
|
|
16302
16790
|
};
|
|
@@ -16540,8 +17028,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16540
17028
|
buyAmount?: string | undefined;
|
|
16541
17029
|
from?: string | undefined;
|
|
16542
17030
|
};
|
|
17031
|
+
typedData: {
|
|
17032
|
+
types: Record<string, {
|
|
17033
|
+
name: string;
|
|
17034
|
+
type: string;
|
|
17035
|
+
}[]>;
|
|
17036
|
+
primaryType: string;
|
|
17037
|
+
domain: Record<string, any>;
|
|
17038
|
+
message: Record<string, any>;
|
|
17039
|
+
};
|
|
16543
17040
|
settlementContract?: string | undefined;
|
|
16544
|
-
relayer?: string | undefined;
|
|
16545
17041
|
} | undefined;
|
|
16546
17042
|
gasSponsored?: boolean | undefined;
|
|
16547
17043
|
};
|
|
@@ -16784,8 +17280,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16784
17280
|
buyAmount?: string | undefined;
|
|
16785
17281
|
from?: string | undefined;
|
|
16786
17282
|
};
|
|
17283
|
+
typedData: {
|
|
17284
|
+
types: Record<string, {
|
|
17285
|
+
name: string;
|
|
17286
|
+
type: string;
|
|
17287
|
+
}[]>;
|
|
17288
|
+
primaryType: string;
|
|
17289
|
+
domain: Record<string, any>;
|
|
17290
|
+
message: Record<string, any>;
|
|
17291
|
+
};
|
|
16787
17292
|
settlementContract?: string | undefined;
|
|
16788
|
-
relayer?: string | undefined;
|
|
16789
17293
|
} | undefined;
|
|
16790
17294
|
gasSponsored?: boolean | undefined;
|
|
16791
17295
|
};
|
|
@@ -17033,8 +17537,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17033
17537
|
buyAmount?: string | undefined;
|
|
17034
17538
|
from?: string | undefined;
|
|
17035
17539
|
};
|
|
17540
|
+
typedData: {
|
|
17541
|
+
types: Record<string, {
|
|
17542
|
+
name: string;
|
|
17543
|
+
type: string;
|
|
17544
|
+
}[]>;
|
|
17545
|
+
primaryType: string;
|
|
17546
|
+
domain: Record<string, any>;
|
|
17547
|
+
message: Record<string, any>;
|
|
17548
|
+
};
|
|
17036
17549
|
settlementContract?: string | undefined;
|
|
17037
|
-
relayer?: string | undefined;
|
|
17038
17550
|
} | undefined;
|
|
17039
17551
|
gasSponsored?: boolean | undefined;
|
|
17040
17552
|
};
|
|
@@ -17282,8 +17794,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17282
17794
|
buyAmount?: string | undefined;
|
|
17283
17795
|
from?: string | undefined;
|
|
17284
17796
|
};
|
|
17797
|
+
typedData: {
|
|
17798
|
+
types: Record<string, {
|
|
17799
|
+
name: string;
|
|
17800
|
+
type: string;
|
|
17801
|
+
}[]>;
|
|
17802
|
+
primaryType: string;
|
|
17803
|
+
domain: Record<string, any>;
|
|
17804
|
+
message: Record<string, any>;
|
|
17805
|
+
};
|
|
17285
17806
|
settlementContract?: string | undefined;
|
|
17286
|
-
relayer?: string | undefined;
|
|
17287
17807
|
} | undefined;
|
|
17288
17808
|
gasSponsored?: boolean | undefined;
|
|
17289
17809
|
};
|
|
@@ -17585,8 +18105,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17585
18105
|
buyAmount?: string | undefined;
|
|
17586
18106
|
from?: string | undefined;
|
|
17587
18107
|
};
|
|
18108
|
+
typedData: {
|
|
18109
|
+
types: Record<string, {
|
|
18110
|
+
name: string;
|
|
18111
|
+
type: string;
|
|
18112
|
+
}[]>;
|
|
18113
|
+
primaryType: string;
|
|
18114
|
+
domain: Record<string, any>;
|
|
18115
|
+
message: Record<string, any>;
|
|
18116
|
+
};
|
|
17588
18117
|
settlementContract?: string | undefined;
|
|
17589
|
-
relayer?: string | undefined;
|
|
17590
18118
|
} | undefined;
|
|
17591
18119
|
gasSponsored?: boolean | undefined;
|
|
17592
18120
|
};
|
|
@@ -17791,8 +18319,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17791
18319
|
buyAmount?: string | undefined;
|
|
17792
18320
|
from?: string | undefined;
|
|
17793
18321
|
};
|
|
18322
|
+
typedData: {
|
|
18323
|
+
types: Record<string, {
|
|
18324
|
+
name: string;
|
|
18325
|
+
type: string;
|
|
18326
|
+
}[]>;
|
|
18327
|
+
primaryType: string;
|
|
18328
|
+
domain: Record<string, any>;
|
|
18329
|
+
message: Record<string, any>;
|
|
18330
|
+
};
|
|
17794
18331
|
settlementContract?: string | undefined;
|
|
17795
|
-
relayer?: string | undefined;
|
|
17796
18332
|
} | undefined;
|
|
17797
18333
|
gasSponsored?: boolean | undefined;
|
|
17798
18334
|
};
|
|
@@ -18090,8 +18626,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18090
18626
|
buyAmount?: string | undefined;
|
|
18091
18627
|
from?: string | undefined;
|
|
18092
18628
|
};
|
|
18629
|
+
typedData: {
|
|
18630
|
+
types: Record<string, {
|
|
18631
|
+
name: string;
|
|
18632
|
+
type: string;
|
|
18633
|
+
}[]>;
|
|
18634
|
+
primaryType: string;
|
|
18635
|
+
domain: Record<string, any>;
|
|
18636
|
+
message: Record<string, any>;
|
|
18637
|
+
};
|
|
18093
18638
|
settlementContract?: string | undefined;
|
|
18094
|
-
relayer?: string | undefined;
|
|
18095
18639
|
} | undefined;
|
|
18096
18640
|
gasSponsored?: boolean | undefined;
|
|
18097
18641
|
};
|
|
@@ -18296,8 +18840,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18296
18840
|
buyAmount?: string | undefined;
|
|
18297
18841
|
from?: string | undefined;
|
|
18298
18842
|
};
|
|
18843
|
+
typedData: {
|
|
18844
|
+
types: Record<string, {
|
|
18845
|
+
name: string;
|
|
18846
|
+
type: string;
|
|
18847
|
+
}[]>;
|
|
18848
|
+
primaryType: string;
|
|
18849
|
+
domain: Record<string, any>;
|
|
18850
|
+
message: Record<string, any>;
|
|
18851
|
+
};
|
|
18299
18852
|
settlementContract?: string | undefined;
|
|
18300
|
-
relayer?: string | undefined;
|
|
18301
18853
|
} | undefined;
|
|
18302
18854
|
gasSponsored?: boolean | undefined;
|
|
18303
18855
|
};
|
|
@@ -18545,8 +19097,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18545
19097
|
buyAmount?: string | undefined;
|
|
18546
19098
|
from?: string | undefined;
|
|
18547
19099
|
};
|
|
19100
|
+
typedData: {
|
|
19101
|
+
types: Record<string, {
|
|
19102
|
+
name: string;
|
|
19103
|
+
type: string;
|
|
19104
|
+
}[]>;
|
|
19105
|
+
primaryType: string;
|
|
19106
|
+
domain: Record<string, any>;
|
|
19107
|
+
message: Record<string, any>;
|
|
19108
|
+
};
|
|
18548
19109
|
settlementContract?: string | undefined;
|
|
18549
|
-
relayer?: string | undefined;
|
|
18550
19110
|
} | undefined;
|
|
18551
19111
|
gasSponsored?: boolean | undefined;
|
|
18552
19112
|
};
|
|
@@ -18848,8 +19408,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18848
19408
|
buyAmount?: string | undefined;
|
|
18849
19409
|
from?: string | undefined;
|
|
18850
19410
|
};
|
|
19411
|
+
typedData: {
|
|
19412
|
+
types: Record<string, {
|
|
19413
|
+
name: string;
|
|
19414
|
+
type: string;
|
|
19415
|
+
}[]>;
|
|
19416
|
+
primaryType: string;
|
|
19417
|
+
domain: Record<string, any>;
|
|
19418
|
+
message: Record<string, any>;
|
|
19419
|
+
};
|
|
18851
19420
|
settlementContract?: string | undefined;
|
|
18852
|
-
relayer?: string | undefined;
|
|
18853
19421
|
} | undefined;
|
|
18854
19422
|
gasSponsored?: boolean | undefined;
|
|
18855
19423
|
};
|
|
@@ -19059,8 +19627,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19059
19627
|
buyAmount?: string | undefined;
|
|
19060
19628
|
from?: string | undefined;
|
|
19061
19629
|
};
|
|
19630
|
+
typedData: {
|
|
19631
|
+
types: Record<string, {
|
|
19632
|
+
name: string;
|
|
19633
|
+
type: string;
|
|
19634
|
+
}[]>;
|
|
19635
|
+
primaryType: string;
|
|
19636
|
+
domain: Record<string, any>;
|
|
19637
|
+
message: Record<string, any>;
|
|
19638
|
+
};
|
|
19062
19639
|
settlementContract?: string | undefined;
|
|
19063
|
-
relayer?: string | undefined;
|
|
19064
19640
|
} | undefined;
|
|
19065
19641
|
gasSponsored?: boolean | undefined;
|
|
19066
19642
|
};
|
|
@@ -19361,8 +19937,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19361
19937
|
buyAmount?: string | undefined;
|
|
19362
19938
|
from?: string | undefined;
|
|
19363
19939
|
};
|
|
19940
|
+
typedData: {
|
|
19941
|
+
types: Record<string, {
|
|
19942
|
+
name: string;
|
|
19943
|
+
type: string;
|
|
19944
|
+
}[]>;
|
|
19945
|
+
primaryType: string;
|
|
19946
|
+
domain: Record<string, any>;
|
|
19947
|
+
message: Record<string, any>;
|
|
19948
|
+
};
|
|
19364
19949
|
settlementContract?: string | undefined;
|
|
19365
|
-
relayer?: string | undefined;
|
|
19366
19950
|
} | undefined;
|
|
19367
19951
|
gasSponsored?: boolean | undefined;
|
|
19368
19952
|
};
|
|
@@ -19568,8 +20152,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19568
20152
|
buyAmount?: string | undefined;
|
|
19569
20153
|
from?: string | undefined;
|
|
19570
20154
|
};
|
|
20155
|
+
typedData: {
|
|
20156
|
+
types: Record<string, {
|
|
20157
|
+
name: string;
|
|
20158
|
+
type: string;
|
|
20159
|
+
}[]>;
|
|
20160
|
+
primaryType: string;
|
|
20161
|
+
domain: Record<string, any>;
|
|
20162
|
+
message: Record<string, any>;
|
|
20163
|
+
};
|
|
19571
20164
|
settlementContract?: string | undefined;
|
|
19572
|
-
relayer?: string | undefined;
|
|
19573
20165
|
} | undefined;
|
|
19574
20166
|
gasSponsored?: boolean | undefined;
|
|
19575
20167
|
};
|
|
@@ -19870,8 +20462,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19870
20462
|
buyAmount?: string | undefined;
|
|
19871
20463
|
from?: string | undefined;
|
|
19872
20464
|
};
|
|
20465
|
+
typedData: {
|
|
20466
|
+
types: Record<string, {
|
|
20467
|
+
name: string;
|
|
20468
|
+
type: string;
|
|
20469
|
+
}[]>;
|
|
20470
|
+
primaryType: string;
|
|
20471
|
+
domain: Record<string, any>;
|
|
20472
|
+
message: Record<string, any>;
|
|
20473
|
+
};
|
|
19873
20474
|
settlementContract?: string | undefined;
|
|
19874
|
-
relayer?: string | undefined;
|
|
19875
20475
|
} | undefined;
|
|
19876
20476
|
gasSponsored?: boolean | undefined;
|
|
19877
20477
|
};
|
|
@@ -20135,8 +20735,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20135
20735
|
buyAmount?: string | undefined;
|
|
20136
20736
|
from?: string | undefined;
|
|
20137
20737
|
};
|
|
20738
|
+
typedData: {
|
|
20739
|
+
types: Record<string, {
|
|
20740
|
+
name: string;
|
|
20741
|
+
type: string;
|
|
20742
|
+
}[]>;
|
|
20743
|
+
primaryType: string;
|
|
20744
|
+
domain: Record<string, any>;
|
|
20745
|
+
message: Record<string, any>;
|
|
20746
|
+
};
|
|
20138
20747
|
settlementContract?: string | undefined;
|
|
20139
|
-
relayer?: string | undefined;
|
|
20140
20748
|
} | undefined;
|
|
20141
20749
|
gasSponsored?: boolean | undefined;
|
|
20142
20750
|
};
|
|
@@ -20342,8 +20950,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20342
20950
|
buyAmount?: string | undefined;
|
|
20343
20951
|
from?: string | undefined;
|
|
20344
20952
|
};
|
|
20953
|
+
typedData: {
|
|
20954
|
+
types: Record<string, {
|
|
20955
|
+
name: string;
|
|
20956
|
+
type: string;
|
|
20957
|
+
}[]>;
|
|
20958
|
+
primaryType: string;
|
|
20959
|
+
domain: Record<string, any>;
|
|
20960
|
+
message: Record<string, any>;
|
|
20961
|
+
};
|
|
20345
20962
|
settlementContract?: string | undefined;
|
|
20346
|
-
relayer?: string | undefined;
|
|
20347
20963
|
} | undefined;
|
|
20348
20964
|
gasSponsored?: boolean | undefined;
|
|
20349
20965
|
};
|
|
@@ -20722,8 +21338,16 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20722
21338
|
buyAmount?: string | undefined;
|
|
20723
21339
|
from?: string | undefined;
|
|
20724
21340
|
};
|
|
21341
|
+
typedData: {
|
|
21342
|
+
types: Record<string, {
|
|
21343
|
+
name: string;
|
|
21344
|
+
type: string;
|
|
21345
|
+
}[]>;
|
|
21346
|
+
primaryType: string;
|
|
21347
|
+
domain: Record<string, any>;
|
|
21348
|
+
message: Record<string, any>;
|
|
21349
|
+
};
|
|
20725
21350
|
settlementContract?: string | undefined;
|
|
20726
|
-
relayer?: string | undefined;
|
|
20727
21351
|
} | undefined;
|
|
20728
21352
|
gasSponsored?: boolean | undefined;
|
|
20729
21353
|
};
|