@metamask-previews/network-controller 32.0.0-preview-771074f → 32.0.0-preview-22ab7e3
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 +2 -1
- package/dist/NetworkController.cjs +0 -1
- package/dist/NetworkController.cjs.map +1 -1
- package/dist/NetworkController.d.cts.map +1 -1
- package/dist/NetworkController.d.mts.map +1 -1
- package/dist/NetworkController.mjs +0 -1
- package/dist/NetworkController.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -35,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
35
35
|
|
|
36
36
|
- **BREAKING:** Remove `initializeProvider` in favor of `init` ([#9034](https://github.com/MetaMask/core/pull/9034))
|
|
37
37
|
- `init` does not call `lookupNetwork`, if this is required it must be called manually.
|
|
38
|
-
- **BREAKING:** Remove `additionalDefaultNetworks` constructor option ([#9035](https://github.com/MetaMask/core/pull/9035))
|
|
38
|
+
- **BREAKING:** Remove `additionalDefaultNetworks` constructor option ([#9035](https://github.com/MetaMask/core/pull/9035), [#9183](https://github.com/MetaMask/core/pull/9183))
|
|
39
|
+
- MegaETH v1 is no longer a default network.
|
|
39
40
|
|
|
40
41
|
### Fixed
|
|
41
42
|
|
|
@@ -181,7 +181,6 @@ function getDefaultCustomNetworkConfigurationsByChainId() {
|
|
|
181
181
|
// Because it is not always guaranteed that the custom networks are included in the
|
|
182
182
|
// default networks.
|
|
183
183
|
return {
|
|
184
|
-
[controller_utils_1.ChainId['megaeth-testnet']]: getCustomNetworkConfiguration(controller_utils_1.CustomNetworkType['megaeth-testnet']),
|
|
185
184
|
[controller_utils_1.ChainId['megaeth-testnet-v2']]: getCustomNetworkConfiguration(controller_utils_1.CustomNetworkType['megaeth-testnet-v2']),
|
|
186
185
|
[controller_utils_1.ChainId['monad-testnet']]: getCustomNetworkConfiguration(controller_utils_1.CustomNetworkType['monad-testnet']),
|
|
187
186
|
};
|