mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-31 06:45:51 +00:00
ui: Activate BCH for chart/prices.
This commit is contained in:
parent
c9d1129e93
commit
cbd0898eb1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ from basicswap.protocols.xmr_swap_1 import getChainBSplitKey, getChainBRemoteSpl
|
|||
|
||||
PAGE_LIMIT = 25
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue