You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small patch release of the `multichain-account-service` to fix the TRON
account provider.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Publishes @metamask/multichain-account-service v2.0.1 (TRX provider
account creation fix) and updates dependent packages; bumps monorepo to
655.0.0.
>
> - **multichain-account-service**:
> - Bump version to `2.0.1` in
`packages/multichain-account-service/package.json`.
> - Update `CHANGELOG.md`: use `groupIndex` for `TrxAccountProvider`
account creation; add PR reference `[ #7018 ]`.
> - **Consumers**:
> - Update devDependency `@metamask/multichain-account-service` to
`^2.0.1` in `packages/account-tree-controller/package.json` and
`packages/assets-controllers/package.json`.
> - **Repo**:
> - Bump root `package.json` version to `655.0.0`.
> - Refresh `yarn.lock` to reflect dependency updates.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6dc6d61. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/multichain-account-service/CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.0.1]
11
+
10
12
### Fixed
11
13
12
-
- Use `groupIndex` for account creations on `TrxAccountProvider` instead of the outdated `derivationPath` ([#7010](https://github.com/MetaMask/core/pull/7010))
14
+
- Use `groupIndex` for account creations on `TrxAccountProvider` instead of the outdated `derivationPath` ([#7010](https://github.com/MetaMask/core/pull/7010)), ([#7018](https://github.com/MetaMask/core/pull/7018))
13
15
14
16
## [2.0.0]
15
17
@@ -248,7 +250,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments