mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 09:45:52 +00:00
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
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 |