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