Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
4 changes: 4 additions & 0 deletions packages/network-enablement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add Tron network support ([#6734](https://github.com/MetaMask/core/pull/6734))

### Changed

- Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
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 @@ -63,6 +63,7 @@
"dependencies": {
"@metamask/base-controller": "^8.4.0",
"@metamask/controller-utils": "^11.14.0",
"@metamask/keyring-api": "^21.0.0",
"@metamask/utils": "^11.8.1",
"reselect": "^5.1.1"
},
Expand Down
Loading