Skip to content

Commit 8322c0c

Browse files
authored
Merge branch 'main' into fix/account-tree-controller-force-init
2 parents 53f3fce + 93c3e12 commit 8322c0c

15 files changed

+1083
-385
lines changed

eslint-warning-thresholds.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
"import-x/namespace": 9,
2626
"jest/no-conditional-in-test": 6
2727
},
28-
"packages/assets-controllers/src/NftController.ts": {
29-
"@typescript-eslint/prefer-readonly": 1,
30-
"jsdoc/check-tag-names": 46
31-
},
3228
"packages/assets-controllers/src/NftDetectionController.test.ts": {
3329
"import-x/namespace": 6,
3430
"import-x/order": 4

packages/assets-controllers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- **BREAKING:** Rename `openSeaEnabled` to `displayNftMedia` in `NftController` ([#4774](https://github.com/MetaMask/core/pull/4774))
13+
- Ensure compatibility for extension preferences controller state
14+
- **BREAKING:** Remove `setApiKey` function and `openSeaApiKey` from `NftController` since opensea is not used anymore for NFT data ([#4774](https://github.com/MetaMask/core/pull/4774))
15+
1016
## [76.0.0]
1117

1218
### Added

0 commit comments

Comments
 (0)