mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
doge: static/js/offerstable.js
This commit is contained in:
@@ -67,7 +67,8 @@ const coinNameToDisplayName = {
|
|||||||
const coinIdToName = {
|
const coinIdToName = {
|
||||||
1: 'particl', 2: 'bitcoin', 3: 'litecoin', 4: 'decred',
|
1: 'particl', 2: 'bitcoin', 3: 'litecoin', 4: 'decred',
|
||||||
6: 'monero', 7: 'particl blind', 8: 'particl anon',
|
6: 'monero', 7: 'particl blind', 8: 'particl anon',
|
||||||
9: 'wownero', 11: 'pivx', 13: 'firo', 17: 'bitcoincash'
|
9: 'wownero', 11: 'pivx', 13: 'firo', 17: 'bitcoincash',
|
||||||
|
18: 'dogecoin'
|
||||||
};
|
};
|
||||||
|
|
||||||
// DOM ELEMENT REFERENCES
|
// DOM ELEMENT REFERENCES
|
||||||
@@ -2308,7 +2309,7 @@ function getCoinSymbol(fullName) {
|
|||||||
'Particl': 'PART', 'Particl Blind': 'PART', 'Particl Anon': 'PART',
|
'Particl': 'PART', 'Particl Blind': 'PART', 'Particl Anon': 'PART',
|
||||||
'PIVX': 'PIVX', 'Firo': 'FIRO', 'Zcoin': 'FIRO',
|
'PIVX': 'PIVX', 'Firo': 'FIRO', 'Zcoin': 'FIRO',
|
||||||
'Dash': 'DASH', 'Decred': 'DCR', 'Wownero': 'WOW',
|
'Dash': 'DASH', 'Decred': 'DCR', 'Wownero': 'WOW',
|
||||||
'Bitcoin Cash': 'BCH'
|
'Bitcoin Cash': 'BCH', 'Dogecoin': 'DOGE'
|
||||||
};
|
};
|
||||||
return symbolMap[fullName] || fullName;
|
return symbolMap[fullName] || fullName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user