1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/store
Mark Stacey 24a8689090
Remove unused addNewKeyring action (#8400)
Keyrings are added either through the `getKeyringForDevice` background
method (as part of the hardware wallet connect flow), or via
`importAccountWithStrategy` (when importing an account). The
`addNewKeyring` action and corresponding background method has not been
used in a long time.
2020-04-23 20:31:59 -03:00
..
actionConstants.js Remove unused network nonce state (#8395) 2020-04-23 13:23:22 -03:00
actions.js Remove unused addNewKeyring action (#8400) 2020-04-23 20:31:59 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30