@metamask-previews/assets-controllers 100.2.1-preview-6cb7e4bcf → 100.2.1-preview-a12b37cc3
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
|
@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
47
47
|
- Remove hardcoded `supportedNftDetectionNetworks` chain allowlist from `NftDetectionController`; the NFT API now returns an empty array for unsupported chains instead of an error, so chain gating is no longer needed in the client ([#8180](https://github.com/MetaMask/core/pull/8180))
|
|
48
48
|
- `NftDetectionController` now skips the NFT API call entirely when all provided chain IDs are non-EVM (decimal `0`), returning an empty result immediately ([#8180](https://github.com/MetaMask/core/pull/8180))
|
|
49
49
|
- Update `ReservoirResponse.continuation` type from `string` to `string | null` to match the NFT API response shape ([#8180](https://github.com/MetaMask/core/pull/8180))
|
|
50
|
+
- Bump `@metamask/transaction-controller` from `^62.21.0` to `^62.22.0` ([#8217](https://github.com/MetaMask/core/pull/8217))
|
|
50
51
|
|
|
51
52
|
### Fixed
|
|
52
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/assets-controllers",
|
|
3
|
-
"version": "100.2.1-preview-
|
|
3
|
+
"version": "100.2.1-preview-a12b37cc3",
|
|
4
4
|
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
83
83
|
"@metamask/snaps-utils": "^11.7.0",
|
|
84
84
|
"@metamask/storage-service": "^1.0.0",
|
|
85
|
-
"@metamask/transaction-controller": "^62.
|
|
85
|
+
"@metamask/transaction-controller": "^62.22.0",
|
|
86
86
|
"@metamask/utils": "^11.9.0",
|
|
87
87
|
"@types/bn.js": "^5.1.5",
|
|
88
88
|
"@types/uuid": "^8.3.0",
|