@metamask-previews/assets-controllers 93.1.0-preview-19aa8f64 → 93.1.0-preview-a81376cc

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - Expands token detection support from 18 chains to 270+ chains
15
15
  - `TokenDetectionController` now uses `getBalancesUsingMulticall` for RPC-based token balance detection
16
16
 
17
+ ### Changed
18
+
19
+ - Bump `@metamask/transaction-controller` from `^62.4.0` to `^62.5.0` ([#7325](https://github.com/MetaMask/core/pull/7325))
20
+
17
21
  ## [93.1.0]
18
22
 
19
23
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "93.1.0-preview-19aa8f64",
3
+ "version": "93.1.0-preview-a81376cc",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -78,7 +78,7 @@
78
78
  "@metamask/snaps-controllers": "^14.0.1",
79
79
  "@metamask/snaps-sdk": "^9.0.0",
80
80
  "@metamask/snaps-utils": "^11.0.0",
81
- "@metamask/transaction-controller": "^62.4.0",
81
+ "@metamask/transaction-controller": "^62.5.0",
82
82
  "@metamask/utils": "^11.8.1",
83
83
  "@types/bn.js": "^5.1.5",
84
84
  "@types/uuid": "^8.3.0",