mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
Fix graviex market url (#257)
This commit is contained in:
parent
e6a731cf19
commit
ea59f8a53b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function getMarketUrl($coin, $marketName)
|
|||
else if($market == 'empoex')
|
||||
$url = "http://www.empoex.com/trade/{$symbol}-{$base}";
|
||||
else if($market == 'graviex')
|
||||
$url = "https://graviex.net/api/v2/tickers/{$symbol}{$base}";
|
||||
$url = "https://graviex.net/markets/{$lowsymbol}{$lowbase}";
|
||||
else if($market == 'jubi')
|
||||
$url = "http://jubi.com/coin/{$lowsymbol}";
|
||||
else if($market == 'hitbtc')
|
||||
|
|
Loading…
Add table
Reference in a new issue