Refocus market sources for Peya ecosystem targets
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 35s

This commit is contained in:
Codex Bot
2026-03-21 18:51:49 +01:00
parent 0c8f9a2b21
commit 141e91909a
2 changed files with 127 additions and 355 deletions

View File

@@ -1321,8 +1321,11 @@ function market_RenderMarketPrice(base, target, price, source, stats, marketPric
if (source == 'coinex') sourceURL = 'https://www.coinex.com/';
else if (source == 'mexc') sourceURL = 'https://www.mexc.com/';
else if (source == 'nonkyc') sourceURL = 'https://nonkyc.io/';
else if (source == 'tradeogre') sourceURL = 'https://tradeogre.com/';
else if (source == 'exbitron') sourceURL = 'https://app.exbitron.com/';
else if (source == 'klingex') sourceURL = 'https://klingex.io/';
else if (source == 'anonex') sourceURL = 'https://anonex.io/';
else if (source == 'coingecko') sourceURL = 'https://www.coingecko.com/';
else if (source == 'coinpaprika') sourceURL = 'https://coinpaprika.com/';
source = source.charAt(0).toUpperCase() + source.slice(1);
if (sourceURL) source = '<a href="'+sourceURL+'" target="_blank" rel="nofollow">'+source+'</a>';