@metamask-previews/bridge-controller 67.4.0-preview-0aca970c8 → 67.4.0-preview-b2b2c8f6a
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 +0 -4
- package/dist/selectors.d.cts +78 -702
- package/dist/selectors.d.cts.map +1 -1
- package/dist/selectors.d.mts +78 -702
- package/dist/selectors.d.mts.map +1 -1
- package/dist/utils/validators.cjs +3 -15
- package/dist/utils/validators.cjs.map +1 -1
- package/dist/utils/validators.d.cts +13 -120
- package/dist/utils/validators.d.cts.map +1 -1
- package/dist/utils/validators.d.mts +13 -120
- package/dist/utils/validators.d.mts.map +1 -1
- package/dist/utils/validators.mjs +3 -15
- package/dist/utils/validators.mjs.map +1 -1
- package/package.json +1 -1
package/dist/selectors.d.mts
CHANGED
|
@@ -1027,16 +1027,8 @@ 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
|
-
};
|
|
1039
1030
|
settlementContract?: string | undefined;
|
|
1031
|
+
relayer?: string | undefined;
|
|
1040
1032
|
} | undefined;
|
|
1041
1033
|
gasSponsored?: boolean | undefined;
|
|
1042
1034
|
};
|
|
@@ -1280,16 +1272,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1280
1272
|
buyAmount?: string | undefined;
|
|
1281
1273
|
from?: string | undefined;
|
|
1282
1274
|
};
|
|
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
|
-
};
|
|
1292
1275
|
settlementContract?: string | undefined;
|
|
1276
|
+
relayer?: string | undefined;
|
|
1293
1277
|
} | undefined;
|
|
1294
1278
|
gasSponsored?: boolean | undefined;
|
|
1295
1279
|
};
|
|
@@ -1533,16 +1517,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1533
1517
|
buyAmount?: string | undefined;
|
|
1534
1518
|
from?: string | undefined;
|
|
1535
1519
|
};
|
|
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
|
-
};
|
|
1545
1520
|
settlementContract?: string | undefined;
|
|
1521
|
+
relayer?: string | undefined;
|
|
1546
1522
|
} | undefined;
|
|
1547
1523
|
gasSponsored?: boolean | undefined;
|
|
1548
1524
|
};
|
|
@@ -1797,16 +1773,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
1797
1773
|
buyAmount?: string | undefined;
|
|
1798
1774
|
from?: string | undefined;
|
|
1799
1775
|
};
|
|
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
|
-
};
|
|
1809
1776
|
settlementContract?: string | undefined;
|
|
1777
|
+
relayer?: string | undefined;
|
|
1810
1778
|
} | undefined;
|
|
1811
1779
|
gasSponsored?: boolean | undefined;
|
|
1812
1780
|
};
|
|
@@ -2049,16 +2017,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2049
2017
|
buyAmount?: string | undefined;
|
|
2050
2018
|
from?: string | undefined;
|
|
2051
2019
|
};
|
|
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
|
-
};
|
|
2061
2020
|
settlementContract?: string | undefined;
|
|
2021
|
+
relayer?: string | undefined;
|
|
2062
2022
|
} | undefined;
|
|
2063
2023
|
gasSponsored?: boolean | undefined;
|
|
2064
2024
|
};
|
|
@@ -2301,16 +2261,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2301
2261
|
buyAmount?: string | undefined;
|
|
2302
2262
|
from?: string | undefined;
|
|
2303
2263
|
};
|
|
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
|
-
};
|
|
2313
2264
|
settlementContract?: string | undefined;
|
|
2265
|
+
relayer?: string | undefined;
|
|
2314
2266
|
} | undefined;
|
|
2315
2267
|
gasSponsored?: boolean | undefined;
|
|
2316
2268
|
};
|
|
@@ -2554,16 +2506,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2554
2506
|
buyAmount?: string | undefined;
|
|
2555
2507
|
from?: string | undefined;
|
|
2556
2508
|
};
|
|
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
|
-
};
|
|
2566
2509
|
settlementContract?: string | undefined;
|
|
2510
|
+
relayer?: string | undefined;
|
|
2567
2511
|
} | undefined;
|
|
2568
2512
|
gasSponsored?: boolean | undefined;
|
|
2569
2513
|
};
|
|
@@ -2807,16 +2751,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
2807
2751
|
buyAmount?: string | undefined;
|
|
2808
2752
|
from?: string | undefined;
|
|
2809
2753
|
};
|
|
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
|
-
};
|
|
2819
2754
|
settlementContract?: string | undefined;
|
|
2755
|
+
relayer?: string | undefined;
|
|
2820
2756
|
} | undefined;
|
|
2821
2757
|
gasSponsored?: boolean | undefined;
|
|
2822
2758
|
};
|
|
@@ -3060,16 +2996,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3060
2996
|
buyAmount?: string | undefined;
|
|
3061
2997
|
from?: string | undefined;
|
|
3062
2998
|
};
|
|
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
|
-
};
|
|
3072
2999
|
settlementContract?: string | undefined;
|
|
3000
|
+
relayer?: string | undefined;
|
|
3073
3001
|
} | undefined;
|
|
3074
3002
|
gasSponsored?: boolean | undefined;
|
|
3075
3003
|
};
|
|
@@ -3320,16 +3248,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3320
3248
|
buyAmount?: string | undefined;
|
|
3321
3249
|
from?: string | undefined;
|
|
3322
3250
|
};
|
|
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
|
-
};
|
|
3332
3251
|
settlementContract?: string | undefined;
|
|
3252
|
+
relayer?: string | undefined;
|
|
3333
3253
|
} | undefined;
|
|
3334
3254
|
gasSponsored?: boolean | undefined;
|
|
3335
3255
|
};
|
|
@@ -3572,16 +3492,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3572
3492
|
buyAmount?: string | undefined;
|
|
3573
3493
|
from?: string | undefined;
|
|
3574
3494
|
};
|
|
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
|
-
};
|
|
3584
3495
|
settlementContract?: string | undefined;
|
|
3496
|
+
relayer?: string | undefined;
|
|
3585
3497
|
} | undefined;
|
|
3586
3498
|
gasSponsored?: boolean | undefined;
|
|
3587
3499
|
};
|
|
@@ -3824,16 +3736,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
3824
3736
|
buyAmount?: string | undefined;
|
|
3825
3737
|
from?: string | undefined;
|
|
3826
3738
|
};
|
|
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
|
-
};
|
|
3836
3739
|
settlementContract?: string | undefined;
|
|
3740
|
+
relayer?: string | undefined;
|
|
3837
3741
|
} | undefined;
|
|
3838
3742
|
gasSponsored?: boolean | undefined;
|
|
3839
3743
|
};
|
|
@@ -4077,16 +3981,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4077
3981
|
buyAmount?: string | undefined;
|
|
4078
3982
|
from?: string | undefined;
|
|
4079
3983
|
};
|
|
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
|
-
};
|
|
4089
3984
|
settlementContract?: string | undefined;
|
|
3985
|
+
relayer?: string | undefined;
|
|
4090
3986
|
} | undefined;
|
|
4091
3987
|
gasSponsored?: boolean | undefined;
|
|
4092
3988
|
};
|
|
@@ -4330,16 +4226,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4330
4226
|
buyAmount?: string | undefined;
|
|
4331
4227
|
from?: string | undefined;
|
|
4332
4228
|
};
|
|
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
|
-
};
|
|
4342
4229
|
settlementContract?: string | undefined;
|
|
4230
|
+
relayer?: string | undefined;
|
|
4343
4231
|
} | undefined;
|
|
4344
4232
|
gasSponsored?: boolean | undefined;
|
|
4345
4233
|
};
|
|
@@ -4583,16 +4471,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4583
4471
|
buyAmount?: string | undefined;
|
|
4584
4472
|
from?: string | undefined;
|
|
4585
4473
|
};
|
|
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
|
-
};
|
|
4595
4474
|
settlementContract?: string | undefined;
|
|
4475
|
+
relayer?: string | undefined;
|
|
4596
4476
|
} | undefined;
|
|
4597
4477
|
gasSponsored?: boolean | undefined;
|
|
4598
4478
|
};
|
|
@@ -4848,16 +4728,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
4848
4728
|
buyAmount?: string | undefined;
|
|
4849
4729
|
from?: string | undefined;
|
|
4850
4730
|
};
|
|
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
|
-
};
|
|
4860
4731
|
settlementContract?: string | undefined;
|
|
4732
|
+
relayer?: string | undefined;
|
|
4861
4733
|
} | undefined;
|
|
4862
4734
|
gasSponsored?: boolean | undefined;
|
|
4863
4735
|
};
|
|
@@ -5101,16 +4973,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5101
4973
|
buyAmount?: string | undefined;
|
|
5102
4974
|
from?: string | undefined;
|
|
5103
4975
|
};
|
|
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
|
-
};
|
|
5113
4976
|
settlementContract?: string | undefined;
|
|
4977
|
+
relayer?: string | undefined;
|
|
5114
4978
|
} | undefined;
|
|
5115
4979
|
gasSponsored?: boolean | undefined;
|
|
5116
4980
|
};
|
|
@@ -5354,16 +5218,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5354
5218
|
buyAmount?: string | undefined;
|
|
5355
5219
|
from?: string | undefined;
|
|
5356
5220
|
};
|
|
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
|
-
};
|
|
5366
5221
|
settlementContract?: string | undefined;
|
|
5222
|
+
relayer?: string | undefined;
|
|
5367
5223
|
} | undefined;
|
|
5368
5224
|
gasSponsored?: boolean | undefined;
|
|
5369
5225
|
};
|
|
@@ -5618,16 +5474,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5618
5474
|
buyAmount?: string | undefined;
|
|
5619
5475
|
from?: string | undefined;
|
|
5620
5476
|
};
|
|
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
|
-
};
|
|
5630
5477
|
settlementContract?: string | undefined;
|
|
5478
|
+
relayer?: string | undefined;
|
|
5631
5479
|
} | undefined;
|
|
5632
5480
|
gasSponsored?: boolean | undefined;
|
|
5633
5481
|
};
|
|
@@ -5929,16 +5777,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
5929
5777
|
buyAmount?: string | undefined;
|
|
5930
5778
|
from?: string | undefined;
|
|
5931
5779
|
};
|
|
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
|
-
};
|
|
5941
5780
|
settlementContract?: string | undefined;
|
|
5781
|
+
relayer?: string | undefined;
|
|
5942
5782
|
} | undefined;
|
|
5943
5783
|
gasSponsored?: boolean | undefined;
|
|
5944
5784
|
};
|
|
@@ -6143,16 +5983,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6143
5983
|
buyAmount?: string | undefined;
|
|
6144
5984
|
from?: string | undefined;
|
|
6145
5985
|
};
|
|
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
|
-
};
|
|
6155
5986
|
settlementContract?: string | undefined;
|
|
5987
|
+
relayer?: string | undefined;
|
|
6156
5988
|
} | undefined;
|
|
6157
5989
|
gasSponsored?: boolean | undefined;
|
|
6158
5990
|
};
|
|
@@ -6450,16 +6282,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6450
6282
|
buyAmount?: string | undefined;
|
|
6451
6283
|
from?: string | undefined;
|
|
6452
6284
|
};
|
|
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
|
-
};
|
|
6462
6285
|
settlementContract?: string | undefined;
|
|
6286
|
+
relayer?: string | undefined;
|
|
6463
6287
|
} | undefined;
|
|
6464
6288
|
gasSponsored?: boolean | undefined;
|
|
6465
6289
|
};
|
|
@@ -6664,16 +6488,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6664
6488
|
buyAmount?: string | undefined;
|
|
6665
6489
|
from?: string | undefined;
|
|
6666
6490
|
};
|
|
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
|
-
};
|
|
6676
6491
|
settlementContract?: string | undefined;
|
|
6492
|
+
relayer?: string | undefined;
|
|
6677
6493
|
} | undefined;
|
|
6678
6494
|
gasSponsored?: boolean | undefined;
|
|
6679
6495
|
};
|
|
@@ -6921,16 +6737,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
6921
6737
|
buyAmount?: string | undefined;
|
|
6922
6738
|
from?: string | undefined;
|
|
6923
6739
|
};
|
|
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
|
-
};
|
|
6933
6740
|
settlementContract?: string | undefined;
|
|
6741
|
+
relayer?: string | undefined;
|
|
6934
6742
|
} | undefined;
|
|
6935
6743
|
gasSponsored?: boolean | undefined;
|
|
6936
6744
|
};
|
|
@@ -7232,16 +7040,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7232
7040
|
buyAmount?: string | undefined;
|
|
7233
7041
|
from?: string | undefined;
|
|
7234
7042
|
};
|
|
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
|
-
};
|
|
7244
7043
|
settlementContract?: string | undefined;
|
|
7044
|
+
relayer?: string | undefined;
|
|
7245
7045
|
} | undefined;
|
|
7246
7046
|
gasSponsored?: boolean | undefined;
|
|
7247
7047
|
};
|
|
@@ -7451,16 +7251,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7451
7251
|
buyAmount?: string | undefined;
|
|
7452
7252
|
from?: string | undefined;
|
|
7453
7253
|
};
|
|
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
|
-
};
|
|
7463
7254
|
settlementContract?: string | undefined;
|
|
7255
|
+
relayer?: string | undefined;
|
|
7464
7256
|
} | undefined;
|
|
7465
7257
|
gasSponsored?: boolean | undefined;
|
|
7466
7258
|
};
|
|
@@ -7761,16 +7553,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7761
7553
|
buyAmount?: string | undefined;
|
|
7762
7554
|
from?: string | undefined;
|
|
7763
7555
|
};
|
|
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
|
-
};
|
|
7773
7556
|
settlementContract?: string | undefined;
|
|
7557
|
+
relayer?: string | undefined;
|
|
7774
7558
|
} | undefined;
|
|
7775
7559
|
gasSponsored?: boolean | undefined;
|
|
7776
7560
|
};
|
|
@@ -7976,16 +7760,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
7976
7760
|
buyAmount?: string | undefined;
|
|
7977
7761
|
from?: string | undefined;
|
|
7978
7762
|
};
|
|
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
|
-
};
|
|
7988
7763
|
settlementContract?: string | undefined;
|
|
7764
|
+
relayer?: string | undefined;
|
|
7989
7765
|
} | undefined;
|
|
7990
7766
|
gasSponsored?: boolean | undefined;
|
|
7991
7767
|
};
|
|
@@ -8286,16 +8062,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8286
8062
|
buyAmount?: string | undefined;
|
|
8287
8063
|
from?: string | undefined;
|
|
8288
8064
|
};
|
|
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
|
-
};
|
|
8298
8065
|
settlementContract?: string | undefined;
|
|
8066
|
+
relayer?: string | undefined;
|
|
8299
8067
|
} | undefined;
|
|
8300
8068
|
gasSponsored?: boolean | undefined;
|
|
8301
8069
|
};
|
|
@@ -8559,16 +8327,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8559
8327
|
buyAmount?: string | undefined;
|
|
8560
8328
|
from?: string | undefined;
|
|
8561
8329
|
};
|
|
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
|
-
};
|
|
8571
8330
|
settlementContract?: string | undefined;
|
|
8331
|
+
relayer?: string | undefined;
|
|
8572
8332
|
} | undefined;
|
|
8573
8333
|
gasSponsored?: boolean | undefined;
|
|
8574
8334
|
};
|
|
@@ -8774,16 +8534,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
8774
8534
|
buyAmount?: string | undefined;
|
|
8775
8535
|
from?: string | undefined;
|
|
8776
8536
|
};
|
|
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
|
-
};
|
|
8786
8537
|
settlementContract?: string | undefined;
|
|
8538
|
+
relayer?: string | undefined;
|
|
8787
8539
|
} | undefined;
|
|
8788
8540
|
gasSponsored?: boolean | undefined;
|
|
8789
8541
|
};
|
|
@@ -9158,16 +8910,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9158
8910
|
buyAmount?: string | undefined;
|
|
9159
8911
|
from?: string | undefined;
|
|
9160
8912
|
};
|
|
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
|
-
};
|
|
9170
8913
|
settlementContract?: string | undefined;
|
|
8914
|
+
relayer?: string | undefined;
|
|
9171
8915
|
} | undefined;
|
|
9172
8916
|
gasSponsored?: boolean | undefined;
|
|
9173
8917
|
};
|
|
@@ -9415,16 +9159,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9415
9159
|
buyAmount?: string | undefined;
|
|
9416
9160
|
from?: string | undefined;
|
|
9417
9161
|
};
|
|
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
|
-
};
|
|
9427
9162
|
settlementContract?: string | undefined;
|
|
9163
|
+
relayer?: string | undefined;
|
|
9428
9164
|
} | undefined;
|
|
9429
9165
|
gasSponsored?: boolean | undefined;
|
|
9430
9166
|
};
|
|
@@ -9667,16 +9403,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9667
9403
|
buyAmount?: string | undefined;
|
|
9668
9404
|
from?: string | undefined;
|
|
9669
9405
|
};
|
|
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
|
-
};
|
|
9679
9406
|
settlementContract?: string | undefined;
|
|
9407
|
+
relayer?: string | undefined;
|
|
9680
9408
|
} | undefined;
|
|
9681
9409
|
gasSponsored?: boolean | undefined;
|
|
9682
9410
|
};
|
|
@@ -9920,16 +9648,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
9920
9648
|
buyAmount?: string | undefined;
|
|
9921
9649
|
from?: string | undefined;
|
|
9922
9650
|
};
|
|
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
|
-
};
|
|
9932
9651
|
settlementContract?: string | undefined;
|
|
9652
|
+
relayer?: string | undefined;
|
|
9933
9653
|
} | undefined;
|
|
9934
9654
|
gasSponsored?: boolean | undefined;
|
|
9935
9655
|
};
|
|
@@ -10172,16 +9892,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10172
9892
|
buyAmount?: string | undefined;
|
|
10173
9893
|
from?: string | undefined;
|
|
10174
9894
|
};
|
|
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
|
-
};
|
|
10184
9895
|
settlementContract?: string | undefined;
|
|
9896
|
+
relayer?: string | undefined;
|
|
10185
9897
|
} | undefined;
|
|
10186
9898
|
gasSponsored?: boolean | undefined;
|
|
10187
9899
|
};
|
|
@@ -10429,16 +10141,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10429
10141
|
buyAmount?: string | undefined;
|
|
10430
10142
|
from?: string | undefined;
|
|
10431
10143
|
};
|
|
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
|
-
};
|
|
10441
10144
|
settlementContract?: string | undefined;
|
|
10145
|
+
relayer?: string | undefined;
|
|
10442
10146
|
} | undefined;
|
|
10443
10147
|
gasSponsored?: boolean | undefined;
|
|
10444
10148
|
};
|
|
@@ -10686,16 +10390,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10686
10390
|
buyAmount?: string | undefined;
|
|
10687
10391
|
from?: string | undefined;
|
|
10688
10392
|
};
|
|
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
|
-
};
|
|
10698
10393
|
settlementContract?: string | undefined;
|
|
10394
|
+
relayer?: string | undefined;
|
|
10699
10395
|
} | undefined;
|
|
10700
10396
|
gasSponsored?: boolean | undefined;
|
|
10701
10397
|
};
|
|
@@ -10997,16 +10693,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
10997
10693
|
buyAmount?: string | undefined;
|
|
10998
10694
|
from?: string | undefined;
|
|
10999
10695
|
};
|
|
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
|
-
};
|
|
11009
10696
|
settlementContract?: string | undefined;
|
|
10697
|
+
relayer?: string | undefined;
|
|
11010
10698
|
} | undefined;
|
|
11011
10699
|
gasSponsored?: boolean | undefined;
|
|
11012
10700
|
};
|
|
@@ -11211,16 +10899,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11211
10899
|
buyAmount?: string | undefined;
|
|
11212
10900
|
from?: string | undefined;
|
|
11213
10901
|
};
|
|
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
|
-
};
|
|
11223
10902
|
settlementContract?: string | undefined;
|
|
10903
|
+
relayer?: string | undefined;
|
|
11224
10904
|
} | undefined;
|
|
11225
10905
|
gasSponsored?: boolean | undefined;
|
|
11226
10906
|
};
|
|
@@ -11518,16 +11198,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11518
11198
|
buyAmount?: string | undefined;
|
|
11519
11199
|
from?: string | undefined;
|
|
11520
11200
|
};
|
|
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
|
-
};
|
|
11530
11201
|
settlementContract?: string | undefined;
|
|
11202
|
+
relayer?: string | undefined;
|
|
11531
11203
|
} | undefined;
|
|
11532
11204
|
gasSponsored?: boolean | undefined;
|
|
11533
11205
|
};
|
|
@@ -11732,16 +11404,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11732
11404
|
buyAmount?: string | undefined;
|
|
11733
11405
|
from?: string | undefined;
|
|
11734
11406
|
};
|
|
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
|
-
};
|
|
11744
11407
|
settlementContract?: string | undefined;
|
|
11408
|
+
relayer?: string | undefined;
|
|
11745
11409
|
} | undefined;
|
|
11746
11410
|
gasSponsored?: boolean | undefined;
|
|
11747
11411
|
};
|
|
@@ -11989,16 +11653,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
11989
11653
|
buyAmount?: string | undefined;
|
|
11990
11654
|
from?: string | undefined;
|
|
11991
11655
|
};
|
|
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
|
-
};
|
|
12001
11656
|
settlementContract?: string | undefined;
|
|
11657
|
+
relayer?: string | undefined;
|
|
12002
11658
|
} | undefined;
|
|
12003
11659
|
gasSponsored?: boolean | undefined;
|
|
12004
11660
|
};
|
|
@@ -12300,16 +11956,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12300
11956
|
buyAmount?: string | undefined;
|
|
12301
11957
|
from?: string | undefined;
|
|
12302
11958
|
};
|
|
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
|
-
};
|
|
12312
11959
|
settlementContract?: string | undefined;
|
|
11960
|
+
relayer?: string | undefined;
|
|
12313
11961
|
} | undefined;
|
|
12314
11962
|
gasSponsored?: boolean | undefined;
|
|
12315
11963
|
};
|
|
@@ -12519,16 +12167,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12519
12167
|
buyAmount?: string | undefined;
|
|
12520
12168
|
from?: string | undefined;
|
|
12521
12169
|
};
|
|
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
|
-
};
|
|
12531
12170
|
settlementContract?: string | undefined;
|
|
12171
|
+
relayer?: string | undefined;
|
|
12532
12172
|
} | undefined;
|
|
12533
12173
|
gasSponsored?: boolean | undefined;
|
|
12534
12174
|
};
|
|
@@ -12829,16 +12469,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
12829
12469
|
buyAmount?: string | undefined;
|
|
12830
12470
|
from?: string | undefined;
|
|
12831
12471
|
};
|
|
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
|
-
};
|
|
12841
12472
|
settlementContract?: string | undefined;
|
|
12473
|
+
relayer?: string | undefined;
|
|
12842
12474
|
} | undefined;
|
|
12843
12475
|
gasSponsored?: boolean | undefined;
|
|
12844
12476
|
};
|
|
@@ -13044,16 +12676,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13044
12676
|
buyAmount?: string | undefined;
|
|
13045
12677
|
from?: string | undefined;
|
|
13046
12678
|
};
|
|
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
|
-
};
|
|
13056
12679
|
settlementContract?: string | undefined;
|
|
12680
|
+
relayer?: string | undefined;
|
|
13057
12681
|
} | undefined;
|
|
13058
12682
|
gasSponsored?: boolean | undefined;
|
|
13059
12683
|
};
|
|
@@ -13354,16 +12978,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13354
12978
|
buyAmount?: string | undefined;
|
|
13355
12979
|
from?: string | undefined;
|
|
13356
12980
|
};
|
|
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
|
-
};
|
|
13366
12981
|
settlementContract?: string | undefined;
|
|
12982
|
+
relayer?: string | undefined;
|
|
13367
12983
|
} | undefined;
|
|
13368
12984
|
gasSponsored?: boolean | undefined;
|
|
13369
12985
|
};
|
|
@@ -13627,16 +13243,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13627
13243
|
buyAmount?: string | undefined;
|
|
13628
13244
|
from?: string | undefined;
|
|
13629
13245
|
};
|
|
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
|
-
};
|
|
13639
13246
|
settlementContract?: string | undefined;
|
|
13247
|
+
relayer?: string | undefined;
|
|
13640
13248
|
} | undefined;
|
|
13641
13249
|
gasSponsored?: boolean | undefined;
|
|
13642
13250
|
};
|
|
@@ -13842,16 +13450,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
13842
13450
|
buyAmount?: string | undefined;
|
|
13843
13451
|
from?: string | undefined;
|
|
13844
13452
|
};
|
|
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
|
-
};
|
|
13854
13453
|
settlementContract?: string | undefined;
|
|
13454
|
+
relayer?: string | undefined;
|
|
13855
13455
|
} | undefined;
|
|
13856
13456
|
gasSponsored?: boolean | undefined;
|
|
13857
13457
|
};
|
|
@@ -14234,16 +13834,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14234
13834
|
buyAmount?: string | undefined;
|
|
14235
13835
|
from?: string | undefined;
|
|
14236
13836
|
};
|
|
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
|
-
};
|
|
14246
13837
|
settlementContract?: string | undefined;
|
|
13838
|
+
relayer?: string | undefined;
|
|
14247
13839
|
} | undefined;
|
|
14248
13840
|
gasSponsored?: boolean | undefined;
|
|
14249
13841
|
};
|
|
@@ -14491,16 +14083,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14491
14083
|
buyAmount?: string | undefined;
|
|
14492
14084
|
from?: string | undefined;
|
|
14493
14085
|
};
|
|
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
|
-
};
|
|
14503
14086
|
settlementContract?: string | undefined;
|
|
14087
|
+
relayer?: string | undefined;
|
|
14504
14088
|
} | undefined;
|
|
14505
14089
|
gasSponsored?: boolean | undefined;
|
|
14506
14090
|
};
|
|
@@ -14743,16 +14327,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14743
14327
|
buyAmount?: string | undefined;
|
|
14744
14328
|
from?: string | undefined;
|
|
14745
14329
|
};
|
|
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
|
-
};
|
|
14755
14330
|
settlementContract?: string | undefined;
|
|
14331
|
+
relayer?: string | undefined;
|
|
14756
14332
|
} | undefined;
|
|
14757
14333
|
gasSponsored?: boolean | undefined;
|
|
14758
14334
|
};
|
|
@@ -14995,16 +14571,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
14995
14571
|
buyAmount?: string | undefined;
|
|
14996
14572
|
from?: string | undefined;
|
|
14997
14573
|
};
|
|
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
|
-
};
|
|
15007
14574
|
settlementContract?: string | undefined;
|
|
14575
|
+
relayer?: string | undefined;
|
|
15008
14576
|
} | undefined;
|
|
15009
14577
|
gasSponsored?: boolean | undefined;
|
|
15010
14578
|
};
|
|
@@ -15248,16 +14816,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15248
14816
|
buyAmount?: string | undefined;
|
|
15249
14817
|
from?: string | undefined;
|
|
15250
14818
|
};
|
|
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
|
-
};
|
|
15260
14819
|
settlementContract?: string | undefined;
|
|
14820
|
+
relayer?: string | undefined;
|
|
15261
14821
|
} | undefined;
|
|
15262
14822
|
gasSponsored?: boolean | undefined;
|
|
15263
14823
|
};
|
|
@@ -15500,16 +15060,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15500
15060
|
buyAmount?: string | undefined;
|
|
15501
15061
|
from?: string | undefined;
|
|
15502
15062
|
};
|
|
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
|
-
};
|
|
15512
15063
|
settlementContract?: string | undefined;
|
|
15064
|
+
relayer?: string | undefined;
|
|
15513
15065
|
} | undefined;
|
|
15514
15066
|
gasSponsored?: boolean | undefined;
|
|
15515
15067
|
};
|
|
@@ -15752,16 +15304,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
15752
15304
|
buyAmount?: string | undefined;
|
|
15753
15305
|
from?: string | undefined;
|
|
15754
15306
|
};
|
|
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
|
-
};
|
|
15764
15307
|
settlementContract?: string | undefined;
|
|
15308
|
+
relayer?: string | undefined;
|
|
15765
15309
|
} | undefined;
|
|
15766
15310
|
gasSponsored?: boolean | undefined;
|
|
15767
15311
|
};
|
|
@@ -16009,16 +15553,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16009
15553
|
buyAmount?: string | undefined;
|
|
16010
15554
|
from?: string | undefined;
|
|
16011
15555
|
};
|
|
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
|
-
};
|
|
16021
15556
|
settlementContract?: string | undefined;
|
|
15557
|
+
relayer?: string | undefined;
|
|
16022
15558
|
} | undefined;
|
|
16023
15559
|
gasSponsored?: boolean | undefined;
|
|
16024
15560
|
};
|
|
@@ -16266,16 +15802,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16266
15802
|
buyAmount?: string | undefined;
|
|
16267
15803
|
from?: string | undefined;
|
|
16268
15804
|
};
|
|
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
|
-
};
|
|
16278
15805
|
settlementContract?: string | undefined;
|
|
15806
|
+
relayer?: string | undefined;
|
|
16279
15807
|
} | undefined;
|
|
16280
15808
|
gasSponsored?: boolean | undefined;
|
|
16281
15809
|
};
|
|
@@ -16523,16 +16051,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16523
16051
|
buyAmount?: string | undefined;
|
|
16524
16052
|
from?: string | undefined;
|
|
16525
16053
|
};
|
|
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
|
-
};
|
|
16535
16054
|
settlementContract?: string | undefined;
|
|
16055
|
+
relayer?: string | undefined;
|
|
16536
16056
|
} | undefined;
|
|
16537
16057
|
gasSponsored?: boolean | undefined;
|
|
16538
16058
|
};
|
|
@@ -16775,16 +16295,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
16775
16295
|
buyAmount?: string | undefined;
|
|
16776
16296
|
from?: string | undefined;
|
|
16777
16297
|
};
|
|
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
|
-
};
|
|
16787
16298
|
settlementContract?: string | undefined;
|
|
16299
|
+
relayer?: string | undefined;
|
|
16788
16300
|
} | undefined;
|
|
16789
16301
|
gasSponsored?: boolean | undefined;
|
|
16790
16302
|
};
|
|
@@ -17028,16 +16540,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17028
16540
|
buyAmount?: string | undefined;
|
|
17029
16541
|
from?: string | undefined;
|
|
17030
16542
|
};
|
|
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
|
-
};
|
|
17040
16543
|
settlementContract?: string | undefined;
|
|
16544
|
+
relayer?: string | undefined;
|
|
17041
16545
|
} | undefined;
|
|
17042
16546
|
gasSponsored?: boolean | undefined;
|
|
17043
16547
|
};
|
|
@@ -17280,16 +16784,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17280
16784
|
buyAmount?: string | undefined;
|
|
17281
16785
|
from?: string | undefined;
|
|
17282
16786
|
};
|
|
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
|
-
};
|
|
17292
16787
|
settlementContract?: string | undefined;
|
|
16788
|
+
relayer?: string | undefined;
|
|
17293
16789
|
} | undefined;
|
|
17294
16790
|
gasSponsored?: boolean | undefined;
|
|
17295
16791
|
};
|
|
@@ -17537,16 +17033,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17537
17033
|
buyAmount?: string | undefined;
|
|
17538
17034
|
from?: string | undefined;
|
|
17539
17035
|
};
|
|
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
|
-
};
|
|
17549
17036
|
settlementContract?: string | undefined;
|
|
17037
|
+
relayer?: string | undefined;
|
|
17550
17038
|
} | undefined;
|
|
17551
17039
|
gasSponsored?: boolean | undefined;
|
|
17552
17040
|
};
|
|
@@ -17794,16 +17282,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
17794
17282
|
buyAmount?: string | undefined;
|
|
17795
17283
|
from?: string | undefined;
|
|
17796
17284
|
};
|
|
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
|
-
};
|
|
17806
17285
|
settlementContract?: string | undefined;
|
|
17286
|
+
relayer?: string | undefined;
|
|
17807
17287
|
} | undefined;
|
|
17808
17288
|
gasSponsored?: boolean | undefined;
|
|
17809
17289
|
};
|
|
@@ -18105,16 +17585,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18105
17585
|
buyAmount?: string | undefined;
|
|
18106
17586
|
from?: string | undefined;
|
|
18107
17587
|
};
|
|
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
|
-
};
|
|
18117
17588
|
settlementContract?: string | undefined;
|
|
17589
|
+
relayer?: string | undefined;
|
|
18118
17590
|
} | undefined;
|
|
18119
17591
|
gasSponsored?: boolean | undefined;
|
|
18120
17592
|
};
|
|
@@ -18319,16 +17791,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18319
17791
|
buyAmount?: string | undefined;
|
|
18320
17792
|
from?: string | undefined;
|
|
18321
17793
|
};
|
|
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
|
-
};
|
|
18331
17794
|
settlementContract?: string | undefined;
|
|
17795
|
+
relayer?: string | undefined;
|
|
18332
17796
|
} | undefined;
|
|
18333
17797
|
gasSponsored?: boolean | undefined;
|
|
18334
17798
|
};
|
|
@@ -18626,16 +18090,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18626
18090
|
buyAmount?: string | undefined;
|
|
18627
18091
|
from?: string | undefined;
|
|
18628
18092
|
};
|
|
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
|
-
};
|
|
18638
18093
|
settlementContract?: string | undefined;
|
|
18094
|
+
relayer?: string | undefined;
|
|
18639
18095
|
} | undefined;
|
|
18640
18096
|
gasSponsored?: boolean | undefined;
|
|
18641
18097
|
};
|
|
@@ -18840,16 +18296,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
18840
18296
|
buyAmount?: string | undefined;
|
|
18841
18297
|
from?: string | undefined;
|
|
18842
18298
|
};
|
|
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
|
-
};
|
|
18852
18299
|
settlementContract?: string | undefined;
|
|
18300
|
+
relayer?: string | undefined;
|
|
18853
18301
|
} | undefined;
|
|
18854
18302
|
gasSponsored?: boolean | undefined;
|
|
18855
18303
|
};
|
|
@@ -19097,16 +18545,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19097
18545
|
buyAmount?: string | undefined;
|
|
19098
18546
|
from?: string | undefined;
|
|
19099
18547
|
};
|
|
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
|
-
};
|
|
19109
18548
|
settlementContract?: string | undefined;
|
|
18549
|
+
relayer?: string | undefined;
|
|
19110
18550
|
} | undefined;
|
|
19111
18551
|
gasSponsored?: boolean | undefined;
|
|
19112
18552
|
};
|
|
@@ -19408,16 +18848,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19408
18848
|
buyAmount?: string | undefined;
|
|
19409
18849
|
from?: string | undefined;
|
|
19410
18850
|
};
|
|
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
|
-
};
|
|
19420
18851
|
settlementContract?: string | undefined;
|
|
18852
|
+
relayer?: string | undefined;
|
|
19421
18853
|
} | undefined;
|
|
19422
18854
|
gasSponsored?: boolean | undefined;
|
|
19423
18855
|
};
|
|
@@ -19627,16 +19059,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19627
19059
|
buyAmount?: string | undefined;
|
|
19628
19060
|
from?: string | undefined;
|
|
19629
19061
|
};
|
|
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
|
-
};
|
|
19639
19062
|
settlementContract?: string | undefined;
|
|
19063
|
+
relayer?: string | undefined;
|
|
19640
19064
|
} | undefined;
|
|
19641
19065
|
gasSponsored?: boolean | undefined;
|
|
19642
19066
|
};
|
|
@@ -19937,16 +19361,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
19937
19361
|
buyAmount?: string | undefined;
|
|
19938
19362
|
from?: string | undefined;
|
|
19939
19363
|
};
|
|
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
|
-
};
|
|
19949
19364
|
settlementContract?: string | undefined;
|
|
19365
|
+
relayer?: string | undefined;
|
|
19950
19366
|
} | undefined;
|
|
19951
19367
|
gasSponsored?: boolean | undefined;
|
|
19952
19368
|
};
|
|
@@ -20152,16 +19568,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20152
19568
|
buyAmount?: string | undefined;
|
|
20153
19569
|
from?: string | undefined;
|
|
20154
19570
|
};
|
|
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
|
-
};
|
|
20164
19571
|
settlementContract?: string | undefined;
|
|
19572
|
+
relayer?: string | undefined;
|
|
20165
19573
|
} | undefined;
|
|
20166
19574
|
gasSponsored?: boolean | undefined;
|
|
20167
19575
|
};
|
|
@@ -20462,16 +19870,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20462
19870
|
buyAmount?: string | undefined;
|
|
20463
19871
|
from?: string | undefined;
|
|
20464
19872
|
};
|
|
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
|
-
};
|
|
20474
19873
|
settlementContract?: string | undefined;
|
|
19874
|
+
relayer?: string | undefined;
|
|
20475
19875
|
} | undefined;
|
|
20476
19876
|
gasSponsored?: boolean | undefined;
|
|
20477
19877
|
};
|
|
@@ -20735,16 +20135,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20735
20135
|
buyAmount?: string | undefined;
|
|
20736
20136
|
from?: string | undefined;
|
|
20737
20137
|
};
|
|
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
|
-
};
|
|
20747
20138
|
settlementContract?: string | undefined;
|
|
20139
|
+
relayer?: string | undefined;
|
|
20748
20140
|
} | undefined;
|
|
20749
20141
|
gasSponsored?: boolean | undefined;
|
|
20750
20142
|
};
|
|
@@ -20950,16 +20342,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
20950
20342
|
buyAmount?: string | undefined;
|
|
20951
20343
|
from?: string | undefined;
|
|
20952
20344
|
};
|
|
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
|
-
};
|
|
20962
20345
|
settlementContract?: string | undefined;
|
|
20346
|
+
relayer?: string | undefined;
|
|
20963
20347
|
} | undefined;
|
|
20964
20348
|
gasSponsored?: boolean | undefined;
|
|
20965
20349
|
};
|
|
@@ -21338,16 +20722,8 @@ export declare const selectBridgeQuotes: ((state: BridgeControllerState & {
|
|
|
21338
20722
|
buyAmount?: string | undefined;
|
|
21339
20723
|
from?: string | undefined;
|
|
21340
20724
|
};
|
|
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
|
-
};
|
|
21350
20725
|
settlementContract?: string | undefined;
|
|
20726
|
+
relayer?: string | undefined;
|
|
21351
20727
|
} | undefined;
|
|
21352
20728
|
gasSponsored?: boolean | undefined;
|
|
21353
20729
|
};
|