export const NOT_FOUND_STATUS = 404;
export const BAD_REQUEST_STATUS = 400;
export const GATEWAY_STAMP_ERROR_MESSAGE =
  "Endpoint not found. If using Swarm Gateway, postage stamp management endpoints are not available.";
export const GATEWAY_TAG_ERROR_MESSAGE =
  "If using Swarm Gateway, tag endpoints are not available.";
export const POSTAGE_CREATE_TIMEOUT_MESSAGE =
  "Purchase of postage batch is in progress, it may take a few minutes. Please list you batches after a few minutes to find it.";
export const CALL_TIMEOUT = 30000;
export const DEFAULT_DEFERRED_UPLOAD_SIZE_THRESHOLD_MB = 5;
export const DEFAULT_GATEWAY_BATCH_ID =
  "0000000000000000000000000000000000000000000000000000000000000000";
