@metamask-previews/controller-utils 11.6.0-preview-6cc620a → 11.7.0-preview-ded32bd

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 +20 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,12 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.7.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Re-export `ConstantBackoff` and `ExponentialBackoff` from `cockatiel` ([#5492](https://github.com/MetaMask/core/pull/5492))
13
15
  - These can be used to customize service policies
14
16
  - Add optional `backoff` option to `createServicePolicy` ([#5492](https://github.com/MetaMask/core/pull/5492))
15
17
  - This is mainly useful in tests to force the backoff strategy to be constant rather than exponential
18
+ - Add `BUILT_IN_CUSTOM_NETWORKS_RPC`, which includes MegaETH ([#5495](https://github.com/MetaMask/core/pull/5495))
19
+ - Add `CustomNetworkType` quasi-enum and type, which includes MegaETH ([#5495](https://github.com/MetaMask/core/pull/5495))
20
+ - Add `BuiltInNetworkType` type union, which encompasses all Infura and custom network types ([#5495](https://github.com/MetaMask/core/pull/5495))
21
+
22
+ ### Changed
23
+
24
+ - Add MegaETH Testnet to various constants, enums, and types ([#5495](https://github.com/MetaMask/core/pull/5495))
25
+ - Add `MEGAETH_TESTNET` to `TESTNET_TICKER_SYMBOLS`
26
+ - Add `megaeth-testnet` to `BUILT_IN_NETWORKS`
27
+ - Add `MegaETHTestnet` to `BuiltInNetworkName` enum
28
+ - Add `megaeth-testnet` to `ChainId` type
29
+ - Add `MegaETHTestnet` to `NetworksTicker` enum
30
+ - Add `MegaETHTestnet` to `BlockExplorerUrl` quasi-enum
31
+ - Add `MegaETHTestnet` to `NetworkNickname` quasi-enum
32
+ - `CHAIN_ID_TO_ETHERS_NETWORK_NAME_MAP` is now typed as `Record<string, BuiltInNetworkName>` rather than `Record<ChainId, BuiltInNetworkName>` ([#5495](https://github.com/MetaMask/core/pull/5495))
33
+ - `NetworkType` quasi-enum now includes all keys/values from `CustomNetworkType` ([#5495](https://github.com/MetaMask/core/pull/5495))
16
34
 
17
35
  ## [11.6.0]
18
36
 
@@ -472,7 +490,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
472
490
 
473
491
  All changes listed after this point were applied to this package following the monorepo conversion.
474
492
 
475
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.6.0...HEAD
493
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.7.0...HEAD
494
+ [11.7.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.6.0...@metamask/controller-utils@11.7.0
476
495
  [11.6.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.5.0...@metamask/controller-utils@11.6.0
477
496
  [11.5.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.5...@metamask/controller-utils@11.5.0
478
497
  [11.4.5]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.4.4...@metamask/controller-utils@11.4.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/controller-utils",
3
- "version": "11.6.0-preview-6cc620a",
3
+ "version": "11.7.0-preview-ded32bd",
4
4
  "description": "Data and convenience functions shared by multiple packages",
5
5
  "keywords": [
6
6
  "MetaMask",