You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/src/constants/coins.js

26 lines
392 B

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',
},
];