Refocus market sources for Peya ecosystem targets
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 35s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 35s
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user