From 2ee10b432bd979c36c71fbeb6d84e3a26896b4d3 Mon Sep 17 00:00:00 2001
From: stevep0z <255929980+stevep0z@users.noreply.github.com>
Date: Fri, 24 Jul 2026 12:53:02 -0700
Subject: [PATCH] Update Sui library maintenance disclaimers
---
content/contracts-sui/1.x/index.mdx | 7 +++++++
content/contracts-sui/index.mdx | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/content/contracts-sui/1.x/index.mdx b/content/contracts-sui/1.x/index.mdx
index 368b80bc..72355602 100644
--- a/content/contracts-sui/1.x/index.mdx
+++ b/content/contracts-sui/1.x/index.mdx
@@ -9,6 +9,13 @@ title: Contracts for Sui 1.x
- `openzeppelin_access` for role-based authorization and ownership-transfer wrappers around privileged `key + store` objects.
- `openzeppelin_utils` for embeddable building blocks; its first module, `rate_limiter`, provides multi-strategy rate limiting.
+
+This library is open-source and not actively maintained. No new features,
+fixes, or updates should be expected for existing releases. The `UpgradeCap` for packages published to the Move Registry has been made
+immutable, so these packages can no longer be upgraded by OpenZeppelin or
+anyone else.
+
+
## Quickstart
### Prerequisites
diff --git a/content/contracts-sui/index.mdx b/content/contracts-sui/index.mdx
index ba9f99a1..64c17165 100644
--- a/content/contracts-sui/index.mdx
+++ b/content/contracts-sui/index.mdx
@@ -9,6 +9,13 @@ import { latestStable } from "./latest-versions.js";
**Using this library with an AI agent?** Start from [`llms.txt`](https://raw.githubusercontent.com/OpenZeppelin/contracts-sui/main/llms.txt) — a machine-readable entry point to every package, its examples, API reference, and MVR install snippet.
+
+This library is open-source and not actively maintained. No new features,
+fixes, or updates should be expected for existing releases. The `UpgradeCap` for packages published to the Move Registry has been made
+immutable, so these packages can no longer be upgraded by OpenZeppelin or
+anyone else.
+
+
## Getting Started