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
3
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.17.0
to
11.18.0
+10
-1
CHANGELOG.md

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

## [11.18.0]
### Changed
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
- Update MegaETH Testnet "v2" RPC constants ([#7566](https://github.com/MetaMask/core/pull/7566))
- Change RPC endpoint from `https://timothy.megaeth.com/rpc` to `https://carrot.megaeth.com/rpc`
## [11.17.0]

@@ -637,3 +645,4 @@

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

@@ -640,0 +649,0 @@ [11.16.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@11.15.0...@metamask/controller-utils@11.16.0

+1
-1

@@ -57,3 +57,3 @@ "use strict";

'megaeth-testnet': 'https://carrot.megaeth.com/rpc',
'megaeth-testnet-v2': 'https://timothy.megaeth.com/rpc',
'megaeth-testnet-v2': 'https://carrot.megaeth.com/rpc',
'monad-testnet': 'https://testnet-rpc.monad.xyz',

@@ -60,0 +60,0 @@ };

@@ -54,3 +54,3 @@ import { NetworkType, NetworksTicker, ChainId, BuiltInNetworkName, BlockExplorerUrl } from "./types.mjs";

'megaeth-testnet': 'https://carrot.megaeth.com/rpc',
'megaeth-testnet-v2': 'https://timothy.megaeth.com/rpc',
'megaeth-testnet-v2': 'https://carrot.megaeth.com/rpc',
'monad-testnet': 'https://testnet-rpc.monad.xyz',

@@ -57,0 +57,0 @@ };

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

@@ -53,3 +53,3 @@ "keywords": [

"@metamask/ethjs-unit": "^0.3.0",
"@metamask/utils": "^11.8.1",
"@metamask/utils": "^11.9.0",
"@spruceid/siwe-parser": "2.1.0",

@@ -56,0 +56,0 @@ "@types/bn.js": "^5.1.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet