File tree 1 file changed +2
-5
lines changed
packages/assets-controllers
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
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
-
17
12
- Refactor ` TokensController ` to remove reliance on a single selected network ([ #5659 ] ( https://github.com/MetaMask/core/pull/5659 ) )
18
13
- ` TokensController ` methods now require ` networkClientId ` as an explicit parameter.
19
14
- Token management logic is fully parameterized by ` chainId ` , allowing multi-chain token handling and improving reliability across network changes.
20
15
- 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
21
18
22
19
### Removed
23
20
You can’t perform that action at this time.
0 commit comments