fix: remove Monero and Liquid altcoin entries from marketplace

Archy is Bitcoin-only. Removed non-Bitcoin cryptocurrency entries.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-15 04:30:13 +00:00
parent 47c5dfd3f3
commit 8f1057dec3
2 changed files with 2 additions and 24 deletions

View File

@@ -1041,28 +1041,6 @@ function getCuratedAppList() {
manifestUrl: undefined,
repoUrl: 'https://teeminuszero.net',
webUrl: 'https://teeminuszero.net'
},
{
id: 'monero',
title: 'Monero',
version: '0.18.3.4',
description: 'Run a Monero full node. Private cryptocurrency with ring signatures, stealth addresses, and confidential transactions.',
icon: '/assets/img/app-icons/monero.png',
author: 'Monero Project',
dockerImage: 'docker.io/sethforprivacy/simple-monerod:v0.18.3.4',
manifestUrl: undefined,
repoUrl: 'https://github.com/monero-project/monero'
},
{
id: 'liquid',
title: 'Liquid Network',
version: '23.2.2',
description: 'Bitcoin sidechain for confidential transactions, faster settlements, and issued assets. Run by the Elements Project.',
icon: '/assets/img/app-icons/liquid.png',
author: 'Blockstream',
dockerImage: 'ghcr.io/vulpemventures/elements:23.2.2',
manifestUrl: undefined,
repoUrl: 'https://github.com/ElementsProject/elements'
}
]
}