Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1477,17 +1477,6 @@
"count": 1
}
},
"packages/network-enablement-controller/src/NetworkEnablementController.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 1
},
"@typescript-eslint/prefer-nullish-coalescing": {
"count": 2
},
"id-length": {
"count": 7
}
},
"packages/network-enablement-controller/src/selectors.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 3
Expand Down
7 changes: 7 additions & 0 deletions packages/network-enablement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `nativeAssetIdentifiers` state property that maps CAIP-2 chain IDs to CAIP-19-like native asset identifiers (e.g., `eip155:1/slip44:60`) ([#7609](https://github.com/MetaMask/core/pull/7609))
- Add `Slip44Service` to look up SLIP-44 coin types by native currency symbol ([#7609](https://github.com/MetaMask/core/pull/7609))
- Add `@metamask/slip44` dependency for SLIP-44 coin type lookups ([#7609](https://github.com/MetaMask/core/pull/7609))
- Subscribe to `NetworkController:stateChange` to update `nativeAssetIdentifiers` when a network's native currency changes ([#7609](https://github.com/MetaMask/core/pull/7609))

### Changed

- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
Expand Down
1 change: 1 addition & 0 deletions packages/network-enablement-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@metamask/messenger": "^0.3.0",
"@metamask/multichain-network-controller": "^3.0.1",
"@metamask/network-controller": "^28.0.0",
"@metamask/slip44": "^4.3.0",
"@metamask/transaction-controller": "^62.9.1",
"@metamask/utils": "^11.9.0",
"reselect": "^5.1.1"
Expand Down
Loading
Loading