mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Consolidate network stores The network controller used to have multiple different state stores, which were composed together to form the main controller state store. They have been consolidated into a single store. This required few changes because most state access was already being done through the composed store. Fixes https://github.com/MetaMask/metamask-extension/issues/18303 * Add JSDoc comment