@metamask-previews/network-enablement-controller 5.4.1-preview-8f30863fb → 5.4.1-preview-a1e525c77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-api` from `^23.3.0` to `^23.4.0` ([#9377](https://github.com/MetaMask/core/pull/9377))
13
+
10
14
  ## [5.4.1]
11
15
 
16
+ ### Added
17
+
18
+ - Add Stellar network enablement: default `enabledNetworkMap` entries for Stellar namespace (pubnet on, testnet off), enable Stellar pubnet during popular-network init when it exists in `MultichainNetworkController`, and include Stellar pubnet in `listPopularMultichainNetworks` ([#8832](https://github.com/MetaMask/core/pull/8832))
19
+
12
20
  ### Changed
13
21
 
14
22
  - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
@@ -20,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
28
 
21
29
  ### Added
22
30
 
23
- - Add Stellar network enablement: default `enabledNetworkMap` entries for Stellar namespace (pubnet on, testnet off), enable Stellar pubnet during popular-network init when it exists in `MultichainNetworkController`, and include Stellar pubnet in `listPopularMultichainNetworks` ([#8832](https://github.com/MetaMask/core/pull/8832))
24
31
  - Export `NetworkEnablementControllerStateChangeEvent` type from the package root ([#9084](https://github.com/MetaMask/core/pull/9084))
25
32
 
26
33
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-enablement-controller",
3
- "version": "5.4.1-preview-8f30863fb",
3
+ "version": "5.4.1-preview-a1e525c77",
4
4
  "description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
57
  "@metamask/controller-utils": "^12.3.0",
58
- "@metamask/keyring-api": "^23.3.0",
58
+ "@metamask/keyring-api": "^23.4.0",
59
59
  "@metamask/messenger": "^1.2.0",
60
60
  "@metamask/multichain-network-controller": "^3.2.1",
61
61
  "@metamask/network-controller": "^34.0.0",