const { address } = yield take(
    action => action.type == actions.RECEIVE_ENS_ADDRESS && action.name == name
  );