@metamask-previews/smart-transactions-controller 24.2.3-preview-31eae6ba5 → 24.2.3-preview-0e62f8959
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
|
|
13
|
+
|
|
10
14
|
## [24.2.3]
|
|
11
15
|
|
|
12
16
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/smart-transactions-controller",
|
|
3
|
-
"version": "24.2.3-preview-
|
|
3
|
+
"version": "24.2.3-preview-0e62f8959",
|
|
4
4
|
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
68
68
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
69
69
|
"@metamask/superstruct": "^3.1.0",
|
|
70
|
-
"@metamask/transaction-controller": "^68.
|
|
70
|
+
"@metamask/transaction-controller": "^68.2.0",
|
|
71
71
|
"@metamask/utils": "^11.11.0",
|
|
72
72
|
"bignumber.js": "^9.1.2",
|
|
73
73
|
"lodash": "^4.17.21",
|