This commit is contained in:
陆柯 2023-04-17 10:43:07 +08:00
parent 347ef45385
commit 0523fab9c7

View File

@ -1,6 +1,6 @@
module.exports = {
TIC: { coinCode: 'TIC', coinIname: { zhCN: '时光币', enUS: 'Timecoin' }, coinSymbol: 'τ', coinPrecision: 18 },
PEX: { coinCode: 'PEX', coinIname: { zhCN: '永存币', enUS: 'Pexcoin' }, coinSymbol: '¢', coinPrecision: 18, coinSupply: 10000000000 }, // 100亿。Ω ¢
TUC: { coinCode: 'TUC', coinIname: { zhCN: '信用币', enUS: 'Credicoin' }, coinSymbol: '¢', coinPrecision: 18, coinSupply: 10000000000 }, // 100亿
BTC: { coinCode: 'BTC', coinIname: { zhCN: '比特币', enUS: 'Bitcoin' }, coinSymbol: '₿', coinPrecision: 8, coinSupply: 21000000 }, // 2100万
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万