@metamask-previews/assets-controller 2.0.0-preview-bbc71c9d5 → 2.0.0-preview-9848b08
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
|
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
12
12
|
- Refactor data source tests to use shared `MockAssetControllerMessenger` fixture ([#7958](https://github.com/MetaMask/core/pull/7958))
|
|
13
13
|
- Export `STAKING_INTERFACE` from the staked balance fetcher for use with the staking contract ABI.
|
|
14
14
|
- `StakedBalanceDataSource` teardown now uses the messenger's `clearEventSubscriptions`; custom messenger implementations must support it for correct cleanup.
|
|
15
|
+
- Bump `@metamask/network-enablement-controller` from `^4.1.0` to `^4.1.1` ([#7984](https://github.com/MetaMask/core/pull/7984))
|
|
15
16
|
|
|
16
17
|
## [2.0.0]
|
|
17
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controller",
|
|
3
|
-
"version": "2.0.0-preview-
|
|
3
|
+
"version": "2.0.0-preview-9848b08",
|
|
4
4
|
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@metamask/keyring-snap-client": "^8.2.0",
|
|
63
63
|
"@metamask/messenger": "^0.3.0",
|
|
64
64
|
"@metamask/network-controller": "^29.0.0",
|
|
65
|
-
"@metamask/network-enablement-controller": "^4.1.
|
|
65
|
+
"@metamask/network-enablement-controller": "^4.1.1",
|
|
66
66
|
"@metamask/permission-controller": "^12.2.0",
|
|
67
67
|
"@metamask/polling-controller": "^16.0.2",
|
|
68
68
|
"@metamask/preferences-controller": "^22.1.0",
|