mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
[price] fix GBP typo
This commit is contained in:
parent
ca1f99105b
commit
ae378cad2c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import priceUpdater, { PriceFeed, PriceHistory } from '../price-updater';
|
|||
|
||||
class BitfinexApi implements PriceFeed {
|
||||
public name: string = 'Bitfinex';
|
||||
public currencies: string[] = ['USD', 'EUR', 'GPB'];
|
||||
public currencies: string[] = ['USD', 'EUR', 'GBP'];
|
||||
|
||||
public url: string = 'https://api.bitfinex.com/v1/pubticker/BTC';
|
||||
public urlHist: string = 'https://api-pub.bitfinex.com/v2/candles/trade:{GRANULARITY}:tBTC{CURRENCY}/hist';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue