From cb71c25ea07dec3ed013c9aada9e63d9d77c7c45 Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 31 Aug 2026 07:48:31 -0400 Subject: [PATCH] chore(catalog): carry the Cuprate store entry into the frontend public catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit generate-app-catalog.py only updates entries that already exist in each catalog file, so the hand-curated cuprate entry (added to app-catalog/catalog.json with 7b88ba59) never propagated to neode-ui/public/catalog.json — the sync's field-bumps did, the new entry did not. Both catalogs now carry identical 31-entry lists (verified content-equal), so the browser-side store copy and the curated one agree. --- neode-ui/public/catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/neode-ui/public/catalog.json b/neode-ui/public/catalog.json index 3616c6de..898a4b60 100644 --- a/neode-ui/public/catalog.json +++ b/neode-ui/public/catalog.json @@ -571,6 +571,18 @@ "tier": "optional", "dockerImage": "source.archipelago-foundation.org/lfg2025/phoenixd:0.9.0", "repoUrl": "https://github.com/ACINQ/phoenixd" + }, + { + "id": "cuprate", + "title": "Cuprate", + "version": "0.1.0-preview", + "description": "Alternative Monero node implementation in Rust. Independently validates Monero consensus rules, providing a layer of security and redundancy for the network.", + "icon": "/assets/img/app-icons/cuprate.svg", + "author": "Cuprate contributors", + "category": "money", + "tier": "optional", + "dockerImage": "source.archipelago-foundation.org/lfg2025/cuprate:0.1.0-preview-18-g618ff14", + "repoUrl": "https://github.com/Cuprate/cuprate" } ] }