You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@metamask/controller-utils

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/controller-utils - npm Package Compare versions

Comparing version
11.18.0
to
11.19.0
+8
-1
CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [11.19.0]
### Added
- Add `megaeth-mainnet` to `BUILT_IN_NETWORKS` ([#7994](https://github.com/MetaMask/core/pull/7994))
## [11.18.0]

@@ -645,3 +651,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.18.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.19.0...HEAD
[11.19.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.18.0...@metamask/controller-utils@11.19.0
[11.18.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.17.0...@metamask/controller-utils@11.18.0

@@ -648,0 +655,0 @@ [11.17.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.16.0...@metamask/controller-utils@11.17.0

@@ -88,2 +88,3 @@ "use strict";

BuiltInNetworkName["SeiMainnet"] = "sei-mainnet";
BuiltInNetworkName["MegaETHMainnet"] = "megaeth-mainnet";
})(BuiltInNetworkName || (exports.BuiltInNetworkName = BuiltInNetworkName = {}));

@@ -115,2 +116,3 @@ /**

[BuiltInNetworkName.SeiMainnet]: '0x531', // toHex(1329)
[BuiltInNetworkName.MegaETHMainnet]: '0x10e6', // toHex(4326)
};

@@ -117,0 +119,0 @@ /* eslint-disable @typescript-eslint/naming-convention */

+3
-1

@@ -99,3 +99,4 @@ /**

PolygonMainnet = "polygon-mainnet",
SeiMainnet = "sei-mainnet"
SeiMainnet = "sei-mainnet",
MegaETHMainnet = "megaeth-mainnet"
}

@@ -127,2 +128,3 @@ /**

readonly "sei-mainnet": "0x531";
readonly "megaeth-mainnet": "0x10e6";
};

@@ -129,0 +131,0 @@ export type ChainId = (typeof ChainId)[keyof typeof ChainId];

@@ -99,3 +99,4 @@ /**

PolygonMainnet = "polygon-mainnet",
SeiMainnet = "sei-mainnet"
SeiMainnet = "sei-mainnet",
MegaETHMainnet = "megaeth-mainnet"
}

@@ -127,2 +128,3 @@ /**

readonly "sei-mainnet": "0x531";
readonly "megaeth-mainnet": "0x10e6";
};

@@ -129,0 +131,0 @@ export type ChainId = (typeof ChainId)[keyof typeof ChainId];

@@ -83,2 +83,3 @@ /**

BuiltInNetworkName["SeiMainnet"] = "sei-mainnet";
BuiltInNetworkName["MegaETHMainnet"] = "megaeth-mainnet";
})(BuiltInNetworkName || (BuiltInNetworkName = {}));

@@ -110,2 +111,3 @@ /**

[BuiltInNetworkName.SeiMainnet]: '0x531', // toHex(1329)
[BuiltInNetworkName.MegaETHMainnet]: '0x10e6', // toHex(4326)
};

@@ -112,0 +114,0 @@ /* eslint-disable @typescript-eslint/naming-convention */

{
"name": "@metamask/controller-utils",
"version": "11.18.0",
"version": "11.19.0",
"description": "Data and convenience functions shared by multiple packages",

@@ -67,11 +67,10 @@ "keywords": [

"@ts-bridge/cli": "^0.6.4",
"@types/jest": "^27.4.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.191",
"deepmerge": "^4.2.2",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nock": "^13.3.1",
"sinon": "^9.2.4",
"ts-jest": "^27.1.4",
"typedoc": "^0.24.8",
"ts-jest": "^29.2.5",
"typedoc": "^0.25.13",
"typedoc-plugin-missing-exports": "^2.0.0",

@@ -78,0 +77,0 @@ "typescript": "~5.3.3"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet