Skip to content

Commit

Permalink
chore: Change ownership of SelectedNetworkController (#5312)
Browse files Browse the repository at this point in the history
## Explanation

The package `@metamask/selected-network-controller` is now owned solely
by the Wallet API Platform team, rather than being shared between
multiple teams. This team has the most context for what this code does,
and it will in the future be increasingly less relevant to the rest of
the wallet apart from supporting the EIP-1193 provider.

## References

N/A

## Changelog

N/A

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
Gudahtt authored Feb 12, 2025
1 parent 1f7e0b9 commit e957d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
## Wallet API Platform Team
/packages/multichain @MetaMask/wallet-api-platform-engineers
/packages/queued-request-controller @MetaMask/wallet-api-platform-engineers
/packages/selected-network-controller @MetaMask/wallet-api-platform-engineers

## Wallet Framework Team
/packages/base-controller @MetaMask/wallet-framework-engineers
Expand All @@ -62,7 +63,6 @@
/packages/network-controller @MetaMask/wallet-framework-engineers @MetaMask/metamask-assets
/packages/permission-controller @MetaMask/wallet-api-platform-engineers @MetaMask/wallet-framework-engineers @MetaMask/snaps-devs
/packages/permission-log-controller @MetaMask/wallet-api-platform-engineers @MetaMask/wallet-framework-engineers
/packages/selected-network-controller @MetaMask/wallet-api-platform-engineers @MetaMask/wallet-framework-engineers @MetaMask/metamask-assets
/packages/profile-sync-controller @MetaMask/notifications @MetaMask/identity

## Package Release related
Expand Down

0 comments on commit e957d35

Please sign in to comment.