Skip to content

Commit 476edcf

Browse files
committed
fix: fix after rebase
1 parent c062544 commit 476edcf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/assets-controllers/CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Updated `NftController` and `NftDetectionController` to eliminate the dependency on the current chain.
13-
- All functions that previously accepted networkClientId as an optional parameter now require it as a mandatory parameter
14-
15-
### Changed
16-
1712
- Refactor `TokensController` to remove reliance on a single selected network ([#5659](https://github.com/MetaMask/core/pull/5659))
1813
- `TokensController` methods now require `networkClientId` as an explicit parameter.
1914
- Token management logic is fully parameterized by `chainId`, allowing multi-chain token handling and improving reliability across network changes.
2015
- Internal state updates and token metadata fetching are scoped to the corresponding `chainId`
16+
- Updated `NftController` and `NftDetectionController` to eliminate the dependency on the current chain.
17+
- All functions that previously accepted networkClientId as an optional parameter now require it as a mandatory parameter
2118

2219
### Removed
2320

0 commit comments

Comments
 (0)