@metamask-previews/assets-controllers 94.1.0-preview-8cfea65a → 94.1.0-preview-d24ded2
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 +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
21
21
|
- `KeyringController:lock` event sets controller to inactive state
|
|
22
22
|
- `AccountTrackerController` now only refreshes balances for the newly added network on `NetworkController:networkAdded` event instead of all networks ([#7492](https://github.com/MetaMask/core/pull/7492))
|
|
23
23
|
- Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7494](https://github.com/MetaMask/core/pull/7494))
|
|
24
|
+
- Bump `@metamask/multichain-account-service` from `^4.0.1` to `^4.1.0` ([#7515](https://github.com/MetaMask/core/pull/7515)
|
|
24
25
|
|
|
25
26
|
## [94.1.0]
|
|
26
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "94.1.0-preview-
|
|
3
|
+
"version": "94.1.0-preview-d24ded2",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@metamask/keyring-controller": "^25.0.0",
|
|
68
68
|
"@metamask/messenger": "^0.3.0",
|
|
69
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
70
|
-
"@metamask/multichain-account-service": "^4.0
|
|
70
|
+
"@metamask/multichain-account-service": "^4.1.0",
|
|
71
71
|
"@metamask/network-controller": "^27.0.0",
|
|
72
72
|
"@metamask/permission-controller": "^12.1.1",
|
|
73
73
|
"@metamask/phishing-controller": "^16.1.0",
|