u
This commit is contained in:
parent
4b479c5ec1
commit
8f8e4d1371
@ -5,6 +5,6 @@ module.exports = {
|
||||
ETH: { coinCode: 'ETH', coinIname: { zhCN: '以太币', enUS: 'Ethereum' }, coinSymbol: 'Ξ', coinPrecision: 18, coinSupply: 120440000 }, // 1亿2044万
|
||||
LTC: { coinCode: 'LTC', coinIname: { zhCN: '莱特币', enUS: 'Litecoin' }, coinSymbol: 'Ł', coinPrecision: 8, coinSupply: 84000000 }, // 8400万
|
||||
DOGE: { coinCode: 'DOGE', coinIname: { zhCN: '狗狗币', enUS: 'Dogecoin' }, coinSymbol: 'Ð', coinPrecision: 8, coinSupply: 130000000000 }, // 1300亿
|
||||
USDT: { coinCode: 'USDT', coinIname: { zhCN: '美元泰达币', enUS: 'USDTether' }, coinSymbol: '₮', coinPrecision: 6, coinSupply: 80200000000 }, // 802亿
|
||||
EURT: { coinCode: 'EURT', coinIname: { zhCN: '欧元泰达币', enUS: 'EURTether' }, coinSymbol: '₮', coinPrecision: 6 },
|
||||
USDT: { coinCode: 'USDT', coinIname: { zhCN: '泰达币(美元)', enUS: 'USD Tether' }, coinSymbol: '₮', coinPrecision: 6, coinSupply: 80200000000 }, // 802亿
|
||||
EURT: { coinCode: 'EURT', coinIname: { zhCN: '泰达币(欧元)', enUS: 'EUR Tether' }, coinSymbol: '₮', coinPrecision: 6 },
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user