-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AppMetadataController to Engine #13739
base: main
Are you sure you want to change the base?
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
@@ -230,6 +230,7 @@ import { | |||
import { createMultichainAssetsController } from './controllers/MultichainAssetsController'; | |||
///: END:ONLY_INCLUDE_IF | |||
import { createMultichainNetworkController } from './controllers/MultichainNetworkController'; | |||
import { AppMetadataController } from '@metamask/app-metadata-controller'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frankvonhoven please take a look at the controller integration guidelines here.
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/bridge-controller@3.0.0, npm/@metamask/bridge-status-controller@3.0.0 |
Description
Implements Metadata controller in mobile
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist