mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
exchange: fix livecoin market link (#354)
This commit is contained in:
parent
826fbfb43d
commit
e32b806ae9
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ function getMarketUrl($coin, $marketName)
|
|||
else if($market == 'kucoin')
|
||||
$url = "https://www.kucoin.com/trade/{$symbol}-{$base}";
|
||||
else if($market == 'livecoin')
|
||||
$url = "https://www.livecoin.net/trade/?currencyPair={$symbol}%2F{$base}";
|
||||
$url = "https://www.livecoin.net/en/trading/{$symbol}_{$base}";
|
||||
else if($market == 'nova')
|
||||
$url = "https://novaexchange.com/market/{$base}_{$symbol}/";
|
||||
else if($market == 'stocksexchange')
|
||||
|
|
Loading…
Add table
Reference in a new issue