qortal-ui/qortal-ui-core/config/default.coin.config.js

12 lines
213 B
JavaScript
Raw Permalink Normal View History

2021-12-25 14:39:47 +01:00
const coin = {
name: 'Qortal',
symbol: 'QORT',
addressCount: 1,
addressVersion: 58,
decimals: 100000000,
logo: '/img/QORT_LOGO.png',
icon: '/img/QORT_LOGO.png'
}
module.exports = coin