actions.js currently housed all of the actions in the app, limiting code discoverability.
As part of the frontend refactor epic, we should rethink how the shape of metamask's redux store should look like, and re-organize actions into appropriate ducks.