From 8507c1d14565641fe81ff1ee2f5fd8c83c8dee4c Mon Sep 17 00:00:00 2001 From: py-zoid Date: Tue, 28 Jul 2026 12:50:24 +0400 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20deprecation=20notice=20=E2=80=94=20?= =?UTF-8?q?superseded=20by=20Sequence=20token-list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 411c904e6..34dbb19c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Tokenlists +> [!WARNING] +> **This service is deprecated and being wound down — do not add new consumers.** +> +> Per the 2026-07-23 Apps Team product review, this legacy plain-JS token list +> is superseded by Sequence's token-list/metadata services. The one remaining +> gap — POS/Ethereum canonical-bridge token mappings — is resolvable on-contract +> rather than from a maintained list; AggLayer-side mappings fall away as the +> AggLayer UI is retired. +> +> No new tokens or consumers should be added here. This repository will be +> archived once remaining consumers have migrated to Sequence. + This repo contains lists of tokens mapped to the Polygon chains that may be used in certain interfaces. ## Different Token Lists in JSON From 522a552e55e50ff6eae7289a2c05e1a9379faff0 Mon Sep 17 00:00:00 2001 From: py-zoid Date: Tue, 8 Sep 2026 14:45:24 +0400 Subject: [PATCH 2/2] docs: drop AggLayer UI retirement clause from deprecation notice --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 34dbb19c8..8df40a198 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ > Per the 2026-07-23 Apps Team product review, this legacy plain-JS token list > is superseded by Sequence's token-list/metadata services. The one remaining > gap — POS/Ethereum canonical-bridge token mappings — is resolvable on-contract -> rather than from a maintained list; AggLayer-side mappings fall away as the -> AggLayer UI is retired. +> rather than from a maintained list. > > No new tokens or consumers should be added here. This repository will be > archived once remaining consumers have migrated to Sequence.