From 1c11767d1e29b108739ed3b751e9cb4cb4879b5b Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:03:56 +0000 Subject: [PATCH] amm: sort+restrict adaptor & secret hash --- basicswap/static/js/amm_tables.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicswap/static/js/amm_tables.js b/basicswap/static/js/amm_tables.js index d362532..f6545f9 100644 --- a/basicswap/static/js/amm_tables.js +++ b/basicswap/static/js/amm_tables.js @@ -1834,8 +1834,8 @@ const AmmTablesManager = (function() { } } - const adaptor_sig_only_coins = ['6', '9', '8', '7', '13', '18', '17', 'Monero', 'Firo', 'Pivx', 'Dash', 'Namecoin', 'Wownero', 'Zano']; - const secret_hash_only_coins = ['11', '12', 'Ethereum', 'Dogecoin']; + const adaptor_sig_only_coins = ['6', 'Monero', '7', 'Particl Blind', '8', 'Particl Anon', '9', 'Wownero', '13', 'Firo', '16', 'Zano', '17', 'Bitcoin Cash', '18', 'Dogecoin']; + const secret_hash_only_coins = ['11', 'PIVX', '12', 'Dash']; function updateSwapTypeOptions(coinFromValue, coinToValue, swapTypeSelect) { if (!swapTypeSelect) return;