function onOpenBackupKeystoreModal() {
  gtm.pushBackupKeystore('Open')
}
function* onBackupKeystoreSuccess() {
  gtm.pushBackupKeystore('Success')
  yield put({ type: BACKUP_KEYSTORE.CLOSE_MODAL })
}