@metamask-previews/network-controller 31.1.0-preview-f80989522 → 32.0.0-preview-150787a7d
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.
- package/CHANGELOG.md +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [32.0.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- **BREAKING:** Remove Sei, MegaETH, Avalanche, and ZKSync from list of default networks ([#8767](https://github.com/MetaMask/core/pull/8767))
|
|
13
15
|
- You will need to add them as network configurations first before switching to them.
|
|
16
|
+
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
14
17
|
|
|
15
18
|
## [31.1.0]
|
|
16
19
|
|
|
@@ -1182,7 +1185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1182
1185
|
|
|
1183
1186
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1184
1187
|
|
|
1185
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@
|
|
1188
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@32.0.0...HEAD
|
|
1189
|
+
[32.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@31.1.0...@metamask/network-controller@32.0.0
|
|
1186
1190
|
[31.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@31.0.0...@metamask/network-controller@31.1.0
|
|
1187
1191
|
[31.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.1.0...@metamask/network-controller@31.0.0
|
|
1188
1192
|
[30.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@30.0.1...@metamask/network-controller@30.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.0-preview-150787a7d",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via 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/connectivity-controller": "^0.2.0",
|
|
58
|
-
"@metamask/controller-utils": "^12.
|
|
58
|
+
"@metamask/controller-utils": "^12.1.0",
|
|
59
59
|
"@metamask/eth-block-tracker": "^15.0.1",
|
|
60
60
|
"@metamask/eth-json-rpc-infura": "^10.3.0",
|
|
61
61
|
"@metamask/eth-json-rpc-middleware": "^23.1.3",
|