Skip to content

Commit 5b66cce

Browse files
authored
chore: Update README diagram (#6129)
## Explanation Recent changes to the profile sync controller were not yet represented in the diagram in the README. ## References The diagram changes are due to #6081 ## 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 communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent bbcc175 commit 5b66cce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ linkStyle default opacity:0.5
162162
bridge_status_controller --> base_controller;
163163
bridge_status_controller --> controller_utils;
164164
bridge_status_controller --> polling_controller;
165-
bridge_status_controller --> user_operation_controller;
166165
bridge_status_controller --> accounts_controller;
167166
bridge_status_controller --> bridge_controller;
168167
bridge_status_controller --> gas_fee_controller;
@@ -243,7 +242,6 @@ linkStyle default opacity:0.5
243242
profile_sync_controller --> base_controller;
244243
profile_sync_controller --> accounts_controller;
245244
profile_sync_controller --> keyring_controller;
246-
profile_sync_controller --> network_controller;
247245
rate_limit_controller --> base_controller;
248246
remote_feature_flag_controller --> base_controller;
249247
remote_feature_flag_controller --> controller_utils;

0 commit comments

Comments
 (0)