@metamask-previews/assets-controllers 68.1.0-preview-5dcecbb7 → 68.1.0-preview-513a326f
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
|
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
|
13
13
|
- Add `getErc20Balances` function within `TokenBalancesController` to support fetching ERC-20 token balances for a given address and token list ([#5925](https://github.com/MetaMask/core/pull/5925))
|
14
14
|
- This modular service simplifies balance retrieval logic and can be reused across different parts of the controller
|
15
|
+
- Bump `@metamask/transaction-controller` to `^57.3.0` ([#5954](https://github.com/MetaMask/core/pull/5954))
|
15
16
|
|
16
17
|
### Fixed
|
17
18
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
3
|
-
"version": "68.1.0-preview-
|
3
|
+
"version": "68.1.0-preview-513a326f",
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"@metamask/providers": "^22.1.0",
|
92
92
|
"@metamask/snaps-controllers": "^12.3.1",
|
93
93
|
"@metamask/snaps-sdk": "^7.1.0",
|
94
|
-
"@metamask/transaction-controller": "^57.
|
94
|
+
"@metamask/transaction-controller": "^57.3.0",
|
95
95
|
"@types/jest": "^27.4.1",
|
96
96
|
"@types/lodash": "^4.14.191",
|
97
97
|
"@types/node": "^16.18.54",
|