Skip to content

Conversation

@ccharly
Copy link
Contributor

@ccharly ccharly commented Jul 16, 2025

Explanation

We need this information to be able to group EVM accounts under their proper multichain accounts.

References

N/A

Changelog

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@ccharly ccharly changed the title feat(accounts-controller): add account.options.index for native EVM accounts feat(accounts-controller): add account.options.groupIndex for native EVM accounts Jul 16, 2025
// This will be naturally fixed once every keyring start using `KeyringAccount` and implement the keyring API.
derivationPath: getDerivationPathForIndex(accountIndex),
// Required now for multichain accounts.
groupIndex: accountIndex,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ccharly ccharly marked this pull request as ready for review July 16, 2025 16:16
@ccharly ccharly requested review from a team as code owners July 16, 2025 16:16
@ccharly ccharly enabled auto-merge (squash) July 16, 2025 20:21
@ccharly ccharly merged commit c254d0c into main Jul 16, 2025
211 checks passed
@ccharly ccharly deleted the feat/native-accounts-group-index branch July 16, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants