@metamask-previews/assets-controllers 68.0.0-preview-b33c0741 → 68.0.0-preview-1a1e4b40
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 +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
### Added
|
11
|
+
|
12
|
+
- Added Base Network for networks to track in `TokenDetectionController` ([#5902](https://github.com/MetaMask/core/pull/5902))
|
13
|
+
- Network changes were added in `@metamask/controller-utils`
|
14
|
+
|
10
15
|
## [68.0.0]
|
11
16
|
|
12
17
|
### Changed
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
3
|
-
"version": "68.0.0-preview-
|
3
|
+
"version": "68.0.0-preview-1a1e4b40",
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"@metamask/approval-controller": "^7.1.3",
|
82
82
|
"@metamask/auto-changelog": "^3.4.4",
|
83
83
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
84
|
-
"@metamask/keyring-controller": "^22.0.
|
84
|
+
"@metamask/keyring-controller": "^22.0.2",
|
85
85
|
"@metamask/keyring-internal-api": "^6.2.0",
|
86
86
|
"@metamask/keyring-snap-client": "^5.0.0",
|
87
87
|
"@metamask/network-controller": "^23.5.1",
|