@metamask-previews/network-enablement-controller 5.4.1-preview-68fc14e1c → 5.5.0-preview-a511f243f

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 CHANGED
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.5.0]
11
+
12
+ ### Added
13
+
14
+ - Added Robinhood Chain (`0x1237`) to `POPULAR_NETWORKS` ([#9461](https://github.com/MetaMask/core/pull/9461))
15
+
10
16
  ### Changed
11
17
 
12
18
  - Restore Stellar to the Network Enablement Controller enabled network map by reverting the temporary rollback, as the corresponding Extension issue has already been resolved ([#9385](https://github.com/MetaMask/core/pull/9385))
13
19
  - Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
20
+ - Bump `@metamask/transaction-controller` from `^68.2.2` to `^69.0.0` ([#9421](https://github.com/MetaMask/core/pull/9421), [#9456](https://github.com/MetaMask/core/pull/9456), [#9470](https://github.com/MetaMask/core/pull/9470))
21
+ - Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
14
22
 
15
23
  ## [5.4.1]
16
24
 
@@ -340,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340
348
 
341
349
  - Initial release ([#6028](https://github.com/MetaMask/core/pull/6028))
342
350
 
343
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.1...HEAD
351
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.5.0...HEAD
352
+ [5.5.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.1...@metamask/network-enablement-controller@5.5.0
344
353
  [5.4.1]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.0...@metamask/network-enablement-controller@5.4.1
345
354
  [5.4.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.3.0...@metamask/network-enablement-controller@5.4.0
346
355
  [5.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.2.0...@metamask/network-enablement-controller@5.3.0
package/LICENSE CHANGED
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -17,5 +17,6 @@ exports.POPULAR_NETWORKS = [
17
17
  '0x8f', // Monad (143)
18
18
  '0x10e6', // MegaETH (4326)
19
19
  '0x13b2', // Arc (5042)
20
+ '0x1237', // Robinhood (4663)
20
21
  ];
21
22
  //# sourceMappingURL=constants.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAmB;IAC9C,KAAK,EAAE,mBAAmB;IAC1B,QAAQ,EAAE,gBAAgB;IAC1B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,uBAAuB;IACjC,QAAQ,EAAE,4BAA4B;IACtC,MAAM,EAAE,uBAAuB;IAC/B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,gBAAgB;IACxB,OAAO,EAAE,0CAA0C;IACnD,OAAO,EAAE,mBAAmB;IAC5B,aAAa,EAAE,qBAAqB;IACpC,OAAO,EAAE,iBAAiB;IAC1B,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,aAAa;CACxB,CAAC","sourcesContent":["import type { Hex } from '@metamask/utils';\n\nexport const POPULAR_NETWORKS: readonly Hex[] = [\n '0x1', // Ethereum Mainnet\n '0xe708', // Linea (59144)\n '0x2105', // Base (8453)\n '0xa4b1', // Arbitrum One (42161)\n '0xa86a', // Avalanche C-Chain (43114)\n '0x38', // BNB Smart Chain (56)\n '0xa', // Optimism (10)\n '0x89', // Polygon (137)\n '0x531', // Sei (Assuming 1329 used in EVM context)\n '0x144', // zkSync Era (324)\n '0x2a15c308d', // Palm (11297108109)\n '0x3e7', // HyperEVM (999)\n '0x8f', // Monad (143)\n '0x10e6', // MegaETH (4326)\n '0x13b2', // Arc (5042)\n];\n"]}
1
+ {"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAmB;IAC9C,KAAK,EAAE,mBAAmB;IAC1B,QAAQ,EAAE,gBAAgB;IAC1B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,uBAAuB;IACjC,QAAQ,EAAE,4BAA4B;IACtC,MAAM,EAAE,uBAAuB;IAC/B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,gBAAgB;IACxB,OAAO,EAAE,0CAA0C;IACnD,OAAO,EAAE,mBAAmB;IAC5B,aAAa,EAAE,qBAAqB;IACpC,OAAO,EAAE,iBAAiB;IAC1B,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,aAAa;IACvB,QAAQ,EAAE,mBAAmB;CAC9B,CAAC","sourcesContent":["import type { Hex } from '@metamask/utils';\n\nexport const POPULAR_NETWORKS: readonly Hex[] = [\n '0x1', // Ethereum Mainnet\n '0xe708', // Linea (59144)\n '0x2105', // Base (8453)\n '0xa4b1', // Arbitrum One (42161)\n '0xa86a', // Avalanche C-Chain (43114)\n '0x38', // BNB Smart Chain (56)\n '0xa', // Optimism (10)\n '0x89', // Polygon (137)\n '0x531', // Sei (Assuming 1329 used in EVM context)\n '0x144', // zkSync Era (324)\n '0x2a15c308d', // Palm (11297108109)\n '0x3e7', // HyperEVM (999)\n '0x8f', // Monad (143)\n '0x10e6', // MegaETH (4326)\n '0x13b2', // Arc (5042)\n '0x1237', // Robinhood (4663)\n];\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.cts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,wBAAwB;AAE3C,eAAO,MAAM,gBAAgB,EAAE,SAAS,GAAG,EAgB1C,CAAC"}
1
+ {"version":3,"file":"constants.d.cts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,wBAAwB;AAE3C,eAAO,MAAM,gBAAgB,EAAE,SAAS,GAAG,EAiB1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.mts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,wBAAwB;AAE3C,eAAO,MAAM,gBAAgB,EAAE,SAAS,GAAG,EAgB1C,CAAC"}
1
+ {"version":3,"file":"constants.d.mts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,wBAAwB;AAE3C,eAAO,MAAM,gBAAgB,EAAE,SAAS,GAAG,EAiB1C,CAAC"}
@@ -14,5 +14,6 @@ export const POPULAR_NETWORKS = [
14
14
  '0x8f', // Monad (143)
15
15
  '0x10e6', // MegaETH (4326)
16
16
  '0x13b2', // Arc (5042)
17
+ '0x1237', // Robinhood (4663)
17
18
  ];
18
19
  //# sourceMappingURL=constants.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAmB;IAC9C,KAAK,EAAE,mBAAmB;IAC1B,QAAQ,EAAE,gBAAgB;IAC1B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,uBAAuB;IACjC,QAAQ,EAAE,4BAA4B;IACtC,MAAM,EAAE,uBAAuB;IAC/B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,gBAAgB;IACxB,OAAO,EAAE,0CAA0C;IACnD,OAAO,EAAE,mBAAmB;IAC5B,aAAa,EAAE,qBAAqB;IACpC,OAAO,EAAE,iBAAiB;IAC1B,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,aAAa;CACxB,CAAC","sourcesContent":["import type { Hex } from '@metamask/utils';\n\nexport const POPULAR_NETWORKS: readonly Hex[] = [\n '0x1', // Ethereum Mainnet\n '0xe708', // Linea (59144)\n '0x2105', // Base (8453)\n '0xa4b1', // Arbitrum One (42161)\n '0xa86a', // Avalanche C-Chain (43114)\n '0x38', // BNB Smart Chain (56)\n '0xa', // Optimism (10)\n '0x89', // Polygon (137)\n '0x531', // Sei (Assuming 1329 used in EVM context)\n '0x144', // zkSync Era (324)\n '0x2a15c308d', // Palm (11297108109)\n '0x3e7', // HyperEVM (999)\n '0x8f', // Monad (143)\n '0x10e6', // MegaETH (4326)\n '0x13b2', // Arc (5042)\n];\n"]}
1
+ {"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAmB;IAC9C,KAAK,EAAE,mBAAmB;IAC1B,QAAQ,EAAE,gBAAgB;IAC1B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,uBAAuB;IACjC,QAAQ,EAAE,4BAA4B;IACtC,MAAM,EAAE,uBAAuB;IAC/B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,gBAAgB;IACxB,OAAO,EAAE,0CAA0C;IACnD,OAAO,EAAE,mBAAmB;IAC5B,aAAa,EAAE,qBAAqB;IACpC,OAAO,EAAE,iBAAiB;IAC1B,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,aAAa;IACvB,QAAQ,EAAE,mBAAmB;CAC9B,CAAC","sourcesContent":["import type { Hex } from '@metamask/utils';\n\nexport const POPULAR_NETWORKS: readonly Hex[] = [\n '0x1', // Ethereum Mainnet\n '0xe708', // Linea (59144)\n '0x2105', // Base (8453)\n '0xa4b1', // Arbitrum One (42161)\n '0xa86a', // Avalanche C-Chain (43114)\n '0x38', // BNB Smart Chain (56)\n '0xa', // Optimism (10)\n '0x89', // Polygon (137)\n '0x531', // Sei (Assuming 1329 used in EVM context)\n '0x144', // zkSync Era (324)\n '0x2a15c308d', // Palm (11297108109)\n '0x3e7', // HyperEVM (999)\n '0x8f', // Monad (143)\n '0x10e6', // MegaETH (4326)\n '0x13b2', // Arc (5042)\n '0x1237', // Robinhood (4663)\n];\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-enablement-controller",
3
- "version": "5.4.1-preview-68fc14e1c",
3
+ "version": "5.5.0-preview-a511f243f",
4
4
  "description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,12 +55,12 @@
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.5.0",
59
59
  "@metamask/messenger": "^2.0.0",
60
60
  "@metamask/multichain-network-controller": "^3.2.1",
61
61
  "@metamask/network-controller": "^34.0.0",
62
62
  "@metamask/slip44": "^4.3.0",
63
- "@metamask/transaction-controller": "^68.2.2",
63
+ "@metamask/transaction-controller": "^69.0.0",
64
64
  "@metamask/utils": "^11.11.0",
65
65
  "reselect": "^5.1.1"
66
66
  },