[price] fix GBP typo

This commit is contained in:
nymkappa 2026-01-06 13:01:26 +01:00
parent ca1f99105b
commit ae378cad2c
No known key found for this signature in database
GPG key ID: A7895A957BA87DBA

View file

@ -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';