Skip to content

Commit 9e5d8c4

Browse files
authored
Revert "Release 687.0.0" (#7201)
Reverts #7190 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Rolls back the 687.0.0 release, reverting package versions, changelogs, and dependency upgrades across the monorepo to the previous stable set. > > - **Monorepo**: > - Set root `version` to `686.0.0`. > - **Dependencies (global rollback)**: > - Revert key deps: `@metamask/network-controller` `26.x` → `25.x`, `@metamask/json-rpc-engine` `10.2.0` → `10.1.1`, `@metamask/eth-json-rpc-provider` `6.x` → `5.0.1`, `@metamask/eth-block-tracker` `15.x` → `14.x`, `@metamask/transaction-controller` `62.x` → `61.3.x`, `@metamask/gas-fee-controller` `26.x` → `25.x`, `@metamask/preferences-controller` `22.x` → `21.x`, and related peers. > - **Packages**: > - Revert package versions and peerDeps across many modules (e.g., `accounts-controller` `35.x` → `34.x`, `account-tree-controller` `4.x` → `3.x`, `address-book-controller` `8.x` → `7.x`, `bridge(-status)-controller` `62.x` → `61.x`, `assets-controllers` `90.x` → `89.0.1`, `multichain-*` controllers, `signature-controller` `37.x` → `36.x`, etc.). > - Update CHANGELOG links to reflect prior release baselines. > - **Tooling**: > - Regenerate `yarn.lock` to match reverted versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9d6fade. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b557946 commit 9e5d8c4

File tree

105 files changed

+601
-951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+601
-951
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "687.0.0",
3+
"version": "686.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -60,10 +60,10 @@
6060
"@metamask/eslint-config-jest": "^14.1.0",
6161
"@metamask/eslint-config-nodejs": "^14.0.0",
6262
"@metamask/eslint-config-typescript": "^14.1.0",
63-
"@metamask/eth-block-tracker": "^15.0.0",
64-
"@metamask/eth-json-rpc-provider": "^6.0.0",
65-
"@metamask/json-rpc-engine": "^10.2.0",
66-
"@metamask/network-controller": "^26.0.0",
63+
"@metamask/eth-block-tracker": "^14.0.0",
64+
"@metamask/eth-json-rpc-provider": "^5.0.1",
65+
"@metamask/json-rpc-engine": "^10.1.1",
66+
"@metamask/network-controller": "^25.0.0",
6767
"@metamask/utils": "^11.8.1",
6868
"@ts-bridge/cli": "^0.6.4",
6969
"@types/jest": "^27.4.1",

packages/account-tree-controller/CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [4.0.0]
11-
12-
### Changed
13-
14-
- **BREAKING:** Bump `@metamask/profile-sync-controller` from `^26.0.0` to `^27.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
15-
- **BREAKING:** Bump `@metamask/multichain-account-service` from `^3.0.0` to `^4.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
16-
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
17-
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
18-
1910
## [3.0.0]
2011

2112
### Changed
@@ -408,8 +399,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
408399
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
409400
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
410401

411-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...HEAD
412-
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...@metamask/account-tree-controller@4.0.0
402+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...HEAD
413403
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...@metamask/account-tree-controller@3.0.0
414404
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.6.0...@metamask/account-tree-controller@2.0.0
415405
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.5.0...@metamask/account-tree-controller@1.6.0

packages/account-tree-controller/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-tree-controller",
3-
"version": "4.0.0",
3+
"version": "3.0.0",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"MetaMask",
@@ -59,12 +59,12 @@
5959
},
6060
"devDependencies": {
6161
"@metamask/account-api": "^0.12.0",
62-
"@metamask/accounts-controller": "^35.0.0",
62+
"@metamask/accounts-controller": "^34.0.0",
6363
"@metamask/auto-changelog": "^3.4.4",
6464
"@metamask/keyring-api": "^21.0.0",
65-
"@metamask/keyring-controller": "^25.0.0",
66-
"@metamask/multichain-account-service": "^4.0.0",
67-
"@metamask/profile-sync-controller": "^27.0.0",
65+
"@metamask/keyring-controller": "^24.0.0",
66+
"@metamask/multichain-account-service": "^3.0.0",
67+
"@metamask/profile-sync-controller": "^26.0.0",
6868
"@metamask/providers": "^22.1.0",
6969
"@metamask/snaps-controllers": "^14.0.1",
7070
"@ts-bridge/cli": "^0.6.4",
@@ -79,10 +79,10 @@
7979
},
8080
"peerDependencies": {
8181
"@metamask/account-api": "^0.12.0",
82-
"@metamask/accounts-controller": "^35.0.0",
83-
"@metamask/keyring-controller": "^25.0.0",
84-
"@metamask/multichain-account-service": "^4.0.0",
85-
"@metamask/profile-sync-controller": "^27.0.0",
82+
"@metamask/accounts-controller": "^34.0.0",
83+
"@metamask/keyring-controller": "^24.0.0",
84+
"@metamask/multichain-account-service": "^3.0.0",
85+
"@metamask/profile-sync-controller": "^26.0.0",
8686
"@metamask/providers": "^22.0.0",
8787
"@metamask/snaps-controllers": "^14.0.0",
8888
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [35.0.0]
11-
12-
### Changed
13-
14-
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
15-
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
16-
1710
## [34.0.0]
1811

1912
### Changed
@@ -656,8 +649,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
656649

657650
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
658651

659-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...HEAD
660-
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...@metamask/accounts-controller@35.0.0
652+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...HEAD
661653
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.2.0...@metamask/accounts-controller@34.0.0
662654
[33.2.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.1...@metamask/accounts-controller@33.2.0
663655
[33.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.0...@metamask/accounts-controller@33.1.1

packages/accounts-controller/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "35.0.0",
3+
"version": "34.0.0",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -67,9 +67,9 @@
6767
},
6868
"devDependencies": {
6969
"@metamask/auto-changelog": "^3.4.4",
70-
"@metamask/controller-utils": "^11.15.1",
71-
"@metamask/keyring-controller": "^25.0.0",
72-
"@metamask/network-controller": "^26.0.0",
70+
"@metamask/controller-utils": "^11.15.0",
71+
"@metamask/keyring-controller": "^24.0.0",
72+
"@metamask/network-controller": "^25.0.0",
7373
"@metamask/providers": "^22.1.0",
7474
"@metamask/snaps-controllers": "^14.0.1",
7575
"@ts-bridge/cli": "^0.6.4",
@@ -83,8 +83,8 @@
8383
"webextension-polyfill": "^0.12.0"
8484
},
8585
"peerDependencies": {
86-
"@metamask/keyring-controller": "^25.0.0",
87-
"@metamask/network-controller": "^26.0.0",
86+
"@metamask/keyring-controller": "^24.0.0",
87+
"@metamask/network-controller": "^25.0.0",
8888
"@metamask/providers": "^22.0.0",
8989
"@metamask/snaps-controllers": "^14.0.0",
9090
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"

packages/address-book-controller/CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [8.0.0]
11-
12-
### Changed
13-
14-
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.15.1` ([#7190](https://github.com/MetaMask/core/pull/7190))
15-
1610
## [7.0.0]
1711

1812
### Changed
@@ -263,8 +257,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263257

264258
All changes listed after this point were applied to this package following the monorepo conversion.
265259

266-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@8.0.0...HEAD
267-
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.0...@metamask/address-book-controller@8.0.0
260+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.0...HEAD
268261
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.2.1...@metamask/address-book-controller@7.0.0
269262
[6.2.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.2.0...@metamask/address-book-controller@6.2.1
270263
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@6.1.1...@metamask/address-book-controller@6.2.0

packages/address-book-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/address-book-controller",
3-
"version": "8.0.0",
3+
"version": "7.0.0",
44
"description": "Manages a list of recipient addresses associated with nicknames",
55
"keywords": [
66
"MetaMask",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@metamask/base-controller": "^9.0.0",
52-
"@metamask/controller-utils": "^11.15.1",
52+
"@metamask/controller-utils": "^11.15.0",
5353
"@metamask/messenger": "^0.3.0",
5454
"@metamask/utils": "^11.8.1"
5555
},

packages/analytics-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Initial release of @metamask/analytics-controller. ([#7017](https://github.com/MetaMask/core/pull/7017), [#7190](https://github.com/MetaMask/core/pull/7190))
12+
- Initial release of @metamask/analytics-controller.
1313

1414
[Unreleased]: https://github.com/MetaMask/core/

packages/assets-controllers/CHANGELOG.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [90.0.0]
11-
12-
### Changed
13-
14-
- Bump `@metamask/polling-controller` from `^15.0.0` to `^15.0.1` ([#7190](https://github.com/MetaMask/core/pull/7190))
15-
- Bump `@metamask/controller-utils` from `^11.15.0` to `^11.15.1` ([#7190](https://github.com/MetaMask/core/pull/7190))
16-
- **BREAKING:** Bump `@metamask/transaction-controller` from `^61.0.0` to `^62.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
17-
- **BREAKING:** Bump `@metamask/preferences-controller` from `^21.0.0` to `^22.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
18-
- **BREAKING:** Bump `@metamask/phishing-controller` from `^15.0.0` to `^16.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
19-
- **BREAKING:** Bump `@metamask/network-controller` from `^25.0.0` to `^26.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
20-
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
21-
- **BREAKING:** Bump `@metamask/core-backend` from `^4.1.0` to `^5.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
22-
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
23-
- **BREAKING:** Bump `@metamask/account-tree-controller` from `^3.0.0` to `^4.0.0` ([#7190](https://github.com/MetaMask/core/pull/7190))
24-
2510
## [89.0.1]
2611

2712
### Fixed
@@ -260,6 +245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260245
### Changed
261246

262247
- **BREAKING:** Change `accountsApiChainIds` parameter from `ChainIdHex[]` to `() => ChainIdHex[]` in both `AccountTrackerController` and `TokenBalancesController` ([#6776](https://github.com/MetaMask/core/pull/6776))
248+
263249
- Enables dynamic configuration of chains that should use Accounts API strategy
264250
- Allows runtime determination of supported chain IDs instead of static array
265251

@@ -315,6 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
315301
### Added
316302

317303
- Add `Monad Mainnet` support ([#6618](https://github.com/MetaMask/core/pull/6618))
304+
318305
- Add `Monad Mainnet` balance scan contract address in `SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID`
319306
- Add `Monad Mainnet` in `SupportedTokenDetectionNetworks`
320307
- Add `Monad Mainnet` in `SUPPORTED_CHAIN_IDS`
@@ -391,6 +378,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
391378
### Changed
392379

393380
- Improve balance fetching performance and resilience by parallelizing multi-chain operations and moving timeout handling to fetchers ([#6390](https://github.com/MetaMask/core/pull/6390))
381+
394382
- Replace sequential `for` loops with `Promise.allSettled` in `RpcBalanceFetcher` and `AccountTrackerController` for parallel chain processing
395383
- Move timeout handling from controller-level `Promise.race` to fetcher-level `safelyExecuteWithTimeout` for better error isolation
396384
- Add `safelyExecuteWithTimeout` to both `RpcBalanceFetcher` and `AccountsApiBalanceFetcher` to prevent individual chain timeouts from blocking other chains
@@ -402,6 +390,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
402390
### Added
403391

404392
- Enable `AccountTrackerController` to fetch native balances using AccountsAPI when `allowExternalServices` is enabled ([#6369](https://github.com/MetaMask/core/pull/6369))
393+
405394
- Implement native balance fetching via AccountsAPI when `useAccountsAPI` and `allowExternalServices` are both true
406395
- Add fallback to RPC balance fetching when external services are disabled
407396
- Add comprehensive test coverage for both AccountsAPI and RPC balance fetching scenarios
@@ -426,6 +415,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
426415
- Add comprehensive unit tests for token address normalization scenarios
427416

428417
- Fix TokenBalancesController timeout handling by replacing `safelyExecuteWithTimeout` with proper `Promise.race` implementation ([#6365](https://github.com/MetaMask/core/pull/6365))
418+
429419
- Replace `safelyExecuteWithTimeout` which was silently swallowing timeout errors with direct `Promise.race` that properly throws
430420
- Reduce RPC timeout from 3 minutes to 15 seconds for better responsiveness and batch size
431421
- Enable proper fallback between API and RPC balance fetchers when timeouts occur
@@ -2302,8 +2292,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23022292
23032293
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
23042294
2305-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@90.0.0...HEAD
2306-
[90.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.1...@metamask/assets-controllers@90.0.0
2295+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.1...HEAD
23072296
[89.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@89.0.0...@metamask/assets-controllers@89.0.1
23082297
[89.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@88.0.0...@metamask/assets-controllers@89.0.0
23092298
[88.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@87.1.1...@metamask/assets-controllers@88.0.0

packages/assets-controllers/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "90.0.0",
3+
"version": "89.0.1",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -57,12 +57,12 @@
5757
"@metamask/abi-utils": "^2.0.3",
5858
"@metamask/base-controller": "^9.0.0",
5959
"@metamask/contract-metadata": "^2.4.0",
60-
"@metamask/controller-utils": "^11.15.1",
60+
"@metamask/controller-utils": "^11.15.0",
6161
"@metamask/eth-query": "^4.0.0",
6262
"@metamask/keyring-api": "^21.0.0",
6363
"@metamask/messenger": "^0.3.0",
6464
"@metamask/metamask-eth-abis": "^3.1.1",
65-
"@metamask/polling-controller": "^15.0.1",
65+
"@metamask/polling-controller": "^15.0.0",
6666
"@metamask/rpc-errors": "^7.0.2",
6767
"@metamask/snaps-sdk": "^9.0.0",
6868
"@metamask/snaps-utils": "^11.0.0",
@@ -82,23 +82,23 @@
8282
"devDependencies": {
8383
"@babel/runtime": "^7.23.9",
8484
"@metamask/account-api": "^0.12.0",
85-
"@metamask/account-tree-controller": "^4.0.0",
86-
"@metamask/accounts-controller": "^35.0.0",
85+
"@metamask/account-tree-controller": "^3.0.0",
86+
"@metamask/accounts-controller": "^34.0.0",
8787
"@metamask/approval-controller": "^8.0.0",
8888
"@metamask/auto-changelog": "^3.4.4",
89-
"@metamask/core-backend": "^5.0.0",
89+
"@metamask/core-backend": "^4.1.0",
9090
"@metamask/ethjs-provider-http": "^0.3.0",
91-
"@metamask/keyring-controller": "^25.0.0",
91+
"@metamask/keyring-controller": "^24.0.0",
9292
"@metamask/keyring-internal-api": "^9.0.0",
9393
"@metamask/keyring-snap-client": "^8.0.0",
94-
"@metamask/multichain-account-service": "^4.0.0",
95-
"@metamask/network-controller": "^26.0.0",
96-
"@metamask/permission-controller": "^12.1.1",
97-
"@metamask/phishing-controller": "^16.0.0",
98-
"@metamask/preferences-controller": "^22.0.0",
94+
"@metamask/multichain-account-service": "^3.0.0",
95+
"@metamask/network-controller": "^25.0.0",
96+
"@metamask/permission-controller": "^12.1.0",
97+
"@metamask/phishing-controller": "^15.0.1",
98+
"@metamask/preferences-controller": "^21.0.0",
9999
"@metamask/providers": "^22.1.0",
100100
"@metamask/snaps-controllers": "^14.0.1",
101-
"@metamask/transaction-controller": "^62.0.0",
101+
"@metamask/transaction-controller": "^61.3.0",
102102
"@ts-bridge/cli": "^0.6.4",
103103
"@types/jest": "^27.4.1",
104104
"@types/lodash": "^4.14.191",
@@ -115,18 +115,18 @@
115115
"webextension-polyfill": "^0.12.0"
116116
},
117117
"peerDependencies": {
118-
"@metamask/account-tree-controller": "^4.0.0",
119-
"@metamask/accounts-controller": "^35.0.0",
118+
"@metamask/account-tree-controller": "^3.0.0",
119+
"@metamask/accounts-controller": "^34.0.0",
120120
"@metamask/approval-controller": "^8.0.0",
121-
"@metamask/core-backend": "^5.0.0",
122-
"@metamask/keyring-controller": "^25.0.0",
123-
"@metamask/network-controller": "^26.0.0",
121+
"@metamask/core-backend": "^4.1.0",
122+
"@metamask/keyring-controller": "^24.0.0",
123+
"@metamask/network-controller": "^25.0.0",
124124
"@metamask/permission-controller": "^12.0.0",
125-
"@metamask/phishing-controller": "^16.0.0",
126-
"@metamask/preferences-controller": "^22.0.0",
125+
"@metamask/phishing-controller": "^15.0.0",
126+
"@metamask/preferences-controller": "^21.0.0",
127127
"@metamask/providers": "^22.0.0",
128128
"@metamask/snaps-controllers": "^14.0.0",
129-
"@metamask/transaction-controller": "^62.0.0",
129+
"@metamask/transaction-controller": "^61.0.0",
130130
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
131131
},
132132
"engines": {

0 commit comments

Comments
 (0)