@metamask/controller-utils
Advanced tools
+10
-1
@@ -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 |
@@ -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 @@ }; |
+2
-2
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
438313
0.1%Updated