@metamask-previews/transaction-pay-controller 10.5.0-preview-a9886279 → 10.6.0-preview-cb897e9
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
CHANGED
|
@@ -9,12 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
|
|
13
|
+
- Bump `@metamask/network-controller` from `^27.1.0` to `^27.2.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
|
|
14
|
+
- Bump `@metamask/assets-controllers` from `^94.0.0` to `^95.0.0` ([#7584](https://github.com/MetaMask/core/pull/7584))
|
|
15
|
+
|
|
16
|
+
## [10.6.0]
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- feat: add override functionality to remote feature flags ([#7271](https://github.com/MetaMask/core/pull/7271))
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
12
24
|
- Bump `@metamask/remote-feature-flag-controller` from `^3.1.0` to `^4.0.0` ([#7546](https://github.com/MetaMask/core/pull/7546))
|
|
13
25
|
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
14
26
|
- Poll relay status using static URL ([#7535](https://github.com/MetaMask/core/pull/7535))
|
|
15
27
|
- Bump `@metamask/assets-controllers` from `^93.1.0` to `^94.1.0` ([#7444](https://github.com/MetaMask/core/pull/7444), [#7488](https://github.com/MetaMask/core/pull/7488))
|
|
16
28
|
- Bump `@metamask/transaction-controller` from `^62.6.0` to `^62.7.0` ([#7494](https://github.com/MetaMask/core/pull/7494))
|
|
17
|
-
- Bump `@metamask/bridge-controller` from `^64.1.0` to `^64.
|
|
29
|
+
- Bump `@metamask/bridge-controller` from `^64.1.0` to `^64.3.0` ([#7509](https://github.com/MetaMask/core/pull/7509), [#7574](https://github.com/MetaMask/core/pull/7574))
|
|
30
|
+
- Bump `@metamask/bridge-status-controller` from `^64.1.0` to `^64.3.0` ([#7509](https://github.com/MetaMask/core/pull/7509), [#7574](https://github.com/MetaMask/core/pull/7574))
|
|
18
31
|
- Bump `@metamask/remote-feature-flag-controller` from `^3.0.0` to `^3.1.0` ([#7519](https://github.com/MetaMask/core/pull/7519))
|
|
19
32
|
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
|
|
20
33
|
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
|
|
@@ -224,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
224
237
|
|
|
225
238
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
226
239
|
|
|
227
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.
|
|
240
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.6.0...HEAD
|
|
241
|
+
[10.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.5.0...@metamask/transaction-pay-controller@10.6.0
|
|
228
242
|
[10.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.4.0...@metamask/transaction-pay-controller@10.5.0
|
|
229
243
|
[10.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.3.0...@metamask/transaction-pay-controller@10.4.0
|
|
230
244
|
[10.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@10.2.0...@metamask/transaction-pay-controller@10.3.0
|
|
@@ -67,18 +67,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
67
67
|
decimals: number;
|
|
68
68
|
icon?: string | null | undefined;
|
|
69
69
|
iconUrl?: string | null | undefined;
|
|
70
|
-
rwaData?: {
|
|
71
|
-
instrumentType: string;
|
|
72
|
-
ticker: string;
|
|
73
|
-
market: {
|
|
74
|
-
nextOpen: string;
|
|
75
|
-
nextClose: string;
|
|
76
|
-
};
|
|
77
|
-
nextPause: {
|
|
78
|
-
start: string;
|
|
79
|
-
end: string;
|
|
80
|
-
};
|
|
81
|
-
} | undefined;
|
|
82
70
|
};
|
|
83
71
|
destAsset: {
|
|
84
72
|
symbol: string;
|
|
@@ -89,18 +77,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
89
77
|
decimals: number;
|
|
90
78
|
icon?: string | null | undefined;
|
|
91
79
|
iconUrl?: string | null | undefined;
|
|
92
|
-
rwaData?: {
|
|
93
|
-
instrumentType: string;
|
|
94
|
-
ticker: string;
|
|
95
|
-
market: {
|
|
96
|
-
nextOpen: string;
|
|
97
|
-
nextClose: string;
|
|
98
|
-
};
|
|
99
|
-
nextPause: {
|
|
100
|
-
start: string;
|
|
101
|
-
end: string;
|
|
102
|
-
};
|
|
103
|
-
} | undefined;
|
|
104
80
|
};
|
|
105
81
|
requestId: string;
|
|
106
82
|
srcTokenAmount: string;
|
|
@@ -118,18 +94,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
118
94
|
decimals: number;
|
|
119
95
|
icon?: string | null | undefined;
|
|
120
96
|
iconUrl?: string | null | undefined;
|
|
121
|
-
rwaData?: {
|
|
122
|
-
instrumentType: string;
|
|
123
|
-
ticker: string;
|
|
124
|
-
market: {
|
|
125
|
-
nextOpen: string;
|
|
126
|
-
nextClose: string;
|
|
127
|
-
};
|
|
128
|
-
nextPause: {
|
|
129
|
-
start: string;
|
|
130
|
-
end: string;
|
|
131
|
-
};
|
|
132
|
-
} | undefined;
|
|
133
97
|
};
|
|
134
98
|
};
|
|
135
99
|
txFee?: ({
|
|
@@ -143,18 +107,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
143
107
|
decimals: number;
|
|
144
108
|
icon?: string | null | undefined;
|
|
145
109
|
iconUrl?: string | null | undefined;
|
|
146
|
-
rwaData?: {
|
|
147
|
-
instrumentType: string;
|
|
148
|
-
ticker: string;
|
|
149
|
-
market: {
|
|
150
|
-
nextOpen: string;
|
|
151
|
-
nextClose: string;
|
|
152
|
-
};
|
|
153
|
-
nextPause: {
|
|
154
|
-
start: string;
|
|
155
|
-
end: string;
|
|
156
|
-
};
|
|
157
|
-
} | undefined;
|
|
158
110
|
};
|
|
159
111
|
} & {
|
|
160
112
|
maxFeePerGas: string;
|
|
@@ -175,18 +127,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
175
127
|
decimals: number;
|
|
176
128
|
icon?: string | null | undefined;
|
|
177
129
|
iconUrl?: string | null | undefined;
|
|
178
|
-
rwaData?: {
|
|
179
|
-
instrumentType: string;
|
|
180
|
-
ticker: string;
|
|
181
|
-
market: {
|
|
182
|
-
nextOpen: string;
|
|
183
|
-
nextClose: string;
|
|
184
|
-
};
|
|
185
|
-
nextPause: {
|
|
186
|
-
start: string;
|
|
187
|
-
end: string;
|
|
188
|
-
};
|
|
189
|
-
} | undefined;
|
|
190
130
|
};
|
|
191
131
|
destAsset: {
|
|
192
132
|
symbol: string;
|
|
@@ -197,18 +137,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
197
137
|
decimals: number;
|
|
198
138
|
icon?: string | null | undefined;
|
|
199
139
|
iconUrl?: string | null | undefined;
|
|
200
|
-
rwaData?: {
|
|
201
|
-
instrumentType: string;
|
|
202
|
-
ticker: string;
|
|
203
|
-
market: {
|
|
204
|
-
nextOpen: string;
|
|
205
|
-
nextClose: string;
|
|
206
|
-
};
|
|
207
|
-
nextPause: {
|
|
208
|
-
start: string;
|
|
209
|
-
end: string;
|
|
210
|
-
};
|
|
211
|
-
} | undefined;
|
|
212
140
|
};
|
|
213
141
|
srcAmount: string;
|
|
214
142
|
destAmount: string;
|
|
@@ -231,18 +159,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
231
159
|
decimals: number;
|
|
232
160
|
icon?: string | null | undefined;
|
|
233
161
|
iconUrl?: string | null | undefined;
|
|
234
|
-
rwaData?: {
|
|
235
|
-
instrumentType: string;
|
|
236
|
-
ticker: string;
|
|
237
|
-
market: {
|
|
238
|
-
nextOpen: string;
|
|
239
|
-
nextClose: string;
|
|
240
|
-
};
|
|
241
|
-
nextPause: {
|
|
242
|
-
start: string;
|
|
243
|
-
end: string;
|
|
244
|
-
};
|
|
245
|
-
} | undefined;
|
|
246
162
|
};
|
|
247
163
|
destAsset: {
|
|
248
164
|
symbol: string;
|
|
@@ -253,18 +169,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
253
169
|
decimals: number;
|
|
254
170
|
icon?: string | null | undefined;
|
|
255
171
|
iconUrl?: string | null | undefined;
|
|
256
|
-
rwaData?: {
|
|
257
|
-
instrumentType: string;
|
|
258
|
-
ticker: string;
|
|
259
|
-
market: {
|
|
260
|
-
nextOpen: string;
|
|
261
|
-
nextClose: string;
|
|
262
|
-
};
|
|
263
|
-
nextPause: {
|
|
264
|
-
start: string;
|
|
265
|
-
end: string;
|
|
266
|
-
};
|
|
267
|
-
} | undefined;
|
|
268
172
|
};
|
|
269
173
|
srcAmount: string;
|
|
270
174
|
destAmount: string;
|
|
@@ -283,13 +187,32 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
283
187
|
priceImpact?: string | undefined;
|
|
284
188
|
totalFeeAmountUsd?: string | undefined;
|
|
285
189
|
} | undefined;
|
|
190
|
+
intent?: {
|
|
191
|
+
protocol: string;
|
|
192
|
+
order: {
|
|
193
|
+
sellToken: string;
|
|
194
|
+
buyToken: string;
|
|
195
|
+
validTo: string | number;
|
|
196
|
+
appData: string;
|
|
197
|
+
appDataHash: string;
|
|
198
|
+
feeAmount: string;
|
|
199
|
+
kind: "sell" | "buy";
|
|
200
|
+
partiallyFillable: boolean;
|
|
201
|
+
receiver?: string | undefined;
|
|
202
|
+
sellAmount?: string | undefined;
|
|
203
|
+
buyAmount?: string | undefined;
|
|
204
|
+
from?: string | undefined;
|
|
205
|
+
};
|
|
206
|
+
settlementContract?: string | undefined;
|
|
207
|
+
relayer?: string | undefined;
|
|
208
|
+
} | undefined;
|
|
286
209
|
gasSponsored?: boolean | undefined;
|
|
287
210
|
};
|
|
288
211
|
estimatedProcessingTimeInSeconds: number;
|
|
289
212
|
trade: string | {
|
|
290
213
|
chainId: number;
|
|
291
|
-
to: string;
|
|
292
214
|
from: string;
|
|
215
|
+
to: string;
|
|
293
216
|
value: string;
|
|
294
217
|
data: string;
|
|
295
218
|
gasLimit: number | null;
|
|
@@ -309,8 +232,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
309
232
|
};
|
|
310
233
|
approval?: {
|
|
311
234
|
chainId: number;
|
|
312
|
-
to: string;
|
|
313
235
|
from: string;
|
|
236
|
+
to: string;
|
|
314
237
|
value: string;
|
|
315
238
|
data: string;
|
|
316
239
|
gasLimit: number | null;
|
|
@@ -331,8 +254,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
331
254
|
featureId?: import("@metamask/bridge-controller").FeatureId | undefined;
|
|
332
255
|
resetApproval?: {
|
|
333
256
|
chainId: number;
|
|
334
|
-
to: string;
|
|
335
257
|
from: string;
|
|
258
|
+
to: string;
|
|
336
259
|
value: string;
|
|
337
260
|
data: string;
|
|
338
261
|
gasLimit: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOjC"}
|
|
@@ -67,18 +67,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
67
67
|
decimals: number;
|
|
68
68
|
icon?: string | null | undefined;
|
|
69
69
|
iconUrl?: string | null | undefined;
|
|
70
|
-
rwaData?: {
|
|
71
|
-
instrumentType: string;
|
|
72
|
-
ticker: string;
|
|
73
|
-
market: {
|
|
74
|
-
nextOpen: string;
|
|
75
|
-
nextClose: string;
|
|
76
|
-
};
|
|
77
|
-
nextPause: {
|
|
78
|
-
start: string;
|
|
79
|
-
end: string;
|
|
80
|
-
};
|
|
81
|
-
} | undefined;
|
|
82
70
|
};
|
|
83
71
|
destAsset: {
|
|
84
72
|
symbol: string;
|
|
@@ -89,18 +77,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
89
77
|
decimals: number;
|
|
90
78
|
icon?: string | null | undefined;
|
|
91
79
|
iconUrl?: string | null | undefined;
|
|
92
|
-
rwaData?: {
|
|
93
|
-
instrumentType: string;
|
|
94
|
-
ticker: string;
|
|
95
|
-
market: {
|
|
96
|
-
nextOpen: string;
|
|
97
|
-
nextClose: string;
|
|
98
|
-
};
|
|
99
|
-
nextPause: {
|
|
100
|
-
start: string;
|
|
101
|
-
end: string;
|
|
102
|
-
};
|
|
103
|
-
} | undefined;
|
|
104
80
|
};
|
|
105
81
|
requestId: string;
|
|
106
82
|
srcTokenAmount: string;
|
|
@@ -118,18 +94,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
118
94
|
decimals: number;
|
|
119
95
|
icon?: string | null | undefined;
|
|
120
96
|
iconUrl?: string | null | undefined;
|
|
121
|
-
rwaData?: {
|
|
122
|
-
instrumentType: string;
|
|
123
|
-
ticker: string;
|
|
124
|
-
market: {
|
|
125
|
-
nextOpen: string;
|
|
126
|
-
nextClose: string;
|
|
127
|
-
};
|
|
128
|
-
nextPause: {
|
|
129
|
-
start: string;
|
|
130
|
-
end: string;
|
|
131
|
-
};
|
|
132
|
-
} | undefined;
|
|
133
97
|
};
|
|
134
98
|
};
|
|
135
99
|
txFee?: ({
|
|
@@ -143,18 +107,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
143
107
|
decimals: number;
|
|
144
108
|
icon?: string | null | undefined;
|
|
145
109
|
iconUrl?: string | null | undefined;
|
|
146
|
-
rwaData?: {
|
|
147
|
-
instrumentType: string;
|
|
148
|
-
ticker: string;
|
|
149
|
-
market: {
|
|
150
|
-
nextOpen: string;
|
|
151
|
-
nextClose: string;
|
|
152
|
-
};
|
|
153
|
-
nextPause: {
|
|
154
|
-
start: string;
|
|
155
|
-
end: string;
|
|
156
|
-
};
|
|
157
|
-
} | undefined;
|
|
158
110
|
};
|
|
159
111
|
} & {
|
|
160
112
|
maxFeePerGas: string;
|
|
@@ -175,18 +127,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
175
127
|
decimals: number;
|
|
176
128
|
icon?: string | null | undefined;
|
|
177
129
|
iconUrl?: string | null | undefined;
|
|
178
|
-
rwaData?: {
|
|
179
|
-
instrumentType: string;
|
|
180
|
-
ticker: string;
|
|
181
|
-
market: {
|
|
182
|
-
nextOpen: string;
|
|
183
|
-
nextClose: string;
|
|
184
|
-
};
|
|
185
|
-
nextPause: {
|
|
186
|
-
start: string;
|
|
187
|
-
end: string;
|
|
188
|
-
};
|
|
189
|
-
} | undefined;
|
|
190
130
|
};
|
|
191
131
|
destAsset: {
|
|
192
132
|
symbol: string;
|
|
@@ -197,18 +137,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
197
137
|
decimals: number;
|
|
198
138
|
icon?: string | null | undefined;
|
|
199
139
|
iconUrl?: string | null | undefined;
|
|
200
|
-
rwaData?: {
|
|
201
|
-
instrumentType: string;
|
|
202
|
-
ticker: string;
|
|
203
|
-
market: {
|
|
204
|
-
nextOpen: string;
|
|
205
|
-
nextClose: string;
|
|
206
|
-
};
|
|
207
|
-
nextPause: {
|
|
208
|
-
start: string;
|
|
209
|
-
end: string;
|
|
210
|
-
};
|
|
211
|
-
} | undefined;
|
|
212
140
|
};
|
|
213
141
|
srcAmount: string;
|
|
214
142
|
destAmount: string;
|
|
@@ -231,18 +159,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
231
159
|
decimals: number;
|
|
232
160
|
icon?: string | null | undefined;
|
|
233
161
|
iconUrl?: string | null | undefined;
|
|
234
|
-
rwaData?: {
|
|
235
|
-
instrumentType: string;
|
|
236
|
-
ticker: string;
|
|
237
|
-
market: {
|
|
238
|
-
nextOpen: string;
|
|
239
|
-
nextClose: string;
|
|
240
|
-
};
|
|
241
|
-
nextPause: {
|
|
242
|
-
start: string;
|
|
243
|
-
end: string;
|
|
244
|
-
};
|
|
245
|
-
} | undefined;
|
|
246
162
|
};
|
|
247
163
|
destAsset: {
|
|
248
164
|
symbol: string;
|
|
@@ -253,18 +169,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
253
169
|
decimals: number;
|
|
254
170
|
icon?: string | null | undefined;
|
|
255
171
|
iconUrl?: string | null | undefined;
|
|
256
|
-
rwaData?: {
|
|
257
|
-
instrumentType: string;
|
|
258
|
-
ticker: string;
|
|
259
|
-
market: {
|
|
260
|
-
nextOpen: string;
|
|
261
|
-
nextClose: string;
|
|
262
|
-
};
|
|
263
|
-
nextPause: {
|
|
264
|
-
start: string;
|
|
265
|
-
end: string;
|
|
266
|
-
};
|
|
267
|
-
} | undefined;
|
|
268
172
|
};
|
|
269
173
|
srcAmount: string;
|
|
270
174
|
destAmount: string;
|
|
@@ -283,13 +187,32 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
283
187
|
priceImpact?: string | undefined;
|
|
284
188
|
totalFeeAmountUsd?: string | undefined;
|
|
285
189
|
} | undefined;
|
|
190
|
+
intent?: {
|
|
191
|
+
protocol: string;
|
|
192
|
+
order: {
|
|
193
|
+
sellToken: string;
|
|
194
|
+
buyToken: string;
|
|
195
|
+
validTo: string | number;
|
|
196
|
+
appData: string;
|
|
197
|
+
appDataHash: string;
|
|
198
|
+
feeAmount: string;
|
|
199
|
+
kind: "sell" | "buy";
|
|
200
|
+
partiallyFillable: boolean;
|
|
201
|
+
receiver?: string | undefined;
|
|
202
|
+
sellAmount?: string | undefined;
|
|
203
|
+
buyAmount?: string | undefined;
|
|
204
|
+
from?: string | undefined;
|
|
205
|
+
};
|
|
206
|
+
settlementContract?: string | undefined;
|
|
207
|
+
relayer?: string | undefined;
|
|
208
|
+
} | undefined;
|
|
286
209
|
gasSponsored?: boolean | undefined;
|
|
287
210
|
};
|
|
288
211
|
estimatedProcessingTimeInSeconds: number;
|
|
289
212
|
trade: string | {
|
|
290
213
|
chainId: number;
|
|
291
|
-
to: string;
|
|
292
214
|
from: string;
|
|
215
|
+
to: string;
|
|
293
216
|
value: string;
|
|
294
217
|
data: string;
|
|
295
218
|
gasLimit: number | null;
|
|
@@ -309,8 +232,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
309
232
|
};
|
|
310
233
|
approval?: {
|
|
311
234
|
chainId: number;
|
|
312
|
-
to: string;
|
|
313
235
|
from: string;
|
|
236
|
+
to: string;
|
|
314
237
|
value: string;
|
|
315
238
|
data: string;
|
|
316
239
|
gasLimit: number | null;
|
|
@@ -331,8 +254,8 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
331
254
|
featureId?: import("@metamask/bridge-controller").FeatureId | undefined;
|
|
332
255
|
resetApproval?: {
|
|
333
256
|
chainId: number;
|
|
334
|
-
to: string;
|
|
335
257
|
from: string;
|
|
258
|
+
to: string;
|
|
336
259
|
value: string;
|
|
337
260
|
data: string;
|
|
338
261
|
gasLimit: number | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.6.0-preview-cb897e9",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ethersproject/abi": "^5.7.0",
|
|
53
53
|
"@ethersproject/contracts": "^5.7.0",
|
|
54
|
-
"@metamask/assets-controllers": "^
|
|
54
|
+
"@metamask/assets-controllers": "^95.0.0",
|
|
55
55
|
"@metamask/base-controller": "^9.0.0",
|
|
56
|
-
"@metamask/bridge-controller": "^64.
|
|
57
|
-
"@metamask/bridge-status-controller": "^64.
|
|
58
|
-
"@metamask/controller-utils": "^11.
|
|
56
|
+
"@metamask/bridge-controller": "^64.3.0",
|
|
57
|
+
"@metamask/bridge-status-controller": "^64.3.0",
|
|
58
|
+
"@metamask/controller-utils": "^11.18.0",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.0.0",
|
|
60
60
|
"@metamask/messenger": "^0.3.0",
|
|
61
61
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
62
|
-
"@metamask/network-controller": "^27.
|
|
62
|
+
"@metamask/network-controller": "^27.2.0",
|
|
63
63
|
"@metamask/remote-feature-flag-controller": "^4.0.0",
|
|
64
64
|
"@metamask/transaction-controller": "^62.7.0",
|
|
65
65
|
"@metamask/utils": "^11.9.0",
|