u
This commit is contained in:
6
i18n-cryptocurrencies.js
Normal file
6
i18n-cryptocurrencies.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
BTC: { name: 'Bitcoin', symbol: '₿' },
|
||||
LTC: { name: 'Litecoin', symbol: 'Ł' },
|
||||
DOGE: { name: 'Dogecoin', symbol: 'Ð' },
|
||||
USDT: { symbol: 'USD₮' },
|
||||
}
|
||||
Reference in New Issue
Block a user