Enable New Zealand Dollars
This commit is contained in:
parent
5f387a7a16
commit
0f14b7d426
1 changed files with 3 additions and 1 deletions
|
@ -847,7 +847,9 @@ getZcashPrices :: IO (Response CoinGeckoPrices)
|
||||||
getZcashPrices = do
|
getZcashPrices = do
|
||||||
let priceRequest =
|
let priceRequest =
|
||||||
setRequestQueryString
|
setRequestQueryString
|
||||||
[("ids", Just "zcash"), ("vs_currencies", Just "usd,gbp,eur,cad,aud")] $
|
[ ("ids", Just "zcash")
|
||||||
|
, ("vs_currencies", Just "usd,gbp,eur,cad,aud,nzd")
|
||||||
|
] $
|
||||||
setRequestPort 443 $
|
setRequestPort 443 $
|
||||||
setRequestSecure True $
|
setRequestSecure True $
|
||||||
setRequestHost "api.coingecko.com" $
|
setRequestHost "api.coingecko.com" $
|
||||||
|
|
Loading…
Reference in a new issue