Merge pull request #131 from gerlofvanek/BCH

ui: Activate BCH for chart/prices.
This commit is contained in:
Gerlof van Ek
2024-10-14 16:18:21 +02:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ from basicswap.protocols.xmr_swap_1 import getChainBSplitKey, getChainBRemoteSpl
PAGE_LIMIT = 25 PAGE_LIMIT = 25
invalid_coins_from = [] invalid_coins_from = []
known_chart_coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX', 'DOGE', 'ETH', 'DCR', 'ZANO', 'WOW'] known_chart_coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX', 'DOGE', 'ETH', 'DCR', 'ZANO', 'WOW', 'BCH']
def tickerToCoinId(ticker): def tickerToCoinId(ticker):