mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Gui fixes to bitcoincash
This commit is contained in:
@@ -15,6 +15,7 @@ const coinNameToSymbol = {
|
||||
'Decred': 'decred',
|
||||
'Zano': 'zano',
|
||||
'Dogecoin': 'dogecoin',
|
||||
'Bitcoin Cash': 'bitcoincash'
|
||||
};
|
||||
|
||||
function makePostRequest(url, headers = {}) {
|
||||
@@ -166,7 +167,7 @@ const itemsPerPage = 100;
|
||||
const coinIdToName = {
|
||||
1: 'particl', 2: 'bitcoin', 3: 'litecoin', 4: 'decred',
|
||||
6: 'monero', 7: 'particl blind', 8: 'particl anon',
|
||||
9: 'wownero', 11: 'pivx', 13: 'firo'
|
||||
9: 'wownero', 11: 'pivx', 13: 'firo', 17: 'bitcoincash'
|
||||
};
|
||||
|
||||
// DOM
|
||||
|
||||
Reference in New Issue
Block a user