1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-19 14:58:08 +00:00
trezor-wallet/src/constants/coins.js

26 lines
392 B
JavaScript
Raw Normal View History

export default [
{
id: 'btc',
coinName: 'Bitcoin',
},
{
id: 'ltc',
coinName: 'Litecoin',
},
{
id: 'bch',
coinName: 'Bitcoin Cash',
},
{
id: 'btg',
coinName: 'Bitcoin Gold',
},
{
id: 'dash',
coinName: 'Dash',
},
{
id: 'zec',
coinName: 'Zcash',
},
];