@metamask-previews/assets-controllers 104.3.0-preview-f3d7baae5 → 104.3.0-preview-495c91e
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
|
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
25
|
- When Blockaid bulk token scan API calls fail or return no results, tokens are allowed through
|
|
26
26
|
- This prevents legitimate tokens from being blocked due to API outages, network issues, or missing token data
|
|
27
27
|
- Malicious tokens that slip through are caught by the periodic rescan (runs daily by default)
|
|
28
|
+
- Bump `@metamask/transaction-controller` from `^64.3.0` to `^64.4.0` ([#8585](https://github.com/MetaMask/core/pull/8585))
|
|
28
29
|
|
|
29
30
|
## [104.3.0]
|
|
30
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "104.3.0-preview-
|
|
3
|
+
"version": "104.3.0-preview-495c91e",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
86
86
|
"@metamask/snaps-utils": "^12.1.2",
|
|
87
87
|
"@metamask/storage-service": "^1.0.1",
|
|
88
|
-
"@metamask/transaction-controller": "^64.
|
|
88
|
+
"@metamask/transaction-controller": "^64.4.0",
|
|
89
89
|
"@metamask/utils": "^11.9.0",
|
|
90
90
|
"@types/bn.js": "^5.1.5",
|
|
91
91
|
"@types/uuid": "^8.3.0",
|