@metamask-previews/network-enablement-controller 3.0.0-preview-3d9bbf60 → 3.1.0-preview-e98a6769

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,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.0]
11
+
12
+ ### Added
13
+
14
+ - Add Monad network into constant POPULAR_NETWORKS ([#6978](https://github.com/MetaMask/core/pull/6978))
15
+
10
16
  ## [3.0.0]
11
17
 
12
18
  ### Changed
@@ -144,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
150
 
145
151
  - Initial release ([#6028](https://github.com/MetaMask/core/pull/6028))
146
152
 
147
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@3.0.0...HEAD
153
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@3.1.0...HEAD
154
+ [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@3.0.0...@metamask/network-enablement-controller@3.1.0
148
155
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@2.1.2...@metamask/network-enablement-controller@3.0.0
149
156
  [2.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@2.1.1...@metamask/network-enablement-controller@2.1.2
150
157
  [2.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@2.1.0...@metamask/network-enablement-controller@2.1.1
@@ -13,6 +13,7 @@ exports.POPULAR_NETWORKS = [
13
13
  '0x531',
14
14
  '0x144',
15
15
  '0x2a15c308d',
16
- '0x3e7', // HyperEVM (999)
16
+ '0x3e7',
17
+ '0x8f', // Monad (143)
17
18
  ];
18
19
  //# sourceMappingURL=constants.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,KAAK;IACL,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,aAAa;IACb,OAAO,EAAE,iBAAiB;CAC3B,CAAC","sourcesContent":["export const POPULAR_NETWORKS = [\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];\n"]}
1
+ {"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,KAAK;IACL,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,aAAa;IACb,OAAO;IACP,MAAM,EAAE,cAAc;CACvB,CAAC","sourcesContent":["export const POPULAR_NETWORKS = [\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];\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.cts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAa5B,CAAC"}
1
+ {"version":3,"file":"constants.d.cts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAc5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.mts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAa5B,CAAC"}
1
+ {"version":3,"file":"constants.d.mts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,UAc5B,CAAC"}
@@ -10,6 +10,7 @@ export const POPULAR_NETWORKS = [
10
10
  '0x531',
11
11
  '0x144',
12
12
  '0x2a15c308d',
13
- '0x3e7', // HyperEVM (999)
13
+ '0x3e7',
14
+ '0x8f', // Monad (143)
14
15
  ];
15
16
  //# sourceMappingURL=constants.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,KAAK;IACL,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,aAAa;IACb,OAAO,EAAE,iBAAiB;CAC3B,CAAC","sourcesContent":["export const POPULAR_NETWORKS = [\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];\n"]}
1
+ {"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,KAAK;IACL,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,OAAO;IACP,aAAa;IACb,OAAO;IACP,MAAM,EAAE,cAAc;CACvB,CAAC","sourcesContent":["export const POPULAR_NETWORKS = [\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];\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-enablement-controller",
3
- "version": "3.0.0-preview-3d9bbf60",
3
+ "version": "3.1.0-preview-e98a6769",
4
4
  "description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",